blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
21 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
141k
586M
star_events_count
int64
0
30.4k
fork_events_count
int64
0
9.67k
gha_license_id
stringclasses
8 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
50 values
src_encoding
stringclasses
23 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
29 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
ac5a35cb7e073fb25b575d1214b9bd75f07386fc
449d555969bfd7befe906877abab098c6e63a0e8
/3685/CH20/EX20.14/Ex20_14.sce
97c8e604267e97234057a1246c7f8f64600a9f97
[]
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
569
sce
Ex20_14.sce
clc // Given that n=1.3 // Polytropic index p1 = 140 // Pressure at point one in kN/m^2 p2 = 360 // Pressure at point two in kN/m^2 r_e = 0.4 // Relative efficiency cv = 18840 // Calorific value in kJ/m^2 printf("\n Example 20.14\n") r = (((p2/p1)^(1/n))-1)/((0.75-0.25*((p2/p1)^(1/n)))) r_k = r+1 n_ase = 1-(1/((r_k)^(0.4))) n_th = r_e*n_ase V_f = n_th*cv/3600 printf("\n Thermal efficiency = %f percent,\n Gas consumption per kWh on indicated power basis = %f m^3/kWh",n_th*100,V_f) //The value of answer is different because of round off error
73724147c6526c8d230d4919e044c286643aee02
ec18bc574484b70305acfedfbff8f00d4d04c9f0
/ProgramPlayer/ProgramPlayer/bin/Debug/temp/111/1.Sce
ee3627033bed59a45b0128e47cb50f13c8a4147e
[]
no_license
xiaojue52/myPlayer
eedf39f248db6e6bf8f2d9bffe7f857a3ccb05c8
c6334caba85936cf8964ea9530ef0155bfa20fe3
refs/heads/master
2021-01-19T20:28:02.493091
2013-08-07T02:15:37
2013-08-07T02:15:37
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,357
sce
1.Sce
<?xml version="1.0" encoding="UTF-8"?> <scenePage> <canvas tag="Canvas" height="700" width="900" sourcePath="source\1370225346785.jpg" rotateTransform="0" text="" canvasLeft="0" canvasTop="0" imageSwitch="0" stretchModel="0" sceneTime="1" backgroundColor="0"> <Text tag="Text" height="150" width="200" sourcePath="" rotateTransform="0" text="safafdfdasfdas" canvasLeft="154.5" canvasTop="93.1633333333333" imageSwitch="0" stretchModel="0" sceneTime="0" backgroundColor="0" textSize="20" textColor="2" textBackground="1" /> <Text tag="Text" height="150" width="200" sourcePath="" rotateTransform="0" text="aaaaaaaaaaaa" canvasLeft="181.5" canvasTop="268.163333333333" imageSwitch="0" stretchModel="0" sceneTime="0" backgroundColor="0" textSize="10" textColor="1" textBackground="3" /> <Media tag="Media" height="150" width="200" sourcePath="source\Wildlife.wmv" rotateTransform="0" text="" canvasLeft="253.5" canvasTop="18.1633333333333" imageSwitch="0" stretchModel="0" sceneTime="0" backgroundColor="0" textSize="0" textColor="0" textBackground="0" /> </canvas> <sourceList> <sourceElement>source\1370225346785.jpg</sourceElement> <sourceElement> </sourceElement> <sourceElement> </sourceElement> <sourceElement>source\Wildlife.wmv</sourceElement> </sourceList> <resolution>900,700</resolution> </scenePage>
e04a5f6ed31a0d6bbab7fcf3b1fd154debb07a34
717ddeb7e700373742c617a95e25a2376565112c
/1445/CH8/EX8.30/Ex8_30.sce
782ad08af9e7a1326ce6f14dedf2812b37e639fa
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
805
sce
Ex8_30.sce
//CHAPTER 8- DIRECT CURRENT MACHINES //Example 30 disp("CHAPTER 8"); disp("EXAMPLE 30"); //Series DC motor 5 HP with 100 rpm //VARIABLE INITIALIZATION p=5*735.5; //in Watts (1 metric H.P.=735.5 W) N=1000; //in rpm, given as 100 rpm but solved as 1000 rpm in the text book //hence taken 1000 rpm I=30; //in Amperes I_s=45; //starting current in Amperes //SOLUTION T=(p*60)/(2*%pi*1000); // Torque //Torque dir prop phi.Ia //=> since phi dir prop Ia //=> torque dir prop Ia^2 // starting torque T_s / T = Starting current Ia ^2 / I^2 T_s=(T*(I_s^2))/(I^2); disp(sprintf("The starting torque is %.0f N-m",T_s)); //The answer is slightly different due to precision of floating point numbers //END
efaeee47856edd8e179c495d63156c8e13daced3
c49a028f382c3baddcd641c1972dd72bb60eaadc
/exp_4_2.sce
a64cee3ed6ff20c4b693fa76398883e924997aee
[]
no_license
BhautikDonga/SCILAB
484fcc9ac58885a4ccc549ccc85e2a4a507d5d0a
b330ca555276eb57c1e88ffc745ecfa3b8ebfa0c
refs/heads/master
2020-04-07T15:48:23.036273
2018-12-05T01:27:34
2018-12-05T01:27:34
158,501,669
1
0
null
null
null
null
UTF-8
Scilab
false
false
553
sce
exp_4_2.sce
n= -10:1 :10; im= [zeros(1,10) 1 zeros(1,10)]; figure(1); subplot(3,1,1); plot2d3(n,im); xlabel('n'); ylabel('X(n)'); title("impulse signal"); e_im = sum(im .* im); disp(e_im); n= -10:1 :10; step = [zeros(1,10) ones(1,11)]; subplot(3,1,2); plot2d3(n,step); xlabel('n'); ylabel('X(n)'); title("Step signal"); e_step = sum(step.*step); disp(e_step); n= -10:1 :10; ramp = [zeros(1,10) 0:10]; subplot(3,1,3); plot2d3(n,ramp); xlabel('n'); ylabel('X(n)'); title("Ramp signal"); e_ramp = sum(ramp .* ramp); disp(e_ramp);
5b6bf043bf67fcc32c19e5476cf3b0cfbcaed651
b33a9177edaaf6bf185ef20bf87d36eada719d4f
/qtdeclarative/tests/auto/quick/qquickborderimage/data/valid4.sci
39db0aeb8a658aeba47541447cec2b7195fab7df
[ "LGPL-2.0-or-later", "LGPL-2.1-only", "LGPL-3.0-only", "GPL-1.0-or-later", "GPL-3.0-only", "Qt-LGPL-exception-1.1", "LGPL-2.1-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "GFDL-1.3-only", "LicenseRef-scancode-digia-qt-preview", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-generic-exception" ]
permissive
wgnet/wds_qt
ab8c093b8c6eead9adf4057d843e00f04915d987
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
refs/heads/master
2021-04-02T11:07:10.181067
2020-06-02T10:29:03
2020-06-02T10:34:19
248,267,925
1
0
Apache-2.0
2020-04-30T12:16:53
2020-03-18T15:20:38
null
UTF-8
Scilab
false
false
164
sci
valid4.sci
border.left: 10 border.top: 20 border.right: 30 border.bottom: 40 horizontalTileMode: "BorderImage.Round" verticalTileMode: "BorderImage.Repeat" source: colors.png
b821e9c5e2b0c575c36e147ddff5f6c73697a243
449d555969bfd7befe906877abab098c6e63a0e8
/2495/CH1/EX1.5.13/Ex1_5_13.sce
b5a9566503a31cc2b36119e07bba1386a5ee016e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
234
sce
Ex1_5_13.sce
clear clc DelVm_tr=0.0126;//in cm^3/gm P=1;//in atm Ti=368.65;//in K DelTDelP=0.035;//in K/atm R1=8.314;//in J R2=0.082;//in dm^3atm DelHm_tr=Ti*(DelVm_tr*32/1000)*1/(DelTDelP)*(R1/R2) printf('DelHm_tr=%.1f J/mol',DelHm_tr)
a9bb72dc28cc1e980cc8c23adbd20b40fbb9dacc
b5801afaa3964cbd7f9c1c8cf732cdcdb020e7fc
/Scilab6-Keras-Toolbox/examples/example1/ANN_tests.sce
6c652320d659930404d90a41fe972e12f19997e3
[ "BSD-3-Clause" ]
permissive
TanayKarve/scilab-keras-toolbox
e179b283102a580f2192d44c63dbc44a6fbaf03d
48045cd955c821a00377f9719f21fe0f91148541
refs/heads/master
2022-12-03T09:22:16.551928
2020-08-23T13:26:21
2020-08-23T13:26:21
289,681,759
1
0
null
null
null
null
UTF-8
Scilab
false
false
597
sce
ANN_tests.sce
mode(-1) train_acc=ANN_train(layers="5,6",epochs=15,batchsize=1); printf("\n\nTraining accuracy:%0.2f%%\n\n",train_acc*100); disp('Saved models from training:') files=listfiles("*neural*"); disp(files) done = 0; while done==0 err=0; if err==0 then disp("Running test on the sample:") sample=[5.4,3.4,1.5,0.4]; disp(sample); pred=ANN_test_sample(test_sample=sample); disp("Prediction on sample is:"); disp(pred); done=1 ; end if err==-2 then disp("cant find file: "); disp(model_file); end end
597667989472e89890b5c85df8a450ecd5583a5b
449d555969bfd7befe906877abab098c6e63a0e8
/269/CH3/EX3.14/ex14.sce
181b9fd4198dd6487716f2f4695b5fa977d4435f
[]
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
527
sce
ex14.sce
disp("chapter3") disp("example 14 ") disp("given") disp("the equations given are=") disp("5i1-2i2-3i3=10") disp("-2i1+4i2-i3=0") disp("-3i1-i2+6i3=0") a=[5 -2 -3; -2 4 -1; -3 -1 6] //matrix y=det(a) b=[10 -2 -3; 0 4 -1 ;0 -1 6] //matrix for i1 calculation (cramers rule) w=det(b) i1=w/y disp("current i1=") disp(i1) c=[5 10 -3;-2 0 -1; -3 0 6] //cramers rule x=det(c) i2=x/y disp("current i2=") disp(i2) d=[5 -2 10; -2 4 0; -3 -1 0] z=det(d) i3=z/y disp("current i3=") disp(i3)
c3117fe9a1853a3dd08b5ed03b4eac39c2a764b1
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.38.b/EX_2_38_b.Sce
9dfc001733a5de1006f1bf7c6083634d345dccb2
[]
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
316
sce
EX_2_38_b.Sce
// Example 2.38.b:S clc; clear; close; Beta=180;//Common emitter D.C. Current gain Re=0.199;// Collector resistance in killo ohms R1=5.76;// resistance in killo ohms R2=34.67;// resistance in killo ohms Rb=(R1*R2)/(R1+R2); S=(1+Beta)/(1+Beta*(Re/(Re+Rb))); disp(S,"Stability factor in self bias case is")
07da979a49ef1c7ea87481b631e2567af2cc1fce
449d555969bfd7befe906877abab098c6e63a0e8
/2534/CH3/EX3.10/Ex3_10.sce
84957d3e02dc02f354885832c0f6d134af71a52c
[]
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
Ex3_10.sce
//Ex3_10 clc l = .03 d = 0.01 L = 0.18 Va = 1000 disp("l = "+string(l)+"m")//lenght of deflection plate disp("d = "+string(d)+"m")//plate separation disp("L = "+string(L)+"m")//distance of screen from plate disp("Va = "+string(Va)+"V")//anode voltage SE = (l*L)/(2*d*Va) disp("SE = (l*L)/(2*d*Va) = "+string(SE)+"m/V")
88a4377fd5dec595eb592b3f47fba077e0d40fe3
08ee8059476493a308f8e13adcbace48d7bcfc92
/Scilab_packetTracer_codes/ffshift.sce
f4a274d297c927d73d2ff4f781beab015ab73bb8
[]
no_license
Rushi-Bhatt/Self-Study
7ed44b7821154b7906c7d532255ea648ec9d6299
90cc75440328ba21769ffac878f46feadeb2f06f
refs/heads/master
2021-01-11T15:29:31.739065
2017-02-08T22:17:57
2017-02-08T22:17:57
80,360,471
0
0
null
null
null
null
UTF-8
Scilab
false
false
336
sce
ffshift.sce
clear all //play with different values of fo fo = 4; N = 100; T = 2*%pi; t = linspace(0,T,N); //the function and its fft (shifted so zero frequency occurs in the middle) f = sin(2*%pi*fo*t); figure() plot(fft(f)) ft = fftshift(fft(f)); // frequency goes in steps 1/T s = (-N/2+1:N/2) * 1/T; figure(2),plot(s,abs(ft)),title('fourier')
677361686f8b10ade7220e4055f3fd856e42d9a9
449d555969bfd7befe906877abab098c6e63a0e8
/3812/CH1/EX1.8.a/1_8_a.sce
11d820c653c5a1dde3a28ebec83431c72541372c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
246
sce
1_8_a.sce
//Example 1.8<a> //draw the waveform of the signal x1(t)=r(t)-r(t-1)-u(t-1) clc; clear all; t=-10:0.001:10; for i=1:length(t) if t(i)>=0 & t(i)<1 then x(i)=t(i); else x(i)=0; end end plot2d(t,x) xtitle('Required figure','t','x(t)')
2970da1eabcafcab7957611fab9d999be9538ed5
e25bb3040c96f9782aab0493e05ba22f5bf50ccf
/ex1/amplify.sce
c6749a85143e00115b05f7c1be320d806a1b2125
[]
no_license
gpioblink/aizu-spls-exercise
c13258d46f50ed2db7797693a097b0fb75d24eaf
6c0b9326ba8e4b52378cfe777e82a2bfcdecc9b9
refs/heads/master
2022-09-14T06:09:44.774157
2020-05-31T07:43:26
2020-05-31T07:43:26
263,856,972
0
0
null
null
null
null
UTF-8
Scilab
false
false
69
sce
amplify.sce
//amplify.sce function [z]=amplify(x,p) z = x+p; endfunction
a59760ea39ef7363197aaa0734b720695b2fd072
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH9/EX9.3/Ex9_3.sce
55e9ec48eca71771fccfe072085372cde8836e2a
[]
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
711
sce
Ex9_3.sce
//Initilization of variables m=70 //kg g=9.81 //m/s^2 theta=20 //degrees //Calculations //Solving by martix method //Taking sum along vertical and horizontal direction and equating them to zero A=[sind(theta) 1 0;-cosd(theta) 0 1;0 -1/4 1] //RHS matrix R=[m*g;0;0] ans1=inv(A)*R //force vector N //Calculation part 2 //Similar solution by matrix method //Taking moment about point O and summing forces in horizontal and vertical direction and equating all to zero B=[4*cosd(theta) 0 0;-cosd(theta) 1 0;sind(theta) 0 1] //RHS matrix J=[m*g*1.5;0;m*g] ans2=inv(B)*J //force Vector N //Result clc printf('The value of P in first case is %iN and that in second case is %iN',ans1(1),ans2(1))
0f5a1a88ffcdd8a06f2eb8cd00c6e50c7eb6acaa
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH16/EX16.12/Ex16_12.sce
01ca0aaedfe7736ee20a8e540d66ded96fc31cf0
[]
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
338
sce
Ex16_12.sce
//Initilization of variables W=644 //lb F=30 //lb theta=30 //degrees r=1.5 //ft g=32.2 //ft/s^2 //Calculations //Using equations of motion //Solving by matrix method A=[1,-W/g;-r,-(1/2)*(W/g)*(2*2)*(1/r)] B=[W*sind(theta)-F*cosd(theta);-F*2] C=inv(A)*B a=C(2) //ft/s^2 //Result clc printf('The value of a is %f ft/s^2',a)
00186f7c07b705851cea4e2d702436e6eae13e5b
449d555969bfd7befe906877abab098c6e63a0e8
/773/CH17/EX17.09/17_09.sci
d758e1d77ec18dc3b1fbc62d0c14bee4d4011725
[]
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
189
sci
17_09.sci
//function// A=[0 1;-6 -5] [Row Col]=size(A)//Size of a matrix l=poly(0,'l'); m=l*eye(Row,Col)-A //lI-A n=det(m) //To Find The Determinant of li-A roots(n) //To Find The Value Of l
0589e2ed613fdd2b1dd43e314cebd60c38a224c7
449d555969bfd7befe906877abab098c6e63a0e8
/284/CH14/EX14.3/ex3.sce
0a37dd4d556114ca611303fa9e5d9120365cf384
[]
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
638
sce
ex3.sce
// Chapter 14_Semiconductor Power Devices //Caption_Heat sinks and junction temperature //Ex_3//page-662 Theta_dev_case=1.75 Theta_case_snk=1 Theta_snk_amb=5 Theta_case_amb=50 Tamb=30 //Ambient temperature Tdev=150 //maximum junction or device temperature PD_max=(Tdev-Tamb)/(Theta_dev_case+Theta_case_amb) //when no heat sink is used PD_MAX2=(Tdev-Tamb)/(Theta_dev_case+Theta_case_snk+Theta_snk_amb) printf('Maximum power dissipated when no sink was used is %1.2f W while with the sink is %1.2f W which is more than the previous case.Thus use of heat sink allows more power to be dissipted in the device.',PD_max,PD_MAX2)
5ca8d1ed523e34d30d7de002841663e0636a91a1
449d555969bfd7befe906877abab098c6e63a0e8
/3293/CH5/EX5.4/Ex5_4.sce
f2a2e853998d0513f66c179bdaeee079a4089505
[]
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
631
sce
Ex5_4.sce
//page 145 //Example 5.4 clc; clear; close; x = poly(0,"x"); A = [x 0 -x^2;0 1 0;1 0 x^3]; disp(A,'A = '); disp('e1,e2,e3 are the rows of 3*3 identity matrix, then'); T = eye(3,3); e1 = T(1,:); e2 = T(2,:); e3 = T(3,:); disp(e1,'e1 = '); disp(e2,'e2 = '); disp(e3,'e3 = '); disp('D(A) = D(x*e1 - x^2*e3, e2, e1 + x^3*e3)'); disp('Since, D is linear as a function of each row,'); disp('D(A) = x*D(e1,e2,e1 + x^3*e3) - x^2*D(e3,e2,e1 + x^3*e3)'); disp('D(A) = x*D(e1,e2,e1) + x^4*D(e1,e2,e3) - x^2*D(e3,e2,e1) - x^5*D(e3,e2,e3)'); disp('As D is alternating, So'); disp('D(A) = (x^4 + x^2)*D(e1,e2,e3)'); //end
19a4daf1c463dc4c3481f7cb66545a6e60d027f1
449d555969bfd7befe906877abab098c6e63a0e8
/62/CH5/EX5.52/ex_5_52.sce
a041f6b346e7cde1507a2f430a18d53b55048047
[]
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
726
sce
ex_5_52.sce
clear; clc; close; w=-10:0.1:10; wc=2; for i=1:length(w) if w(i)>-wc & w(i)<wc then Hw(i)=1; else Hw(i)=0; end end d=gca() plot(w,Hw); poly1=d.children.children; poly1.thickness=3; poly1.foreground=2; xtitle('H(w)','w') disp("x(t)=sin(a*t)/(%pi*t)"); disp("X(w)= 1 for |w|<a "); disp(" 0 elsewhere"); a=1; for i=1:length(w) if w(i)>-a & w(i)<a then Xw(i)=1; else Xw(i)=0; end end Yw=Xw.*Hw; figure d=gca() plot(w,Yw); poly1=d.children.children; poly1.thickness=3; poly1.foreground=2; xtitle('Y(w)','w') disp("therefore y(t)=x(t) for a<wc"); disp("and y(t)=h(t) for a>wc"); disp("thus the output suffers distortion when a>wc");
5a7a96baa97a4e4c98d386b01985f369572f388e
e7055fdf94e8a24293cab7ccbeac12039d6fe512
/macros/reconstructScene.sci
74309d112614370cf4d441d5e2594fc7018ba989
[]
no_license
sidn77/FOSSEE-Image-Processing-Toolbox
6c6b8b860f637362a73d28dcfe13e87d18af3e2c
8dfbdbdfd38c73dc8a02d1a25678c4a6a724fe18
refs/heads/master
2020-12-02T16:26:06.431376
2017-11-08T17:54:03
2017-11-08T17:54:03
96,552,565
0
0
null
2017-07-07T15:37:18
2017-07-07T15:37:18
null
UTF-8
Scilab
false
false
2,375
sci
reconstructScene.sci
// Copyright (C) 2015 - IIT Bombay - FOSSEE // // This file must be used under the terms of the BSD. // This source file is licensed as described in the file LICENSE, which // you should have received as part of this distribution. The terms // are also available at // https://opensource.org/licenses/BSD-3-Clause // Author: Siddhant Narang // Organization: FOSSEE, IIT Bombay // Email: toolbox@scilab.in function image = reconstructScene(Q, disp_mat, handleMissingValues) // This function converts a 2-D image to a 3-D image. // // Calling Sequence // reconstructScene(Q, disp_mat, handleMissingValues) // // Parameters // Q(Depth Map): It is a matrix whose values define the different characteristics of a camera image. // Disparity Map: Refers to the apparent pixel difference or motion between a pair of stereo image. // handleMissingValues: Flag whose default value is false, which controls the handling of missing values. // Returns: 3D image // // Description // The function transforms a single-channel disparity map to a 3-channel image representing a 3D surface. // That is, for each pixel (x,y) and the corresponding disparity d = disparity(x,y). // The matrix Q can be an arbitrary 4×4 matrix (for example, the one computed by stereoRectify). To reproject // a sparse set of points {(x,y,d),...} to 3D space, use perspectiveTransform. // // Examples // stacksize("max") // img_1 = imread("images/left1.jpg", 0); // img_2 = imread("images/right1.jpg", 0); // w1 = genCheckerboardPoints([10, 7], 8); // ip1 = detectCheckerboardCorner(img_1, [7, 10]); // ip2 = detectCheckerboardCorner(img_2, [7, 10]); // ip1l = list(ip1); // ip2l = list(ip2); // op = stereoCalibrateAndRect(w1, ip1l, ip2l, size(img_1)); // [map map1] = disparity(img_1, img_2); // img = reconstructScene(op.DepthMap, map1, 1); // // See also // imread // genCheckerboardPoints // detectCheckerboardCorne // stereoCalibrateAndRect // disparity // // Authors // Siddhant Narang [lhs rhs] = argn(0); if rhs > 3 then error(msprintf("Too many input arguments")); end if rhs < 3 then error(msprintf("Not enough input arguments")); end if lhs > 1 then error(msprintf("Too many output arguments")); end _disp_mat = mattolist(disp_mat); timage = raw_reconstructScene(Q, _disp_mat, handleMissingValues); channel = size(timage); for i = 1 : channel image(:, :, i) = timage(i); end endfunction
fc57adda85bd7a47ea960fa02f9d7abf924e06b8
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/tdcs/boucle.sci
cf2126b812d5b230f4f9f66c9083466fa415aae7
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
3,001
sci
boucle.sci
function []=boucle(fch,abruit,xdim,npts,farrow) [lhs,rhs]=argn(0); // appel minimal if rhs<=4,farrow='f';end; if rhs<=3,write(%io(2),'integration : nb points,pas du systeme '), npts=read(%io(1),1,2), end if rhs <= 2, write(%io(2),'cadre du dessin : xmin,ymin,xmax,ymax'), xdim=read(%io(1),1,4), // Test sur le cadre if xdim(3) <= xdim(1), write(%io(2),'Erreur: xmin ] xmax '),return,end if xdim(4) <= xdim(2), write(%io(2),'Erreur: ymin ] ymax '),return,end end if rhs <=1,abruit=0.0;end tcal=npts(2)*(0:npts(1)) rand('normal') br=sqrt(abruit)*rand(1,npts(1)+1); if type(fch)=10; // Passage des constantes a un programme Fortran d'initialisation idisp=0; pp_c=[ppr,ppk,ppa,ppb,ppm,pps,ppl] fort('icomp',xe,1,'r',ue,2,'r',f,3,'r',g,4,'r',h,5,'r',... k,6,'r',l,7,'r',br,8,'r',npts(2),9,'r',npts(1),10,'i',... pp_c,11,'r',idisp,12,'i','sort'); end xset("window",0);xselect();xclear(); // Boucle sur les points de depart goon=1 while goon=1, ftest=1; while ftest=1, // addtitle(fch); plot2d([xdim(1);xdim(1);xdim(3)],[xdim(2);xdim(4);xdim(4)]) plot2d([xe(1)],[xe(2)],[2,4],"111",... "Point d''equilibre pour ue='+string(ue),xdim); write(%io(2),'Utilisez la souris : '); write(%io(2),' -] Bouton de droite pour quiter '); write(%io(2),' -] Bouton du milieu ou de gauche '); write(%io(2),' pour indiquer x0 '); [n,xx0,yy0]=xclick() if n=2,goon=0;return;end x0=[xx0,yy0]; write(%io(2),'Utilisez la souris : '); write(%io(2),' -] Bouton de droite pour quiter '); write(%io(2),' -] Bouton du milieu ou de gauche '); write(%io(2),' pour indiquer xchap0 (observateur) '); [n,xx0,yy0]=xclick() if n=2,goon=0;return;end xchap0=[xx0,yy0]; if type(fch)=10, ftest=desorb1([x0,xchap0]',npts,fch,farrow,xdim); else ftest=desorb1([x0,xchap0]',npts,list(fch,abruit,... npts(2),npts(1)),farrow,xdim); end if ftest=1;write(%io(2),'conditions initiales hors du cadre'),end end end function [res]=desorb1(x0,n1,fch,farrow,xdim); //[res]=desorb1(x0,n1,fch,farrow,xdim); //! res=0 write(%io(2),'Calculs en cours') tcal=n1(2)*(0:n1(1)) xxx=ode(x0,0,tcal,fch); [nn1,nn2]=size(tcal); comcom=-k*(xxx(3:4,:)-xe*ones(1,nn2)); //dessin de l'evolution conjointe de la deuxieme //composante de l'etat et de son estimee (observateur) xset("window",1);xclear(); plot2d([tcal;tcal]',xxx([2,4],:)',[-1,-2],"111",... "x2(t) @observateur de x2(t)",[0,xdim(2),n1(1)*n1(2),xdim(4)]) xset("window",2);xclear(); //dessin de la commande lineaire plot2d([tcal]',[comcom]',[-1],"121",... "commande lineaire en fonction du temps (ecart par rapport a ue)") xset("window",0);xclear(); //portrait de phase plot2d(xxx([1,3],:)',xxx([2,4],:)',[-1,-2],"111","(x1,x2)@observateur ",... xdim);
9628f93512aed8406c3eaf0f1f0f19afe0fdfcb0
449d555969bfd7befe906877abab098c6e63a0e8
/72/CH5/EX5.2.1/5_2_1.sce
a2612d9788d0a1dd427161a23bfaee3569085ff1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
640
sce
5_2_1.sce
//CHAPTER NO.-5 //Example No.5-2-1 , Page No.-213 //(a) Program_to_determine_the_latice_match_present_in_percent disp('the_latice_match_present_is_within 1%'); //(b) Program_to_find_the_conduction-band_differential_between_Ge_and_GeAs X1=4;//electron_affinity X2=4.07;//electron_affinity AE=X1-X2; disp(AE,'the_conduction-band differential_is(in eV) ='); //(c) Program_to_find_the_valence-band_differential_between_Ge_and_GeA Eg2=1.43;//energy_gap Eg1=.8;//energy_gap Ev=Eg2-Eg1-AE disp(Ev,'the valence-band differential is(in eV) =');
08c559fff3be736e18b129526565bd7a11f893d1
449d555969bfd7befe906877abab098c6e63a0e8
/226/CH5/EX5.23/example23_sce.sce
9254ef5d032834398b558bf6dc96e8cc65aeb934
[]
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
142
sce
example23_sce.sce
//chapter 5 //example 5.23 //page 229 printf("\n") printf("given") Vcc=9;Ic=2*10^-3;hFE=10;Vbe=.7; Rc=Vcc/Ic Ib=Ic/hFE Rb=(Vcc-Vbe)/Ib
da9c57394e59904de8747a750c0320bf40047874
449d555969bfd7befe906877abab098c6e63a0e8
/68/CH11/EX11.2/ex2.sce
189d8aaba0e30bae0de86dcd0cedf9c5dbb7f3e1
[]
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
741
sce
ex2.sce
// Example 11.2 Design of two-stage CMOS op-amp uC_n=50*10^-6; // u_n*C_ox (A/V^2) uC_p=20*10^-6; // u_p*C_ox (A/V^2) V_tn0=1; // (V) V_tp0=-1; // (V) fie_f=0.6/2; // (V) y=0.5; // (V^1/2) V_DD=5; // (V) W_n=4*10^-6; // (m) L_n=2*10^-6; // (m) W_p=10*10^-6; // (m) L_p=2*10^-6; // (m) W=10*10^-6; // (m) L=10*10^-6; // (m) C_B=1*10^-12; // bit line capacitance (F) deltaV=0.2; // 0.2 V decrement WbyL_eq=1/(L_p/W_p+L_n/W_n); // WbyL_eq=(W/L)_eq // Equivalent transistor will operate in saturation I=(uC_n*WbyL_eq*(V_DD-V_tn0)^2)/2 r_DS=1/(uC_n*(W_n/L_n)*(V_DD-V_tn0)); v_Q=r_DS*I; // v_Q=r_DS*I I_5=0.5*10^-3; // (A) deltat=C_B*deltaV/I_5; disp(deltat, "The time (s) required to develop an output voltage of 0.2V")
0c7e66debcbe120341df2dd286c953d5db3a1da7
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/macros/xdess/titlepage.sci
ab077590c602fd129a011cbe2bfe57a2e2079858
[ "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
420
sci
titlepage.sci
function titlepage(str,win) //titlepage(str) genere une page de titres graphiques contenant la ma- //trice de chaines de caracteres str ecrite centree dans la page avec //une taille de caractere maximale. //! //origine S Steer INRIA 1989 // Copyright INRIA [lhs,rhs]=argn(0) old=xget('window') if rhs==2 then xset('window',win);end plot2d([0,1],[0,1],[-1,-1],"022"); xstringb(0,0,str,1,1,'fill'); xset('window',old)
e402fe0705f2a08a492dcc4e26911b26359bcae1
449d555969bfd7befe906877abab098c6e63a0e8
/2138/CH11/EX11.10.d/ex_11_10_d.sce
b732a895b2dcdb0908457b28633a6ef9165670eb
[]
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
515
sce
ex_11_10_d.sce
//Example 11.10.d // voltage across te coil clc; clear; close; R=5.94;//in ohms L=0.35;//IN HENRY C=35;// in micro farads V=200;//IN VOLTS it is given wrong in the book F=50;// IN HERTS Xc=(1/(2*%pi*F*C*10^-6));// capacitive reactance in ohms Xl=2*%pi*F*L;// inductive reactance in ohms Z=sqrt(R^2+(Xl-Xc)^2);// impedence in ohms I=V/round(Z);// in amperes pf=R/round(Z);// power factor Zc=sqrt(R^2+Xl^2);//impedence of the coil Vl=I*Zc;//voltage drop across the coil disp(Vl,"voltage across the coil in volts is")
6bdc7fbde42f5966280cb8c3a5d9bff788ad2027
449d555969bfd7befe906877abab098c6e63a0e8
/3701/CH7/EX7.7/Ex7_7.sce
7f1db54dc01220c080ecd5cd66406e83def171d2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
495
sce
Ex7_7.sce
////Given L=10**-9 //Width in m v=9.0*10**-9 h=1.054*10**-34 //Js c=3*10**8 //m/s m=9.1*10**-31 v1=(9.0+1)*10**-9 v2=(9.0-1)*10**-9 //Calculation // n=sqrt((4*c*m*(L**2))/(v*%pi*h)) n1=sqrt((4*c*m*(L**2))/(v1*%pi*h)) n2=sqrt((4*c*m*(L**2))/(v2*%pi*h)) //Result printf("\n value of n is %0.0f When + sign is taken %0.0f when -ve sign is taken %0.0f ",n,n2,n1)
430aa085f543d7e425204d19dc86702d2cf4ac22
449d555969bfd7befe906877abab098c6e63a0e8
/1835/CH11/EX11.6/Ex11_6.sce
fb6f9e84f66c33fe1d0ee38710ecf16b0d8bbab3
[]
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,510
sce
Ex11_6.sce
//CHAPTER 11 ILLUSRTATION 6 PAGE NO 294 //TITLE:VIBRATIONS //FIGURE 11.14 clc clear //=========================================================================================== //INPUT DATA PI=3.147 g=9.81// ACCELERATION DUE TO GRAVITY IN N /m^2 D=.06// DIAMETER OF SHAFT IN m L=3// LENGTH OF SHAFT IN m W1=1500// WEIGHT ACTING AT C IN N W2=2000// WEIGHT ACTING AT D IN N W3=1000// WEIGHT ACTING AT E IN N L1=1// LENGTH FROM A TO C IN m L2=2// LENGTH FROM A TO D IN m L3=2.5// LENGTH FROM A TO E IN m I=PI*D^4/64 E=200*10^9// YOUNGS MODUKUS OF SHAFT MATERIAL IN Pascals //=========================================================================================== DELTA1=W1*L1^2*(L-L1)^2/(3*E*I*L)// STATIC DEFLECTION DUE TO W1 DELTA2=W2*L2^2*(L-L2)^2/(3*E*I*L)// STATIC DEFLECTION DUE TO W2 DELTA3=W2*L3^2*(L-L3)^2/(3*E*I*L)// STATIC DEFLECTION DUE TO W2 Fn=.4985/(DELTA1+DELTA2+DELTA3)^.5// FREQUENCY OF TRANSVERSE VIBRATION IN Hz //========================================================================================== printf('FREQUENCY OF TRANSVERSE VIBRATION = %.3f Hz',Fn)
11dabcd5d0f8cce32b160e986102a5954a25f26b
449d555969bfd7befe906877abab098c6e63a0e8
/866/CH12/EX12.1/12_1.sce
dbc715f2c2956ea76bf7f0d91d7dd8d1b5fd2b95
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
431
sce
12_1.sce
clc //initialisation of variables TimberB= 100 //mm TimberH= 400 //mm SteelB= 12 //mm SteelH= 300 //mm Bm= 50 //KNm ratio= 12 //CALCULATIONS It= 2*TimberB*TimberH^3/12 Is= ratio*SteelH^3/12 sigmat= -(Bm*10^6*TimberH/2)/(It+ratio*Is) sigmas= -(Bm*10^6*SteelH/2)/(Is+It/ratio) //RESULTS printf ('Maximum stress in timber= %.1f mm^2 (+ or -)',sigmat) printf (' \n Maximum stress in steel=%.1f N/mm^2 (+ or -)',sigmas)
b82683b7c72256edea4641f532d15095d74bc5b5
9b046504c3b7683d3bfa294fe100408058e75aa3
/Metodos/Clase3/ScriptsClase/metodoBiseccion2parte.sce
5c423c5d852d7eadd1cb7b95b6ae1f7b3784b978
[]
no_license
DavidAlex99/Cursos
f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f
aee547ab09db7e535bea5a6d41ed6e455f8a9a89
refs/heads/master
2023-01-08T02:46:07.502656
2020-11-14T00:45:57
2020-11-14T00:45:57
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
696
sce
metodoBiseccion2parte.sce
clear() clf() colores = ["red","green","black","magenta","black","honeydew"] function xr = biseccion(xl,xu,n,fx) for i = 0:1:n xr = (xl+xu)/2 if(fx(xl)*fx(xr)<0) xu = xr else xl = xr end plot(xr ,fx(xr),"marker","p") xstring(xr, fx(xr),string(i+1)) end endfunction function result = funcion(x) result = 2*x^2-5*x-1 endfunction raiz = biseccion(0,10,6,funcion) x = linspace(0,10,100) plot(x,funcion(x),"color","blue") curr_entity = gce(); // Handle of type "Compound" curr_polyline = curr_entity.children; // Handle of type "Polyline" curr_polyline.mark_size = 10; // Enjoy ;) xgrid()
8c2b673b1fcdc26b7afc61c6f94155f25727c377
f7d0f456b8e29ce4f81d9cbe1ca2a57fede3bc5d
/solvers/cyclist/bench/entl/22.tst
46b8d5adf9bede345bf9952129ba4135247f4535
[]
no_license
mihasighi/smtcomp14-sl
22467201b3f7e74e2001e259134c040d80afd6b6
8dd4ff648e16e31acd193f882082df349e211251
refs/heads/master
2021-06-06T17:01:18.752298
2018-06-28T10:04:32
2018-06-28T10:04:32
19,853,856
1
3
null
null
null
null
UTF-8
Scilab
false
false
49
tst
22.tst
ls(x,y) * y->z * ls(z,nil) |- ls(x,z) * ls(z,nil)
882263f30e33416b3740e4d722fe67c2d2523e59
449d555969bfd7befe906877abab098c6e63a0e8
/401/CH10/EX10.5/Example10_5.sce
513c911038ca6a74c139cee9cee29f462f4c5888
[]
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
891
sce
Example10_5.sce
//Example 10.5 //Program to calculate: //(a)The frequency chirp variation at the output signal //(b)The differential gain required clear; clc ; close ; //Given data Lambda=1.55*10^(-6); //metre - OPERATING WAVELENGTH alpha=-1; //ENHANCEMENT FACTOR Pin=0.5*10^(-3); //Watt - INPUT SIGNAL POWER dPin_by_dt=0.01*10^(-6); //metre - INPUT SIGNAL POWER VARIATION dnr_by_dn=-1.2*10^(-26); //m^3 - DIFFERENTIAL REFRATIVE INDEX //(a)The frequency chirp variation at the output signal del_f=-alpha/(4*%pi)*1/Pin*dPin_by_dt; //(b)The differential gain required dg_by_dn=4*%pi/Lambda*dnr_by_dn/alpha; //Displaying the Results in Command Window printf("\n\n\t (a)The frequency chirp variation at the output signal is %0.2f X 10^(-6)Hz.",del_f/10^(-6)); printf("\n\n\t (b)The differential gain required is %0.3f X 10^(-20) m^2.",dg_by_dn/10^(-20));
450e65d2a3f1462f3c44d36158a516fc9d9f0388
449d555969bfd7befe906877abab098c6e63a0e8
/3733/CH17/EX17.7/Ex17_7.sce
270f804fc38957a2c1192da606e105759504ed73
[]
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
913
sce
Ex17_7.sce
// Example 17_7 clc;funcprot(0); //Given data m_s=12500;// kg/hr m_a=5;// kg/hr p_v=70;// cm of Hg p_b=76;// cm of Hg T=34;// °C n_v=80;// Volumetric efficiency in % N=100;// rpm LbyD=1.5;// L/D ratio R=287;// J/kg.k //Calculation //From steam table, a saturation temperature at 34°C p_s=0.0542;// bar p_t=(p_b-p_v)*0.01359;// Pressure in condenser in bar p_a=p_t-p_s;// Partial pressure of air in bar V=(m_a*R*(T+273))/(p_a*10^5);// Volume of air in the condenser in m^3/hr V=V/60;// m^3/min V_s=m_s/(60*1000);// Volume of condensate formed m^3/min T_v=V+V_s;// Total volume of air and condensate removed by the pump m^3/min D=((T_v*100^2*100*4)/(%pi*1.5*N*(n_v/100)))^(1/3);// Diameter in cm L=1.5*D;// Stroke of air pump in cm printf('\n The capacity of wet air pump=%0.3f m^3/min \nThe dimensions of pump D=%0.1fcm & L=%0.0fcm',T_v,D,L); // The answer vary due to round off error
4741d02b2d4a25d35ce9653a2781632a2781a678
449d555969bfd7befe906877abab098c6e63a0e8
/55/CH15/EX15.2/15ex2.sci
d2fc690ff13df0f4c014e175baefcd1c90863a4c
[]
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
230
sci
15ex2.sci
D=[1,2,5,7,10,14,35,70]; a = 2; //a and b belong to D b = 14; V=int32([a,b]); thelcm=lcm(V) V=int32([a,b]); thegcd=gcd(V) abar=70/a bbar=70/b j=[abar,b]; h=[a,bbar]; V=int32([j]) lcm1=lcm(V) K=int32([h]) lcm2=lcm(K)
6fcb62711e8b886ddace9c682f288f155620d00c
449d555969bfd7befe906877abab098c6e63a0e8
/692/CH3/EX3.13/P3_13.sce
4b3b29de3189a1d742d3575fb458b574549fcf7f
[]
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
441
sce
P3_13.sce
//EXAMPLE 3.13 clc; clear; a=0.5; n=0:9; for i = 0:9 x(i+1) = a^i; end //The DTFT of the sequence K = 4; k = 0:4/1000:4; W = k*6*%pi/K; X1 = (x')*exp(%i*n'*W); X = %i*diff(X1); X = [X,0] + X1; X_mag = abs(X); [X_phase,db] = phasemag(X); clf(); a=gca(); figure(0); plot2d3(mtlb_fliplr(W),X_mag); xtitle('Magnitude response','W','X_mag'); figure(1); plot2d3(mtlb_fliplr(W),X_phase); xtitle('Phase response','W','X_phase');
bf87b9486e58838c21a5da2b4ec2f15769a5254c
449d555969bfd7befe906877abab098c6e63a0e8
/3014/CH3/EX3.13/Ex3_13.sce
62561d2d86db8195ad0e5456dfce3b69047236a2
[]
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
647
sce
Ex3_13.sce
clc //given that lambda = 1 //wavelength in angstrom h = 6.63e-34 // Planks constant m_e = 9.1e-31 // mass of electron in kg c = 3e8 // speed of light in m/sec theta = 90 // angle for longest passing wavelength printf("Example 3.13") d_lambda= h*(1-cos(theta*%pi/180))*1e10/(m_e*c) // calculation of wavelength shift in angstrom lambda_n = lambda+d_lambda // Calculation of recoiled electron wavelength d_E = h*c*(lambda_n-lambda)*1e10/(1.6e-19*lambda_n*lambda)// Calculation of recoiled electron energy in eV printf("\nWavelength shift is %f angstrom.",lambda_n) printf("\nEnergy of recoiled electron is %deV. \n\n\n",ceil (d_E))
3d15c2d6f2a3aa9ab36b0cf13eafba454b386362
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH12/EX12.32/example12_32.sce
5d439621babc4b1f1c35a07818ae7eeb0f7c0038
[]
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
477
sce
example12_32.sce
clc // Given that f = 60 // operating frequency in Hz d = 1.6 // diameter in meter B = 0.5 // magnetic field at the orbit in tesla e = 1.6e-19 // charge on an electron in Coulomb // Sample Problem 32 on page no. 12.44 printf("\n # PROBLEM 32 # \n") printf(" Standard formula used \n") printf(" E_ = 3e8 * r * B / 1e6 \n") r = d / 2 w = 2 * %pi * f E = 4 * e * w * r^2 * B E_ = 3e8 * r * B / 1e6 printf("\n Energy gained per turn is %f eV.\n Final energy is %d MeV.",E / e,E_)
a42af57483b7091be081c3b539ff2183f9a0dbf9
449d555969bfd7befe906877abab098c6e63a0e8
/704/CH2/EX2.38/2_38.txt
d2e25062b12994f1724b98da3ec0ca466bab539b
[]
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
txt
2_38.txt
//Caption:Calculate induced emf when running at speed of 1380 rpm. //Exam:2.38 clc; clear; close; P=4;//Poles in d.c. machine Z=594;//number of conductor in d.c. machine F=0.0075;//flux per pole(in Wb) N=1380;//speed of the motor A=2;//number of parallel paths E=P*F*N*Z/(60*A);//emf generated in machine when running at speed of 1380 rpm. disp(ceil(E),'emf generated in machine when running at speed of 1380 rpm.(in V)=');
f6e290678e52259e063c1ba16a5aa45cb4e47ace
676ffceabdfe022b6381807def2ea401302430ac
/library/Demos/Python/FieldUtils/Tests/smallmesh_isocontour.tst
e68c704d3ad8ade772fc30b3df98f291e4a90e75
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
962
tst
smallmesh_isocontour.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description> Extract an isocontour</description> <executable python="true">smallmesh_isocontour.py</executable> <parameters></parameters> <files> <file description="Session File">smallmesh.xml</file> <file description="Session File">smallmesh.fld</file> </files> <metrics> <metric type="L2" id="1"> <value variable="x" tolerance="1e-4">0.644241</value> <value variable="y" tolerance="1e-4">0.450692</value> <value variable="z" tolerance="1e-4">0.434032</value> <value variable="u" tolerance="1e-4">0.901556</value> <value variable="v" tolerance="1e-4">0.101557</value> <value variable="w" tolerance="1e-4">0.0892263</value> <value variable="p" tolerance="1e-4">0.1</value> <value variable="isocon" tolerance="1e-4">0.1</value> </metric> </metrics> </test>
4f8d68c138575093483284ea3142bcc5bd304e1b
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/midcross/midcross8.sce
0886a21d26d01bedc9aa77cb586e09276e3b9243
[]
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
198
sce
midcross8.sce
//Compute the level corresponding to the mid-reference level instant. x=[1.2,5,10,-20, 12]; t=[0.0,2.5E-7,5.0E-7,7.5E-7,1.0E-6]; [s,midlev] = midcross(x,t); disp(midlev); //output //- 9.28
be3854460f4903143d3d39a3a919726529a75c4a
449d555969bfd7befe906877abab098c6e63a0e8
/2609/CH2/EX2.3/ex_2_3.sce
d54bc0a02299b3f663275201483342755605b90e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
583
sce
ex_2_3.sce
////Ex 2.3 clc; clear; close; format('v',6); IT=1;//mA VCC=15;//V RE=50;//kohm RC=15;//kohm Beta=120;//unitless alfa=Beta/(Beta+1);//unitless Vid=6;//mV VT=26;//mV //Part (a) iC1=alfa*IT/(1+exp(-Vid/VT));//mA iC2=IT-iC1;//mA disp(iC2,"dc Collector current through transistors(mA)"); //Part (b) iC=IT/2;//mA(let iC1=iC2=iC) re=VT/iC;//ohm(let re1=re2=re) Ad=-RC*1000/re;//unitless Acm=-RC*1000/(re+2*RE*1000);//unitless Acm=abs(Acm);////unitless CMRR=abs(Ad/Acm);////unitless disp(Ad,"Ad"); disp(Acm,"Acm"); CMRR=20*log10(CMRR);//dB disp(CMRR,"CMRR(dB)");
18a7375b7ce6e944e82779da3cb362b3084780a3
449d555969bfd7befe906877abab098c6e63a0e8
/1871/CH6/EX6.11/Ch06Ex11.sce
10e9ef8553b81d91f7824425f734cfc66e1b786d
[]
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
604
sce
Ch06Ex11.sce
// Scilab code Ex6.11: Pg:261 (2008) clc;clear; mu_O = 1.55336; // Refractive index for an ordinary beam mu_E = 1.54425; // Refractive index for an extra-ordinary beam lambda_O = 5.893e-05; // Wavelength of ordinary light, cm lambda = 4.358e-005; // Given wavelength of light, cm PR = 2*%pi/lambda*lambda_O/4; // The phase retardation in quarter wave plate for given wavelength printf("\nThe phase retardation in quarter wave plate for given wavelength = %4.2f pi-radian", PR/%pi); // Result // The phase retardation in quarter wave plate for given wavelength = 0.68 pi-radian
6fd9ff40f63615ee683dfeff063ad51ffb1c17d6
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.4/macros/percent/%s_5.sci
e379cf998b5d9edfbfc929fc4233be26e2931c7b
[ "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
89
sci
%s_5.sci
function x=%s_5(a) //implements ~a for a a matrix of numbers // Copyright INRIA x=(a==0)
d9f9fbc832d45c2bf7680a8e70d70e7d4a835e58
449d555969bfd7befe906877abab098c6e63a0e8
/1697/CH9/EX9.1/Exa9_1.sce
6cd874c0aab96ea690fc2c4b1e8b16b9eaff2017
[]
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
574
sce
Exa9_1.sce
//Exa 9.1 clc; clear; close; //given data : HT=50;//in meter HR=10;//in meter f=60;//in MHz P=10;//in KW D=10;//in Km D=D*10^3;//in m c=3*10^8;//speed of light in m/s lambda=c/(f*10^6);//in meter //Part (i) d=3.55*(sqrt(HT)+sqrt(HR));//in Km disp(d,"Maximum line of sight range in Km : "); //Part (ii) Et=88*sqrt(P*1000)*HT*HR/(lambda*D^2) disp(Et,"The field strength at 10 Km in V/m: "); //Part (iii) //Formula : Et=88*sqrt(p)*HT*HR/(lambda*D^2) Et=1;//in mV/m D=sqrt(88*sqrt(P*1000)*HT*HR/(lambda*Et*10^-3));//in m disp(D/1000,"Distance in Km : ");
0c471b72e43ae90e75998655c410ba4b66ba3495
6d1f05d2074f1d6f18d3d473f2dbd867c94fc7ee
/giarratano/SOURCE/TESTING/predcfnx.tst
132c1ffd36735c178c1abe19c9ee5d8e662dfb11
[]
no_license
arranger1044/icse-1516
c40d2c86892cd90c14042a95581cbb0e238190fb
ee4bafb57bb549ef40e29b8edf8cdad038e97162
refs/heads/master
2020-12-24T19:04:01.588095
2016-05-31T07:46:47
2016-05-31T07:46:47
56,578,768
14
5
null
null
null
null
UTF-8
Scilab
false
false
321
tst
predcfnx.tst
(unwatch all) (clear) (set-strategy depth) (open "predcfnx.rsl" predcfnx "w") (dribble-on "predcfnx.out") (batch "predcfnx.bat") (dribble-off) (load "compline.clp") (printout predcfnx "predcfnx.bat differences are as follows:" crlf) (compare-files predcfnx.exp predcfnx.out predcfnx) ; close result file (close predcfnx)
a8f92bdb4a4864c512bd8d4f795f606cf0d308b9
449d555969bfd7befe906877abab098c6e63a0e8
/389/CH11/EX11.4/Example11_4.sce
4dae53856cafd8af72ab4d485ec6c166864727d0
[]
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
3,410
sce
Example11_4.sce
clear; clc; // Illustration 11.4 // Page: 604 printf('Illustration 11.4 - Page: 604\n\n'); //****Data*****// // b: kerosene c:water // c:kg water/cubic m liquid Density_l = 783;// [kg/cubic m] viscosity_l = 1.7*10^(-3);// [kg/m.s] Mb = 200;// [kg/kmol] Density_p = 881;// [kg/cubic m] m = 0.522;// [(kg water/cubic m kerosene)/(kg water/kg gel)] Xo = 0;// [kg H2O/kg gel] //**************// // Solution (a) co = Density_l*4*10^(-5);// [kg water/cubic m] c1 = Density_l*5*10^(-6);// [kg water/cubic m] // For Ss minimum: X1 = c1/m;// [kg H2O/kg gel] // By Water Balance: SsminByVl = (co-c1)/(X1-Xo);// [kg gel/cubic m kerosene] printf("Minimum Solid/Liquid ratio used: %f kg gel/cubic m kerosene",SsminByVl); printf("\n"); // Solution (b) // Basis: 1 batch,1.7 cubic m kerosene Vl = 1.7;// [cubic m] Ss = 16*1.7;// [kg gel] V = Ss/Density_p;// [Xol. solid, cubic m] Vt = 1.7+V;// [Total batch volume, cubic m] // Take Z = T T = (Vt*4/%pi)^(1/3);// [m] // To allow for the adequate free board: h = 1.75;// [Vessel height,m] // Use a six-blade disk impeller. // From Fig. 11.26: // dp corresponding to 14 mesh: dp = 1.4/1000;// [m] TBydi1 = 2; Value1 = (Density_p-Density_l)/Density_l; // From Fig. 11.26: TBydi2 = 4.4; TBydiAv = (TBydi1+TBydi2)/2; di = T/TBydiAv;// [m] fr = 0.6;// [settled volume fraction of solids] Vs = V/fr;// [cubic m] depth = Vs/((%pi*(T^2))/4);// [m] // The depth of settled solid is negligible. // Locate the turbine 150mm from the bottom of the tank. C = 0.150;// [m] // Power: // Use the sufficient agitator power to lift the solids to 0.6 m above the bottom of the vessel. Z_prime = 0.6-C;// [m] // The properties of the slurry in 0.6 m above the bottom of the vessel. Vm = 0.6*%pi*T^2/4;// [square m] phi_Sm = V/Vm;// [vol fraction solid] // From Eqn. 11.24: Density_m = (phi_Sm*Density_p)+((1-phi_Sm)*Density_l);// [kg/cubic m] // From Eqn. 11.25: phi_Ss = 0.8; viscosity_m = viscosity_l/(1-(phi_Sm/phi_Ss))^1.8;// [kg/m.s] g = 9.81;// [m/s^2] // From Eqn. 11.23: delta_Density = Density_p-Density_l;// [kg/cubic m] Vts = g*dp^2*delta_Density/(18*viscosity_l);// [m/s] // From Eqn. 11.22: n = 1; P = (g*n*Density_m*Vm*Vts)*(phi_Sm^(2/3))*(TBydiAv^(1/2))*exp((4.35*Z_prime/T)-0.1);// [W] // Assume: Po = 5; N = (P/(Po*Density_m*di^5))^(1/3);// [r/s] // Use: N1 = 2;// [r/s] Re = di^2*N1*Density_m/viscosity_m; // From fig. 6.5: Po = 5 // Hence our assumption was right. printf("Power delivered to the slurry: %f W\n",P*(N1/N)^3); printf("Power to the motor will be larger, depending on the efficiency of the motor and speed reducer.\n"); // Mass transfer: // From Eqn. 11.28: Rep = (dp^(4/3))*(P/Vl)^(1/3)*(Density_l^(2/3)/viscosity_l); // From Eqn. 2.44: Temp = 298;// [K] phi = 1; Va = 0.0756;// [Chapter 2 notation] Dl = ((117.3*10^(-18))*((phi*Mb)^0.5)*Temp)/(viscosity_l*(Va^(0.6))); ScL = viscosity_l/(Density_l*Dl); if dp<(2/1000) // From Eqn. 11.29: ShL = 2+(0.47*Rep^0.62*(1/TBydiAv^0.17)*ScL^0.36); else // From Eqn. 11.30: ShL = 0.222*Rep^(3/4)*ScL^(1/3); end kL = ShL*Dl/dp;// [m/s] apS = (%pi*dp^2)/(%pi*dp^3*Density_p/6); apL = apS*16;// [square m/cubic m liquid] Ratio = Ss/(Vl*m); // From Eqn. 11.40: thetha = log((co/c1)/(1+(1/Ratio)-(1/Ratio)*(co/c1)))/((1+(1/Ratio))*kL*apL); printf("Contacting Time required: %f min\n",thetha/60);
6ef9980de2e9a5bc41ccd7736897cf94d0a157fe
449d555969bfd7befe906877abab098c6e63a0e8
/1787/CH1/EX1.4/Exa1_4.sce
211234839e40ca1c8e8f4e15a3dfd68ad983aa34
[]
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
364
sce
Exa1_4.sce
//Exa 1.4 clc; clear; close; //given data n=4;// no. of atoms per unit cell of silicon AtomicWeight=28;//constant AvogadroNo=6.021*10^23;//constant m=AtomicWeight/AvogadroNo;//in gm m=m/1000;//in Kg a=5.3;//lattice constant in Angstrum a=a*10^-10;//in meter V=a^3;//in meter^3 rho=m*n/V;//in Kg/m^3 disp(rho,"Density of silicon crystal in Kg/m^3: ");
ce2e61b8b10f0837cec778796e23d41ed34bda73
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH6/EX6.6/6Ex6.sce
396672a7dd8cf219e52f63d30f6a90fc65c9b7d8
[]
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
175
sce
6Ex6.sce
//chapter 6 Ex 6 clc; clear; close; persons=9; extra=8; avgexp=(12*(persons-1)+extra)/(persons-1); total=9*avgexp; mprintf("The total money spent was Rs.%d",total);
a8f48110e42ba577585b32a44546541b19f3d177
449d555969bfd7befe906877abab098c6e63a0e8
/116/CH7/EX7.2/exa7_2.sce
693554624ead131ab2c12d21ecd1b00c4b23492b
[]
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
239
sce
exa7_2.sce
//Example 7.2 //Page 350 dF=(1/20*60*60) dF=[1/(20*60*60)] disp('Since there are 8000 frame per second, the relative accuracy is determined as') ans=[dF/8000] //Result //Hence the clock must be accurate to 1.7 parts in 10^9.
1ab777feb1236b80cef970d0082793d34a9560a1
449d555969bfd7befe906877abab098c6e63a0e8
/1784/CH36/EX36.1/example1.sce
010a0e4a69da16bd1441a10b86e8a8b7a923b64b
[]
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
example1.sce
//chapter 36 //example1 clc //given u0=4*%pi*10^-7//in weber/amp-m Mu-not=u0 N=10^3//no.of turns a=5*10^-2//im meter b=10*10^-2 //in meter h=1*10^-2// in metre L=(u0*N^2*h)/(2*%pi)*log(b/a) disp(L,"Inductance of a toroid of recyangular cross section in henry is")
d4df9ad6ce38bacdf63e9e23e7cbe5067a115cf8
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/zpklp2bp/test_6.sce
8299627ed02576a3024106fbce6254aca984fcc6
[]
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
291
sce
test_6.sce
// Test # 6 : Range test for Input Argument #4 or Input Argument #5 exec('./zpklp2bp.sci',-1); [z,p,k,n,d]=zpklp2bp(7.3,5.2,9.7,0.6,[4,0.8]); //!--error 10000 //Wt must lie between 0 and 1 //at line 53 of function zpklp2bp called by : //[z,p,k,n,d]=zpklp2bp(7.3,5.2,9.7,0.6,[4,0.8]);
3f452db2fe6cba82ce58cdac207b56348ddb29ec
449d555969bfd7befe906877abab098c6e63a0e8
/3651/CH3/EX3.13/13.sce
6ec8a3effc272f172dceb0bf43bc516e9d3cd875
[]
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
134
sce
13.sce
//Variable declarations k=1; //Calculations a=integrate('2*k*exp(-2*k*x)','x',2/k,3/k) //Result printf('a=%0.3f \n ',(a))
37c91ff4a6d0b5275f6674a8206b3d5fb458a85f
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/examples/link-examples/ext6f.sce
eb6d3e943ec14a0ac5046f0d0e5f610dd081915d
[ "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
259
sce
ext6f.sce
//Copyright INRIA //reading vector with name='a' in scilab internal stack files=G_make(['/tmp/ext6f.o'],'ext6f.dll'); link(files,'ext6f'); a=[1,2,3];b=[2,3,4]; c=call('ext6f','a',1,'c',b,2,'d','out',[1,3],3,'d'); if norm(c-(a+2*b)) > %eps then pause,end
273e8424279bd2be7b4ac291d408ed37aed64c67
449d555969bfd7befe906877abab098c6e63a0e8
/1388/CH3/EX3.12/3_12.sce
16515e5521c7bd987a9db74ed0f6563e4e4020b1
[]
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
254
sce
3_12.sce
clc //initialisation of variables P= 100 //atm P1= 1 //atm R= 1.99 //cal/mol^-1 K^-1 k= 0.3 //atm^-1 E= 1600 //cal T= -183 //C T1= 0 //C //CALCULATIONS X= (k*3.5*R*(P-P1))/(3.5*R*(T1-T)+E) //RESULTS printf (' fraction of liquid = %.3f ',X)
e4ca1e3db2443fd7919c48d3c1d7c9d790887648
449d555969bfd7befe906877abab098c6e63a0e8
/929/CH1/EX1.13/Example1_13.sce
cf1af59dca2a16974361c52fa13edeceea1dd50c
[]
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
440
sce
Example1_13.sce
//Example 1.13 clear; clc; R1=30*10^3;//From Fig. 1.13b R3=20*10^3;//Feedback Resistance obtained from Fig. 1.13b R2=10*10^3;//Load Resistance obtained from Fig. 1.13b rd=100*10^3;//Internal Input Resistance ro=100;//Internal Output Resistance bNnum=((R1*rd)/(R1+rd))+R3; bNden=ro+R2+bNnum; bN=bNnum/bNden; bPnum=R3; bPden=bNden; bP=bPnum/bPden; b=bN-bP;//Feedback Factor printf("b=%.3f V/V",b);
9c1aaf44e5344cd8561fc57858ffb6679e116718
5e5d0c8fc622434cd3e215d485ab5df6fdf1b52c
/projectileMotion.sce
25c716f74842c0c201905067ebb7797191be3fcb
[]
no_license
riderstubley1995/EUN223
2908961cd57ca1221aefd43b30a828f23c982743
60d79fa1138254c1d4978f120f9a7391bdf19610
refs/heads/master
2020-09-01T22:44:31.559926
2019-11-03T09:01:09
2019-11-03T09:01:09
219,077,341
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,271
sce
projectileMotion.sce
function[] = projectileMotion(initial, theta, col) //Takes initial velocity and //launch angle of projectile //and colour clear x1; clear y1; scf(1); v0 = initial; //Initial velocity in m/s a= theta; //Angle of projection(in degrees) h= 0.05; //Time step (in seconds) g=9.8; //acceleration due to gravity in m/s^2 xmax=v0^2*sind(2*a)/g; ymax=v0^2*sind(a)^2/(2*g); td=2*v0*sind(a)/g; //total time colour(1)=col; colour(2)="." x1(1)=0; y1(1)=0; i=2; plot(x1,y1,strcat(colour())); title("Simple Projectile Motion of a ball"); //Label the graph with title, xlabel("Distance (m)"); //X-axis and ylabel("Height (m)"); //Y-axis realtimeinit(h); for t=0:h:td x1(i)=x1(i-1)+h*v0*cosd(a); //Euler's method for x y1(i)=y1(i-1)+h*(v0*sind(a)-g*t);//Euler's method for y i=i+1; //Increment the array count by 1 realtime(i); plot(x1,y1,strcat(colour())); end endfunction
09cf81697d6baddb6d32734dd2e687c595413189
449d555969bfd7befe906877abab098c6e63a0e8
/135/CH10/EX10.1/EX1.sce
8c59bb156cb1ba4ea8afdcdd8bc4d46844d75735
[]
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,061
sce
EX1.sce
// Example 10.1: Asymptotic magnitude and phase response curves clc, clear w=[0:70]; // Asymptotic magnitude response curve for i=1:length(w) a(i)=32; if w(i)<10 then b(i)=0; c(i)=0; elseif w(i)<50 b(i)=14*(w(i)-10)/40; c(i)=0; else b(i)=20*log10(w(i)/10); c(i)=-20*log10(w(i)/50); end end A=a+b+c; plot2d(w,A,rect=[0,0,70,50]); xtitle("Asymptotic magnitude response curve","ω(rad/sec)","20 log |A(jω)| in dB"); // Asymptotic phase response curve scf(1); w=[1:600]; for i=1:length(w) if w(i)<1 then theta1(i)=0; elseif w(i)<5 theta1(i)=31.45*(w(i)-1)/4; theta2(i)=0; elseif w(i)<100 theta1(i)=45*log10(w(i)/10); theta2(i)=-45*log10(w(i)/50); elseif w(i)<500 theta1(i)=90; theta2(i)=-58.55-31.45*(w(i)-100)/400; else theta1(i)=90; theta2(i)=-90; end end theta=theta1+theta2; plot(w,theta); xtitle("Asymptotic phase curve response","ω(rad/sec)","θ(ω)")
b694e567d384b04309af00475bdda6cef279588c
449d555969bfd7befe906877abab098c6e63a0e8
/3809/CH9/EX9.2/EX9_2.sce
2a21519aaedb59c7ed271e3d11ae9b27ebb0238f
[]
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
520
sce
EX9_2.sce
//Chapter 9, Example 9.2 clc //Initialisation L=400*10**-3 //inductance in henry R=20 //resistance in ohm V=15 //voltage i=300*10**-3 //current in amp e=2.7183 //exponent //Calculation T=L/R //time constant in sec I=V/R //current in amp from Ohms Law t=(log10(I/(I-i))/log10(e))*T //time period //Results printf("t = %.1f ms",t*1000)
0cfee55531733150a2837d80df5884f4e8d1020c
449d555969bfd7befe906877abab098c6e63a0e8
/2087/CH3/EX3.25/example3_25.sce
0448d6ed0018265737b571992db172125b31670a
[]
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
696
sce
example3_25.sce
//example 3.25 //calculate total water to be delivered clc; //given C1=0.2; //consumptive requirement of crop for 1 to 15 days C2=0.3; //consumptive requirement of crop for 16 to 40 days C3=0.5; //consumptive requirement of crop for 41 to 50 days C4=0.1; //consumptive requirement of crop for 51 to 55 days A=50; //area of land wr=5; //presowing water requirement R=3.5; //rainfall during 36th and 45th day w1=15*C1*100; w2=25*C2*100; w3=10*C3*100; w4=5*C4*100; w5=5*100; W=w1+w2+w3+w4+w5; ER=3.5*100; q=(W-ER)*A; mprintf("total water to be delivered=%i cubic metre.",q);
53b514ceb3c710eed0387ed49d83a7845f448da4
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/GF38CPK/ATWM1_Working_Memory_MEG_GF38CPK_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
ff8dec645dde576ff8f6a7eef8d5024c448edc81
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
49,597
sce
ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 36; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 382; width = 382; color = 0, 0, 0;} frame1; box { height = 369; width = 369; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 369; width = 369; color = 42, 42, 42;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 43 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_080 gabor_065 gabor_137 gabor_097 gabor_080 gabor_065_alt gabor_137_alt gabor_097 "1_1_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_080_065_137_097_target_position_1_4_retrieval_position_1" gabor_080_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_1_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 2392 fixation_cross gabor_033 gabor_018 gabor_151 gabor_096 gabor_033_alt gabor_018 gabor_151 gabor_096_alt "1_2_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_033_018_151_096_target_position_2_3_retrieval_position_2" gabor_circ gabor_018_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_2_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_018_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 1942 fixation_cross gabor_076 gabor_108 gabor_056 gabor_040 gabor_076 gabor_108_alt gabor_056 gabor_040_alt "1_3_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1950_gabor_patch_orientation_076_108_056_040_target_position_1_3_retrieval_position_1" gabor_076_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_3_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_023 gabor_131 gabor_070 gabor_041 gabor_023 gabor_131 gabor_070_alt gabor_041_alt "1_4_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_023_131_070_041_target_position_1_2_retrieval_position_2" gabor_circ gabor_176_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_4_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2192 fixation_cross gabor_096 gabor_169 gabor_134 gabor_061 gabor_096_alt gabor_169_alt gabor_134 gabor_061 "1_5_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2200_gabor_patch_orientation_096_169_134_061_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_012_framed blank blank blank blank fixation_cross_target_position_3_4 "1_5_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_180 gabor_099 gabor_074 gabor_045 gabor_180 gabor_099_alt gabor_074 gabor_045_alt "1_6_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_180_099_074_045_target_position_1_3_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_6_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2042 2992 2542 fixation_cross gabor_094 gabor_113 gabor_050 gabor_139 gabor_094 gabor_113_alt gabor_050 gabor_139_alt "1_7_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2550_gabor_patch_orientation_094_113_050_139_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_1_3 "1_7_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_156 gabor_097 gabor_128 gabor_048 gabor_156_alt gabor_097 gabor_128 gabor_048_alt "1_8_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_156_097_128_048_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_175_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_8_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 1942 fixation_cross gabor_081 gabor_102 gabor_022 gabor_169 gabor_081 gabor_102_alt gabor_022 gabor_169_alt "1_9_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_1950_gabor_patch_orientation_081_102_022_169_target_position_1_3_retrieval_position_2" gabor_circ gabor_148_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_9_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_148_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 1942 fixation_cross gabor_077 gabor_164 gabor_056 gabor_098 gabor_077_alt gabor_164_alt gabor_056 gabor_098 "1_10_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1950_gabor_patch_orientation_077_164_056_098_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_144_framed blank blank blank blank fixation_cross_target_position_3_4 "1_10_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2492 fixation_cross gabor_034 gabor_090 gabor_117 gabor_058 gabor_034 gabor_090_alt gabor_117 gabor_058_alt "1_11_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_034_090_117_058_target_position_1_3_retrieval_position_1" gabor_172_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_11_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2492 fixation_cross gabor_057 gabor_090 gabor_163 gabor_178 gabor_057_alt gabor_090 gabor_163 gabor_178_alt "1_12_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_057_090_163_178_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_163_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_12_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 2292 fixation_cross gabor_071 gabor_051 gabor_087 gabor_176 gabor_071_alt gabor_051 gabor_087 gabor_176_alt "1_13_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_071_051_087_176_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_132_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_13_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_029 gabor_096 gabor_009 gabor_148 gabor_029 gabor_096_alt gabor_009 gabor_148_alt "1_14_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_029_096_009_148_target_position_1_3_retrieval_position_1" gabor_029_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_14_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1742 2992 2142 fixation_cross gabor_079 gabor_123 gabor_001 gabor_050 gabor_079 gabor_123_alt gabor_001 gabor_050_alt "1_15_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_079_123_001_050_target_position_1_3_retrieval_position_2" gabor_circ gabor_169_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_15_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_169_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_043 gabor_178 gabor_119 gabor_095 gabor_043_alt gabor_178 gabor_119 gabor_095_alt "1_16_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_043_178_119_095_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_119_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_16_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_119_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1942 2992 2142 fixation_cross gabor_106 gabor_089 gabor_176 gabor_016 gabor_106 gabor_089 gabor_176_alt gabor_016_alt "1_17_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_106_089_176_016_target_position_1_2_retrieval_position_1" gabor_106_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_17_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_144 gabor_088 gabor_162 gabor_128 gabor_144_alt gabor_088_alt gabor_162 gabor_128 "1_18_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_144_088_162_128_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_target_position_3_4 "1_18_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_086 gabor_131 gabor_155 gabor_067 gabor_086 gabor_131_alt gabor_155 gabor_067_alt "1_19_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_086_131_155_067_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_155_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_19_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_020 gabor_063 gabor_088 gabor_104 gabor_020 gabor_063_alt gabor_088_alt gabor_104 "1_20_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_020_063_088_104_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_150_framed blank blank blank blank fixation_cross_target_position_1_4 "1_20_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_150_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 1892 fixation_cross gabor_153 gabor_136 gabor_179 gabor_094 gabor_153 gabor_136_alt gabor_179 gabor_094_alt "1_21_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_153_136_179_094_target_position_1_3_retrieval_position_1" gabor_015_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_21_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 2592 fixation_cross gabor_118 gabor_142 gabor_090 gabor_180 gabor_118 gabor_142 gabor_090_alt gabor_180_alt "1_22_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2600_gabor_patch_orientation_118_142_090_180_target_position_1_2_retrieval_position_1" gabor_118_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_22_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1842 2992 2442 fixation_cross gabor_072 gabor_160 gabor_110 gabor_139 gabor_072_alt gabor_160 gabor_110 gabor_139_alt "1_23_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2450_gabor_patch_orientation_072_160_110_139_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_139_framed blank blank blank blank fixation_cross_target_position_2_3 "1_23_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_139_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_156 gabor_067 gabor_102 gabor_176 gabor_156_alt gabor_067 gabor_102 gabor_176_alt "1_24_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_156_067_102_176_target_position_2_3_retrieval_position_2" gabor_circ gabor_067_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_24_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2142 2992 2092 fixation_cross gabor_172 gabor_124 gabor_012 gabor_141 gabor_172_alt gabor_124 gabor_012 gabor_141_alt "1_25_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2150_3000_2100_gabor_patch_orientation_172_124_012_141_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_093_framed blank blank blank blank fixation_cross_target_position_2_3 "1_25_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_093_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_119 gabor_170 gabor_100 gabor_031 gabor_119_alt gabor_170_alt gabor_100 gabor_031 "1_26_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_119_170_100_031_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_081_framed blank blank blank blank fixation_cross_target_position_3_4 "1_26_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2542 fixation_cross gabor_157 gabor_099 gabor_117 gabor_177 gabor_157 gabor_099_alt gabor_117_alt gabor_177 "1_27_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_157_099_117_177_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_037_framed blank blank blank blank fixation_cross_target_position_1_4 "1_27_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2142 2992 2192 fixation_cross gabor_088 gabor_013 gabor_042 gabor_147 gabor_088 gabor_013_alt gabor_042 gabor_147_alt "1_28_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2200_gabor_patch_orientation_088_013_042_147_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_28_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_168 gabor_038 gabor_116 gabor_146 gabor_168_alt gabor_038_alt gabor_116 gabor_146 "1_29_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_168_038_116_146_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_009_framed blank blank blank blank fixation_cross_target_position_3_4 "1_29_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1792 2992 2242 fixation_cross gabor_144 gabor_121 gabor_097 gabor_072 gabor_144 gabor_121 gabor_097_alt gabor_072_alt "1_30_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2250_gabor_patch_orientation_144_121_097_072_target_position_1_2_retrieval_position_1" gabor_009_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_30_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 2192 2992 2342 fixation_cross gabor_160 gabor_022 gabor_048 gabor_002 gabor_160_alt gabor_022 gabor_048_alt gabor_002 "1_31_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2200_3000_2350_gabor_patch_orientation_160_022_048_002_target_position_2_4_retrieval_position_1" gabor_160_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_31_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_160_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_003 gabor_085 gabor_111 gabor_164 gabor_003_alt gabor_085_alt gabor_111 gabor_164 "1_32_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_003_085_111_164_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_164_framed blank blank blank blank fixation_cross_target_position_3_4 "1_32_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_164_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2392 fixation_cross gabor_061 gabor_167 gabor_006 gabor_114 gabor_061_alt gabor_167 gabor_006 gabor_114_alt "1_33_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_061_167_006_114_target_position_2_3_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_33_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 2492 fixation_cross gabor_177 gabor_136 gabor_072 gabor_007 gabor_177_alt gabor_136 gabor_072 gabor_007_alt "1_34_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2500_gabor_patch_orientation_177_136_072_007_target_position_2_3_retrieval_position_2" gabor_circ gabor_089_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_34_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 1992 fixation_cross gabor_162 gabor_079 gabor_102 gabor_047 gabor_162_alt gabor_079 gabor_102 gabor_047_alt "1_35_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_162_079_102_047_target_position_2_3_retrieval_position_2" gabor_circ gabor_125_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_35_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_071 gabor_104 gabor_052 gabor_036 gabor_071 gabor_104_alt gabor_052_alt gabor_036 "1_36_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_071_104_052_036_target_position_1_4_retrieval_position_1" gabor_121_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_36_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_121_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1842 2992 2242 fixation_cross gabor_014 gabor_147 gabor_177 gabor_038 gabor_014_alt gabor_147_alt gabor_177 gabor_038 "1_37_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2250_gabor_patch_orientation_014_147_177_038_target_position_3_4_retrieval_position_2" gabor_circ gabor_147_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_37_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_147_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1992 2992 2542 fixation_cross gabor_126 gabor_171 gabor_056 gabor_099 gabor_126 gabor_171_alt gabor_056 gabor_099_alt "1_38_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2550_gabor_patch_orientation_126_171_056_099_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_056_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_38_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_056_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_058 gabor_121 gabor_178 gabor_094 gabor_058_alt gabor_121 gabor_178 gabor_094_alt "1_39_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_058_121_178_094_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_178_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_39_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2092 fixation_cross gabor_011 gabor_081 gabor_048 gabor_121 gabor_011 gabor_081 gabor_048_alt gabor_121_alt "1_40_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2100_gabor_patch_orientation_011_081_048_121_target_position_1_2_retrieval_position_2" gabor_circ gabor_081_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_40_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2092 fixation_cross gabor_135 gabor_048 gabor_030 gabor_154 gabor_135 gabor_048_alt gabor_030 gabor_154_alt "1_41_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2100_gabor_patch_orientation_135_048_030_154_target_position_1_3_retrieval_position_1" gabor_135_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_41_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_135_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2242 2992 2242 fixation_cross gabor_168 gabor_043 gabor_062 gabor_086 gabor_168_alt gabor_043_alt gabor_062 gabor_086 "1_42_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2250_gabor_patch_orientation_168_043_062_086_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_112_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "1_42_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1792 2992 2592 fixation_cross gabor_086 gabor_019 gabor_101 gabor_124 gabor_086_alt gabor_019 gabor_101_alt gabor_124 "1_43_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_086_019_101_124_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_101_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_43_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_101_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_116 gabor_078 gabor_057 gabor_002 gabor_116 gabor_078_alt gabor_057_alt gabor_002 "1_44_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_116_078_057_002_target_position_1_4_retrieval_position_1" gabor_163_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_44_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_163_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 1992 fixation_cross gabor_052 gabor_141 gabor_125 gabor_109 gabor_052 gabor_141_alt gabor_125 gabor_109_alt "1_45_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2000_gabor_patch_orientation_052_141_125_109_target_position_1_3_retrieval_position_1" gabor_052_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_45_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_010 gabor_075 gabor_116 gabor_145 gabor_010 gabor_075_alt gabor_116 gabor_145_alt "1_46_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_010_075_116_145_target_position_1_3_retrieval_position_1" gabor_010_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_46_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_088 gabor_146 gabor_169 gabor_112 gabor_088 gabor_146_alt gabor_169_alt gabor_112 "1_47_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_088_146_169_112_target_position_1_4_retrieval_position_2" gabor_circ gabor_146_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_47_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_086 gabor_107 gabor_130 gabor_161 gabor_086 gabor_107_alt gabor_130 gabor_161_alt "1_48_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_086_107_130_161_target_position_1_3_retrieval_position_1" gabor_086_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_48_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 1892 fixation_cross gabor_129 gabor_107 gabor_085 gabor_175 gabor_129_alt gabor_107 gabor_085 gabor_175_alt "1_49_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1900_gabor_patch_orientation_129_107_085_175_target_position_2_3_retrieval_position_2" gabor_circ gabor_057_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_49_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2092 2992 2192 fixation_cross gabor_100 gabor_124 gabor_165 gabor_018 gabor_100 gabor_124_alt gabor_165 gabor_018_alt "1_50_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_100_124_165_018_target_position_1_3_retrieval_position_1" gabor_100_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_50_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 2292 fixation_cross gabor_002 gabor_175 gabor_108 gabor_035 gabor_002_alt gabor_175 gabor_108 gabor_035_alt "1_51_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2300_gabor_patch_orientation_002_175_108_035_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_108_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_51_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 2342 fixation_cross gabor_130 gabor_061 gabor_042 gabor_016 gabor_130 gabor_061_alt gabor_042 gabor_016_alt "1_52_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2350_gabor_patch_orientation_130_061_042_016_target_position_1_3_retrieval_position_2" gabor_circ gabor_106_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_52_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_106_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_065 gabor_132 gabor_004 gabor_046 gabor_065_alt gabor_132 gabor_004_alt gabor_046 "1_53_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_065_132_004_046_target_position_2_4_retrieval_position_2" gabor_circ gabor_132_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "1_53_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_023 gabor_137 gabor_165 gabor_107 gabor_023_alt gabor_137_alt gabor_165 gabor_107 "1_54_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_023_137_165_107_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_107_framed blank blank blank blank fixation_cross_target_position_3_4 "1_54_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 64 292 292 399 125 1742 2992 2142 fixation_cross gabor_071 gabor_025 gabor_180 gabor_110 gabor_071_alt gabor_025 gabor_180 gabor_110_alt "1_55_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2150_gabor_patch_orientation_071_025_180_110_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_110_framed blank blank blank blank fixation_cross_target_position_2_3 "1_55_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_110_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_136 gabor_018 gabor_171 gabor_108 gabor_136 gabor_018_alt gabor_171_alt gabor_108 "1_56_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_136_018_171_108_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_108_framed blank blank blank blank fixation_cross_target_position_1_4 "1_56_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_108_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_098 gabor_134 gabor_013 gabor_045 gabor_098_alt gabor_134_alt gabor_013 gabor_045 "1_57_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_098_134_013_045_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_180_framed blank blank blank blank fixation_cross_target_position_3_4 "1_57_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_180_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1842 2992 2592 fixation_cross gabor_110 gabor_037 gabor_152 gabor_065 gabor_110 gabor_037 gabor_152_alt gabor_065_alt "1_58_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2600_gabor_patch_orientation_110_037_152_065_target_position_1_2_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_58_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2192 2992 1892 fixation_cross gabor_001 gabor_177 gabor_019 gabor_035 gabor_001_alt gabor_177 gabor_019 gabor_035_alt "1_59_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1900_gabor_patch_orientation_001_177_019_035_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_019_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_59_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 2192 fixation_cross gabor_163 gabor_039 gabor_018 gabor_094 gabor_163 gabor_039_alt gabor_018 gabor_094_alt "1_60_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2200_gabor_patch_orientation_163_039_018_094_target_position_1_3_retrieval_position_2" gabor_circ gabor_179_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "1_60_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_179_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2142 fixation_cross gabor_158 gabor_002 gabor_121 gabor_044 gabor_158_alt gabor_002 gabor_121_alt gabor_044 "1_61_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2150_gabor_patch_orientation_158_002_121_044_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_target_position_2_4 "1_61_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1892 2992 1942 fixation_cross gabor_067 gabor_022 gabor_038 gabor_157 gabor_067_alt gabor_022 gabor_038 gabor_157_alt "1_62_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_1950_gabor_patch_orientation_067_022_038_157_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_176_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_62_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2242 2992 2392 fixation_cross gabor_172 gabor_104 gabor_040 gabor_127 gabor_172_alt gabor_104_alt gabor_040 gabor_127 "1_63_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2400_gabor_patch_orientation_172_104_040_127_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_127_framed blank blank blank blank fixation_cross_target_position_3_4 "1_63_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 1742 2992 2042 fixation_cross gabor_118 gabor_074 gabor_002 gabor_138 gabor_118 gabor_074 gabor_002_alt gabor_138_alt "1_64_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_2050_gabor_patch_orientation_118_074_002_138_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_050_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_64_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_050_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_084 gabor_155 gabor_019 gabor_047 gabor_084_alt gabor_155_alt gabor_019 gabor_047 "1_65_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_084_155_019_047_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_047_framed blank blank blank blank fixation_cross_target_position_3_4 "1_65_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 2142 2992 1892 fixation_cross gabor_162 gabor_018 gabor_092 gabor_074 gabor_162_alt gabor_018 gabor_092 gabor_074_alt "1_66_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_1900_gabor_patch_orientation_162_018_092_074_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_092_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "1_66_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 2042 2992 2042 fixation_cross gabor_074 gabor_143 gabor_027 gabor_101 gabor_074 gabor_143_alt gabor_027_alt gabor_101 "1_67_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_074_143_027_101_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_055_framed blank blank blank blank fixation_cross_target_position_1_4 "1_67_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_090 gabor_002 gabor_123 gabor_172 gabor_090 gabor_002_alt gabor_123_alt gabor_172 "1_68_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_090_002_123_172_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_037_framed blank blank blank blank fixation_cross_target_position_1_4 "1_68_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 63 292 292 399 125 2092 2992 2442 fixation_cross gabor_053 gabor_139 gabor_022 gabor_179 gabor_053 gabor_139_alt gabor_022_alt gabor_179 "1_69_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2100_3000_2450_gabor_patch_orientation_053_139_022_179_target_position_1_4_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "1_69_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_004_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 43 62 292 292 399 125 1792 2992 2442 fixation_cross gabor_059 gabor_098 gabor_043 gabor_082 gabor_059 gabor_098 gabor_043_alt gabor_082_alt "1_70_Encoding_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_059_098_043_082_target_position_1_2_retrieval_position_1" gabor_059_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "1_70_Retrieval_Working_Memory_MEG_P4_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_059_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
fb90ec0ec2c6c756ff039292b9bdafc28de1c154
449d555969bfd7befe906877abab098c6e63a0e8
/854/CH1/EX1.3/Example1_3.sce
46a410b199c290f361a44b5907ad44451e66c6f5
[]
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
751
sce
Example1_3.sce
//clear// //Caption:Transform the vector of Rectangular coordinates into cylindrical coordinates //Example1.3 //page 18 clc; y = sym('y'); x = sym('x'); z = sym('z'); ax = sym('ax'); ay = sym('ay'); az = sym('az'); ar = sym('ar'); aphi = sym('aphi'); phi = sym('phi'); B = y*ax-x*ay+z*az; disp(B,'Given vector in cartesian co-ordiante system B=') Br = B*ar; Bphi = B*aphi; Bz = B*az; disp('Components of cylindrical vector B') disp(Br,'Br=') disp(Bphi,'Bphi=') disp(Bz,'Bz=') //Result //Given vector in cartesian co-ordiante system B= // az*z+ax*y-ay*x // Components of cylindrical vector B // Br= // ar*(az*z+ax*y-ay*x) // Bphi= // aphi*(az*z+ax*y-ay*x) // Bz= // az*(az*z+ax*y-ay*x) //
459054365cc2835d00c3af5c33bb1c0d4b497ba3
66106821c3fd692db68c20ab2934f0ce400c0890
/test/disassembler/or.instr.tst
d55e855873731eb4355e16d6a31cc7999ea52d74
[]
no_license
aurelf/avrora
491023f63005b5b61e0a0d088b2f07e152f3a154
c270f2598c4a340981ac4a53e7bd6813e6384546
refs/heads/master
2021-01-19T05:39:01.927906
2008-01-27T22:03:56
2008-01-27T22:03:56
4,779,104
2
0
null
null
null
null
UTF-8
Scilab
false
false
2,494
tst
or.instr.tst
; @Harness: disassembler ; @Result: PASS section .text size=0x00000080 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0 section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x000000b4 ;2**0 start .text: label 0x00000000 ".text": 0x0: 0x00 0x28 or r0, r0 0x2: 0x10 0x28 or r1, r0 0x4: 0x20 0x28 or r2, r0 0x6: 0x30 0x28 or r3, r0 0x8: 0x40 0x28 or r4, r0 0xa: 0x50 0x28 or r5, r0 0xc: 0x60 0x28 or r6, r0 0xe: 0x70 0x28 or r7, r0 0x10: 0x80 0x28 or r8, r0 0x12: 0x90 0x28 or r9, r0 0x14: 0xa0 0x28 or r10, r0 0x16: 0xb0 0x28 or r11, r0 0x18: 0xc0 0x28 or r12, r0 0x1a: 0xd0 0x28 or r13, r0 0x1c: 0xe0 0x28 or r14, r0 0x1e: 0xf0 0x28 or r15, r0 0x20: 0x00 0x29 or r16, r0 0x22: 0x10 0x29 or r17, r0 0x24: 0x20 0x29 or r18, r0 0x26: 0x30 0x29 or r19, r0 0x28: 0x40 0x29 or r20, r0 0x2a: 0x50 0x29 or r21, r0 0x2c: 0x60 0x29 or r22, r0 0x2e: 0x70 0x29 or r23, r0 0x30: 0x80 0x29 or r24, r0 0x32: 0x90 0x29 or r25, r0 0x34: 0xa0 0x29 or r26, r0 0x36: 0xb0 0x29 or r27, r0 0x38: 0xc0 0x29 or r28, r0 0x3a: 0xd0 0x29 or r29, r0 0x3c: 0xe0 0x29 or r30, r0 0x3e: 0xf0 0x29 or r31, r0 0x40: 0x00 0x28 or r0, r0 0x42: 0x01 0x28 or r0, r1 0x44: 0x02 0x28 or r0, r2 0x46: 0x03 0x28 or r0, r3 0x48: 0x04 0x28 or r0, r4 0x4a: 0x05 0x28 or r0, r5 0x4c: 0x06 0x28 or r0, r6 0x4e: 0x07 0x28 or r0, r7 0x50: 0x08 0x28 or r0, r8 0x52: 0x09 0x28 or r0, r9 0x54: 0x0a 0x28 or r0, r10 0x56: 0x0b 0x28 or r0, r11 0x58: 0x0c 0x28 or r0, r12 0x5a: 0x0d 0x28 or r0, r13 0x5c: 0x0e 0x28 or r0, r14 0x5e: 0x0f 0x28 or r0, r15 0x60: 0x00 0x2a or r0, r16 0x62: 0x01 0x2a or r0, r17 0x64: 0x02 0x2a or r0, r18 0x66: 0x03 0x2a or r0, r19 0x68: 0x04 0x2a or r0, r20 0x6a: 0x05 0x2a or r0, r21 0x6c: 0x06 0x2a or r0, r22 0x6e: 0x07 0x2a or r0, r23 0x70: 0x08 0x2a or r0, r24 0x72: 0x09 0x2a or r0, r25 0x74: 0x0a 0x2a or r0, r26 0x76: 0x0b 0x2a or r0, r27 0x78: 0x0c 0x2a or r0, r28 0x7a: 0x0d 0x2a or r0, r29 0x7c: 0x0e 0x2a or r0, r30 0x7e: 0x0f 0x2a or r0, r31 start .data:
5efa96ac05c95a1c02937f9cf7b5cd075ef29b69
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH10/EX10.12/ex_10_12.sce
ce6c1fc2a0ef0b4351319e61542df862b3907382
[]
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
ex_10_12.sce
clc //solution //given //ref fig 10.27 P=15*10^3//N Tmax=120//N/mm^2 d=80//mm //let s be size of weld T=P*240//N-mm//torque //t=(2.83*T)/(pi*s*80^2)=506.6/s M=P*175//N-mm //fb=(5.66*M)/(pi*s*80^2)=(738.8/s)//N/mm^2 //Tmax=0.5*(sqrt(fb^2+t^2)) //Tmax=627/s s=627/Tmax//mm printf("the sieze of weld is,%f mm",s)
5d76c4d92d80cd88442399cac79bfe7f0607b536
e19b5e52779c9492fe4f2b31b44aaf4d3e2109aa
/testcases/test1.tst
7ec9372f4165c2dc68c20862dd4abc725ab1f833
[]
no_license
bandapatigoutham/project0919
fa39d28af6f1281067ced8d4d105dbe7cb35cef7
9eeea98f5b6bc5214f04989f8c7e3790c6300212
refs/heads/master
2021-01-15T12:27:52.116170
2018-01-07T00:32:30
2018-01-07T00:32:30
68,629,926
0
0
null
2018-01-07T00:18:38
2016-09-19T17:35:31
null
UTF-8
Scilab
false
false
26
tst
test1.tst
adding my first test file
2dc989449072042fc735e1f566b6430d14b0b359
449d555969bfd7befe906877abab098c6e63a0e8
/2321/CH3/EX3.3.1/EX3_3_1.sce
e9b1a214a369ee4752631c608abcfbe3dd629e2f
[]
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
268
sce
EX3_3_1.sce
//Example No. 3.3.1 clc; clear; close; format('v',7); E_theta=1/sqrt(2);//Electric Field at half power //theta=thetaHP/2;//E(thetaHP/2)=cosd(thetaHP/2) thetaHP=2*acosd(E_theta);//degree(Half power beam width) disp(thetaHP,"Half power beam width(degree) : ");
fee9ad71649d47f6f97a10c4cd9dde9ded4b4f01
fa73b9454b1d003e901d57ef2121b7544bcdfef2
/scenes/custom_1.sce
e5ba041e59de840f169ee76346c9fc71446524dd
[]
no_license
bernielampe1/ray_tracer
ea91cf08188194f6a0d1e8c9e95baa4aea12f021
7fa963ccd07695be3a78acd4837af6cd439698b9
refs/heads/master
2021-01-02T01:16:52.595743
2020-03-02T12:36:03
2020-03-02T12:36:03
239,428,546
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,262
sce
custom_1.sce
sce1.0 # camera eyepos 750 75 150 eyedir -0.2 1.0 0.3 eyeup 0.0 0.0 1.0 wdist 20.0 fovy_deg 70 nx 1280 ny 640 #options max_recursion 10 aasample 4 # scene ca 0.2 0.2 0.2 background 0 0 0 { # cylinder cube frame around bottom plane cr 1.0 0.1 1.0 cp 0.5 0.5 0.5 shininess 1.0 push_matrix rotate 90.0 1.0 0.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix rotate 90.0 0.0 1.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 1000.0 0.0 rotate -90.0 0.0 1.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 1000.0 0.0 rotate -90.0 1.0 0.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix } { # cylinder cube frame around top plane cr 1.0 0.1 1.0 cp 0.5 0.5 0.5 shininess 1.0 push_matrix translate 0.0 0.0 1000.0 push_matrix rotate 90.0 1.0 0.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix rotate 90.0 0.0 1.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 1000.0 0.0 rotate -90.0 0.0 1.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 1000.0 0.0 rotate -90.0 1.0 0.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix pop_matrix } { # cylinder cube frame vertically around box cr 1.0 0.1 1.0 cp 0.5 0.5 0.5 shininess 1.0 push_matrix scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 0.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 0.0 1000.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix push_matrix translate 1000.0 1000.0 0.0 scale 35.0 35.0 1000.0 cylinder pop_matrix } { #bottom cr 1.0 0.5 0.3 cp 0 0 0 shininess 1.0 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 } { #top push_matrix translate 0.0 0.0 1000.0 cr 1.0 0.5 0.3 cp 0 0 0 shininess 1.0 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 pop_matrix } { #left push_matrix rotate -90.0 0.0 1.0 0.0 cr 0.2 1.0 0.5 cp 0.0 0.0 0.0 shininess 1.0 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 pop_matrix } { #right push_matrix translate 1000.0 0.0 0.0 rotate -90.0 0.0 1.0 0.0 cr 0.2 1.0 0.5 cp 0 0 0 shininess 1 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 pop_matrix } { #front push_matrix rotate 90.0 1.0 0.0 0.0 ca 0.3 0.4 0.7 cr 0.9 0.9 1.0 cp 1.0 1.0 1.0 shininess 1.0 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 pop_matrix } { #back push_matrix translate 0.0 1000.0 0.0 rotate 90.0 1.0 0.0 0.0 ca 0.3 0.4 0.7 cr 0.9 0.9 1.0 cp 1.0 1.0 1.0 shininess 1.0 triangle 0.0 0.0 0.0 0.0 1000.0 0.0 1000.0 0.0 0.0 triangle 0.0 1000.0 0.0 1000.0 1000.0 0.0 1000.0 0.0 0.0 pop_matrix } { translate 500 500 100 pointlight 0 0 0 1.0 1.0 1.0 } end
cced32bd6a4542351a14acdf1fe717d2f22fd32b
449d555969bfd7befe906877abab098c6e63a0e8
/1538/CH2/EX2.6/Ex2_6.sce
d7fcedf7af3eec6d4d95ecc2ce8c8842b2d63b43
[]
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
Ex2_6.sce
//example-2.6 //page no-36 //given //uncertainity in the momentum deltap=10^-27 //kg ms^-1 //according to uncertainity principle //deltap* deltax >=h/(2*(%pi)) //we know that h=6.626*10^-34 //Js //here instead of inequality we are using only equality just for notation otherwise it is greater than equal to as mentioned above //now deltax is given by deltax=h/(2*(%pi)*deltap) //m printf ("the minimum uncertainity is %.10f m",deltax)
0ae5bd7ceb0c7ae23d4e3cb15e3f68863b5c9c88
449d555969bfd7befe906877abab098c6e63a0e8
/2219/CH10/EX10.11/Ex10_11.sce
d752f67e7e776014e562d3f70be5f12caa08e0c0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
531
sce
Ex10_11.sce
// Chapter 10 example 11 //------------------------------------------------------------------------------ clc; clear; //Given data R = 100; // Range in kms PRR = 10*10^3; // pulse rep. rate in Hz c = 3*10^5; // vel. in km/s // Calculations PRI = 1/PRR // pulse rep. interval Ra = modulo(R,(c*PRI/2)); // apparent range in km // Output mprintf('Apparent Range = %d Km\n',Ra); //------------------------------------------------------------------------------
ced4d6b19ce2ca3e8dca60607cbcda2035959c68
449d555969bfd7befe906877abab098c6e63a0e8
/527/CH2/EX2.7/2_7exam.sce
c8fd7ec68594241dfa84d165f00711af7b61842b
[]
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
485
sce
2_7exam.sce
//Engineering and Chemical Thermodynamics //Example 2.7 //Page no :63 clear ; clc //Given data T1 = 298; T2_start = 300; A = 3.355; B = 0.575*10^-3; D = -0.016*10^5; function y = f(T),y = 8.314*[A*T + B/2*T^2 - D/T] endfunction; disp(" Example: 2.7 Page no : 63") ; for T2_start = 300:100:1000; del_h = f(T2_start) - f(T1); Cp = del_h /(T2_start - 298); mprintf('\n At temperature(K) %g, Molar heat capacity (J/molK) %g',T2_start,Cp); end
13f86c89b69a9ad64515308f4f90ddf9dc3d7de4
449d555969bfd7befe906877abab098c6e63a0e8
/3772/CH17/EX17.6/Ex17_6.sce
2b90f9088cb215206a85ecb7faf04deb8cdd4726
[]
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
822
sce
Ex17_6.sce
//Ex no.17.6,Page no.382 clc;clear;close; //Initilization of Variables P=200 //KN //Load carried by the angle S=0.6 //mm //size of weld b=4.46 //cm //Distance of centre of gravity of the angle from the top shorter leg a=10.54 //cm //Distance of centre of gravity of the angle from the top edge of the angle sigma_s=102.5 //MPa //shear stress //l_1=Length of the top weld //l_2=length of the bottom weld //L=l_1+l_2 //cm //total length weld //Using the relation //P=L*0.7*S*sigma_s //After substituting values and simplifying we get L=(P*10**3)*(0.7*S*sigma_s*10**-4*10**6)**-1 //cm (equation 1) //Using the relation l_1=(L*b)*(a+b)**-1 //cm //substituting this value in equation 1 we have, l_2=L-l_1 //cm //Result printf("Distance of centre of gravity of the angle from the top edge of the angle = %.2f cm",l_2)
bc437a7e8bf2f2b35cee85b53308ae427dfa76ec
449d555969bfd7befe906877abab098c6e63a0e8
/1997/CH11/EX11.18/example18.sce
29b796c082e0061bde9adccdce3602116a04a6b3
[]
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
996
sce
example18.sce
//Chapter-11 example 18 //============================================================================= clc; clear; //input data F = 10*10^9;//operating frequency of radar in Hz Vo = 3*10^8;//Velocity of EM wave in m/s Vr1 = 100;//velocity of one aircraft in m/s theta = 45;//angle b/n velocity vector and radar axis for second aircraft Vr = 200;//vel in m/s //Calculations lamda = Vo/F;//wavelength in m Fd1 = (2*Vr1)/lamda//doppler shift due to 1st aircraft Vr2 = Vr*cos(45*%pi/180)//radial velocity of the second aircraft Fd2 = (2*Vr2)/lamda//doppler shift due to 2nd aircraft Fd = Fd2-Fd1//difference in doppler shift in Hz T = 1/Fd;//time required to resolve the aircraft in sec //Output mprintf('Minimum time required to resolve the aircrafts is %g usec\n',T*10^6); mprintf(' Note: in textbook there is a mistake in the calculation of doppler shift Fd1'); //============end of the program================================================
be29c2abf9ed909f02b24925070f1122ef9f595a
449d555969bfd7befe906877abab098c6e63a0e8
/2840/CH1/EX1.14/ex1_14.sce
140562151c7418758d8e12b3613fbd236fa881f7
[]
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
202
sce
ex1_14.sce
clc; clear all; l = 0.5; // Length of wire in meter a = 2e-3; // Radius pf wire in meter theta = 30; // In degree Ashear = (a*theta)/l;//Angle of shear disp('degree',Ashear,'Angle of shear is');
659f3803d63630a7648902b7a9ff4e7c343de238
449d555969bfd7befe906877abab098c6e63a0e8
/548/CH5/EX5.09/5_09.sce
e2ed1cc69b4212c249b0eabbf41c7defdcdade16
[]
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
262
sce
5_09.sce
pathname=get_absolute_file_path('5_09.sce') filename=pathname+filesep()+'5_09data.sci' exec(filename) Cl=Co/(sqrt(1-M^2));disp(Cl,"Cl=","Cl=Co/(sqrt(1-M^2))","Lift coefficient Cl :") printf("\Answer:\n") printf("\n\Lift coefficient at Mach 0.7: %f \n\n",Cl)
a7fb90b041bf15f38f4c40064bcaa36c3695ee10
449d555969bfd7befe906877abab098c6e63a0e8
/3682/CH2/EX2.11/Ex2_11.sce
1bf6a9a681fa624cb70016340cc3d7d19577561b
[]
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
Ex2_11.sce
// Exa 2.11 clc; clear; // Given data Io=10*10^-6; // Output current(A) Vcc= 10; // Volts B=125; // current gain Vbe=0.7; // Voltage between base and emitter(V) Vt=25*10^-3; // volt equivalent of temperature at room temperature(V) //Solution disp(" Let Iref = 1 mA then using equation 2.79, we get- "); Iref=1*10^-3; // we choose R1=(Vcc-Vbe)/Iref; printf('\n The value of R1 = %.1f kΩ. \n',R1/1000); disp(" Using equation 2.74, we get-"); Re=(Vt/((1+1/B)*Io))*log(Iref/Io); printf('\n The value of Re = %.1f kΩ. \n',Re/1000); disp(" Thus, it is clearly seen that Wildar circuit allows the generation of small currents using relatively small resistors.");
55620f42574302561d0f6859f9def1a5271e36df
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.2/macros/metanet/find_path.sci
bb17a3e32f548e1cd84634bb5a883b5ee3f18dc0
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
560
sci
find_path.sci
function p=find_path(i,j,g) [lhs,rhs]=argn(0) if rhs<>3 then error(39), end // check i and j if prod(size(i))<>1 then error('find_path: first argument must be a scalar') end if prod(size(j))<>1 then error('find_path: second argument must be a scalar') end // check g check_graph(g) // compute lp, la and ls n=g('node_number') ma=g('edge_number') if g('directed')==1 then [lp,la,ls]=ta2lpd(g('tail'),g('head'),n+1,n) else [lp,la,ls]=ta2lpu(g('tail'),g('head'),n+1,n,2*ma) end // compute path [l,v]=dfs(i,lp,ls,n) p=prevn2p(i,j,v,la,lp,ls,g('directed'))
000db451b04439624a61e196a3929271953a8d0e
f78a758dc17a311b355e12366d1315f7a9c2b763
/FAW/QCAF01 0300 P-19B 2009/6 传导抗扰试验 2.tst
9e982f72dcc87590b9d58540b6ea9ee47dd78e10
[]
no_license
CZPFOX/Standards
9dbf036f7e3e5767c23872c884ae7da83e66f81c
af34157e6e447d1a2b39136b9f3734feb663d9bb
refs/heads/master
2020-06-18T12:58:06.033918
2019-07-11T02:55:42
2019-07-11T02:55:42
196,309,147
0
0
null
null
null
null
UTF-8
Scilab
false
false
781
tst
6 传导抗扰试验 2.tst
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE AUTOTEST> <AutoTest version="2.0.0" wavetype="2"> <Pulse>Pulse 2b</Pulse> <Title>脉冲2b</Title> <Organization>FAW</Organization> <Standard>QCAF01 0300 P-19B 2009</Standard> <Item>6 传导抗扰试验</Item> <Count>100</Count> <system> <PowerSystem>0</PowerSystem> <Ua>13.5</Ua> </system> <wave> <Us value="10"/> <Td value="2"/> <TdStep checked="0"/> <TdSingleStep value="0.6"/> <TdEnd value="5"/> <Period value="4.2"/> <Tr value="1"/> <T6 value="1"/> <T12 value="1"/> <Interval value="4.1"/> <Ri index="0" text="0.05"/> <Count value="100"/> </wave> </AutoTest>
8a1af003f703d230ad4511c87decf11bd5b0d2a3
449d555969bfd7befe906877abab098c6e63a0e8
/3768/CH1/EX1.2/Ex1_2.sce
bff75feb77143219fa89c88fe7b6e0203f4e452a
[]
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
421
sce
Ex1_2.sce
//Example number 1.2, Page number 10 clc;clear; close; //Variable declaration e=1.6*10**-19; //charge(coulomb) epsilon0=8.85*10**-12; r0=0.41*10**-3; //equilibrium distance(m) A=1.76; //madelung constant n=0.5; //repulsive exponent value //Calculation Beta=72*%pi*epsilon0*r0**4/(A*e**2*(n-1)); //compressibility //Result printf( "compressibility = %.4e",Beta) //answer in the book is wrong
4982b45029905958414b566ad8a051bdd4c1cecc
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH4/EX4.27/Example4_27.sce
024c0c16e6ef5bd12d656895fb3f51ba5c4e75df
[]
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,013
sce
Example4_27.sce
//Example 4.27 clc ceq=((0.02*12*10^-24)/(12.02*10^-12))*10^12 // in pF format(8) disp(ceq," C_eq(in pF) = C1*C2 / C1+C2 =") fs=(1/(2*%pi*sqrt(50*0.02*10^-15)))*10^-6 // in MHz format(7) disp(fs,"Therefore, f_s(in MHz) = 1 / 2*pi*sqrt(L*C1) =") fp=(1/(2*%pi*sqrt(50*0.01996*10^-15)))*10^-6 // in MHz format(7) disp(fp,"Therefore, f_p(in MHz) = 1 / 2*pi*sqrt(L*C_eq) =") disp("Let C_s = 5 pF connected across the crystal") c2=12+5 disp(c2,"Therefore, C''2(in pF) = C2 + C_x =") format(10) ceq1=0.019976 disp(ceq1,"Therefore, C''_eq(in pF) = C1*C''2 / C1+C''2 =") fp1=5.03588 disp(fp1,"Therefore, f''_p(in MHz) = 1 / 2*pi*sqrt(L*C_eq) =") disp("New C_x = 6 pF is connected then,") c21=12+6 disp(c21," C''''2(in pF) = C2 + C_x =") ceq2=0.0199778 disp(ceq2,"Therefore, C''''_eq(in pF) = C1*C''''2 / C1+C''''2 =") fp2=5.035716 disp(fp2,"Therefore, f''''_p(in MHz) = 1 / 2*pi*sqrt(L*C''''_eq) =") c=(5.03588-5.035716)*10^6 disp(c,"Therefore, Change(in Hz) = f''_p - f''''_p =")
9abdd8a1b1b33f05835f2ff01cafbe63c62f9a2f
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/bow/bow.6_5.tst
c37cc1a5569cd0c1301646d07030db2b3efed17d
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
7,174
tst
bow.6_5.tst
6 1:0.058823529411764705 5:1.0 14:0.16666666666666666 16:0.5 25:0.5 51:1.0 53:1.0 57:0.1111111111111111 135:1.0 165:1.0 224:0.25 280:1.0 917:1.0 6 1:0.11764705882352941 3:0.01818181818181818 11:0.3333333333333333 16:0.5 44:0.1111111111111111 50:0.2 56:0.5 57:0.2222222222222222 92:1.0 99:1.0 105:1.0 175:1.0 276:1.0 281:0.3333333333333333 286:0.5 291:1.0 416:0.14285714285714285 417:1.0 486:1.0 632:1.0 638:1.0 673:1.0 851:0.2 1167:1.0 1226:0.3333333333333333 1339:1.0 1832:1.0 6 1:0.058823529411764705 3:0.01818181818181818 14:0.16666666666666666 44:0.1111111111111111 55:1.0 56:0.5 175:0.5 187:1.0 406:1.0 416:0.14285714285714285 442:1.0 475:1.0 589:1.0 1000:1.0 1011:1.0 1376:1.0 6 5:1.0 16:1.0 50:0.2 84:0.5 92:1.0 161:0.25 162:1.0 175:0.5 241:1.0 308:0.25 351:1.0 428:1.0 917:1.0 924:1.0 1142:1.0 1245:0.5 1294:1.0 1421:1.0 6 1:0.058823529411764705 16:0.5 32:0.16666666666666666 57:0.2222222222222222 85:1.0 165:1.0 173:0.3333333333333333 217:1.0 222:1.0 308:0.25 350:1.0 417:1.0 676:0.5 912:1.0 1038:1.0 1051:1.0 1226:0.3333333333333333 1638:1.0 6 5:1.0 16:0.5 53:1.0 57:0.1111111111111111 1021:1.0 6 1:0.11764705882352941 3:0.01818181818181818 14:0.16666666666666666 16:0.5 50:0.2 57:0.2222222222222222 106:0.3333333333333333 124:1.0 173:0.16666666666666666 187:1.0 224:0.25 232:1.0 259:1.0 442:1.0 1035:1.0 6 5:1.0 16:0.5 32:0.16666666666666666 50:0.2 55:1.0 96:0.25 105:1.0 173:0.3333333333333333 365:1.0 450:1.0 631:1.0 632:1.0 1245:0.5 1305:1.0 1339:1.0 1402:1.0 6 3:0.03636363636363636 5:1.0 8:0.5 11:0.3333333333333333 51:1.0 57:0.1111111111111111 64:0.1111111111111111 134:0.5 165:1.0 173:0.16666666666666666 175:1.0 217:1.0 246:1.0 253:0.1111111111111111 283:1.0 299:0.3333333333333333 308:0.25 409:1.0 485:1.0 501:1.0 827:1.0 917:1.0 1394:1.0 1500:1.0 1501:1.0 1655:1.0 6 1:0.058823529411764705 43:0.3333333333333333 56:0.5 119:0.125 157:1.0 165:1.0 304:1.0 436:1.0 495:1.0 509:1.0 693:1.0 1367:1.0 1450:1.0 1528:1.0 6 1:0.058823529411764705 3:0.01818181818181818 11:0.3333333333333333 14:0.16666666666666666 44:0.1111111111111111 57:0.1111111111111111 85:1.0 141:1.0 165:1.0 203:1.0 261:0.125 286:0.5 406:1.0 729:1.0 6 32:0.16666666666666666 43:0.3333333333333333 119:0.25 802:1.0 1068:1.0 1226:0.3333333333333333 6 3:0.01818181818181818 51:1.0 68:0.5 92:1.0 161:0.25 304:1.0 440:1.0 6 1:0.058823529411764705 8:0.5 11:0.3333333333333333 14:0.16666666666666666 57:0.1111111111111111 64:0.2222222222222222 78:0.5 96:0.25 107:1.0 124:1.0 165:1.0 175:1.5 217:1.0 246:1.0 253:0.3333333333333333 261:0.125 299:0.3333333333333333 308:0.25 357:1.0 381:1.0 478:1.0 485:1.0 829:1.0 863:0.3333333333333333 918:1.0 924:1.0 1142:1.0 1167:1.0 1200:1.0 1301:1.0 1522:1.0 1775:1.0 6 1:0.058823529411764705 3:0.01818181818181818 16:0.5 32:0.16666666666666666 43:0.3333333333333333 50:0.2 57:0.1111111111111111 64:0.2222222222222222 102:1.0 173:0.3333333333333333 175:0.5 253:0.2222222222222222 307:0.5 308:0.25 416:0.14285714285714285 485:1.0 536:1.0 676:0.5 912:1.0 1024:1.0 1051:1.0 1189:1.0 1758:1.0 6 3:0.01818181818181818 43:0.3333333333333333 50:0.2 51:1.0 64:0.1111111111111111 84:0.5 109:1.0 168:0.5 175:0.5 217:1.0 410:1.0 417:1.0 436:1.0 673:1.0 918:1.0 1301:1.0 1807:1.0 6 3:0.03636363636363636 16:0.5 68:0.5 80:0.14285714285714285 96:0.25 134:0.5 261:0.125 440:1.0 6 3:0.01818181818181818 16:0.5 50:0.2 57:0.1111111111111111 64:0.1111111111111111 68:0.5 133:1.0 175:1.0 253:0.1111111111111111 276:1.0 341:0.5 440:1.0 485:1.0 501:1.0 614:1.0 895:1.0 1021:1.0 1028:1.0 6 1:0.23529411764705882 7:1.0 14:0.16666666666666666 32:0.16666666666666666 43:0.3333333333333333 46:1.0 92:1.0 107:0.5 119:0.125 167:1.0 182:1.0 246:0.5 261:0.125 308:0.25 341:0.5 440:1.0 676:0.5 1158:1.0 1273:1.0 1277:1.0 1626:1.0 6 3:0.01818181818181818 5:1.0 11:0.3333333333333333 16:0.5 25:0.5 44:0.1111111111111111 46:1.0 50:0.2 175:1.0 264:1.0 448:1.0 704:0.5 857:1.0 1183:1.0 1226:0.3333333333333333 1245:0.5 1297:1.0 1812:1.0 1862:1.0 6 11:0.3333333333333333 14:0.16666666666666666 43:0.6666666666666666 50:0.2 60:1.0 64:0.2222222222222222 119:0.125 165:1.0 173:0.16666666666666666 261:0.125 333:1.0 508:1.0 770:1.0 824:1.0 863:0.3333333333333333 1204:1.0 1361:1.0 1394:1.0 6 11:0.3333333333333333 50:0.4 64:0.1111111111111111 96:0.25 119:0.25 134:1.0 291:1.0 333:1.0 357:1.0 373:1.0 605:1.0 770:1.0 811:0.5 863:0.3333333333333333 917:1.0 1735:0.5 6 64:0.1111111111111111 165:1.0 182:1.0 1581:1.0 1715:1.0 6 1:0.058823529411764705 3:0.01818181818181818 14:0.16666666666666666 16:1.0 55:1.0 57:0.2222222222222222 64:0.1111111111111111 173:0.16666666666666666 232:1.0 304:1.0 341:0.5 518:1.0 545:1.0 1038:1.0 1230:1.0 6 1:0.11764705882352941 3:0.01818181818181818 5:1.0 11:0.3333333333333333 25:0.5 43:0.3333333333333333 51:2.0 72:0.3333333333333333 80:0.14285714285714285 84:0.5 96:0.25 122:1.0 131:1.0 168:0.5 175:1.0 217:1.0 246:0.5 253:0.1111111111111111 632:1.0 810:1.0 851:0.2 863:0.3333333333333333 874:1.0 1268:1.0 1807:1.0 1809:1.0 6 1:0.058823529411764705 14:0.16666666666666666 50:0.2 57:0.1111111111111111 80:0.14285714285714285 106:0.3333333333333333 165:1.0 175:1.0 276:1.0 306:0.5 440:1.0 485:1.0 895:1.0 1055:1.0 1129:1.0 6 1:0.058823529411764705 3:0.01818181818181818 25:0.5 44:0.1111111111111111 165:2.0 175:0.5 253:0.1111111111111111 381:1.0 810:1.0 1134:1.0 1776:1.0 6 14:0.3333333333333333 16:0.5 43:0.3333333333333333 44:0.2222222222222222 50:0.4 55:1.0 89:1.0 109:1.0 166:1.0 175:1.0 191:0.5 217:1.0 253:0.1111111111111111 291:1.0 319:0.3333333333333333 406:2.0 416:0.14285714285714285 461:0.2857142857142857 479:0.5 520:1.0 810:1.0 924:1.0 1048:0.25 1183:1.0 1355:1.0 1421:1.0 6 43:0.3333333333333333 119:0.125 166:1.0 408:1.0 1538:1.0 1737:0.5 6 11:0.3333333333333333 14:0.16666666666666666 43:0.3333333333333333 44:0.1111111111111111 50:0.2 55:1.0 61:1.0 64:0.1111111111111111 96:0.25 165:1.0 166:2.0 191:0.5 341:0.5 406:1.0 451:1.0 461:0.42857142857142855 559:1.0 588:1.0 602:1.0 614:1.0 810:1.0 1183:1.0 1268:1.0 1586:1.0 1627:1.0 1815:1.0 6 1:0.11764705882352941 57:0.1111111111111111 106:0.3333333333333333 166:1.0 220:1.0 406:2.0 408:1.0 461:0.2857142857142857 1819:1.0 6 41:1.0 166:1.0 175:0.5 406:1.0 857:1.0 6 77:1.0 461:0.14285714285714285 1167:1.0 1394:1.0 1688:1.0 6 11:0.3333333333333333 16:0.5 44:0.1111111111111111 51:1.0 64:0.1111111111111111 80:0.14285714285714285 142:1.0 166:4.0 175:0.5 308:0.25 410:1.0 577:1.0 676:0.5 1278:0.5 1470:1.0 1857:1.0 6 461:0.14285714285714285 6 1:0.058823529411764705 8:0.5 17:1.0 25:0.5 43:0.3333333333333333 79:1.0 92:1.0 106:0.3333333333333333 162:1.0 166:2.0 461:0.14285714285714285 621:1.0 6 16:0.5 50:0.2 57:0.1111111111111111 113:1.0 162:1.0 261:0.125 308:0.25 333:1.0 461:0.14285714285714285 1297:1.0 6 1:0.058823529411764705 14:0.3333333333333333 18:1.0 47:1.0 50:0.2 53:1.0 68:0.5 81:1.0 96:0.25 132:1.0 134:0.5 162:1.0 165:1.0 166:1.0 175:1.0 280:1.0 291:1.0 308:0.25 461:0.14285714285714285 741:1.0 924:1.0 1142:1.0 1160:1.0 1418:1.0 1913:1.0 6 8:0.5 14:0.16666666666666666 44:0.1111111111111111 46:1.0 50:0.2 57:0.2222222222222222 73:0.2 79:1.0 96:0.25 142:1.0 149:1.0 166:1.0 175:0.5 246:0.5 282:0.5 295:1.0 351:1.0 406:1.0 461:0.14285714285714285 501:1.0 917:1.0 1132:0.5 1403:1.0 1447:1.0 1780:1.0
965e1673673b7ed2bb361f0c14afc529e9d5b696
449d555969bfd7befe906877abab098c6e63a0e8
/1640/CH1/EX1.10/1_10.sce
51fb4d3aae27ea563e582ce640a9c70585bd2660
[]
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
356
sce
1_10.sce
clc //initialisation of variables l= 6 //ft b= 4 //ft w= 62.4 //lbs/ft^3 h= 10 //ft //CALCULATIONS P= w*l*b*(b/2) hn= (b/2)+(l*b^3/(12*l*b*(b/2))) P1= w*(h+(b/2))*l*b h1= (h+(b/2))+(l*b^3/(12*l*b*(h+(b/2)))) //RESULTS printf("Total pressure = %d lb",P1) printf("\n Depth = %.2f ft",hn) printf ('\n pressure in ft in case 2= %.3f ft ',h1)
7215b25cfc86efeaa1680d114830007bc0523b1b
ffe30bb7dcdef053e8f540de90cab35f8bcb011f
/questao_5.sce
5fc1dd5f350f772e5a05e9b6c82170d1967b20ca
[]
no_license
jaimedantas/Signal-Processing-Assignments
fca8861401b6f3412bd7fa46d45797c27de1d421
4cf92066551842af94c3e39b4652f2759ebbe3e0
refs/heads/master
2020-05-20T12:59:21.319349
2017-04-07T20:43:46
2017-04-07T20:43:46
80,398,198
0
0
null
null
null
null
UTF-8
Scilab
false
false
873
sce
questao_5.sce
//questao 5 //METODO DE GAUSS COM PIVOTAMENTO PARCIAL //e = [0.8821,0.2845;-0.2845, 0.8821]; //f = [0.7071;1.2928]; e = [3, -2; 9, 4]; f = [2.3147; -0.2977]; function u = gauss(a, b) [l,c] = size(a);//sabe as linhas e colunas de a //concatena u = [a b]; //percorrer o pivo for j=1:c//coluna pivo = u(j, j); //pivotamento parcial for k = j:l if abs(pivo)<abs(u(k, j)) then aux2 = u(j, :); pivo = u(k,j); u(j,:)=u(k, :); u(k,:)=aux2; end end while pivo == 0 aux = u(j, :); u(j, :) = u(j+1 , :); u(j+1, :) = aux; pivo = u(j,j); end for i=j+1:l//percorre a linha abaixo do pivo fator=u(i,j)/pivo; //calculo u(i, :) = u(i, :) - fator*u(j, :); end end endfunction [r] = gauss( e, f)
0da245228fd59b124ce00aa19d1b0b4f918d583a
1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08
/Scilab/SparamToolBox/SparamToolbox/v1.1/x86_64/sci_gateway/c/loader.sce
7d3abe07eedc17f7cba98ed168a7e00e81866ade
[]
no_license
lrayzman/SI-Scripts
5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d
9ab161c6deff2a27c9da906e37aa68964fabb036
refs/heads/master
2020-09-25T16:23:23.389526
2020-02-09T02:13:46
2020-02-09T02:13:46
66,975,754
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,090
sce
loader.sce
// This file is released under the 3-clause BSD license. See COPYING-BSD. // Generated by builder.sce : Please, do not edit this file // ---------------------------------------------------------------------------- // if ~win64() then warning(_("This module requires a Windows x64 platform.")); return end // sparlib_c_path = get_absolute_file_path('loader.sce'); // // ulink previous function with same name [bOK, ilib] = c_link('sparlib_c'); if bOK then ulink(ilib); end // link(sparlib_c_path + filesep() + '../../src/c/liberr_codes' + getdynlibext()); link(sparlib_c_path + filesep() + '../../src/c/libread_tchstn' + getdynlibext()); link(sparlib_c_path + filesep() + '../../src/c/libwrite_tchstn' + getdynlibext()); list_functions = [ 'sptlbx_readtchstn'; 'sptlbx_writetchstn'; ]; addinter(sparlib_c_path + filesep() + 'sparlib_c' + getdynlibext(), 'sparlib_c', list_functions); // remove temp. variables on stack clear sparlib_c_path; clear bOK; clear ilib; clear list_functions; // ----------------------------------------------------------------------------
7583907e31052007265c73c925a9c161d0551804
449d555969bfd7befe906877abab098c6e63a0e8
/3636/CH2/EX2.5/Ex2_5.sce
e90ea97492ad5b2ac2ec68a126c780b3513ce1b3
[]
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
516
sce
Ex2_5.sce
clear; clc; Cs=5*10^16 //impurity concentration in solid in atoms/cm^3 ks=0.35 //segregation coefficient d=2.33 //density of Si in g/cm^3 Na=6.02*10^23 // Avagadro Number in mol^-1 Si=31 //weight of Si loadSi=4000 //initial load in gm //Calculation Cl=Cs/ks //impurity concentration in liquid V=loadSi/d //volume of the melt in cm^3 Nummber_of_atoms=Cl*V //in atoms Wt=(Cl*V*Si)/(Na) mprintf("(a)Cl= %1.2e cm^-3\n",Cl) mprintf("(b)Wt of P= %.3e g",Wt) //The answers vary due to round off error
f9ea2a6b38d6b827eb735ea6e16252dce7b9390e
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH10/EX10.16/Example10_16.sce
d2b1addfd6eb7152ff21bd2c2c5ace06f9f23235
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,589
sce
Example10_16.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART II : TRANSMISSION AND DISTRIBUTION // CHAPTER 3: STEADY STATE CHARACTERISTICS AND PERFORMANCE OF TRANSMISSION LINES // EXAMPLE : 3.16 : // Page number 145-146 clear ; clc ; close ; // Clear the work space and console funcprot(0) // Given data V_r = 132.0*10**3 // Receiving end voltage(V) f = 50.0 // Frequency(Hz) L = 200.0 // Line length(km) l = 1.3*10**-3 // Inductance(H/km) c = 9.0*10**-9 // Capacitance(F/km) r = 0.2 // Resistance(ohm/km) g = 0.0 // Conductance(mho/km) P_r = 50.0*10**6 // Power received(VA) PF_r = 0.8 // Lagging power factor at receiving end // Calculations z = r+%i*2*%pi*f*l // Total impedance(ohm/km) y = g+%i*2*%pi*f*c // Total susceptance(mho/km) Z_c = (z/y)**0.5 // Surge impedance(ohm) gamma = (z*y)**0.5 // γ gamma_l = gamma*L // γl cosh_gl = cosh(gamma_l) // cosh γl sinh_gl = sinh(gamma_l) // sinh γl V_2 = V_r/(3**0.5) // Receiving end phase voltage(V) I_2 = P_r/(3*V_2)*exp(%i*-acos(PF_r)) // Line current(A) V_1 = V_2*cosh_gl+I_2*Z_c*sinh_gl // Sending end voltage(V) V_1kV = V_1/1000.0 // Sending end voltage(kV) I_1 = (V_2/Z_c)*sinh_gl+I_2*cosh_gl // Sending end current(A) angle_V2_V1 = phasemag(V_1) // Angle between V_2 and V_1(°) angle_V2_I1 = phasemag(I_1) // Angle between V_2 and I_1(°) angle_V1_I1 = angle_V2_V1-angle_V2_I1 // Angle between V_1 and I_1(°) PF_s = cosd(angle_V1_I1) // Sending end power factor P_1 = 3*abs(V_1*I_1)*PF_s // Sending end power(W) P_2 = P_r*PF_r // Receiving end power(W) n = P_2/P_1*100 // Efficiency // Results disp("PART II - EXAMPLE : 3.16 : SOLUTION :-") printf("\nSending end voltage, V_1 = %.3f∠%.4f° kV per phase", abs(V_1kV),phasemag(V_1kV)) printf("\nSending end current, I_1 = %.3f∠%.2f° A", abs(I_1),phasemag(I_1)) printf("\nPower factor = %.3f ", PF_s) printf("\nEfficiency, η = %.2f percent", n)
29eee9eb7b95b81cd416f508fb91ecb8e7d21c29
449d555969bfd7befe906877abab098c6e63a0e8
/2465/CH3/EX3.19/Example_19.sce
e0c98256fe2c860f98453a8ad4ab5701b41edc3d
[]
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
537
sce
Example_19.sce
//Chapter-3,Example 19,Page 62 clc; close; energy= (100*10^6)*24*3600 //energy comsumed in city in a day in Joule efcy=20/100 //efficiency of reactor energy_r = energy/efcy //energy required per day energy_rl=200*1.6*10^-13 //energy released per nuclide n = energy_r/energy_rl //number of U(235) to be fissioned //6.023*10^26 atoms of U(235) are present in 235 kg //n atoms of U(235) are present in m=235*n/(6.023*10^26) printf('the amount of fule required for one day operation is %.2f kg',m)
16c816562b22fb2275fcd7157d42969526fc47de
6c7a728e11a427c93b15669517131a79a0703108
/api/pdb_root/install/scripts/restore_open_mode.tst
ef5dfdaabbc8dc286c23f7e6f8902c03e450b03b
[]
no_license
ZVlad1980/adm_scripts
0b9fe4ff166213dc649d555c81e8d65b858074e4
9978a098c8140f5722b51e799969b76e2d68b42e
refs/heads/master
2020-03-31T08:45:49.405822
2019-04-30T05:04:03
2019-04-30T05:04:03
152,071,490
1
0
null
null
null
null
UTF-8
Scilab
false
false
193
tst
restore_open_mode.tst
PL/SQL Developer Test script 3.0 8 -- Created on 26.07.2018 by V.ZHURAVOV declare -- Local variables here i integer; begin -- Test statements here pdb_api.restore_open_mode; end; 0 0
8662c32d798c16147cc6c7bd786d1c5b98837021
449d555969bfd7befe906877abab098c6e63a0e8
/45/CH11/EX11.5/example_11_5.sce
94a464120b2254fc67682e7d21345bb3e26b7a3b
[]
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,734
sce
example_11_5.sce
//example 11.5 clc; clear; disp('Original table :'); //displaying original table disp('Present State Next State Present Output'); disp(' X=0 X=1 '); disp(' a a b 0 '); disp(' √b c d 0 '); disp(' c d e 1 '); disp(' √d c b 0 '); disp(' e b c 1 '); disp('For states b and d except for next state X=1 rest are same. NOw b and d would have been equivalent if these next states are equivalent. For b next state is d and d, next state is b. Thus bd are equivalent if next states db are equivalent which can always be true. Thus b and d are equivlent and state b is retained.') disp('Table after first row elimination :'); //after first row elimination disp('Present State Next State Present Output'); disp(' X=0 X=1 '); disp(' a a b 0 '); disp(' b c b 0 '); disp(' √c b e 1 '); disp(' √e b c 1 '); disp('Now repeating the same above step for c and e. Retaining c and replacing arll c''s with e we get the below table '); disp('Table after second row elimination :');//after second row elimination disp('Present State Next State Present Output'); disp(' X=0 X=1 '); disp(' a a b 0 '); disp(' b c b 0 '); disp(' c b c 1 '); disp('Implication table method'); // by implication method printf('d:d\nc:d(ce)\nb:d(Ce)(bd)\na:(ce)(bd)a\nP=(ce)(bd)(a)');
17b8aca7b9d469aed047b53a1ea416bceaddd216
e41b69b268c20a65548c08829feabfdd3a404a12
/3DCosmos/Data/Scripts/Astronomy/Earth/Seasons.SCI
88fcf98fd506939877a60dce9ede55599feb9016
[ "LicenseRef-scancode-khronos", "MIT" ]
permissive
pvaut/Z-Flux
870e254bf340047ed2a52d888bc6f5e09357a8a0
096d53d45237fb22f58304b82b1a90659ae7f6af
refs/heads/master
2023-06-28T08:24:56.526409
2023-03-01T12:44:08
2023-03-01T12:44:08
7,296,248
1
1
null
2023-06-13T13:04:58
2012-12-23T15:40:26
C
UTF-8
Scilab
false
false
10,412
sci
Seasons.SCI
codeblock readtextfile(ScriptDir+"\_TOOLS.sci"); codeblock readtextfile(ScriptDir+"\_SSYS.sci"); JID=0; ssysframe=ssys_create; root.SC.AmbientLightColor=color(0.15,0.15,0.15,1); root.SC.VolumeShadowAdd(0,color(0,0,0,0.5),5000,9700000); root.SC.Universe.StarBackFrame.StarBack.linecolor=color(0.3,0.3,0.5,0.4); ssys_createmilkyway; ssys_createsun; planetnamelist=ssys_getplanetlist; foreach planetname in planetnamelist do { planframe=ssys_createplanet(planetname,1500); if planetname!="Earth" then { planframe.Inclin.Globe.GlobeRendering.clearobjects; planframe.add("LightPoint","Size":autokm(0.03),"Color":Color(0.5,0.7,1,0.5)); porbit=GetPlanetOrbit(planetname); porbit.Color=color(0,0.5,1,0.25); porbit.BlendType=BlendTranslucent; } } earthpositframe=GetPlanetFrame("Earth"); #enhanced texture on Earth eglobe=GetPlanetBodyFrame("Earth"); etx2=eglobe.CreateTexture("Earth2",DataDir+"\textures\earth_3.jpg"); eglobe.GlobeRendering.Earth.Texture=etx2.name; #create grid on Earth radius=9500000*1.01; eglobe.add("cylinder","Position":point(0,0,-1.3*radius),"Axis":vector(0,0,2.6*radius),"Radius":(0.05*radius),"IsClosed":true, "color":color(0.5,0.5,0.5)); gridframe=eglobe.addsubframe("grid"); for i=-8 to 8 do { a=deg2rad(10*i); crv=gridframe.add("Curve"); crv.makecircle(point(0,0,radius*sin(a)),vector(0,0,1),radius*cos(a),200); crv.CurveRenderType=CurveRenderSmooth; crv.Size=0.01*radius; crv.color=color(1,0,0,0.5); if i==0 then { crv.Size=0.03*radius; crv.color=color(1,0,0,1); } } for i=0 to 17 do { a=deg2rad(10*i); crv=gridframe.add("Curve"); crv.makecircle(point(0,0,0),vector(cos(a),sin(a),0),radius,200); crv.CurveRenderType=CurveRenderSmooth; crv.Size=0.01*radius; crv.color=color(1,0,0,0.5); if (i==0) or (i==9) then { crv.Size=0.03*radius; crv.color=color(1,0,0,1); } } #create indications sz=9500000; indicationsframe=earthpositframe.addsubframe("Indications"); indicationsframe.add("Rectangle","RenderBack":true,"BlendType":BlendTranslucent,"DepthMask":DepthMaskDisable, "color":color(0.15,0.15,0.15,0.7),"enablelight":false, "Position":point(-1.2*sz,-1.2*sz,0),"Axis1":vector(2.4*sz,0,0),"Axis2":vector(0,2.4*sz,0)); indicationsframe.add("Curve","color":color(1,0.5,0),"enablelight":false, "Size":3,"Arrow2Size":(0.15*sz)).makeline(point(0,0,-2*sz),point(0,0,-1*sz)); #create map mapsize=0.27; mapposx=1*T_getviewport.aspectratio-2*mapsize-0.01; mapposy=0.01; mapframe=root.SC.Universe.addscreenframe("MapFrame"); maptexture=mapframe.CreateTexture("MapTexture",datadir+"\textures\earthmap.bmp"); mp=mapframe.add("Rectangle","EnableLight":false, "Position":point(mapposx,mapposy), "Axis1":vector(2*mapsize,0,0),"Axis2":vector(0,mapsize,0)); mp.Texture=maptexture.name; #create grid on map radius=9500000*1.01; for i=-8 to 8 do { crv=mapframe.add("Curve","enablelight":false,"BlendType":BlendTranslucent,"DepthMask":DepthMaskDisable); crv.makeline(point(mapposx,mapposy+(0.5+i/16)*mapsize,0.001),point(mapposx+2*mapsize,mapposy+(0.5+i/16)*mapsize,0.001)); crv.color=color(0.75,0,0,0.25); if i==0 then { crv.Size=2; crv.color=color(1,0,0,0.5); } } for i=0 to 36 do { crv=mapframe.add("Curve","enablelight":false,"BlendType":BlendTranslucent,"DepthMask":DepthMaskDisable); crv.makeline(point(mapposx+i/36*2*mapsize,mapposy,0.001),point(mapposx+i/36*2*mapsize,mapposy+mapsize,0.001)); crv.color=color(0.75,0,0,0.25); if i/9==floor(i/9) then { crv.Size=2; crv.color=color(1,0,0,0.5); } } lightmapframe=root.SC.Universe.addscreenframe("LightMapFrame"); mapframe.visible=false; lightmapframe.visible=false; menu=T_createmenu; menu.Add("",'Zoom on Earth',"zoom",true); menu.Add("",'Jump to next point',"jump"); menu.Add("",'Show points',"showpoints",true); menu.Add("",'Show map',"showmap",true); myviewport=T_getviewport; myviewport.NearClipPlane=autokm(0.1); myviewport.FarClipPlane=autokm(30); myviewport.FocalDistance=autokm(3); myviewport.enableusernavigation=true; dist_unzoomed=autokm(3); dist_zoomed=autokm(0.3); myviewport.cameradir=vecnorm(vector(1,0.5,-0.5)); myviewport.camerapos=point(0,0,0)-dist_unzoomed*myviewport.cameradir; #create clock clockframe=root.SC.Universe.addscreenframe("ClockFrame"); clockframe.EnableLight=false;clockframe.color=color(0.5,0.5,0.5); info_clock=clockframe.add("Clock","Type":ClockTypeAnalog,"Position":point(0.1,0.15,0),"Size":0.08); info_date=clockframe.add("Clock","Type":ClockTypeDate,"Position":point(0.02,0.02,0),"Size":0.03); #equinoxes & solstices frame poledir=root.SC.Universe.SolarSystem.Earth.Inclin.transf.Zaxis; dr1=vecnorm(vector(0,0,1)*poledir); dr2=vecnorm(vector(0,0,1)*dr1); dd0=0.8;dd=1.2; txts=autokm(0.1); ptsframe=ssysframe.addsubframe("PTS"); ptsframe.visible=false; line=ptsframe.add("Curve","color":color(0,0.5,0),"Size":2); line.makeline(@point(autokm(dd0)*dr1),@point(autokm(dd)*dr1)); txt=ptsframe.add("Text3D","Content":'Spring equinox',"EnableLight":false,"color":color(0,0.5,0)); txt.position=@point(autokm(dd*1.1)*dr1); txt.UnitY=-1*txts*dr1; txt.UnitX=txts*vector(0,0,1); line=ptsframe.add("Curve","color":color(0,0.5,0),"Size":2); line.makeline(@point(autokm(-1*dd0)*dr1),@point(autokm(-1*dd)*dr1)); txt=ptsframe.add("Text3D","Content":'Fall equinox',"EnableLight":false,"color":color(0,0.5,0)); txt.position=@point(autokm(-1*dd*1.1)*dr1); txt.UnitY=txts*dr1; txt.UnitX=txts*vector(0,0,1); line=ptsframe.add("Curve","color":color(0,0.5,0),"Size":2); line.makeline(@point(autokm(dd0)*dr2),@point(autokm(dd)*dr2)); txt=ptsframe.add("Text3D","Content":'Summer solstice',"EnableLight":false,"color":color(0,0.5,0)); txt.position=@point(autokm(dd*1.1)*dr2); txt.UnitY=-1*txts*dr2; txt.UnitX=txts*vector(0,0,1); line=ptsframe.add("Curve","color":color(0,0.5,0),"Size":2); line.makeline(@point(autokm(-1*dd0)*dr2),@point(autokm(-1*dd)*dr2)); txt=ptsframe.add("Text3D","Content":'Winter solstice',"EnableLight":false,"color":color(0,0.5,0)); txt.position=@point(autokm(-1*dd*1.1)*dr2); txt.UnitY=txts*dr2; txt.UnitX=txts*vector(0,0,1); zoomfact=1;zoomfrac=0; zoomingin=false;zoomingout=false; createvar(zoom_pos0);createvar(zoom_pos1); #some initialisations for map creation maprs=50; mlongit=Pi/2; mlongitincr=2*Pi/maprs; mappointlist=list; mapposxlist=list; for i=0 to maprs do { mappointlist.add(radial2point(1,mlongit,0)); mapposxlist.add(mapposx+2*mapsize*(i/maprs)); mlongit=mlongit+mlongitincr; } root.time=CurrentTimeUT; #root.time=time(2001,9,1,0,0,0); root.TimeSpeedFactor=200; while true do { incrtime; #position indicationsframe earthdir=vecnorm(earthpositframe.totaltransformation.origin-point(0,0,0)); zax=earthdir; yax=vector(0,1,0); xax=vecnorm(yax*zax); yax=vecnorm(zax*xax); indicationsframe.transf.zaxis=zax; indicationsframe.transf.yaxis=yax; indicationsframe.transf.xaxis=xax; #create light map if mapframe.visible then { ttf=eglobe.totaltransformation; poledir=ttf*vector(0,0,1); flip=poledir^earthdir>0; lightmapframe.clearobjects; cnt=FlatContourSet;cnt.newcontour; if flip then { cnt.addpoint(point(mapposx+2*mapsize,mapposy+mapsize,0.002)); cnt.addpoint(point(mapposx,mapposy+mapsize,0.002)); } else { cnt.addpoint(point(mapposx+2*mapsize,mapposy,0.002)); cnt.addpoint(point(mapposx,mapposy,0.002)); } ldir1=vector(0,0,0);i=0; mlongit=Pi/2; mlongitincr=2*Pi/maprs; zeropt=point(0,0,0); flipsign=1; if flip then flipsign=-1; for i=0 to maprs do { ldir1=flipsign*(ttf*(mappointlist(i)-zeropt)); ldir1=vecnorm(ldir1*earthdir); cnt.addpoint(point(mapposxlist(i),mapposy+mapsize*(1-acos(poledir^ldir1)/Pi),0.002)); } cnt.close; lightmap=lightmapframe.add("SolidObject","enablelight":false,"renderback":false, "color":color(0,0,0,0.75),"BlendType":BlendTranslucent,"DepthMask":DepthMaskEnable); lightmap.CreateFlatShape(cnt); } if menu.WasModified and (menu.SelectID=="showpoints") then ptsframe.visible=menu.Checked("showpoints"); if menu.WasModified and (menu.SelectID=="zoom") then { trackmarspos=menu.Checked("zoom"); zoom_pos0=myviewport.camerapos; if trackmarspos then { if not(zoomingin) and not(zoomingout) then dist_unzoomed=distance(point(0,0,0),myviewport.camerapos); zoomingin=true;zoomingout=false; zoomfrac=0; zoom_pos1=point(0,0,0)-dist_zoomed*myviewport.cameradir; } else { if not(zoomingin) and not(zoomingout) then dist_zoomed=distance(point(0,0,0),myviewport.camerapos); zoomingout=true;zoomingin=false; zoomfrac=1; zoom_pos1=point(0,0,0)-dist_unzoomed*myviewport.cameradir; } } if menu.WasModified and (menu.SelectID=="showmap") then { mapframe.visible=menu.Checked("showmap"); lightmapframe.visible=mapframe.visible; } if zoomingin then { zoomfrac=zoomfrac+0.01; if zoomfrac>1 then { zoomfrac=1; zoomingin=false; } myviewport.camerapos=(1-zoomfrac)*zoom_pos0+zoomfrac*zoom_pos1; } if zoomingout then { zoomfrac=zoomfrac-0.01; if zoomfrac<0 then { zoomfrac=0; zoomingout=false; } myviewport.camerapos=zoomfrac*zoom_pos0+(1-zoomfrac)*zoom_pos1; } if menu.WasModified and (menu.SelectID=="jump") then { tm=root.time;tm1=time; mindiff=10000000; tm0=time(tm.year,3,21,0,0,0); if (tm0-tm>0) and (tm0-tm<mindiff) then { mindiff=tm0-tm; tm1=tm0; } tm0=time(tm.year,6,21,0,0,0); if (tm0-tm>0) and (tm0-tm<mindiff) then { mindiff=tm0-tm; tm1=tm0; } tm0=time(tm.year,9,21,0,0,0); if (tm0-tm>0) and (tm0-tm<mindiff) then { mindiff=tm0-tm; tm1=tm0; } tm0=time(tm.year,12,21,0,0,0); if (tm0-tm>0) and (tm0-tm<mindiff) then { mindiff=tm0-tm; tm1=tm0; } tm0=time(tm.year+1,3,21,0,0,0); if (tm0-tm>0) and (tm0-tm<mindiff) then { mindiff=tm0-tm; tm1=tm0; } root.time=tm1; } #mechanism to co-move with Earth root.SC.Universe.transf.reset; tf1=Transformation; tf1.translate(zoomfrac*@vector(earthpositframe.totaltransformation.origin)); tf2=tf1;tf2.invert; root.viewports.main.transf=tf2; myviewport.focaldistance=distance(point(0,0,0),myviewport.camerapos); render; }
e24d7fb4e4ddf9d5ddb8069ef9228cd5319a1f5e
449d555969bfd7befe906877abab098c6e63a0e8
/2882/CH2/EX2.2/Ex2_2.sce
12c656f4892875a799847976bf48b2e2dd115da3
[]
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
893
sce
Ex2_2.sce
//Tested on Windows 7 Ultimate 32-bit //Chapter 2 Fundamental Concepts: Energy Bands in Solids Pg no. 49 clear; clc; printf("According to Paulis principle no two electrons can possess same set of values for four quantum numbers.\n\n"); printf("Total electrons that can reside in eacvh shell is as follows\n"); printf("K shell: \n n=1,l=0,m=0,s=±1/2 \t\t\t 2 electrons Subshell:1s\n"); printf("\t\t\t\t Total:2 electrons\n"); printf("L shell: \n n=2,l=0,m=0,s=±1/2 \t\t\t 2 electrons Subshell:2s\n"); printf(" n=2,l=1,m=-1,0,+1,s=±1/2 \t\t 6 electrons Subshell:2p\n"); printf("\t\t\t\t Total:8 electrons\n"); printf("M shell: \n n=3,l=0,m=0,s=±1/2 \t\t\t 2 electrons Subshell:3s\n"); printf(" n=3,l=1,m=-1,0,+1,s=±1/2\t\t 6 electrons Subshell:3p\n"); printf(" n=3,l=2,m=-2,-1,0,+1,+2,s=±1/2 \t 10 electrons Subshell:3d\n"); printf("\t\t\t\t Total:18 electrons\n");
612a1774441289d3f910ffeedc1d66a449295836
449d555969bfd7befe906877abab098c6e63a0e8
/1733/CH7/EX7.18/7_18.sce
e9c2637e6543c6bc3728300f9fe5dab0395befdc
[]
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
145
sce
7_18.sce
//7.18 clc; Vdc=2*2^0.5*230/%pi; TL=25; Kt=0.25; Ia=(TL/Kt)^0.5; w=(Vdc-1.5*Ia)/(Kt*Ia); N=w*60/(2*%pi); printf("Motor speed=%.2f rpm",N)
1f872861441bb0d2721dc6bf43e8b611165c6cc3
449d555969bfd7befe906877abab098c6e63a0e8
/226/CH5/EX5.2/example2_sce.sce
9a1aea3e171b88f159d5fe45e504220d1b302f05
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
250
sce
example2_sce.sce
//chapter 5 //example 5.2 //page 186 printf("\n") printf("given") Vcc=18;Rc=2.2*10^3;Ib=40*10^-6; disp("when Ic=0") Ic=0; Vce=Vcc-Ic*Rc disp("At point A Ic=0 and Vce=18") disp("when Vce=0") Ic=Vcc/Rc disp(" at point B Ic=8.2mA and Vce=0")
a86ae366b7355a07d7b86d548c0d98d47895a1a3
449d555969bfd7befe906877abab098c6e63a0e8
/2303/CH3/EX3.2/EX_3_2.sce
962c7699e42ccd79df187c5eb7ba973f1e3c60b1
[]
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
937
sce
EX_3_2.sce
//Ex.3.2 clc; clear; close; x1=[1 2 3 4]; //assume x2=[1 2 1 2]; //assume a=1; b=1; c=[5 5 5 5]; //assuming constant value y=x1+c; //y(n)=x(n)+c //Test for homogeneity k=2; hom=0; for n=1: length (x1) if (k*y(n)==k*x1(n)+c(n)) hom=hom+1; end end //Test for additivity for n =1: length (x1) x3(n)=a*x1(n)+b*x2(n) end for n =1: length (x1) y1(n)=x1(n)+c(n); y2(n)=x2(n)+c(n); y3(n)=x3(n)+c(n); end for n =1: length (y1) z(n)=a*y1(n)+b*y2(n); end count =0; for n =1: length (y1) if(y3(n)==z(n)) count = count +1; end end if( count == length (y3) & (hom==length(y))) disp ( 'It satisfies the homogeneity and additivity principle' ); disp ( 'THE GIVEN SYSTEM IS LINEAR ' ); else disp ( 'It does not satisfy the homogeneity and additivity principle' ); disp ( 'THE GIVEN SYSTEM IS NON LINEAR ' );
e5113bb56023a6163eab1ede81e995dd723dac5a
449d555969bfd7befe906877abab098c6e63a0e8
/2153/CH3/EX3.35/ex_3_35.sce
e635bc9db4cbbc3108f2bc3680cbbee4e234b435
[]
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
492
sce
ex_3_35.sce
// Example 3.35: bragg angle clc; clear; close; n=1;// a=3.57;//in Ä h=0.54;//wavelnegth in Ä a1=[1;1;1];//miller indices d111=a/(sqrt(a1(1,1)^2+a1(2,1)^2+a1(3,1)^2));//interplanar distance between (111)planes snd=((n*h)/(2*d111));// th=asind(snd);// bragg angle in degree d1=floor(th);// d2=th-floor(d1);// disp("angle between planes (122) and (111) is "+string(d1)+" degree "+string(round(60*d2))+" minutes") //wavelength is given wrong in example it is 0.54Ä and it is taken as 1.54Ä
f76e64729b1b0a425f2f17c148c61966589eaf60
83b39ce8edebb6ec335a740bcc4e0a96bd03ad5f
/My_Optim_Moga.sce
b4dd94bd2c01abff2d21289a1ff9720a1224d15c
[]
no_license
neighborBoy0/ProjetFinDeEtude
c7b47a49fa6e3f151bf6fd890ea392ec745f5e37
b1044feb8bac4d9645639e3ea3f113ad97439f8e
refs/heads/main
2023-04-10T14:56:39.636998
2021-04-12T19:05:53
2021-04-12T19:05:53
347,607,990
0
0
null
null
null
null
UTF-8
Scilab
false
false
10,114
sce
My_Optim_Moga.sce
// Mettre en œuvre un algorithme génétique // // ga_f: Une liste qui comprend le pointeur de la fonction cible et plusieurs paramètres ou la fonction objectif. // pop_size: Le nombre de population. // nb_generation: Le nombre de generation. // p_mut: La probabilité de mutation. // p_cross: La probabilité de croisement. // Log: Si %T, appellera la fonction de sortie à la fin de chaque itération. // param: Une liste de paramètres. // // pop_opt: La population d'individus optimaux. // fobj_pop_opt: L'ensemble des valeurs de fonctions multi-objectifs associées à pop_opt. // pop_init: La population initiale d'individus. // fobj_pop_init: L'ensemble des valeurs de fonctions multi-objectifs associées à pop_init. // theta_results: La solution optimale calculée par l'algorithme génétique de second niveau est exécutée à chaque fois. function [pop_opt, fobj_pop_opt, pop_init, fobj_pop_init, theta_results] = my_optim_moga(ga_f, pop_size, nb_generation, p_mut, p_cross, Log, param) [nargout, nargin] = argn(); if ~isdef("param","local") then param = []; end [codage_func,err] = get_param(param,"codage_func",coding_ga_identity); [init_func,err] = get_param(param,"init_func",init_ga_default); [crossover_func,err] = get_param(param,"crossover_func",crossover_ga_default); [mutation_func,err] = get_param(param,"mutation_func",mutation_ga_default); [selection_func,err] = get_param(param,"selection_func",selection_ga_elitist); [nb_couples,err] = get_param(param,"nb_couples",100); [pressure,err] = get_param(param,"pressure",0.05); [output_func, err] = get_param(param, "output_func", output_moga_default); theta_results = [] if ~isdef("ga_f","local") then error(gettext("optim_moga: ga_f is mandatory")); else if typeof(ga_f)=="list" then disp(ga_f(2:$)); deff("y=_ga_f(x)","y=ga_f(1)(x, ga_f(2:$))"); else deff("y=_ga_f(x)","y=ga_f(x)"); end end if ~isdef("pop_size","local") then pop_size = 100; end if ~isdef("nb_generation","local") then nb_generation = 10; end if ~isdef("p_mut","local") then p_mut = 0.01; end if ~isdef("p_cross","local") then p_cross = 0.7; end if ~isdef("Log","local") then Log = %F; end // Initialization of the population if (Log) then printf(gettext("%s: Initialization of the population\n"),"optim_moga"); end Pop = list(); Pop = init_func(pop_size, param); if (nargout>=3) then pop_init = Pop; end // Code the individuals Pop = codage_func(Pop,"code",param); for i=1:length(Pop) MO_FObj_Pop(i,:) = _ga_f(Pop(i)); end // Compute the domination rank for i=1:size(MO_FObj_Pop,1) Index = 0; for j=1:size(MO_FObj_Pop,1) Index = Index + double(and(MO_FObj_Pop(i,:)<=MO_FObj_Pop(j,:)) & or(MO_FObj_Pop(i,:)<MO_FObj_Pop(j,:))); end FObj_Pop(i) = - (Index + 1); end FObj_Pop_Max = max(FObj_Pop); FObj_Pop_Min = min(FObj_Pop); // Normalization of the efficiency Efficiency = (1 - pressure) * (FObj_Pop_Max - FObj_Pop) / max([FObj_Pop_Max - FObj_Pop_Min %eps]) + pressure; if (nargout==4) then fobj_pop_init = MO_FObj_Pop; else fobj_pop_init = -1; end // The genetic algorithm for i=1:nb_generation disp("first level") // // Selection // Indiv1 = list(); Indiv2 = list(); Wheel = cumsum(Efficiency); for j=1:nb_couples // Selection of the first individual in the couple Shoot = grand(1,1,"unf", 0, Wheel($)); Index = find(Shoot <= Wheel, 1); Indiv1(j) = Pop(Index); MO_FObj_Indiv1(j,:) = MO_FObj_Pop(Index,:); // Selection of the second individual in the couple Shoot = grand(1,1,"unf", 0, Wheel($)); Index = find(Shoot <= Wheel, 1); Indiv2(j) = Pop(Index); MO_FObj_Indiv2(j,:) = MO_FObj_Pop(Index,:); end // // Crossover // for j=1:nb_couples if (p_cross>grand(1,1,"def")) then [x1, x2] = crossover_func(Indiv1(j), Indiv2(j),param); Indiv1(j) = x1; Indiv2(j) = x2; ToCompute_I1(j) = %T; ToCompute_I2(j) = %T; else ToCompute_I1(j) = %F; ToCompute_I2(j) = %F; end end // // Mutation // for j=1:nb_couples if (p_mut>grand(1,1,"def")) then x1 = mutation_func(Indiv1(j),param); Indiv1(j) = x1; ToCompute_I1(j) = %T; end if (p_mut>grand(1,1,"def")) then x2 = mutation_func(Indiv2(j),param); Indiv2(j) = x2; ToCompute_I2(j) = %T; end end // // Computation of the objective functions // for j=1:length(Indiv1) if ToCompute_I1(j) then MO_FObj_Indiv1(j,:) = _ga_f(Indiv1(j)); end if ToCompute_I2(j) then MO_FObj_Indiv2(j,:) = _ga_f(Indiv2(j)); end end // Reinit ToCompute lists ToCompute_I1 = ToCompute_I1 & %F; ToCompute_I2 = ToCompute_I2 & %F; // Compute the domination rank for j=1:size(MO_FObj_Indiv1,1) // We compute the rank for Indiv1 Index1 = 0; Index2 = 0; Index3 = 0; for k=1:size(MO_FObj_Indiv1,1) Index1 = Index1 + double(and(MO_FObj_Indiv1(j,:)<=MO_FObj_Indiv1(k,:)) & or(MO_FObj_Indiv1(j,:)<MO_FObj_Indiv1(k,:))); Index2 = Index2 + double(and(MO_FObj_Indiv1(j,:)<=MO_FObj_Indiv2(k,:)) & or(MO_FObj_Indiv1(j,:)<MO_FObj_Indiv2(k,:))); end for k=1:size(MO_FObj_Pop,1) Index3 = Index3 + double(and(MO_FObj_Indiv1(j,:)<=MO_FObj_Pop(k,:)) & or(MO_FObj_Indiv1(j,:)<MO_FObj_Pop(k,:))); end FObj_Indiv1(j) = - (Index1 + Index2 + Index3 + 1); // We compute the rank for Indiv2 Index1 = 0; Index2 = 0; Index3 = 0; for k=1:size(MO_FObj_Indiv1,1) Index1 = Index1 + double(and(MO_FObj_Indiv2(j,:)<=MO_FObj_Indiv1(k,:)) & or(MO_FObj_Indiv2(j,:)<MO_FObj_Indiv1(k,:))); Index2 = Index2 + double(and(MO_FObj_Indiv2(j,:)<=MO_FObj_Indiv2(k,:)) & or(MO_FObj_Indiv2(j,:)<MO_FObj_Indiv2(k,:))); end for k=1:size(MO_FObj_Pop,1) Index3 = Index3 + double(and(MO_FObj_Indiv2(j,:)<=MO_FObj_Pop(k,:)) & or(MO_FObj_Indiv2(j,:)<MO_FObj_Pop(k,:))); end FObj_Indiv2(j) = - (Index1 + Index2 + Index3 + 1); end // We compute the rank for Pop for j=1:size(MO_FObj_Pop,1) Index1 = 0; Index2 = 0; Index3 = 0; for k=1:size(MO_FObj_Indiv1,1) Index1 = Index1 + double(and(MO_FObj_Pop(j,:)<=MO_FObj_Indiv1(k,:)) & or(MO_FObj_Pop(j,:)<MO_FObj_Indiv1(k,:))); Index2 = Index2 + double(and(MO_FObj_Pop(j,:)<=MO_FObj_Indiv2(k,:)) & or(MO_FObj_Pop(j,:)<MO_FObj_Indiv2(k,:))); end for k=1:size(MO_FObj_Pop,1) Index3 = Index3 + double(and(MO_FObj_Pop(j,:)<=MO_FObj_Pop(k,:)) & or(MO_FObj_Pop(j,:)<MO_FObj_Pop(k,:))); end FObj_Pop(j) = - (Index1 + Index2 + Index3 + 1); end // // Recombination // [Pop, FObj_Pop, Efficiency, MO_FObj_Pop] = selection_func(Pop, Indiv1, Indiv2, FObj_Pop, FObj_Indiv1, FObj_Indiv2, ... MO_FObj_Pop, MO_FObj_Indiv1, MO_FObj_Indiv2, param); if (Log) then stop = output_func(i, nb_generation, Pop, MO_FObj_Pop, param); if stop then break end end // //Appelez l'algorithme génétique de deuxième niveau et calculez. // population_size_2 = second_level_params(1,1); // Population size of the 1st level number_generations_2 = second_level_params(1,2); // Number of generations of the 1st level mutation_rate_2 = second_level_params(1,3); // Mutation rate of the 1st level crossover_probability_2 = second_level_params(1,4); // Crossover probability of the 1st level try N = get_param(param,"N",6); joints_origin = get_param(param, "joints_origin", [0 0 0 0 0 0]); disp(joints_origin); catch disp("There is an error in read param in 1st level to call 2nd level"); end try ga_params_2 = init_param(); ga_params_2 = add_param(ga_params_2, "dimension", 6); ga_params_2 = add_param(ga_params_2, 'minbound', min_angle); ga_params_2 = add_param(ga_params_2, 'maxbound', max_angle); catch [error_message,error_number]=lasterror(%t) disp("There is an error in function TwoLevel when add some params to the 2nd algo genetic, error message:" + error_message); end try myObjFun_2 = list(secondLevel, N, joints_origin); [pop_opt_2, fobj_pop_opt_2] = optim_moga(myObjFun_2, population_size_2, number_generations_2, mutation_rate_2, crossover_probability_2, %T, ga_params_2); [fmin_2, k_2] = min(fobj_pop_opt_2); // the result of algo genetic theta_min = pop_opt_2(k_2); disp(theta_min); theta_results = [theta_results; theta_min]; catch [error_message,error_number]=lasterror(%t) disp("There is an error in function TwoLevel when the 1st algo genetic runs, error message:" + error_message); end end pop_opt = codage_func(Pop, 'decode', param); fobj_pop_opt = MO_FObj_Pop; endfunction
d60ab1a63b6e49bc9bf931184d8288d4e87aaf16
b9602336613b26d0b9c22a09d219c0ed8e158b4e
/Examples/Examples_Mat/log2.sce
0b30d8a845a4eff7ad281ecd769e5d103abce7e3
[ "BSD-2-Clause" ]
permissive
CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox
d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd
70c97cda4e0dd54df0a638e9b99f380c09ffa37e
refs/heads/master
2022-12-11T01:28:28.742041
2020-08-26T12:24:27
2020-08-26T12:24:27
290,481,428
0
0
null
null
null
null
UTF-8
Scilab
false
false
99
sce
log2.sce
// Calculating the log2. y = [1.2, 1, 1.9; 4, 2.6, 5; 2.3, 8, 7]; log2res = armaMat("log2",y)
613e56077332f2ac2d10580065d9d47299b24dee
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/lqg2stan.man.tst
e0e08ccd9cce612594541b8e930dcbd27e22c016
[ "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
335
tst
lqg2stan.man.tst
clear;lines(0); ny=2;nu=3;nx=4; P22=ssrand(ny,nu,nx); bigQ=rand(nx+nu,nx+nu);bigQ=bigQ*bigQ'; bigR=rand(nx+ny,nx+ny);bigR=bigR*bigR'; [P,r]=lqg2stan(P22,bigQ,bigR);K=lqg(P,r); //K=LQG-controller spec(h_cl(P,r,K)) //Closed loop should be stable //Same as Cl=P22/.K; spec(Cl('A')) s=poly(0,'s') lqg2stan(1/(s+2),eye(2,2),eye(2,2))
ef0eef6b7d1506fda74900119b754c25ef3a78fb
449d555969bfd7befe906877abab098c6e63a0e8
/2084/CH9/EX9.4/9_4.sce
e6bfe9d1e63920ec9abb5b37391122cf3d9486f2
[]
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
552
sce
9_4.sce
//developed in windows XP operating system 32bit //platform Scilab 5.4.1 clc;clear; //example 9.4 //calculation of the maximum compression of the string //given data m=1//mass(in kg) v=2//speed of the block(in m/s) k=50//spring constant(in N/m) //calculation V=(m*v)/(m+m)//principle of conservation of linear momentum ke1=(m*v*v/2)//initial kinetic energy ke2=(m*V*V/2)+(m*V*V/2)//final kinetic energy x=sqrt(2*(ke1-ke2)/k)//kinetic energy lost = elastic energy stored printf('the maximum compression of the string is %3.1f m',x)
f235e68c0698325986fa906aeaf85a7a32bb4fa4
ac1f8441b0319b4a391cd5a959bd3bb7988edfa7
/data/news2015/news2015/SplitsNEWS15/EnPe/enpe.8.tst
810041cd10295ef54799b4110e37e3e764dce77c
[ "MIT" ]
permissive
SaeedNajafi/transliterator
4d58b8604fa31f52ee2dce7845e002a18214fd5e
523a087b777a5d6eec041165dabb43848f6222e6
refs/heads/master
2021-09-18T17:02:59.083727
2018-07-17T06:01:21
2018-07-17T06:01:21
129,796,130
0
0
null
null
null
null
UTF-8
Scilab
false
false
43,417
tst
enpe.8.tst
a b e r c r o m b i e ﺍ ﺏ ﺭ ک ﺭ ﻭ ﻡ ﺏ ی a b n e r ﺍ ﺏ ﻥ ﺭ a b t i n e ﺍ ﺏ ﺕ ی ﻥ a d i k ﺍ ﺩ ی ک a d m i r a l e n ﺍ ﺩ ﻡ ی ﺭ ﺍ ﻝ ﻥ a d o l p h ﺍ ﺩ ﻭ ﻝ ﻑ a d r i a n a ﺍ ﺩ ﺭ ی ﺍ ﻥ ﺍ a d r i e ﺍ ﺩ ﺭ ی a d v e n t u r e ﺍ ﺩ ﻭ ﻥ چ ﺭ a f a f ﺍ ﻑ ﺍ ﻑ a f a f ﻉ ﻑ ﺍ ﻑ a g a i n s t ﺍ گ ی ﻥ ﺱ ﺕ a g u e r o ﺍ گ ﻭ ی ﺭ ﻭ a i e s h a ﺍ ی ﺵ ﺍ a i e s h a ﺍ ی ﺵ ﻩ a i e s h a ﺍ ﺵ ی ﺍ a i e s h a ﻉ ﺍ ی ﺵ ﺍ a i e s h a ﻉ ﺍ ی ﺵ ﻩ a i n l e y ﺍ ی ﻥ ﻝ ی a i r d ﺍ ی ﺭ ﺩ a k a d e m i k ﺍ ک ﺍ ﺩ ﻡ ی ک a l a n a ﺍ ﻝ ﺍ ﻥ ﺍ a l a p a t i ﺍ ﻝ ﺍ پ ﺍ ﺕ ی a l b a h a h ﺍ ﻝ ﺏ ﺍ ﻩ ﺍ ﻩ a l b a h a h ﺍ ﻝ ﺏ ﻩ ﺍ a l b a h a h ﺍ ﻝ ﺏ ﻩ ﺍ ﻩ a l b e r ﺍ ﻝ ﺏ ﺭ a l f a r o ﺍ ﻝ ﻑ ﺍ ﺭ ﻭ a l i s t a i r ﺍ ﻝ ی ﺱ ﺕ ی ﺭ a l l s o p p ﺍ ﻝ ﺱ ﺍ پ a l l y s o n ﺍ ﻝ ی ﺱ ﻭ ﻥ a l p e n ﺍ ﻝ پ ﻥ a l t a i r ﺍ ﻝ ط ی ﺭ a l t a i r ﺍ ﻝ ﺕ ی ﺭ a l t a i r ﺍ ﻝ ﺕ ﺍ ی ﺭ a m a r n a t h ﺍ ﻡ ﺍ ﺭ ﻥ ﺕ a m b r o s i o ﺍ ﻡ ﺏ ﺭ ﻭ ﺱ ی ﻭ a m b r o s i o ﺍ ﻡ ﺭ ﻭ ﺱ ی ﻭ a m i o t ﺍ ﻡ ی ﻭ ﺕ a m p h o n ﺍ ﻡ ﻑ ﻥ a m p t e ﺍ ﻡ پ ﺕ a m p t e ﺍ ﻡ پ ﺕ ﻩ a m p t e ﺍ ﻡ ﺕ a m s t a d t ﺍ ﻡ ﺱ ﺕ ﺍ ﺕ a m s t e r ﺍ ﻡ ﺱ ﺕ ﺭ a m y ﺍ ﻡ ی a m y o t ﺍ ﻡ ی ﻭ ﺕ a n a n t ﺍ ﻥ ﺍ ﻥ ﺕ a n a n t h a ﺍ ﻥ ﺍ ﻥ ﺱ ﺍ a n d r e w s ﺍ ﻥ ﺩ ﺭ ی ﻭ ﺯ a n d r e w s ﺍ ﻥ ﺩ ﺭ ﻭ ﺯ a n g l e ﺍ ﻥ ﺝ ﻝ a n n o ﺍ ﻥ ﻭ a n s e l l ﺍ ﻥ ﺱ ﻝ a q i l ﺍ ک ی ﻝ a q i l ﺍ ک ﻭ ﺍ ی ﻝ a q i l ﺍ گ ی ﻝ a q i l ﻉ ﻕ ی ﻝ a r m ﺍ ﺭ ﻡ a s h m o r e ﺍ ﺵ ﻡ ﻭ ﺭ a s i f ﺍ ﺱ ی ﻑ a s i f ﻉ ﺍ ﺹ ی ﻑ a s s i ﺍ ﺱ ی a s s i m i l a t e ﺍ ﺱ ی ﻡ ی ﻝ ی ﺕ a s t a i r e ﺍ ﺱ ﺕ ﺍ ی ﺭ a t h o w ﺍ ﺕ ﻭ a t l e ﺍ ﺕ ﻝ a u c k l a n d ﺍ ک ﻝ ﻥ ﺩ a u c k l a n d ﺍ ﻭ چ ﻝ ﻥ ﺩ a u c k l a n d ﺍ ﻭ ک ﻝ ﻥ ﺩ a u y e u n g ﺍ ی ﻥ گ a v e r i l l ﺍ ﻭ ﺭ ی ﻝ a v e r i l l ﺍ ﻭ ﺭ ﺍ ی ﻝ a v e r s a ﺍ ﻭ ی ﺭ ﺱ ﺍ a z h a r ﺍ ظ ﻩ ﺭ a z h a r ﺍ ژ ﺍ ﺭ a z h a r ﺍ ﺯ ﻩ ﺭ b a b a k ﺏ ﺍ ﺏ ک b a b c o c k ﺏ ﺏ ک ﺍ ک b a b i t z ﺏ ﺍ ﺏ ی ﺕ ﺯ b a c k o f ﺏ ک ﻭ ﻑ b a d e r m a n ﺏ ﺍ ﺩ ﺭ ﻡ ﻥ b a d r a k ﺏ ﺩ ﺭ ک b a g w i l l ﺏ گ ﻭ ی ﻝ b a i n ﺏ ی ﻥ b a k h o u m ﺏ ﺍ خ ﻭ ﻡ b a l l a r d ﺏ ﺍ ﻝ ﺍ ﺭ ﺩ b a l l a r d ﺏ ﻝ ﺩ ﺭ ﺩ b a l l a s t ﺏ ﺍ ﻝ ﺍ ﺱ ﺕ b a l l e n y ﺏ ﺍ ﻝ ﻥ ی b a l l y ﺏ ﺍ ﻝ ی b a l s a m ﺏ ﺍ ﻝ ﺱ ﺍ ﻡ b a l t a i s ﺏ ﺍ ﻝ ﺕ ﺍ ی ﺱ b a n i y a ﺏ ﻥ ی ﺍ b a r a k a t ﺏ ﺭ ک ﺍ ﺕ b a r a k a t ﺏ ﺭ ک ﺕ b a r e b a c k ﺏ ی ﺭ ﺏ ک b a r e n d ﺏ ﺍ ﺭ ﻥ ﺩ b a r f o r d ﺏ ﺍ ﺭ ﻑ ﺭ ﺩ b a r f o r d ﺏ ﺍ ﺭ ﻑ ﻭ ﺭ ﺩ b a r f o r d ﺏ ﺭ ﻑ ﻭ ﺭ ﺩ b a r k ﺏ ﺍ ﺭ ک b a r k a h ﺏ ﺭ ک ﺍ ﻩ b a r n a s ﺏ ﺍ ﺭ ﻥ ﺍ ﺱ b a r n e y ﺏ ﺍ ﺭ ﻥ ی b a r n w e l l ﺏ ﺭ ﻥ ﻭ ﻝ b a r r a c o u t a ﺏ ﺍ ﺭ ﺍ ک ﻭ ﺕ ﺍ b a s l e ﺏ ﺱ ﻝ b a s s e l ﺏ ی ﺱ ﻝ b a s s l e ﺏ ﺍ ﺱ ﻝ b a s t a r d ﺏ ﺍ ﺱ ﺕ ﺍ ﺭ ﺩ b a t t e r b e e ﺏ ﺍ ﺕ ﺭ ﺏ ی b a t t e y ﺏ ﺍ ﺕ ی b a u h s ﺏ ﺍ ﻭ ﺱ b a u k u s ﺏ ﺍ ﻭ ک ﻭ ﺱ b a u m b e r g e r ﺏ ﺍ ﻡ ﺏ ﺭ گ ﺭ b e a c h ﺏ ی چ b e a c h a m ﺏ ی چ ﺍ ﻡ b e a n e ﺏ ی ﻥ ﻩ b e a r i n g ﺏ ی ﺭ ی ﻥ گ b e a r m a n ﺏ ی ﺭ ﻡ ﻥ b e a r t i e ﺏ ی ﺭ ﺕ ی ﻩ b e a r t i e ﺏ ی ﺭ ﺕ ﺍ ی b e a r t i e ﺏ ﺍ ﺭ ﺕ ی b e a r t i e ﺏ ﺍ ﺭ ﺕ ی ﻩ b e a r t i e ﺏ ﺭ ﺕ ی b e e h i v e ﺏ ی ﻩ ی ﻭ b e n a m a r ﺏ ﻥ ﺍ ﻡ ﺍ ﺭ b e n g ﺏ ﻥ گ b e n g t ﺏ ﻥ گ ﺕ b e n g t ﺏ ﻥ ﺕ b e n z e n e ﺏ ﻥ ﺯ ﻥ b e q a a ﺏ ک ﺍ b e q a a ﺏ ک ﻭ ﺍ b e q a a ﺏ ی ک ﺍ b e r e s h ﺏ ﺭ ﺵ b e r m e l ﺏ ﺭ ﻡ ﻝ b e r n a d u s ﺏ ﺭ ﻥ ﺍ ﺩ ﻭ ﺱ b e r n a r d o ﺏ ﺭ ﻥ ﺍ ﺭ ﺩ ﻭ b e r n i e ﺏ ﺭ ﻥ ی b e r n i e r ﺏ ﺭ ﻥ ی ﺭ b e r t r a n d ﺏ ﺭ ﺕ ﺭ ﺍ ﻥ ﺩ b e s k o ﺏ ﺱ ک ﻭ b e t s y ﺏ ﺕ ﺱ ی b e y l ﺏ ی ﻝ b i c k e r t o n ﺏ ی ک ﺭ ﺕ ﻥ b i d w e l l ﺏ ی ﺩ ﻭ ﻝ b i f r o s t ﺏ ی ﻑ ﺭ ﺍ ﺱ ﺕ b i l l i n g s ﺏ ی ﻝ ی ﻥ گ ﺯ b i n e s ﺏ ی ﻥ ﺱ b i s s a u ﺏ ی ﺱ ﺍ ی ﻭ b i x l e r ﺏ ی ک ﺱ ﻝ ﺭ b l a c k l e y ﺏ ﻝ ک ﻝ ی b l i n c o ﺏ ﻝ ی ﻥ ک ﻭ b l u f f ﺏ ﻝ ﺍ ﻑ b l u m c k e ﺏ ﻝ ﺍ ﻡ ک ﻩ b o a z ﺏ ﻭ ﺯ b o d o ﺏ ﻭ ﺩ ﻭ b o l e c e k ﺏ ﺍ ﻝ ﺱ ک b o o n ﺏ ﻭ ﻥ b o o s e ﺏ ﻭ ﺱ b o r d e r ﺏ ﻭ ﺭ ﺩ ﺭ b o r r i e l l o ﺏ ﻭ ﺭ ی ﻝ ﻝ ﻭ b o s a k ﺏ ﺱ ﺍ ک b o s s c h a ﺏ ﺍ ﺱ ﺵ ﺍ b o s s c h a ﺏ ﻭ چ ﺍ b o s s c h a ﺏ ﻭ ﺱ چ ﺍ b o s s c h a ﺏ ﻭ ﺱ ک ﺍ b o u t t e ﺏ ﻭ ﺕ b o u w e r s ﺏ ﻭ ﺭ ﺯ b o y l a n ﺏ ﻭ ی ﻝ ﻥ b r a d l e y ﺏ ﺭ ﺍ ﺩ ﻝ ی b r a d l e y ﺏ ﺭ ﺩ ﻝ ی b r a n s h a w ﺏ ﺭ ﺍ ﻥ ﺵ ﺍ ﻭ b r a w n ﺏ ﺭ ﺍ ﻭ ﻥ b r i a n d ﺏ ﺭ ی ﺍ ﻥ b r i e n ﺏ ﺭ ﺍ ی ﻥ b r i s b i n ﺏ ﺭ ی ﺱ ﺏ ی ﻥ b r i s i n d a ﺏ ﺭ ی ﺱ ی ﻥ ﺩ ﺍ b r i t i s h ﺏ ﺭ ی ﺕ ی ﺵ b r o c k l e y ﺏ ﺭ ﺍ ک ﻝ ی b r o d e ﺏ ﺭ ﺍ ﺩ b r o k e n ﺏ ﺭ ﻭ ک ﻥ b r o t h e r ﺏ ﺭ ﺍ ﺩ ﺭ b r o u d e ﺏ ﺭ ﺍ ﺩ b r o w n i n g ﺏ ﺭ ﺍ ﻭ ﻥ ی ﻥ گ b r u c k ﺏ ﺭ ﻭ ک b r u n t ﺏ ﺭ ﺍ ﻥ ﺕ b r u y n ﺏ ﺭ ﻭ ی ﻥ b r y n e r ﺏ ﺭ ی ﻥ ﺭ b u d ﺏ ﺍ ﺩ b u d ﺏ ﻭ ﺩ b u d u r ﺏ ﺍ ﺩ ﺭ b u d u r ﺏ ﻭ ﺩ ﺍ ﺭ b u d u r ﺏ ﻭ ﺩ ﺭ ﺍ b u d u r ﺏ ﻭ ﺩ ﻭ ﺭ b u h l ﺏ ﻭ ﻩ ﻝ b u l l a ﺏ ﻭ ﻝ ﺍ b u m ﺏ ﻭ ﻡ b u n g e r s ﺏ ﺍ ﻥ گ ﺭ ﺯ b u n n ﺏ ﺍ ﻥ b u r g h a r d ﺏ ﺍ ﺭ ﻕ ﺍ ﺭ ﺩ b u r n e y ﺏ ﺭ ﻥ ی b u r r ﺏ ﺭ b u t c h ﺏ ﺍ چ b u t c h ﺏ ﻭ چ b y u n g t a e ﺏ ی ﺍ ﻥ گ ﺕ ﺍ ی c a c h o ک ﺍ چ ﻭ c a d m u s ک ﺍ ﺩ ﻡ ﻭ ﺱ c a l i u s ک ﺍ ﻝ ی ی ﻭ ﺱ c a m a c h o ک ﺍ ﻡ ﺍ چ ﻭ c a m p b e l l ک ﺍ ﻡ پ ﺏ ﻝ c a m p b e l l ک ﻡ پ ﺏ ﻝ c a n f i e l d ک ﺍ ﻥ ﻑ ی ﻝ ﺩ c a p e ک ی پ c a p i s t r a n ک پ ی ﺱ ﺕ ﺭ ﺍ ﻥ c a r a n g e l o ک ﺍ ﺭ ﺍ ﻥ ﺝ ﻝ ﻭ c a r r a r a ک ﺍ ﺭ ﺍ ﺭ ﺍ c a s h ک ﺵ c a t ک ﺕ c a t h c a r t ک ﺍ ﺕ ک ﺍ ﺭ ﺕ c a t r i j n ک ﺍ ﺕ ﺭ ی ﺝ c a t r i j n ک ﺍ ﺕ ﺭ ی ﺝ ﻥ c a t r i j n ک ﺍ ﺕ ﺭ ی ﻥ c a t s i m a t i d e s ک ﺕ ﺱ ی ﻡ ﺍ ﺕ ی ﺩ ﺱ c a u d i l l ک ﺍ ﻭ ﺩ ی ﻝ c h a p e l a چ ﺍ پ ﻝ ﺍ c h e m a l y چ ﻡ ﺍ ﻝ ی c h e s n e y چ ﺱ ﻥ ی c h i a s s o n ک ی ﺍ ﺱ ﻭ ﻥ c h i e n چ ی ﻥ c h i s m چ ی ﺱ ﻡ c h o v a n a k چ ﻭ ﻭ ﺍ ﻥ ﺍ ک c h o y چ ﻭ ی c h r i s t a ک ﺭ ی ﺱ ﺕ ﺍ c h r i s t i e ک ﺭ ی ﺱ ﺕ ی c h u s a k چ ﻭ ﺱ ﺍ ک c l a b o u r n e ک ﻝ ﺍ ﺏ ﻭ ﺭ ﻥ c l a n c e y ک ﻝ ﺍ ﻥ ﺱ ی c o a s t ک ﻭ ﺱ ﺕ c o b a b e ک ﻭ ﺏ ی ﺏ c o c k e r i l l ک ﺍ ک ﺭ ی ﻝ c o c k e r i l l ک ﻭ ک ﺭ ی ﻝ c o d o g n o ک ﻭ ﺩ ﻭ گ ﻥ ﻭ c o i l ک ﻭ ی ﻝ c o l b u r n ک ﻝ ﺏ ﺭ ﻥ c o l b u r n ک ﻝ ﺏ ﻭ ﺭ ﻥ c o l e t y ک ﻭ ﻝ ﺕ ی c o l l i n g w o o d ک ﻭ ﻝ ی ﻥ گ ﻭ ﻭ ﺩ c o l m a n ک ﻭ ﻝ ﻡ ﻥ c o m a r o w ک ﻭ ﻡ ﺍ ﺭ ﻭ c o m b s ک ﺍ ﻡ ﺏ ﺯ c o m b s ک ﺍ ﻡ ﺏ ﺱ c o m b s ک ﻡ ﺏ ﺯ c o m b s ک ﻡ ﺏ ﺱ c o n b o y ک ﺍ ﻥ ﺏ ﻭ ی c o p e l a n d ک ﻭ پ ﻝ ﻥ ﺩ c o r b i n ک ﻭ ﺭ ﺏ ی ﻥ c o r c o r a n ک ﺍ ﺭ ک ﺍ ﺭ ﻥ c o r n w e l l ک ﺭ ﻥ ﻭ ﻝ c o s t n e r ک ﺍ ﺱ ﺕ ﻥ ﺭ c o u r c e l l e ک ﻭ ﺭ ﺱ ﻝ c o x h e a d ک ﺍ ک ﺱ ﻩ ﺩ c o z z i ک ﻭ ﺯ ی c r a b t r e e ک ﺭ ﺏ ﺕ ﺭ ی c r a y ک ﺭ ی c r a y ک ﺭ ﺍ ی c r e a t h ک ﺭ ی ث c r o c k e t t ک ﺭ ﺍ ک ﺕ c u l l y ک ﻭ ﻝ ی c u o n g ک ی ﻭ ﻥ گ d a l a g e r ﺩ ﺍ ﻝ ﺍ ﺝ ﺭ d a l e y ﺩ ﺍ ﻝ ی d a m i o n ﺩ ﺍ ﻡ ی ﻭ ﻥ d a n a ﺩ ﺍ ﻥ ﺍ d a n i e l l ﺩ ﺍ ﻥ ی ﻝ d a n i l o ﺩ ﺍ ﻥ ی ﻝ ﻭ d a u d ﺩ ﺍ ی ﻭ ﺩ d a u d ﺩ ﺍ ﺩ d a u d ﺩ ﺍ ﻭ ﺩ d a u d ﺩ ﻭ ﺩ d a u r i a ﺩ ﺍ ی ﻭ ﺭ ی ﺍ d a v i d s o n ﺩ ی ﻭ ی ﺩ ﺱ ﻭ ﻥ d a w o o d ﺩ ﺍ ﻭ ﺩ d a w o o d ﺩ ﺍ ﻭ ﻭ ﺩ d e a n e r ﺩ ی ﻥ ﺭ d e i c h e r ﺩ ی چ ی ﺭ d e m k e ﺩ ﻡ ک ﻩ d e n ﺩ ﻥ d e n t o n ﺩ ﻥ ﺕ ﻭ ﻥ d e n u x ﺩ ﻥ ﻭ ک ﺱ d e s r o s i e r s ﺩ ﺱ ﺭ ﺍ ﺯ ی ﺭ ﺱ d e s r o s i e r s ﺩ ﺱ ﺭ ﻭ ﺯ ی ﺭ ﺯ d e t o u r s ﺩ ی ﺕ ﻭ ﺭ ﺯ d e t t m a n ﺩ ﺕ ﻡ ﻥ d i a b ﺩ ی ﺍ ﺏ d i a m a n t a r a s ﺩ ی ﺍ ﻡ ﺍ ﻥ ﺕ ﺍ ﺭ ﺍ ﺱ d i b b l e ﺩ ﺍ ی ﺏ ﻝ d i e d e r i c h s ﺩ ی ﺩ ی ﺭ ی چ ﺱ d i e d e r i c h s ﺩ ی ﺩ ﺭ ی ﺵ ﺯ d i e r d e r i c k ﺩ ی ﺭ ﺩ ﺭ ک d i e r d e r i c k ﺩ ی ﺭ ﺩ ﺭ ی ک d i e r d e r i c k ﺩ ﺍ ی ﺭ ﺩ ﺭ ی ک d i e r k ﺩ ی ﺭ ک d i l ﺩ ی ﻝ d i l l w o r t h ﺩ ی ﻝ ﻭ ﺭ ث d i n t ﺩ ی ﻥ ﺕ d i v i s ﺩ ی ﻭ ی ﺱ d i x ﺩ ی ک ﺱ d o a n ﺩ ﻭ ﻥ d o c ﺩ ﺍ ک d o c ﺩ ﻭ ک d o d g e ﺩ ﺍ ﺝ d o d g e ﺩ ﻭ ﺩ ﺝ d o g a n ﺩ ﻭ گ ﺍ ﻥ d o n e t s k ﺩ ﻭ ﻥ ﺕ ﺱ ک d o r n ﺩ ﻭ ﺭ ﻥ d o u g ﺩ ﻭ گ d o v e l l ﺩ ﻭ ﻭ ﻝ d r a g ﺩ ﺭ گ d r a g a n ﺩ ﺭ ﺍ گ ﺍ ﻥ d r e a m s ﺩ ﺭ ی ﻡ ﺯ d r i k h a ﺩ ﺭ ی خ ﺍ d r i s c o l l ﺩ ﺭ ی ﺱ ک ﻭ ﻝ d r o p ﺩ ﺭ ﺍ پ d r o s t e ﺩ ﺭ ﺍ ﺱ ﺕ d u a ﺩ ی ﻭ ﺍ d u a ﺩ ﻉ ﺍ d u a ﺩ ﻭ ﺍ d u b i n i n ﺩ ﻭ ﺏ ی ﻥ ی ﻥ d u b r i s ﺩ ﻭ ﺏ ﺭ ی ﺯ d u c h a y l a r d ﺩ ﻭ چ ﺍ ی ﻝ ﺍ ﺭ ﺩ d u d g e o n ﺩ ﺍ ﺝ ی ﻭ ﻥ d u d g e o n ﺩ ﺍ ﺩ گ ی ﻭ ﻥ d u d g e o n ﺩ ﺩ ﺝ ﻥ d u d g e o n ﺩ ﻭ گ ی ﻭ ﻥ d u d g e o n ﺩ ﻭ ﺝ ﻥ d u d g e o n ﺩ ﻭ ﺩ گ ﻭ ﻥ d u g g e r ﺩ ﺍ گ ﺭ d u h a ﺩ ی ﻭ ﻩ ﺍ d u h a ﺩ ﻩ ﺍ d u h a ﺩ ﻭ ﺡ ﺍ d u h a ﺩ ﻭ ﺡ ﻩ d u h a ﺩ ﻭ ﻩ ﺍ d u l f e r ﺩ ﺍ ﻝ ﻑ ﺭ d u m o n t e t ﺩ ﺍ ﻡ ﻭ ﻥ ﺕ ﺕ d u n g ﺩ ﺍ ﻥ گ d u n h a m ﺩ ﺍ ﻥ ﻩ ﺍ ﻡ d u n h a m ﺩ ﻭ ﻥ ﻩ ﺍ ﻡ d y n a ﺩ ی ﻥ ﺍ e a l e s ﺍ ی ﻝ ﺯ e a s t b u r n ﺍ ی ﺱ ﺕ ﺏ ﺭ ﻥ e a s t m a n ﺍ ی ﺱ ﺕ ﻡ ﻥ e b i n a ﺍ ﺏ ی ﻥ ﺍ e b r a h i m ﺍ ﺏ ﺭ ﺍ ﻩ ی ﻡ e c h ﺍ چ e c k e r s a n d ﺍ ک ﺭ ﺱ ﺍ ﻥ ﺩ e g a n ﺍ ی گ ﺍ ﻥ e g g e m a n ﺍ گ ﻡ ﻥ e g l i ﺍ ی گ ﻝ ی e k l u n d ﺍ ک ﻝ ﺍ ﻥ ﺩ e l k i n g t o n ﺍ ﻝ ک ی ﻥ گ ﺕ ﻥ e l k i n g t o n ﺍ ﻝ ک ی ﻥ گ ﺕ ﻭ ﻥ e l k i n g t o n ﺍ ﻝ گ ی ﻥ گ ﺕ ﻭ ﻥ e l k i n g t o n ﺍ ﻝ ی ﻥ گ ﺕ ﻭ ﻥ e l l i s t o n ﺍ ﻝ ی ﺱ ﺕ ﻭ ﻥ e l r o y ﺍ ﻝ ﺭ ﻭ ی e m b a s s y ﺍ ﻡ ﺏ ﺍ ﺱ ی e m b e r l i n g ﺍ ﻡ ﺏ ﺭ ﻝ ی ﻥ گ e m e r g i n g ﺍ ﻡ ﺭ ﺝ ی ﻥ گ e n g l a n d e r ﺍ ﻥ گ ﻝ ﺍ ﻥ ﺩ ﺭ e n g l i s h ﺍ ی ﻥ گ ﻝ ی ﺵ e n g l i s h ﺍ ﻥ گ ﻝ ی ﺱ e n g l i s h ﺍ ﻥ گ ﻝ ی ﺵ e n n o ﺍ ﻥ ﻭ e n t r o p y ﺍ ﻥ ﺕ ﺭ ﺍ پ ی e n y i n g ﺍ ﻥ ی ﻥ گ e n z i n g e r ﺍ ﻥ ﺯ ی ﻥ گ ﺭ e r s h e i d ﺍ ﺭ ﺵ ی ﺩ e s c a l a n t e ﺍ ﺱ ک ﺍ ﻝ ﺍ ﻥ ﺕ e s p o s i t o ﺍ ﺱ پ ﺯ ی ﺕ ﻭ e s p o s i t o ﺍ ﺱ پ ﻭ ﺱ ی ﺕ ﻭ e s t a n o l ﺍ ﺱ ﺕ ﺍ ﻥ ﻭ ﻝ e u g e n e ﺍ ی ﻭ گ ﻥ ﻩ e u g e n e ﺍ ی ﻭ ﺝ ﻥ ﻩ e u g e n e ﺍ ﻭ گ ی ﻥ ﻩ e u g e n e ﺍ ﻭ گ ﻥ ﻩ e v a n g e l i s t a ﺍ ﻭ ﻥ گ ﻝ ی ﺱ ﺕ ﺍ e v a n s ﺍ ی ﻭ ﺍ ﻥ ﺯ e v a n s ﺍ ﻭ ﺍ ﻥ ﺯ e w i n s ﺍ ﻭ ی ﻥ ﺯ e y r e ﺍ ی ﺭ e z o r ﺍ ﺯ ﺭ f a b r o ﻑ ﺍ ﺏ ﺭ ﻭ f a i r ﻑ ی ﺭ f a i z ﻑ ی ﺽ f a i z ﻑ ﺍ ی ﺯ f a i z ﻑ ﺍ ی ﺽ f a i z ﻑ ﺍ ﺯ f a i z e l ﻑ ی ﺽ ﻝ f a i z e l ﻑ ﺍ ی ﺯ ﻝ f a i z e l ﻑ ﺍ ی ﺽ ﻝ f a i z e l ﻑ ﺍ ﺯ ﻝ f a i z e l ﻑ ﺍ ﺽ ﻝ f a r r u g i a ﻑ ﺍ ﺭ ﻭ گ ی ﺍ f a s h ﻑ ﺍ ﺵ f a u l k n e r ﻑ ﺍ ﻝ ک ﻥ ﺭ f a w z i ﻑ ﺍ ظ ی f a w z i ﻑ ﺍ ﺯ ی f a w z i ﻑ ﺍ ﻭ ﺯ ی f a w z i ﻑ ﻭ ﺯ ی f a w z i ﻑ ﻭ ﺽ ی f e d e r l e ﻑ ﺩ ﺭ ﻝ f e n g ﻑ ﻥ گ f e n w i c k ﻑ ﻥ ﻭ ی ک f e r r i s ﻑ ﺭ ی ﺱ f i c k ﻑ ی ک f i d a l g o ﻑ ی ﺩ ﺍ ﻝ گ ﻭ f i l s ﻑ ﺍ ی ﻝ ﺱ f i n n i n ﻑ ی ﻥ ی ﻥ f i o r e ﻑ ی ﻭ ﺭ f i r m a ﻑ ی ﺭ ﻡ ﺍ f i t t a ﻑ ی ﺕ ﺍ f l a t ﻑ ﻝ ﺍ ﺕ f l e c k ﻑ ﻝ ک f l e m i n g ﻑ ﻝ ی ﻡ ی ﻥ گ f l o r a ﻑ ﻝ ﻭ ﺭ ﺍ f l o r e k ﻑ ﻝ ﻭ ﺭ ک f o t i n o s ﻑ ﻭ ﺕ ی ﻥ ﻭ ﺱ f o x ﻑ ﺍ ک ﺱ f r a e n k e l ﻑ ﺭ ﺍ ﻥ ک ﻝ f r a n c e ﻑ ﺭ ﺍ ﻥ ﺱ f r a n c o ﻑ ﺭ ﺍ ﻥ ک ﻭ f r a n k o ﻑ ﺭ ﺍ ﻥ ک ﻭ f r e d d y ﻑ ﺭ ﺩ ی f r i t t o n ﻑ ﺭ ی ﺕ ﻥ f u d e ﻑ ﻭ ﺩ f u h r m a n n ﻑ ﻭ ﺭ ﻡ ﻥ f u j i ﻑ ﻭ ﺝ ی f u l l e r ﻑ ﻭ ﻝ ﺭ f u l t o n ﻑ ﺍ ﻝ ﺕ ﻭ ﻥ f u n k y ﻑ ﻭ ﻥ ک ی f u r t e k ﻑ ﺍ ﺭ ﺕ ک g a b o r گ ی ﺏ ﻭ ﺭ g a b o r گ ﺍ ﺏ ﻭ ﺭ g a d i گ ﺍ ﺩ ی g a d i l گ ﺍ ﺩ ی ﻝ g a d i l ﻕ ﺩ ی ﻝ g a e t a n گ ی ﺕ ﻥ g a i l l o t گ ی ﻝ ﻭ ﺕ g a l l a t y گ ﺍ ﻝ ی ﺕ ی g a m a c h e گ ﺍ ﻡ ﺍ ک g a n d y گ ﺍ ﻥ ﺩ ی g a p e n گ ی پ ﻥ g a r a n c e گ ﺍ ﺭ ﺍ ﻥ ﺱ g a r o f a l o گ ﺍ ﺭ ﺍ ﻑ ﺍ ﻝ ﻭ g a r o f a l o گ ﺍ ﺭ ﻭ ﻑ ﺍ ﻝ ﻭ g a r r o d گ ﺍ ﺭ ﻭ ﺩ g a t e l e y گ ﺍ ﺕ ﻝ ی g a t e s گ ی ﺕ ﺱ g a t e s گ ﺍ ﺕ ﺱ g a y n o r گ ﺍ ی ﻥ ﻭ ﺭ g e n k s گ ی ﻥ ک ﺯ g e n k s گ ﻥ ک ﺱ g e n k s گ ﻥ ﺯ g e n k s ﺝ ﻥ ک g e n k s ﺝ ﻥ ک ﺯ g e n k s ﺝ ﻥ ک ﺱ g e o f f گ ی ﻭ ﻑ g e o f f ﺝ ی ﺍ ﻑ g e o f f ﺝ ﺍ ﻭ ﻑ g e o f f ﺝ ﻑ g e o f f ﺝ ﻭ ﻑ g e r s a p p e گ ﺭ ﺱ ﺍ پ ﻩ g e r t h گ ﺭ ﺕ g e r t h گ ﺭ ﺱ g h a y t h گ ی ﺕ g h a y t h ﻍ ی ث g h a y t h ﻕ ی ﺕ g h a y t h ﻕ ﺍ ی ث g h a y t h ﻕ ﺍ ی ﺩ g h a y t h ﻕ ﺍ ی ﺱ g i a c o b e ﺝ ی ﺍ ک ﻭ ﺏ g i a n c o l a گ ی ی ﺍ ﻥ ک ﻭ ﻝ ﺍ g i b b o n i گ ی ﺏ ﻭ ﻥ ی g i d e w a l l گ ﺍ ی ﺩ ﻭ ﺍ ﻝ g i o v a n n i گ ی ﻭ ﻭ ﺍ ﻥ ی g i o v a n n i ﺝ ی ﻭ ﻭ ﺍ ﻥ ی g l a n d o r f گ ﻝ ﻥ ﺩ ﻭ ﺭ ﻑ g l a s s گ ﻝ ﺍ ﺱ g l a s s گ ﻝ ﺱ g o b b l e گ ﺍ ﺏ ﺏ ﻝ g o e r w i t z ﺝ ﻭ ﺭ ﻭ ی ﺕ ﺯ g o l d گ ﻝ ﺩ g o l d b e r g گ ﻝ ﺩ ﺏ ﺭ گ g o l o m b گ ﻭ ﻝ ﻭ ﻡ ﺏ g o o d e n o u g h گ ﻭ ﺩ ﺍ ی ﻥ ﺍ ﻑ g o o d e n o u g h گ ﻭ ﺩ ﻥ ﺍ ﻑ g o o l s b e e گ ﻭ ﻝ ﺱ ﺏ ی g o o s h y گ ﻭ ﺵ ی g o r k i گ ﻭ ﺭ ک ی g o r n a l l گ ﻭ ﺭ ﻥ ﺍ ﻝ g o s l i n g گ ﺍ ﺱ ﻝ ی ﻥ گ g o s s i n k گ ﺍ ﺱ ی ﻥ ک g o s t a گ ﺍ ﺱ ﺕ ﺍ g o t t h a r d گ ﺍ ﺕ ﻩ ﺍ ﺭ ﺩ g o t t h a r d گ ﻭ ﺕ ﻩ ﺍ ﺭ ﺩ g o u r d o n گ ﻭ ﺭ ﺩ ﻥ g o u r l a y گ ﻭ ﺭ ﻝ ی g o w a r d گ ﻭ ﺍ ﺭ ﺩ g r a n t h a m گ ﺭ ﺍ ﻥ ﺕ ﺍ ﻡ g r a s t e i n e n گ ﺭ ﺱ ﺕ ی ﻥ ﻥ g r e e n o p گ ﺭ ی ﻥ ﻭ پ g r e e n o u g h گ ﺭ ی ﻥ ﻭ g r e g o r گ ﺭ گ ﻭ ﺭ g r e g o r گ ﺭ ی گ ﻭ ﺭ g r e t c h e n گ ﺭ ﺕ چ ﻥ g r i b b l e گ ﺭ ی ﺏ ﻝ g r i e g e r گ ﺭ ی گ ﺭ g r i n h a m گ ﺭ ی ﻥ ﻩ ﺍ ﻡ g r i t گ ﺭ ی ﺕ g r i v a s گ ﺭ ﺍ ی ﻭ ﺍ ﺱ g r o g گ ﺭ ﺍ گ g r o s s e r گ ﺭ ﺍ ﺱ ﺭ g r o s s e r گ ﺭ ﻭ ﺱ ﺭ g r o v e r گ ﺭ ﻭ ﻭ ﺭ g r u b b گ ﺭ ﺍ ﺏ g u e t h l e i n ﺝ ﻭ ﺕ ﻝ ی ﻥ g u i m o n d گ ﺍ ی ﻡ ﻭ ﻥ ﺩ g u i t a r d گ ی ﺕ ﺍ ﺭ ﺩ g u l گ ﻝ g u m m e r u s گ ﺍ ﻡ ﺭ ﻭ ﺱ g u n s o n گ ﺍ ﻥ ﺱ ﻭ ﻥ g u r d e v گ ﻭ ﺭ ﺩ ﻑ g u r r o l a گ ﺍ ﺭ ﻭ ﻝ ﺍ g u r u گ ﻭ ﺭ ﻭ g u s گ ﺍ ﺱ g u z m a n گ ﺍ ﺯ ﻡ ﻥ h a b u r a ﻩ ﺍ ﺏ ﻭ ﺭ ﺍ h a i k ﻩ ی ک h a l a t ﻩ ﺍ ﻝ ﺍ ﺕ h a l l e c k ﻩ ﺍ ﻝ ک h a m i ﻩ ﺍ ﻡ ی h a m m o n d ﻩ ﺍ ﻡ ﻭ ﻥ ﺩ h a m r a ﺡ ﻡ ﺭ ﺍ h a n d s ﻩ ﻥ ﺩ ﺯ h a n i f a ﺡ ﻥ ی ﻑ ﺍ h a n i f a ﺡ ﻥ ی ﻑ ﻩ h a n i f a ﻩ ﺍ ﻥ ی ﻑ ﺍ h a r a r i ﻩ ﺍ ﺭ ﺍ ﺭ ی h a r b u d ﻩ ﺍ ﺭ ﺏ ﺩ h a r b u d ﻩ ﺍ ﺭ ﺏ ﻭ ﺩ h a r d i n g ﻩ ﺍ ﺭ ﺩ ی ﻥ گ h a r k e r ﻩ ﺍ ﺭ ک ﺭ h a r o o n ﻩ ﺍ ﺭ ﻭ ﻥ h a r s h ﻩ ﺍ ﺭ ﺵ h a r t w e l l ﻩ ﺍ ﺭ ﺕ ﻭ ی ﻝ h a r t w e l l ﻩ ﺍ ﺭ ﺕ ﻭ ﻝ h a r t w e l l ﻩ ﺭ ی ﻭ ﻝ h a r v a r d ﻩ ﺍ ﺭ ﻭ ﺍ ﺭ ﺩ h a y n e s ﻩ ی ﻥ ﺯ h a y n e s ﻩ ی ﻥ ﺱ h a y n e s ﻩ ﺍ ی ﻥ ﺱ h e e r d e g e n ﻩ ی ﺭ ﺩ گ ﻥ h e i g h t s ﻩ ی ﺕ ﺱ h e i g h t s ﻩ ﺍ ی ﺕ ﺯ h e i g h t s ﻩ ﺍ ی ﺕ ﺱ h e i g l ﻩ ی گ ﻝ h e l e n a ﻩ ﻝ ﻥ ﺍ h e l m e n s t i n e ﻩ ﻝ ﻡ ﻥ ﺱ ﺕ ﺍ ی ﻥ h e m s t e d e ﻩ ی ﻡ ﺱ ﺕ ﺩ h e m s t e d e ﻩ ﻡ ﺱ ﺕ ﺩ h e n d e r s o n ﻩ ﺍ ﻥ ﺩ ﺭ ﺱ ﻭ ﻥ h e n d e r s o n ﻩ ﻥ ﺩ ﺭ ﺱ ﻥ h e n d e r s o n ﻩ ﻥ ﺩ ﺭ ﺱ ﻭ ﻥ h e n n i g a n ﻩ ﻥ ی گ ﺍ ﻥ h e r b e r t ﻩ ﺭ ﺏ ﺭ ﺕ h e r b o r t h ﻩ ﺭ ﺏ ﻭ ﺭ ﺕ h e r m a n n ﻩ ﺭ ﻡ ﺍ ﻥ h e r m a n n ﻩ ﺭ ﻡ ﻥ h e w i t t ﻩ ی ﻭ ﻭ ی ﺕ h e w i t t ﻩ ﻭ ی ﺕ h i b b s ﻩ ﺍ ی ﺏ ﺯ h i g h l a n d ﻩ ﺍ ی ﻝ ﻥ ﺩ h i l l s ﻩ ی ﻝ ﺯ h i l l s ﻩ ی ﻝ ﺱ h i l s e n t e g e r ﻩ ی ﻝ ﺱ ﻥ ﺕ ی گ ﺭ h i l t z ﻩ ی ﺕ ﺯ h o b b s ﻩ ﺍ ﺏ ﺯ h o b b s ﻩ ﺍ ﺏ ﺱ h o d g e m a n ﻩ ﺍ گ ﻡ ﻥ h o l d s w o r t h ﻩ ﻭ ﻝ ﺩ ﺯ ﻭ ﺭ ث h o l l a n d e r ﻩ ﻝ ﻥ ﺩ ﺭ h o l l i d a y ﻩ ﺍ ﻝ ی ﺩ ی h o l t o n ﻩ ﺍ ﻝ ﺕ ﻭ ﻥ h o o s ﻩ ﻭ ﺱ h o r a k ﻩ ﺭ ﺍ ک h o r n e c k e r ﻩ ﺭ ﻥ ک ﺭ h o r n i g ﻩ ﻭ ﺭ ی ﻥ گ h o r o w i t z ﻩ ﻭ ﺭ ﻭ ی ﺕ ﺯ h o r o w i t z ﻩ ﻭ ﺭ ﻭ ﻭ ی ﺕ ﺯ h o r r e e ﻩ ﻭ ﺭ ی h o s s ﻩ ﺍ ﺱ h o u g h t a i l i n g ﻩ گ ﺕ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﺍ ﻑ ﻥ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﺍ ﻭ گ ﺕ ﺍ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﺍ ﻭ ﺕ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﻭ گ ﺕ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﻭ گ ﺕ ﺍ ی ﻝ ی ﻥ گ h o u g h t a i l i n g ﻩ ﻭ ﻕ ﺕ ی ﻝ ی ﻥ گ h r a n i c k y ﻩ ﺭ ﺍ ﻥ ی ک ی h u c k ﻩ ﺍ ک h u d s o n ﻩ ﺍ ﺩ ﺱ ﻥ h u d s o n ﻩ ﺍ ﺩ ﺱ ﻭ ﻥ h u d s o n ﻩ ﻭ ﺩ ﺱ ﻥ h u g h s o n ﻩ ﺍ گ ﺱ ﻭ ﻥ h u l t g r e n ﻩ ﺍ ﻝ ﺕ گ ﺭ ﻥ h u n t i n g t o n ﻩ ﺍ ﻥ ﺕ ی ﻥ گ ﺕ ﻭ ﻥ h u t t l e y ﻩ ﺍ ﺕ ﻝ ی h u t t o n ﻩ ﺍ ﺕ ﻭ ﻥ h u t t o n ﻩ ﻭ ﺕ ﻥ i d u n ﺍ ی ﺩ ﺍ ﻥ i l a n a ﺍ ی ﻝ ﺍ ﻥ ﺍ i l p o ﺍ ی ﻝ پ ﻭ i n g l i s ﺍ ی ﻥ گ ﻝ ی ﺱ i n g m a r ﺍ ی ﻥ گ ﻡ ﺍ ﺭ i n z h e n e r y ﺍ ی ﻥ ﺯ ﻩ ﻥ ﺭ ی i s a c q ﺍ ی ﺯ ﺍ ک i s a c q ﺍ ی ﺱ ﺍ ک i s a c q ﺍ ی ﺱ ﺍ ﺱ ک i s a k s o n ﺍ ی ﺯ ﺍ ک ﺱ ﻭ ﻥ i s k a n d e r ﺍ ی ﺱ ک ﺍ ﻥ ﺩ ﺭ i s t h m u s ﺍ ی ﺱ ﺕ ﻡ ﺍ ﺱ i s t h m u s ﺍ ی ﺱ ﺕ ﻡ ﻭ ﺱ i y e r ﺍ ی ﺭ j a m u n a ﺝ ﺍ ﻡ ﻭ ﻥ ﺍ j a n a k i r a m a n ﺝ ی ﻥ ﺍ ک ی ﺭ ﺍ ﻡ ﺍ ﻥ j a n e c k a ﺝ ﺍ ﻥ ی ک ﺍ j a r b o t ﺝ ﺍ ﺭ ﺏ ﻭ ﺕ j e f f ﺝ ﻑ j e n k i n s o n ﺝ ﺍ ﻥ ک ی ﻥ ﺱ ﻭ ﻥ j e n k i n s o n ﺝ ﻥ ک ی ﻥ ﺱ ﻭ ﻥ j e n k s ﺝ ﻥ ک ﺱ j e r e m y ﺝ ﺭ ﻡ ی j e s s e ﺝ ی ﺱ ﻩ j e s u s ﺝ ی ﺱ ﻭ ﺯ j h a n g ﺝ ﻩ ﺍ ﻥ گ j i a ﺝ ی ﺍ j o h a n n a ﺝ ﻭ ﻩ ﺍ ﻥ ﺍ j o h a n s s o n ژ ﻭ ﻩ ﺍ ﻥ ﺱ ﻥ j o h a n s s o n ﺝ ﺍ ﻥ ﺱ ﻥ j o h a n s s o n ﺝ ﺍ ﻥ ﺱ ﻭ ﻥ j o h a n s s o n ﺝ ﻭ ﻩ ﺍ ﻥ ﺱ ﻭ ﻥ j o h n s ﺝ ﺍ ﻥ ﺯ j o l l y ژ ﻭ ﻝ ی j o l l y ﺝ ﻭ ﻝ ی j o n g t a e ﺝ ﺍ ﻥ گ ﺕ ﺍ ی ی j o u g l a ﺝ ﻭ گ ﻝ ﺍ j o u n i ﺝ ﻭ ﻥ ی j u a n g ﺝ ﻭ ﺍ ﻥ گ k a h a n e ک ﺍ ﻩ ﺍ ﻥ k a l d i s ک ﺍ ﻝ ﺩ ی ﺱ k a l e m i s ک ﺍ ﻝ ﻡ ی ﺱ k a l m a n ک ﺍ ﻝ ﻡ ﺍ ﻥ k a l y a n ک ﺍ ﻝ ی ﺍ ﻥ k a m b ک ﺍ ﻡ ﺏ k a n i a ک ﺍ ﻥ ی ﺍ k a n n a n ک ﺍ ﻥ ﺍ ﻥ k a n t ک ﺍ ﻥ ﺕ k a p l e n k ک ﺍ پ ﻝ ی ﻥ ک k a p n e r ک ﺍ پ ﻥ ﺭ k a r n ک ﺍ ﺭ ﻥ k a s o u f ک ﺍ ﺱ ﻭ ﻑ k a s t n e r ک ﺍ ﺱ ﺕ ﻥ ﺭ k a s t u r i ک ﺍ ﺱ ﺕ ﻭ ﺭ ی k a t w a l a ک ﺍ ﺕ ﻭ ﺍ ﻝ ﺍ k a z u n o r i ک ﺍ ﺯ ﻭ ﻥ ﻭ ﺯ ی k e a n ک ی ﻥ k e a n ک ﻥ k e a n e ک ی ﻥ k e e s ک ی ﺱ k e e t ک ی ﺕ k e i ک ی k e i l ک ی ﻝ k e i m ک ی ﻡ k e i n a n e n ک ی ﻥ ﺍ ﻥ ﻥ k e l l e n ک ﻝ ﻥ k e l l n e r ک ﻝ ﻥ ﺭ k e n g ک ﻥ گ k e n t a ک ﻥ ﺕ ﺍ k h a n خ ﺍ ﻥ k i e f ک ی ﻑ k i e r a s ک ی ﺭ ﺍ ﺱ k i g g i n s ک ی گ ی ﻥ ﺯ k i g h t ک ﺍ ی ﺕ k i l g o r e ک ی ﻝ گ ﻭ ﺭ k i m ک ی ﻡ k i m o n ک ی ﻡ ﻭ ﻥ k i n a ک ی ﻥ ﺍ k i n g s t o n ک ی ﻥ گ ﺍ ﺱ ﺕ ﻭ ﻥ k i n g s t o n ک ی ﻥ گ ﺯ ﺕ ﻥ k i n g s t o n ک ی ﻥ گ ﺱ ﺕ ﻭ ﻥ k i n k a d e ک ی ﻥ ک ی ﺩ k i n s m a n ک ی ﻥ ﺯ ﻡ ﺍ ﻥ k i n s m a n ک ی ﻥ ﺱ ﻡ ﻥ k i n s m a n ک ی ﻥ ﻡ ﻥ k i t a m u r a ک ی ﺕ ﺍ ﻡ ﻭ ﺭ ﺍ k l a m m e r ک ﻝ ﺍ ﻡ ﺭ k l e i n s o r g e ک ﻝ ی ﻥ ﺱ ﻭ ﺭ گ k l i n c k ک ﻝ ی ﻥ ک k n e p p e r ک پ ﺭ k n e p p e r ﻥ پ ﺭ k n i p p e n b e r g ﻥ ی پ ﻥ ﺏ ﺭ گ k n o l l ک ﻥ ﻭ ﻝ k n o l l ﻥ ﺍ ﻝ k n o l l ﻥ ﻭ ﻝ k o b s a ک ﻭ ﺏ ﺱ ﺍ k o c i ک ﺍ ﺱ ی k o r e y ک ﻭ ﺭ ی k o r n e l e ک ﻭ ﺭ ﻥ ﻝ ﻩ k o s l o v ک ﻭ ﺱ ﻝ ﻭ k o s t i s ک ﻭ ﺱ ﺕ ی ﺱ k r i s t i n ک ﺭ ی ﺱ ﺕ ی ﻥ k r i s t i n e ک ﺭ ی ﺱ ﺕ ی ﻥ k r u g ک ﺭ ﻭ گ k u l d e l l ک ﺍ ﻝ ﺩ ﻝ k u n d u ک ﺍ ﻥ ﺩ ﻭ k u n d u ک ﻥ ﺩ ﻭ k u r t ک ﺍ ﺭ ﺕ k u s h a y ک ﻭ ﺵ ﺍ ی k w o n g ک ﻭ ﺍ ﻥ گ l a d a s k y ﻝ ﺍ ﺩ ﺍ ﺱ ک ی l a d e m a n n ﻝ ی ﺩ ﻡ ﺍ ﻥ l a d w i g ﻝ ﺍ ﺩ ﻭ ی گ l a g o o n ﻝ ﺍ گ ﻭ ﻥ l a l i t ﻝ ﺍ ﻝ ی ﺕ l a m ﻝ ﺍ ﻡ l a m ﻝ ﻡ l a n d i ﻝ ﻥ ﺩ ی l a r t e r ﻝ ﺍ ﺭ ﺕ ﺭ l a w ﻝ ﺍ ﻭ l a w l e s s ﻝ ﺍ ﻝ ﺱ l a w l e s s ﻝ ﺍ ﻭ ﻝ ﺱ l e h n e r e r ﻝ ﻩ ﻥ ﺭ ﺭ l e i ﻝ ی l e i d e r d o r p ﻝ ی ﺩ ﺭ ﺩ ﺭ پ l e i d e r d o r p ﻝ ی ﺩ ﺭ ﺩ ﺭ ﺍ پ l e i d e r d o r p ﻝ ی ﺩ ﺭ ﺩ ﺭ ﻭ پ l e i d e r d o r p ﻝ ی ﺩ ﺭ ﺩ ﻭ ﺭ پ l e i l a ﻝ ی ﻝ ﺍ l e m o n ﻝ ﻡ ﻭ ﻥ l e n c e ﻝ ﻥ ﺱ l e n g e l i n g ﻝ ﻥ گ ﻝ ی ﻥ گ l e s i o n ﻝ ی ﺯ ﻥ l e v e y ﻝ ﻭ ی l e v i n s o n ﻝ ﻭ ی ﻥ ﺱ ﻭ ﻥ l e w i n ﻝ ﻭ ی ﻥ l e y t h e n ﻝ ی ث ﻥ l e y t h e n ﻝ ی ﺕ ﻥ l e y t h e n ﻝ ی ﺩ ﻥ l e y t o n ﻝ ی ﺕ ﻭ ﻥ l i b e r c h u k ﻝ ی ﺏ ﺭ چ ﺍ ک l i b r i k ﻝ ی ﺏ ﺭ ی ک l i e n ﻝ ی ﻥ l i g h t m a n ﻝ ﺍ ی ﺕ ﻡ ﻥ l i k e s ﻝ ﺍ ی ک ﺯ l i l l i ﻝ ی ﻝ ی l i m b a c h ﻝ ی ﻡ ﺏ ﺍ خ l i n d g a r d ﻝ ی ﻥ ﺩ گ ﺍ ﺭ ﺩ l i p s e t ﻝ ی پ ﺱ ﺕ l i v i n g s t o n ﻝ ی ﻭ ی ﻥ گ ﺱ ﺕ ﻭ ﻥ l o a t s ﻝ ﻭ ﺍ ﺕ ﺱ l o b s e r ﻝ ﺍ ﺏ ﺱ ﺭ l o f g r e n ﻝ ﺍ ﻑ گ ﺭ ی ﻥ l o f t u s ﻝ ﻑ ﺕ ﻭ ﺱ l o n e s ﻝ ﻭ ﻥ ﺯ l o n g ﻝ ﺍ ﻥ گ l o o f b u r r o w ﻝ ﻭ ﻑ ﺏ ﺍ ﺭ ﻭ l o p p ﻝ ﺍ پ l o w ﻝ ﻭ l o z a n o ﻝ ﻭ ﺯ ﺍ ﻥ ﻭ l u c i e ﻝ ﻭ ﺱ ی l u c i e ﻝ ﻭ ﺱ ی ﻩ l u k e ﻝ ﻭ ک l u r i e ﻝ ﻭ ﺭ ی l u s t e r ﻝ ﺍ ﺱ ﺕ ﺭ l u s t e r ﻝ ﻭ ﺱ ﺕ ﺭ l u s t i g ﻝ ﺍ ﺱ ﺕ ی ﻥ گ l u x t o n ﻝ ﻭ ک ﺱ ﺕ ﻭ ﻥ l y d e a ﻝ ی ﺩ ی ﺍ l y d e a ﻝ ی ﺩ ﺍ l y d e a ﻝ ﺍ ی ﺩ ی ﺍ l y e ﻝ ﺍ ی l y m n ﻝ ی ﻡ ﻥ m a c k ﻡ ک m a c k ﻡ ﺍ ک m a c o n o c h i e ﻡ ﺍ ک ﻭ ﻥ ﻭ چ ی m a c t a v i s h ﻡ ک ﺕ ﺍ ﻭ ی ﺵ m a d d i s o n ﻡ ﺩ ی ﺱ ﻭ ﻥ m a d i s ﻡ ﺍ ﺩ ی ﺱ m a d s e n ﻡ ﺍ ﺩ ﺱ ﻥ m a d s e n ﻡ ﺩ ﺱ ﻥ m a d s e n ﻡ ﺩ ﺱ ﻭ ﻥ m a f f r a y ﻡ ﺍ ﻑ ﺭ ی m a g a g n a ﻡ ﺍ گ ﺍ گ ﻥ ﺍ m a g g i ﻡ گ ی m a g u i r e ﻡ ﺍ گ ﻭ ی ﺭ m a g u i r e ﻡ ﺍ گ ﻭ ﺍ ی ﺭ m a h ﻡ ﻩ m a h a u l t ﻡ ﺍ ﻩ ﺍ ﻝ ﺕ m a h a u l t ﻡ ﺍ ﻩ ﺍ ﻭ ﻝ ﺕ m a h a u l t ﻡ ﺍ ﻩ ﻭ ﺕ m a h a u l t ﻡ ﺍ ﻩ ﻭ ﻝ ﺕ m a h r a h ﻡ ﺡ ﺭ ﺍ ﻩ m a h r a h ﻡ ﺡ ﺭ ﻩ m a h r a h ﻡ ﻩ ﺭ ﺍ m a h r a h ﻡ ﻩ ﺭ ﺍ ﻩ m a i n e ﻡ ی ﻥ m a i n e ﻡ ﺍ ی ﻥ m a l b e r g ﻡ ﺍ ﻝ ﺏ ﺭ گ m a l l c h o k ﻡ ﺍ ﻝ ک ﻭ ک m a n c u s o ﻡ ﻥ ک ی ﻭ ﺱ m a n c u s o ﻡ ﻥ ک ﻭ ﺱ ﻭ m a n n o ﻡ ﺍ ﻥ ﻭ m a r i n ﻡ ﺍ ﺭ ی ﻥ m a r i o ﻡ ﺍ ﺭ ی ﻭ m a r k h a m ﻡ ﺍ ﺭ خ ﺍ ﻡ m a r k h a m ﻡ ﺍ ﺭ ک ﻩ ﺍ ﻡ m a r l a ﻡ ﺍ ﺭ ﻝ ﺍ m a r l a t t ﻡ ﺍ ﺭ ﻝ ﺍ ﺕ m a r q u e s ﻡ ﺍ ﺭ ک ﻭ ﺱ m a r r e g a n t e ﻡ ﺍ ﺭ گ ﺍ ﻥ ﺕ m a r r e g a n t e ﻡ ﺍ ﺭ گ ﺍ ﻥ ﺕ ﻩ m a r r e g a n t e ﻡ ﺍ ﺭ ی گ ﺍ ﻥ ﺕ m a r r e g a n t e ﻡ ﺍ ﺭ ی گ ﺍ ﻥ ﺕ ﻩ m a r r e g a n t e ﻡ ﺍ ﺭ ی ﺝ ﻥ ﺕ m a r r e g a n t e ﻡ ﺍ ﺭ ﺝ ﻥ ﺕ m a r t i n o ﻡ ﺍ ﺭ ﺕ ی ﻥ ﻭ m a r t y n ﻡ ﺍ ﺭ ﺕ ی ﻥ m a r w a h a ﻡ ﺍ ﺭ ﻭ ﺍ ﻩ ﺍ m a s a h i r o ﻡ ﺍ ﺱ ﺍ ﻩ ی ﺭ ﻭ m a s n a ﻡ ﺍ ﺱ ﻥ ﺍ m a s t a n ﻡ ﺱ ﺕ ﺍ ﻥ m a t a r ﻡ ﺍ ﺕ ﺍ ﺭ m a t t ﻡ ﺕ m a u p i n ﻡ ﺍ ﻭ پ ی ﻥ m a w k ﻡ ﺍ ک m a x w e l l s ﻡ ﺍ ک ﺱ ﻭ ﻝ m a y n a r d ﻡ ی ﻥ ﺍ ﺭ ﺩ m a z e ﻡ ی ﺯ m c c a r t h y ﻡ ک ک ﺍ ﺭ ﺕ ی m c f a r l a n e ﻡ ک ﻑ ﺭ ﻝ ی ﻥ m e a s a t ﻡ ی ﺱ ﺍ ﺕ m e d n i c k ﻡ ﺩ ﻥ ی ک m e e c h a n ﻡ ی چ ﺍ ﻥ m e i e r ﻡ ی ی ﺭ m e n d e s ﻡ ﻥ ﺩ ﺯ m e n k e ﻡ ﻥ ک m e r c e r ﻡ ﺭ ک ﺭ m e r c e r ﻡ ﺭ ﺱ ﺭ m e r i t t ﻡ ﺭ ی ﺕ m e r r i c k ﻡ ﺭ ی ک m e r r y ﻡ ﺭ ی m i c h a ﻡ ی چ ﺍ m i d d l e b r o ﻡ ی ﺩ ﻝ ﺏ ﺭ ﻭ m i l b e r t ﻡ ی ﻝ ﺏ ﺭ ﺕ m i l l a n ﻡ ی ﻝ ﺍ ﻥ m i l l i ﻡ ی ﻝ ی m i l l m a n ﻡ ی ﻝ ﻡ ﺍ ﻥ m i n s t r e l ﻡ ی ﻥ ﺱ ﺕ ﺭ ﻝ m i r ﻡ ی ﺭ m i r a n k e r ﻡ ی ﺭ ﺍ ﻥ ک ﺭ m i r e ﻡ ﺍ ی ﺭ m i s i k ﻡ ی ﺱ ی ک m o c k r i d g e ﻡ ﺍ ک ﺭ ی ﺝ m o c k r i d g e ﻡ ﻭ ک ﺭ ی ﺝ m o g h r a b i ﻡ ﻕ ﺭ ﺏ ی m o h a r ﻡ ﻭ ﻩ ﺭ m o i s e s ﻡ ﻭ ی ﺱ ﺱ m o n d o r ﻡ ﺍ ﻥ ﺩ ﺍ ﺭ m o n t e r o ﻡ ﻭ ﻥ ﺕ ﺭ ﻭ m o n t i j o ﻡ ﻭ ﻥ ﺕ ی ﺝ ﻭ m o o r e ﻡ ﻭ ﺭ m o o r e ﻡ ﻭ ﺭ ی m o o r e ﻡ ﻭ ﻭ ﺭ m o r a i n e s ﻡ ﻭ ﺭ ﺍ ی ﻥ ﺱ m o r o n e y ﻡ ﻭ ﺭ ﻭ ﻥ ی m o s s e s ﻡ ﻭ ﺱ ﺯ m o y n e s ﻡ ﻭ ی ﻥ ﺯ m o z i n a ﻡ ﻭ ﺯ ی ﻥ ﺍ m u l l e r ﻡ ﻭ ﻝ ﺭ m u n r o ﻡ ﺍ ﻥ ﺭ ﻭ m u n r o ﻡ ﻭ ﻥ ﺭ ﻭ m u r a ﻡ ﻭ ﺭ ﺍ m u r d o c h ﻡ ﺍ ﺭ ﺩ ﻭ چ m u r d o c h ﻡ ﻭ ﺭ ﺩ ﺍ چ m u r d o c h ﻡ ﻭ ﺭ ﺩ ﺍ ک m y r i c k ﻡ ﺍ ی ﺭ ی ک n a b a t i y e ﻥ ﺏ ﺍ ﺕ ی n a b a t i y e ﻥ ﺏ ﺍ ﺕ ی ﻩ n a b a t i y e ﻥ ﺏ ﺍ ﺕ ﺍ ی n a g a s a k i ﻥ ﺍ گ ﺍ ﺱ ﺍ ک ی n a i r ﻥ ی ﺭ n a j a f ﻥ ﺝ ﺍ ﻑ n a j a f ﻥ ﺝ ﻑ n a m a z i ﻥ ﻡ ﺍ ﺯ ی n a n ﻥ ﺍ ﻥ n a s i r a ﻥ ﺱ ی ﺭ ﺍ n a s i r a ﻥ ﺹ ی ﺭ ﺍ n a s s a u ﻥ ﺍ ﺱ ﺍ ﻭ n a u ﻥ ﺍ ﻭ n e b e l ﻥ ﺏ ﻝ n e d i n ﻥ ﺩ ی ﻥ n e i s e n ﻥ ی ﺱ ﻥ n e s l e y ﻥ ﺱ ﻝ ی n e t h a c k e r ﻥ ﺕ ﺍ ک ﺭ n e v e l ﻥ ﻭ ﻝ n i g r a ﻥ ی گ ﺭ ﺍ n i p p o n ﻥ پ ﺍ ﻥ n i p p o n ﻥ ی پ ﺍ ﻥ n i s s ﻥ ی ﺱ n o l a n ﻥ ﻭ ﻝ ﺍ ﻥ n o r d e n s t r o m ﻥ ﻭ ﺭ ﺩ ﻥ ﺱ ﺕ ﻭ ﺭ ﻡ n o r d t ﻥ ﻭ ﺭ ﺩ ﺕ n o r t h c u t t ﻥ ﻭ ﺭ ﺕ ک ﺍ ﺕ n o s s u m ﻥ ﺱ ﻭ ﻡ n o v i c k ﻥ ﻭ ی ک o b e r ﺍ ﻭ ﺏ ﺭ o b e r d o r f e r ﺍ ﻭ ﺏ ﺭ ﺩ ﻭ ﺭ ﻑ ﺭ o c k e r ﺍ ﻭ ک ﺭ o f f i c e ﺍ ﻑ ی ﺱ o h r m a n ﺍ ﻭ ﻩ ﺭ ﻡ ﻥ o l g u i n ﺍ ﻝ گ ﺍ ی ﻥ o l h s s o n ﺍ ﻝ ﺱ ﻥ o l i v o l a ﺍ ﻭ ﻝ ﺍ ی ﻭ ﻭ ﻝ ﺍ o r b i ﺍ ﺭ ﺏ ی o r h a n ﺍ ﻭ ﺭ ﻩ ﺍ ﻥ o r m e s p o r d e n ﺍ ﻭ ﺭ ﻡ ﺱ پ ﻭ ﺭ ﺩ ﻥ o s e n ﺍ ﻭ ﺱ ﻥ o u d e ﺍ ی ﺩ o u e d r a o g o ﺍ ﻭ ﺩ ﺭ گ ﻭ o w c h a r ﺍ ﻭ چ ﺍ ﺭ p a i k پ ی ک p a i k پ ی ﺍ ک p a l a g y i پ ﺍ ﻝ ﺍ گ ی p a l l i s پ ﺍ ﻝ ی ﺱ p a n d i a n پ ﺍ ﻥ ﺩ ی ﺍ ﻥ p a q u e t پ ﺍ ک ﻭ ﺍ ﺕ p a t k a r پ ﺕ ک ﺭ p a t r i c پ ﺍ ﺕ ﺭ ی ک p a t t e r s o n پ ﺍ ﺕ ﺭ ﺱ ﻭ ﻥ p a t t e r s o n پ ﺕ ﺭ ﺱ ﻥ p a t t e r s o n پ ﺕ ﺭ ﺱ ﻭ ﻥ p a u l i پ ﺍ ﻝ ی p a v o l پ ﺍ ﻭ ﻝ p a y n t o n پ ی ﻥ ﺕ ﻥ p a y n t o n پ ی ﻥ ﺕ ﻭ ﻥ p a y n t o n پ ﺍ ی ﻥ ﺕ ﻭ ﻥ p a y t o n پ ﺍ ی ﺕ ﻭ ﻥ p e a s a h پ ی ﺱ ﺍ ﻩ p e a t پ ی ﺕ p e c e n k o پ ﺱ ﻥ ک ﻭ p e l l a n t پ ﻝ ﺍ ﻥ ﺕ p e n c e پ ﻥ ﺱ p e n g a d u پ ﻥ گ ﺍ ﺩ ﻭ p e n n e l l پ ﻥ ﻝ p e n n i m a n پ ﻥ ی ﻡ ﺍ ﻥ p e p e پ پ ﻩ p e r d i c a r o پ ﺭ ﺩ ی ک ﺍ ﺭ ﻭ p e r d i k i s پ ﺭ ﺩ ی ک ی ﺱ p e r p k پ ﺭ پ ک p e t e r s s o n پ ی ﺕ ﺭ ﺱ ﻭ ﻥ p e t r i c h پ ﺕ ﺭ ی چ p e t z o l d پ ﺕ ﺯ ﻭ ﻝ ﺩ p i e r پ ی ﺭ p i k e پ ی ک p i k e پ ﺍ ی ک p i n c h a s پ ی ﻥ چ ﺍ ﺯ p i n e d o پ ی ﻥ ﺩ ﻭ p i n n پ ی ﻥ p i n t e r پ ی ﻥ ﺕ ﺭ p i p e r پ ﺍ ی پ ﺭ p i r o z پ ی ﺭ ﻭ ﺯ p i v n i c k پ ی ﻭ ﻥ ی ک p l a s t i n o پ ﻝ ﺍ ﺱ ﺕ ی ﻥ ﻭ p l a t k u s پ ﻝ ﺕ ک ﻭ ﺱ p o b l e t e پ ﺍ ﺏ ﻝ ﺕ p o l i n g پ ﻭ ﻝ ی ﻥ گ p o o r e پ ﻭ ﺭ p o o t پ ﻭ ﺕ p r a g u e پ ﺭ ﺍ گ ﻭ p r a n a v پ ﺭ ﺍ ﻥ ﺍ ﻭ p r e e d y پ ﺭ ی ﺩ ی p r e e t i پ ﺭ ی ﺕ ی p r i b e پ ﺭ ﺍ ی ﺏ p r i c k e t t پ ﺭ ی ک ﺕ p r i o t t i پ ﺭ ی ی ﻭ ﺕ ی p r o o s پ ﻭ ﺭ ﻭ ﺱ p r o v o s t پ ﺭ ﻭ ﻭ ﺱ ﺕ p r y o r پ ﺭ ی ﻭ ﺭ p u c k e t t پ ﺍ ک ﺕ p u i پ ی ی ﻭ p u l l e y پ ﺍ ﻝ ی p u l l e y پ ﻭ ﻝ ی p u l l i a m پ ﻭ ﻝ ی ی ﺍ ﻡ p u r c e l l پ ﺍ ﺭ ﺱ ﻝ q a d i r ک ﺩ ی ﺭ q a d i r ﻍ ﺩ ی ﺭ q a d i r ﻕ ﺩ ی ﺭ q a d i r ﻕ ﺩ ی ﻡ r a b e l ﺭ ﺍ ﺏ ﻝ r a h a r d j o ﺭ ﺍ ﻩ ﺍ ﺭ ﺝ ﻭ r a i d a h ﺭ ی ﺩ ﺍ r a i d a h ﺭ ی ﺩ ﻩ r a i d a h ﺭ ﺍ ی ﺩ ﺍ ﻩ r a i d a h ﺭ ﺩ ی ﺩ ﻩ r e a r s ﺭ ی ﺭ ﺯ r e d f i e l d ﺭ ﺩ ﻑ ی ﻝ ﺩ r e e n a l d a ﺭ ی ﻥ ﺍ ﻝ ﺩ ﺍ r e g ﺭ ﺝ r e i n o u d ﺭ ی ﻥ ﻭ ﺩ r e i n o u d ﺭ ی ﻥ ﻭ ﻝ ﺩ r e i n o u d ﺭ ی ﻥ ﻭ ﻭ ﺩ r e i n o u d ﺭ ی ﻭ ﻥ ﻭ ﻝ ﺩ r e i s n e r ﺭ ی ﺱ ﻥ ﺭ r e i s s ﺭ ی ﺱ r e i s s n e r ﺭ ی ﺱ ﻥ ﺭ r e m d e ﺭ ﻡ ﺩ r e s e l e ﺭ ﺱ ﻝ r i c k y ﺭ ی ک ی r i d d l e ﺭ ی ﺩ ﻝ r i j k a a r d ﺭ ی ک ﺍ ﺭ ﺩ r i j k a a r d ﺭ ی ﺝ ک ﺍ ﺭ ﺩ r i v o i r e ﺭ ی ﻭ ی ﺭ ﻩ r o b b ﺭ ﺍ ﺏ r o b e r t o ﺭ ﻭ ﺏ ﺭ ﺕ ﻭ r o d m a n ﺭ ﺍ ﺩ ﻡ ﻥ r o h d e ﺭ ﻭ ﺩ r o h r e r ﺭ ﺍ ﻩ ﺭ ﺭ r o h r e r ﺭ ﻭ ﻩ ﺭ ﺭ r o m a n s ﺭ ﻡ ﻥ ﺱ r o n ﺭ ﺍ ﻥ r o n d a ﺭ ﻭ ﻥ ﺩ ﺍ r o s e n ﺭ ﻭ ﺯ ﻥ r o s e n ﺭ ﻭ ﺱ ﻥ r o s e n l o f ﺭ ﺯ ﻥ ﻝ ﻑ r o s i e ﺭ ﻭ ﺯ ی r o v ﺭ ﺍ ﻭ r o x s a n ﺭ ﻭ ک ﺱ ﺍ ﻥ r o z e ﺭ ﻭ ﺯ r u d e w i g ﺭ ﺍ ﺩ ﻭ ی گ r u d o l p h u s ﺭ ﺍ ﺩ ﻭ ﻝ ﻑ ﺱ r u d o l p h u s ﺭ ﺍ ﺩ ﻭ ﻝ ﻑ ﻭ ﺱ r u d o l p h u s ﺭ ﺩ ﻝ ﻑ ﻭ ﺱ r u d o l p h u s ﺭ ﻭ ﺩ ﻭ ﻝ ﻑ ﺍ ﺱ r u d o l p h u s ﺭ ﻭ ﺩ ﻭ ﻝ ﻑ ﻭ ﺱ r u f f n e r ﺭ ﺍ ﻑ ﻥ ﺭ r u p e ﺭ ﻭ پ r u t k s ﺭ ﺍ ﺕ ک ﺱ s a b i r a h ﺱ ﺏ ی ﺭ ﺍ ﻩ s a b i r a h ﺱ ﺏ ی ﺭ ﻩ s a b i r a h ﺹ ﺏ ی ﺭ ﺍ s a b i r a h ﺹ ﺏ ی ﺭ ﻩ s a c k e t t ﺱ ک ﺕ s a c k e t t ﺱ ﺍ ک ﺕ s a h i b ﺱ ﻩ ی ﺏ s a h r ﺱ ﺍ ﺭ s a l a n n e ﺱ ﺍ ﻝ ی ﻥ s a l z b e r g ﺱ ﺍ ﻝ ﺯ ﺏ ﺭ گ s a m i r a h ث ﻡ ی ﺭ ﻩ s a m i r a h ﺱ ﻡ ی ﺭ ﺍ s a m i r a h ﺱ ﻡ ی ﺭ ﺍ ﻩ s a m i r a h ﺱ ﻡ ی ﺭ ﻩ s a m p a t h ﺱ ﻡ پ ﺕ s a n e ﺱ ی ﻥ s a n g ﺱ ﺍ ﻥ گ s a n g ﺱ ﻥ گ s a r d a r ﺱ ﺭ ﺩ ﺍ ﺭ s a u l s ﺱ ﺍ ﻭ ﻝ ﺯ s c h m i d t ﺍ ﺵ ﻡ ی ﺕ s c r i b n e r ﺍ ﺱ ک ﺭ ی ﺏ ﻥ ﺭ s c r i s ﺍ ﺱ ک ﺭ ی ﺱ s e d o r e ﺱ ﺩ ﻭ ﺭ s e h r ﺱ ﻩ ﺭ s e i b e l ﺱ ی ﺏ ﻝ s e i p e l ﺱ ی پ ﻝ s e i y u ﺱ ی ﻭ s e p u t i s ﺍ ﺱ پ ﻭ ﺕ ی ﺱ s e r h i r ﺱ ﺭ ﻩ ی ﺭ s e r r a t o s a ﺱ ﺭ ﺍ ﺕ ﻭ ﺯ ﺍ s e t t l e ﺱ ﺕ ﻝ s e u r e r ﺱ ﺭ ﺭ s e y t i e ﺱ ی ﺕ s e y t i e ﺱ ی ﺕ ی s e y t i e ﺱ ی ﺕ ی ﻩ s e y t i e ﺱ ی ﺕ ﺍ ی s e y t i e ﺱ ی ﺕ ﻩ s h a l o m ﺵ ﺍ ﻝ ﻭ ﻡ s h a n k ﺵ ﺍ ﻥ ک s h a n s o n ﺵ ﺍ ﻥ ﺱ ﻭ ﻥ s h a r l e e ﺵ ﺍ ﺭ ﻝ ی s h e ﺵ ی s h e a r e r ﺵ ی ﺭ ﺭ s h e l d o n ﺵ ی ﻝ ﺩ ﻥ s h e l d o n ﺵ ﻝ ﺩ ﻥ s h e l d o n ﺵ ﻝ ﺩ ﻭ ﻥ s h e l m i d i ﺵ ﻝ ﻡ ی ﺩ ی s h i r l e y ﺵ ی ﺭ ﻝ ی s h i r l e y ﺵ ﺭ ﻝ ی s h o m e r ﺵ ﻭ ﻡ ﺭ s i e m b a b ﺱ ی ﻡ ﺏ ﺍ ﺏ s i g m a n ﺱ ی گ ﻡ ﻥ s i h s o b h o n ﺱ ی ﻩ ﺱ ﻭ ﺏ ﻩ ﻭ ﻥ s i l v i o ﺱ ی ﻝ ﻭ ی ﻭ s i m e r ﺱ ی ﻡ ﺭ s i m k o ﺱ ﺍ ی ﻡ ک ﻭ s i m m o n d s ﺱ ی ﻡ ﻥ ﺩ ﺱ s i t a ﺱ ی ﺕ ﺍ s k e p ﺍ ﺱ ک پ s k i p ﺍ ﺱ ک ی پ s l i m a n e ﺍ ﺱ ﻝ ی ﻡ ﺍ ﻥ s l i p p e r y ﺱ ﻝ ی پ ﺭ ی s l i u p a s ﺍ ﺱ ﻝ ی ﻭ پ ﺍ ﺱ s m a l l e y ﺍ ﺱ ﻡ ﺍ ﻝ ی s m i t h s o n ﺍ ﺱ ﻡ ی ﺕ ﺱ ﻭ ﻥ s n e l ﺍ ﺱ ﻥ ﻝ s o k o l ﺱ ﻭ ک ﻭ ﻝ s o l o d o v ﺱ ﻝ ﻭ ﺩ ﻭ ﻑ s o r e n s e n ﺱ ﻭ ﺭ ﻥ ﺱ ﻥ s o r i n ﺱ ﻭ ﺭ ی ﻥ s o r r e l ﺱ ﻭ ﺭ ﻝ s o t i l a s ﺱ ﻭ ﻝ ی ﺕ ﺍ ﺱ s o u ﺱ ﻭ s p a a r n d a m ﺍ ﺱ پ ﺍ ﺭ ﺩ ﺍ ﻡ s p a a r n d a m ﺍ ﺱ پ ﺍ ﺭ ﻥ ﺩ ﺍ ﻡ s p a a r n d a m ﺱ پ ﺍ ﺭ ﻥ ﺩ ﺍ ﻡ s p a r r o w ﺍ ﺱ پ ﺍ ﺭ ﻭ s p a t z ﺍ ﺱ پ ﺍ ﺕ ﺯ s p e a r i n g ﺍ ﺱ پ ی ﺭ ی ﻥ گ s p e d e n ﺍ ﺱ پ ی ﺩ ﻥ s p e r o ﺍ ﺱ پ ی ﺭ ﻭ s p h a r ﺍ ﺱ ﻑ ﺍ ﺭ s p i t ﺍ ﺱ پ ی ﺕ s p l e i d ﺍ ﺱ پ ﻝ ی ﺩ s p r a g ﺍ ﺱ پ ﺭ ﺍ گ s t a c y ﺍ ﺱ ﺕ ی ﺱ ی s t a i n l e s s ﺍ ﺱ ﺕ ﺍ ی ﻥ ﻝ ﺱ s t a j a n o ﺍ ﺱ ﺕ ﺍ ﺝ ﺍ ﻥ ﻭ s t a m p f ﺱ ﺕ ﻡ ﻑ s t a r k ﺍ ﺱ ﺕ ﺍ ﺭ ک s t a t h a m ﺍ ﺱ ﺕ ﺍ ﺕ ﻡ s t e a d ﺍ ﺱ ﺕ ی ﺩ s t e e n ﺍ ﺱ ﺕ ی ﻥ s t e p h a n u s ﺍ ﺱ ﺕ ﻑ ﺍ ﻥ ﺯ s t e p h a n u s ﺍ ﺱ ﺕ ﻑ ﺍ ﻥ ﺱ s t e p h a n u s ﺍ ﺱ ﺕ ﻑ ﺍ ﻥ ﻭ ﺱ s t e p h a n u s ﺱ ﺕ ﻑ ﺍ ﻥ ﻭ ﺱ s t e v e n ﺍ ﺱ ﺕ ی ﻭ ﻥ s t e v e s ﺍ ﺱ ﺕ ی ﻭ ﺯ s t e w a r t ﺍ ﺱ ﺕ ﻭ ﺍ ﺭ ﺕ s t i a n ﺍ ﺱ ﺕ ی ﻥ s t o c k ﺍ ﺱ ﺕ ﻭ ک s t o n e b r i d g e ﺍ ﺱ ﺕ ﻭ ﻥ ﺏ ﺭ ﺍ ی ﺝ s t o r e r ﺍ ﺱ ﺕ ﻭ ﺭ ﺭ s t o r y ﺍ ﺱ ﺕ ﻭ ﺭ ی s u f f e r ﺱ ﻭ ﻑ ﺭ s u g a ﺱ ﺍ گ ﺍ s u h a ﺱ ﻭ ﻩ ﺍ s u m a n t a ﺱ ﺍ ﻡ ﺍ ﻥ ﺕ ﺍ s u m o n ﺱ ﺍ ﻡ ﻭ ﻥ s u n i l ﺱ ی ی ﻭ ﻥ ی ﻝ s u n i l ﺱ ﺍ ﻥ ی ﻝ s u s s m a n ﺱ ﺍ ﺱ ﻡ ﻥ s u t t e r ﺱ ﻭ ﺕ ﺭ s w a f f o r d ﺱ ﻭ ﺍ ﻑ ﻭ ﺭ ﺩ s w a m y ﺱ ﻭ ﺍ ﻡ ی s y s t e m s ﺱ ی ﺱ ﺕ ﻡ ﺯ t a a t j e ﺕ ﺍ ﺕ t a a t j e ﺕ ﺍ ﺕ ی ﻩ t a a t j e ﺕ ﺍ ﺕ ﺝ t a a t j e ﺕ ﺍ ﺕ ﻩ t a a t j e ﺕ ﺍ ﺝ ﻩ t a a t j e ﺕ ﺕ ﺝ ی t a f f o n e ﺕ ﺍ ﻑ ﻭ ﻥ t a k a ﺕ ﺍ ک ﺍ t a m e ﺕ ی ﻡ t a t e ﺕ ی ﺕ t a t s u r o ﺕ ﺍ ﺕ ﺱ ﻭ ﺭ ﻭ t e c h e ﺕ ک t e e l i n g ﺕ ی ﻝ ی ﻥ گ t e m p l a r ﺕ ﻡ پ ﻝ ﺭ t e p p o ﺕ پ ﻭ t e r r a n ﺕ ﺭ ﺍ ﻥ t e r u h i k o ﺕ ﺭ ﻭ ﻩ ی ک ﻭ t e r w i l l i g e r ﺕ ﺭ ﻭ ی ﻝ ی گ ﺭ t e s h i m a ﺕ ﺵ ی ﻡ ﺍ t e s s ﺕ ﺱ t h o m ﺕ ﺍ ﻡ t h o m a s ﺕ ﻭ ﻡ ﺍ ﺱ t h u r l o ﺕ ﺭ ﻝ ﻭ t i i t s ﺕ ی ﺕ ﺱ t i m b o l ﺕ ی ﻡ ﺏ ﻭ ﻝ t i n s l e y ﺕ ی ﻥ ﺱ ﻝ ی t i r z a ﺕ ی ﺭ ﺯ ﺍ t o a l ﺕ ﻭ ﻝ t o l a n i ﺕ ﻭ ﻝ ﺍ ﻥ ی t o l m a n ﺕ ﻭ ﻝ ﻡ ﻥ t o n y ﺕ ﻭ ﻥ ی t o r r e s ﺕ ﺍ ﺭ ﺱ t o r r i e ﺕ ﻭ ﺭ ی t r e a d w a y ﺕ ﺭ ی ﺩ ﻭ ی t r i t l e ﺕ ﺭ ی ﺕ ﻝ t r o m e t e r ﺕ ﺭ ﻭ ﻡ ی ﺕ ﺭ t r o w n ﺕ ﺭ ﺍ ﻭ ﻥ t r u b e y ﺕ ﺭ ﻭ ﺏ ی t r u i t j e ﺕ ﺭ ی ﻭ ی ﺕ ژ t r u i t j e ﺕ ﺭ ﺕ ﺝ ی t r u i t j e ﺕ ﺭ ﻭ ی ی ﺝ ﻩ t r u i t j e ﺕ ﺭ ﻭ ی ﺕ t r u i t j e ﺕ ﺭ ﻭ ی ﺕ ﺝ t r u i t j e ﺕ ﺭ ﻭ ی ﺕ ﻩ t r y n t j e ﺕ ﺭ ی ﻥ ﺕ t r y n t j e ﺕ ﺭ ی ﻥ ﺕ ﺝ t r y n t j e ﺕ ﺭ ی ﻥ ﺕ ﻩ t r y n t j e ﺕ ﺭ ی ﻥ ﺝ ﻩ t r y n t j e ﺕ ﺭ ﺍ ی ﻥ ﺕ ژ t r y n t j e ﺕ ﺭ ﺍ ی ﻥ ﺕ ﻩ t r y n t j e ﺕ ﺭ ﺕ ﺝ ی t u d o r ﺕ ﺍ ﺩ ﺭ t u d o r ﺕ ﻭ ﺩ ﺍ ﺭ t u l l y ﺕ ﻭ ﻝ ی t u l l y ﺕ ﻭ ﻝ ﺍ ی t u n e n ﺕ ﺍ ﻥ ﻥ t u r o f f ﺕ ﻭ ﺭ ﻭ ﻑ t u r t l e ﺕ ﻭ ﺭ ﺕ ﻝ t y s i n g e r ﺕ ی ﺱ ی ﻥ ﺝ ﺭ u e n a l ی ﻭ ﻥ ﺍ ﻝ u l i m a ﺍ ﻝ ی ﻡ ﺍ u l i m a ﺍ ﻭ ﻝ ی ﻡ ﺍ u l i m a ﻉ ﻝ ی ﻡ ﺍ u p s t o n ﺍ پ ﺱ ﺕ ﻥ u p s t o n ﺍ پ ﺱ ﺕ ﻭ ﻥ u p s t o n ﺍ ﺱ ﺕ ﻭ ﻥ u r e n a ی ﻭ ﺭ ی ﻥ ﺍ v a l l e y ﻭ ﺍ ﻝ ی v a l l e y ﻭ ﺍ ﻝ ی ی v a n c k o ﻭ ﻥ ک ﻭ v a n d e m a n ﻭ ﻥ ﺩ ﻡ ﻥ v a n d o u s e n ﻭ ﺍ ﻥ ﺩ ﻭ ﺱ ﻥ v a n d o u s e n ﻭ ﻥ ﺩ ﻭ ﺯ ﻥ v a n d o u s e n ﻭ ﻥ ﺩ ﻭ ﺱ ﻥ v a n d o u s e n ﻭ ﻥ ﺩ ﻭ ﻭ ﺱ ﻥ v a n k e u r e n ﻭ ﺍ ک ﻭ ﺭ ﻥ v a n k e u r e n ﻭ ﺍ ﻥ ک ﻭ ﺭ ﻥ v a n k e u r e n ﻭ ﻥ ک ی ﻭ ﺭ ﻥ v a n k e u r e n ﻭ ﻥ ک ﺭ ﻥ v a n k e u r e n ﻭ ﻥ ک ﻭ ﺭ ﻥ v a r l o w ﻭ ﺭ ﻝ ﻭ v e d ﻭ ﺩ v i c ﻭ ی ک v i c k e r s ﻭ ی ک ﺭ ﺯ v i c k e r s ﻭ ی ک ﺭ ﺱ v i c t i m ﻭ ی ک ﺕ ی ﻡ v i d i ﻭ ی ﺩ ی v o h r a ﻭ ﻩ ﺭ ﺍ v o l k ﻭ ﻝ ک v o l z ﻭ ﻝ ﺯ v o n ﻭ ﻥ v o s ﻭ ﺱ v o s t ﻭ ﺍ ﺱ ﺕ w a f a ﻭ ﺍ ﻑ ﺍ w a f a ﻭ ﻑ ﺍ w a g n e r ﻭ گ ﻥ ﺭ w a g n e r ﻭ ﺍ گ ﻥ ﺭ w a l e n t a ﻭ ﻝ ﻥ ﺕ ﺍ w a l l a c e ﻭ ﺍ ﻝ ی ﺱ w a l l a c e ﻭ ﺍ ﻝ ﺍ ﺱ w a l l a c e ﻭ ﻝ ی ﺱ w a v l e ﻭ ﺍ ﻝ ﻭ w e d e l i n ﻭ ﺩ ﻝ ی ﻥ w e i n e l t ﻭ ی ﻥ ﻝ ﺕ w e i n s t o c k ﻭ ی ﻥ ﺱ ﺕ ﻭ ک w e l l e m t j e ﻭ ی ﻝ ﻡ ﺕ ﺝ ی w e l l e m t j e ﻭ ﻝ ﻡ ﺕ w e l l e m t j e ﻭ ﻝ ﻡ ﺕ ﺝ w e l l e m t j e ﻭ ﻝ ﻡ ﺕ ﻩ w e l l e m t j e ﻭ ﻝ ﻡ ﺝ ﻩ w e l l m a n ﻭ ﻝ ﻡ ﻥ w e n d z e l ﻭ ﻥ ﺩ ﺯ ﻝ w e s t p h a l ﻭ ی ﺱ ﺕ ﻑ ﺍ ﻝ w h i t e a k e r ﻭ ﺍ ی ﺕ ی ک ﺭ w h i t m o r e ﻭ ی ﺕ ﻡ ﺭ w h i t t e m o r e ﻭ ی ﺕ ﻡ ﻭ ﺭ w h i t t e n b u r g ﻭ ی ﺕ ﻥ ﺏ ﺭ گ w h i t w e l l ﻭ ی ﺕ ﻭ ﻝ w h i t w o r t h ﻭ ﺍ ی ﺕ ﻭ ﺭ ﺱ w h o r w o o d ﻭ ﺭ ﻭ ﻭ ﺩ w i b o w o ﻭ ی ﺏ ﻭ ﻭ ﻭ w i e r s m a ﻭ ی ﺭ ﺱ ﻡ ﺍ w i j b r a n d ﻭ ی ژ ﺏ ﺭ ﺍ ﻥ ﺩ w i j b r a n d ﻭ ی ﺏ ﺭ ﻥ ﺩ w i j b r a n d ﻭ ی ﺝ ﺏ ﺭ ﺍ ﻥ ﺩ w i j b r a n d ﻭ ی ﺝ ﺏ ﺭ ﻥ ﺩ w i l d i n g ﻭ ی ﻝ ﺩ ی ﻥ گ w i l h i t e ﻭ ی ﻝ ﻩ ﺍ ی ﺕ w i l l m o r e ﻭ ی ﻝ ﻡ ﻭ ﺭ w i l l n e r ﻭ ی ﻝ ﻥ ﺭ w i l l o u r ﻭ ﻝ ﺭ w i n c n ﻭ ی ﻥ ﺱ ﻥ w i n d e r s ﻭ ی ﻥ ﺩ ﺭ ﺯ w i n t e r m u t e ﻭ ی ﻥ ﺕ ﺭ ﻡ ی ﻭ ﺕ w i r y a n a ﻭ ی ﺭ ی ﺍ ﻥ ﺍ w i s e m a n ﻭ ﺍ ی ﺱ ﻡ ﻥ w i t t e n ﻭ ی ﺕ ﻥ w o o d g a t e ﻭ ﻭ ﺩ گ ی ﺕ w o r l i n g ﻭ ﺭ ﻝ ی ﻥ گ w y n t j e ﻭ ی ﻥ ﺕ w y n t j e ﻭ ی ﻥ ﺕ ژ w y n t j e ﻭ ی ﻥ ﺕ ﺝ w y n t j e ﻭ ی ﻥ ﺕ ﺝ ی w y n t j e ﻭ ی ﻥ ﺕ ﺝ ﻩ w y n t j e ﻭ ی ﻥ ﺕ ﻩ w y n t j e ﻭ ﺍ ی ﻥ ﺕ ﻩ y a m h a ی ﺍ ﻡ ﺍ ﻩ ﺍ y a m h a ی ﺍ ﻡ ﻩ ﺍ y a m h a ی ﻡ ﻩ ﺍ y e r b u r y ی ﺭ ﺏ ﺭ ی y e r b u r y ﺕ ﺭ ﺏ ﺭ ی y e r m i s h ی ﺭ ﻡ ی ﺵ y e t t e r ی ﺕ ﺭ y o s e p h ی ﻭ ﺱ ﻑ z a m m i t ﺯ ﺍ ﻡ ی ﺕ z a m m i t ﺯ ﻡ ی ﺕ z a r i a ﺯ ﺍ ﺭ ی ﺍ z a r i a ﺯ ﺍ ﺭ ی ﻩ z a r i a ﺯ ﺭ ی z a r i a ﺯ ﺭ ی ﺍ z a r i a ﺯ ﺭ ی ﻩ z a y n a h ﺭ ی ﻥ ﺍ ﻩ z a y n a h ﺯ ی ﻥ ﺍ z a y n a h ﺯ ی ﻥ ﺍ ﻩ z a y n a h ﺯ ی ﻥ ﻩ z a y n a h ﺯ ﺍ ی ﻥ ﺍ z a y n a h ﺯ ﺍ ی ﻥ ﺍ ﻩ z o c c a ﺯ ﻭ ک ﺍ z o e t e r w o u d e ﺯ ی ﻭ ﺕ ﺭ ﻭ ﺩ z o e t e r w o u d e ﺯ ﺍ ﺕ ﺭ ﻭ ﻭ ﺩ z o e t e r w o u d e ﺯ ﻭ ی ﺕ ﺭ ﻭ ﻭ ﺩ z o e t e r w o u d e ﺯ ﻭ ﺕ ﺭ ﻭ ﺩ z o e t e r w o u d e ﺯ ﻭ ﺕ ﺭ ﻭ ﻭ ﺩ
a4b654878abb1fa15ceb87c4a6afda5a72ef7139
59e7c95649eb8894e1d6f0bcac3ca7ea2b023217
/Algoritmo da Regra de Simpson.sce
023dec9e3811a3f9e6903d6309ce8e9a454beb7d
[]
no_license
nascimento-luciano/Scilab-Matlab
cb5ee9d97df3ed0f4311573df0fd37a88b3394d8
1cba42b68cc7954ff4c7dd6b13c7d8e6bd3d039e
refs/heads/main
2023-03-19T21:06:18.691193
2021-03-18T00:57:29
2021-03-18T00:57:29
348,877,701
1
0
null
null
null
null
UTF-8
Scilab
false
false
715
sce
Algoritmo da Regra de Simpson.sce
// Algoritmo da Regra de 1/3 de Simpson para resolução para resolução de //Integrais Indefinidas if n = 0 then printf("Divisão por zero"); if n<0 then printif("intervalo Inválido"); else if n/2 <> 0 then n <-n+1 h<-(x-x0)/n x<-x0+h SomaPares<-0 SomaImpares<-0 for i = 1:n-1 do if i/2 = 0 then SomaPares<-SomaPares + f(x) else SomaImpares<-SomaImpares + f(x) x<-x+h end-for R<-h/3*(f(x0)+f(x)+4*SomaOmpares+2 printf("O resultado da integral da função f é, ", R); end-for
fdcd05b5def822c8ec760fec6a9e921ba54bc595
449d555969bfd7befe906877abab098c6e63a0e8
/2084/CH18/EX18.3/18_3.sce
e918fdfdb35975b6ae5e5b6b4a92ce77977aaf31
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
431
sce
18_3.sce
//developed in windows XP operating system 32bit //platform Scilab 5.4.1 clc;clear; //example 18.3 //calculation of shift in the position of printed letters by a glass cube //given data t=6; //thickness of the cube(in cm) mu=1.5; //refractive index of glass cube //calculation deltat=(1-1/mu)*t; //vertical shift formula derived from snell's law disp(deltat,'shift(in cm) in the position of printed letters is');