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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f8cca4360074d39dec5246519f3d3f0745c70f40 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/subspaceMethodsInputParser.sci | 1396c8699f3a973cb5d97846fd009cf1f17f9bd3 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,679 | sci | subspaceMethodsInputParser.sci | // Date of creation: 17 Dec, 2015
function [data, msg, err_num] = subspaceMethodsInputParser(inputArgsList)
// Input parser to be used by pmusic and peig
// primaryInput, p, w, nfft, fs, nwin, noverlap, freqrange, isCorrFlag
// NOTE: not accepting <x,p,w,nfft> as it is indistinguishable from <x,p,f,fs>
... |
aa52bcc55a327bda63a708243bb9dce8902684d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH9/EX9.10.15/exa9_10_15.sce | 34616873e5df47184e1bfb35dc7d2c57e4843bb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 628 | sce | exa9_10_15.sce | //caption:obtain_time_response_using_diagonalization_process
//example 9.10.15
//page 403
syms t;
s=%s;
poly(0,"l");
A=[0 1;-6 -5]
B=[0;1]
C=[6 1]
x0=[1 0]'
[r c]=size(A);//size of matrix A
I=eye(r,c);
p=l*I-A;//l*I-A where I is identity matrix
q=det(p)//determinant of lI-A
//roots of q are -1 and -3
l1=... |
acf0db599809ad7e2d7bf7744657ae8fad044d37 | 494b677053e1199325a80808377463794e1003e5 | /experiments/ripper/results/Ignore-MV.Ripper-C.vehicle/result8s0.tst | 20676a266254047043ce427e7629f32f91860a90 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,871 | tst | result8s0.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attr... |
c927aba76de1efd54672b47275435e560de72ba2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1376/CH16/EX16.2/16_2.sci | efd25f95a291be020b673d04a19243681977c626 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sci | 16_2.sci | //16.2
clc;
disp('For star connection')
Zph=(12^2+5^2)^0.5;
Eph=440/(3^0.5);
Iph=Eph/Zph;
Il=Iph;
printf("\nLine current=%.2f A",Il)
P_total=(3^0.5)*440*Il*12/(Zph*1000);
printf("\nTotal Power=%.2f kW",P_total)
disp('For Delta connection')
Zph=(12^2+5^2)^0.5;
Eph=440;
Iph=Eph/Zph;
Il=Iph*(3^0.5);
printf("\nLine curren... |
a932767f63650a3e62bc3b4a50eda78bf85fcebf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH6/EX6.2/EX6_2.sce | d8fb5f7ba70a779608f505c537968a01fe16b99c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 538 | sce | EX6_2.sce | //Example6.2 // design an inverting amplifier with a closed loop voltage gain of Av = 10
clc;
clear;
close;
Av = 10 ;
Vin = 0.8 ; //V
Iin = 100*10^-6 ; // A
// in an non- inverting amplifier the input voltage Vin=V1=V2 because of vortual short effect then the i/p current In = Vin/R1
R1 = Vin/Iin;
disp('the v... |
09b897cbe9950245d68bd000edf7e65ab901a5f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH10/EX10.1.a/Example_10_1a.sce | 15c91ed5cd87a5e0e161741cdb4ba2d112066430 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | Example_10_1a.sce | //Computation of Critical Nuclear Radius
clear;
clc;
printf("\tExample 10.1\n");
printf("\n\tPart A");
Hf=-1.16*10^9; // in J/m^3 latent heat of fusion
Y=0.132; // in J/m^2 Surface energy
Tm=1064+273; // in K Melting point of gold
T=1064+273-230; // in K 230 is supercooling value
r=-2*Y*Tm/(Hf*... |
c3a9043db79ebaf08343e1e1206d67670240d0ea | e806e966b06a53388fb300d89534354b222c2cad | /macros/DCT.sci | d7dd08a436a030283719aa1f039d21c098831d46 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 786 | sci | DCT.sci | function [dstImg] = DCT(srcImg)
// Performs forward Discrete Cosine Transform of the 1D or 2D array.
//
// Calling Sequence
// [dstMat] = DCT(srcMat)
//
// Parameters
// srcMat = 1D or 2D floating type array
// dstMat = The output matrix
//
// Description
// Returns the forward transform of the input matrix. It uses t... |
d8e3b6ed543f168ff9c480a12286576d1a7fc538 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH10/EX10.11/10_11.sce | d9c1fae8751b96056bb39c904d705c404a858554 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | 10_11.sce | clc;
clear;
W=1.2*1.6*10^-19 //work function in eV
h=6.6*10^-34 //Plancks constant in J-s
v=5.5*10^14 // frequency of light in Hz
e=1.6*10^-19 //charge in C
V_s=((h*v)-W)/e
mprintf("The stopping potential is = %1.2f volt",V_s)
//Answer varies due to round off error.
|
83e49f14845077a83f35f06b04e039aac7b7b951 | 449d555969bfd7befe906877abab098c6e63a0e8 | /830/CH8/EX8.3.6/IIR_Butter_Analog_Filters.sce | fbbdf674fe3a539c812cf91d41629b7ca94373a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,171 | sce | IIR_Butter_Analog_Filters.sce | //Graphical//
//Example 8.3.6
// To Design an Analog Butterworth Filter
//For the given cutoff frequency Wc = 500 Hz
clear;
clc;
close;
omegap = 2*%pi*500;
omegas = 2*%pi*1000;
delta1_in_dB = -3;
delta2_in_dB = -40;
delta1 = 10^(delta1_in_dB/20)
delta2 = 10^(delta2_in_dB/20)
//Calculation of Filter Order
... |
56c88a758dd96aaf6660b0110dc7626bcefcbd71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.32/Ex14_23_32.sce | f0e7115723e4061c664f4f4eb44e7f95f2900d87 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Ex14_23_32.sce | //Section-14,Example-8,Page no.-PC.151
//To calculate pH of 0.1 M CH_3COOH.
clc;
K_a=1.8*10^-5
C=0.1 //Initial concentration (mol/L)
alpha=sqrt(K_a/C) //Degree of dissociation
[H_3O]=C*alpha
pH=-log10([H_3O])
disp(pH,'Required pH')
|
2116acd82557d2a93c04bdac5fdba9ed3655ac8b | 299721455523ed57682bfaa01171a2cad61590b9 | /exp 5/Fit Straight Line.sce | 11103dfb0359ada71f64192cc0da8f66e6552b47 | [] | no_license | Anupamgupta01/SCILAB-PROGRAMS | 5acc63c3409fa62f02a1f60ed488c10c7d489b88 | 924a153d3227c007a3682b487a1ebd14a523da96 | refs/heads/master | 2023-05-11T14:14:25.453037 | 2021-06-05T22:25:37 | 2021-06-05T22:25:37 | 374,222,790 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | Fit Straight Line.sce | clc;
clear;
close;
n=input('Enter the number of pairs of input(x,y):');
s1=0;
s2=0;
s3=0;
s4=0;
disp('Enter the values of x:')
for i=1:n
x(i)=input('\');
s1=s1+x(i);
s2=s2+x(i)*x(i);
end
disp('Enter coressponding values of y:')
for i=1:n
y(i)=input('\');
s3=s3+y(i);
end
for i=1:n
s4=s4+x(i)*y(i);
end
m=... |
82229f2bff16ebc65440aeb8dde5d2aa89fcf053 | 449d555969bfd7befe906877abab098c6e63a0e8 | /926/CH8/EX8.2/Chapter8_Example2.sce | d62429dc2ffab6138a735a9322820284b0273d30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,253 | sce | Chapter8_Example2.sce | //Hougen O.A., Watson K.M., Ragatz R.A., 2004. Chemical process principles Part-1: Material and Energy Balances(II Edition). CBS Publishers & Distributors, New Delhi, pp 504
//Chapter-8, Illustration 2, Page 275
//Title: Calculation of molal heat of vapourization
//=================================================... |
4f855987dd8ae67ea4ab3fec20e0eeeb2417a001 | ba5d14a99711f45c6f3d2d28e4e8c12c9120e536 | /Aula 6 - Gráficos.sce | cff4b6ab867a0713066df400d693fb1cfe0d490d | [] | no_license | RuanXavierSantos/Exercicios_Scilab | 0bf7aa6cc0b94e84bd560861c77d7a1a6c17bc2b | 219c1609766e1ac1ad27f9469012d7f3bb6c8dea | refs/heads/main | 2023-09-03T00:50:12.356763 | 2021-10-20T13:29:22 | 2021-10-20T13:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | Aula 6 - Gráficos.sce | // Gráfico 1
subplot(2,3,1);
x= [1: 0.2: 4*%pi*%pi]';
z = cos(x) * sin(x');
plot(x,z);
xtitle('Gráfico 1: X e Z');
// Gráfico 2
subplot(2,3,2);
x = [1,2,3,4];
y = [30,42,57,12];
bar(x,y);
xlabel('Eixo X');
ylabel('Eixo Y');
xtitle('Gráfico 2: Eleições');
// Gráfico 3
subplot(2,3,3);
xlabel(... |
96e2094707d4bb1744ade6ea045de239134bfa0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH41/EX41.15/41_15.sce | 5c1244148df6d8ca261943428af560c2e61182dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,009 | sce | 41_15.sce | //Problem 41.15: A generator having an internal resistance of 500 ohm is connected to a 100 ohm load via an impedance-matching resistance pad as shown in Figure 41.33. Determine (a) the values of resistance R1 and R2, (b) the attenuation of the pad in decibels, and (c) its insertion loss.
//initializing the variabl... |
0151a426d6bd1bbe9ad070442d6ff93caff63cdc | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.3_10.tst | 3221f1717c778c8b32aaaed79b9253ea14299749 | [] | 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 | 638,710 | tst | 5.3_10.tst | 3 437:1 573:1 1030:1 1036:1 1046:1 1083:1 1112:1 1599:1 1825:1 2335:1 2351:1 2425:1 2501:1 2576:1 2615:1 2616:2 2905:1 3150:1 3225:1 3235:1 3303:1 3538:1 3785:1 3832:1 3940:1 4131:1 4296:1 4671:1 4855:1 5628:1 5760:2 5975:1 5991:1 6311:1 6723:2 7189:1 7192:1 7210:1 7411:1 7414:1 7529:1 7785:1 7792:1 8484:1 8724:1 9529:... |
c41025cb2cf731db6eeb9a3810354a11aaab3b56 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronics_Devices_And_Circuit_Theory_R._L._Boylestad_And_L._Nashelsky_69.zip/Electronics_Devices_And_Circuit_Theory_R._L._Boylestad_And_L._Nashelsky_69/CH1/EX1.5/1_5.sce | d0c63e6521883166e07e98ae60a6676d1e4a85dd | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | 1_5.sce | errcatch(-1,"stop");mode(2);; ;
c = 3*10^(17);// nm/s
f = 750*10^(12);// Hz
Lambda = c/f;
disp(Lambda,'Wavelength provided for visible light(in nm): ');
exit();
|
9f7fed56e592e2dc31ea39617d784ffc71458b6a | f107b2898bb776a38fdd64802eff25d6b79ba927 | /final scilab.sce | e829e4ec20227957d4a61e09cdb1b34f7c8b6fd2 | [] | no_license | jinesh0109/Voice-Recongnition-Project | 92e5087100a043beec82d50d3f4d1e9292ff00c0 | f694ba9b1f776d49bac0b0752af8844450666ec8 | refs/heads/main | 2023-04-20T23:52:19.668948 | 2021-05-13T06:19:52 | 2021-05-13T06:19:52 | 366,952,372 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,989 | sce | final scilab.sce | clear;
clc;
function speechrecognition(filename)
voice=wavread(filename);
playsnd("C:\Users\hp-840-g1\Desktop\Project\Theoriginalfile.wav");
sleep(4,'s')
playsnd(filename);
sleep(2,'s')
x=voice;
x=x(1,:);
x=x';
y1=wavread("C:\Users\hp-840-g1\Desktop\Project\testfile.wav");
y1=y1(1,:);
y1=y1';
z1=xcorr(x,y1);
l1=leng... |
26f1ffda83210f02de44d722f47579a7b4a184e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH1/EX1.1/Ex1_1.sce | 31a37a40785dd1da43c1e7404f3b7e3066b67c23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_1.sce | //pagenumber 24 example 1
clear
incaco=1.5*10^16;//cubic metre
resist=2*10^3;//ohm metre
dopcon=10^20;//metre
q=26*10^-3;//electron volt
//(1)
w=2.25*10^32/dopcon;
//(3)
shifer=q*log(dopcon/incaco);//shift in fermi level
ni=9*10^32;
//(3)
w1=ni/dopcon;
disp("minority concentration = "+string((w))+"per ... |
54270e775d085ca711519469993b82c4f42fef92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH1/EX1.2/Ex1_2.sce | 4bbebabfbeee0deafcc15ff41e88406ed4755b6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | Ex1_2.sce | clear
//components of force in horizontal and vertical components.
//
//variable declaration
F= 20 //force in wire, KN
//calculations
Fx= F*cos(60*%pi/180)
Fy= F*sin(60*%pi/180)
printf("\n %0.3f KN totheleft ",Fx)
printf("\n %0.3f KN downward ",Fy)
|
bacd3ead46c0a2835307c8d1cd904ac259562547 | 49148682b78b6520a61de9a700f791835e1b32d5 | /Gachan/Gachan3D/Gachan3DTextData/TextKIGOU1Mplus1p.tst | bdeeb7676c38b91ebcf83a6f69a49422e3727554 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Ashitagachan/Gachan | 535a19ea05bfcb3207a0a106b1d62db48a143f16 | 63b5410e128628222447c837a7209162487aa246 | refs/heads/master | 2021-08-07T21:53:13.048753 | 2020-05-16T08:01:10 | 2020-05-16T08:01:10 | 178,514,045 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 285,654 | tst | TextKIGOU1Mplus1p.tst | //skipped groundPlane_transform
//skipped Manipulator1
//skipped UniversalManip
/////////////////////////////////////////////
// object_Trim_Char_x_1_1__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
#endif
DX3DMATERIAL_START( material_initialSha... |
1c2d2176e4496435a8b98264a1be4cef0a0ce6d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH10/EX10.3/sadiku_10_3.sce | 3e063eb1b9d74626a0914951a296b1d92961c731 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | sadiku_10_3.sce | clear;
clc;
B=1,n=60*%pi,Ur=1,Eo=10^-9 /(36*%pi),Uo=4*%pi*10^-7;
Er=Uo*Ur/(n^2 *Eo);
disp(Er,'Er =');
w=B/sqrt(Eo*Er*Uo*Ur);
disp(w*10^-6, 'w in Mrad/sec'); |
b18baf6b9c48656e3731fb346cf3e744c9f3ad4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH3/EX3.4/ex_4.sce | 49139a7238a6887aec250acb84008f8a6175f456 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sce | ex_4.sce | // Chapter 3_The Semiconductor in Equilibrium
//Caption_Intrinsic fermi level position
//Ex_4//page 92
T=300; //temperature in kelvin
mnr =1.08 //relative effective mass of negative charge carrier
mpr=0.56 //relative effective mass of positive charge carrier
kT=0.0259
Efm=(3/4)*kT*log(mpr/mnr) //Th... |
957134add5ffe23e749814d1bfab78e5413f9e7b | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/percent/%r_p_s.sci | 2c334a065c3154fa3cf45307626ccdd8d0b70976 | [
"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 | 1,165 | sci | %r_p_s.sci | function f=%r_p_s(f,s)
// %r_p_s(p,n) computes f^s for f a rational matrix s scalar or vector
//!
// Copyright INRIA
if s==[] then f=[],return,end
if or(imag(s)<>0)|or(int(s)<>s) then error('%r_p_s: integer power only'),end
[m,n]=size(f(2))
[ms,ns]=size(s)
if ms==1&ns==1 then
if m==1|n==1 then //Element wise exponen... |
f515ec25b9c0d4c6faa4f8fade766924f5a07640 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2024/CH8/EX8.16/8_16.sce | efccee032669c2bca41bef605795ad39a387e633 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 713 | sce | 8_16.sce | clc
//Initialization of variables
T1=520 //R
disp("From air table,")
vr1=5192
u1=-6.87 //Btu/lbm
pr1=2.504
vrat=6
p1=14.7
R=1.986
M=29
//calculations
vr2=vr1/vrat
T2=1050 //R
u2=86.1 //Btu/lbm
pr2=30.35
p2=p1*pr2/pr1
W=u1-u2
k=1.39
p22=p1*vrat^(k)
T22=T1*(vrat)^(k-1)
W2=R*(T22-T1)/(1-k)/M
//resul... |
84e78a8352aaf8b253ac3d9ecbf9611e287d78fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH45/EX45.B.6/45_B_6.sce | 8f9010d71fa2cb3a2a47bca2bfef25ad21778f17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | 45_B_6.sce | clear;
clc;
n1=.89;
h1=150;
c1=.9;
h2=200;
n2=.9;
c2=.8;
h3=500;
n3=.93;
c3=.707;
p4=100;
p1=h1*.746/n1;
p2=h2*.746/n2;
p3=h3*.746/n3;
rr1=p1*(tan(acos(c1)));
rr2=p2*(tan(acos(c2)));
rr3=p3*(tan(acos(c3)));
rr4=0;
rr=rr1+rr2-rr3+rr4;
p=p1+p2+p3+p4;
c=rr/p;
j=cos(atan(c));
j=round(j*1000)/1000;
p... |
cd0a36ffd0a8815f3b333cdeb7aabf3ff73dfb4f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH19/EX19.2/exm19_2.sce | 1d512d329072b32d0a56c89986b5f5d41c8a794e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 762 | sce | exm19_2.sce | // page no 623
// example no A.2
// SUBTRACTION OF TWO NUMBERS
clc;
printf('Minuend: 52 \n');
printf('Subtrahend: 23 \n \n')
printf('BORROW METHOD \n \n');
m=5*10+2; // minuend
s=2*10+3; // subtrahend
// to subtract 3 from 2, 10 must be borrowed from the second place of the minuend.
m=4*10+12;
sub=m-s;... |
b7c359bd9325b1dc25e0ec3f0f27e004b6ed2892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH9/EX9.10/Ex9_10.sce | 3fa502598f9010fa2f091dd3ad09bfc0cfec0c42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 862 | sce | Ex9_10.sce | // Calculating the demagnetizing and cross magnetizing mmf per pole
clc;
disp('Example 9.10, Page No. = 9.38')
// Given Data
P = 500;// Power rating (in kW)
rpm = 375;// Speed in r.p.m.
p = 8;// Number of poles
flux = 0.0885;// Flux per pole (in Wb per meter)
// Calculation of the demagnetizing and cross magnet... |
beae1975d5ab1d0d6e5a1a4da5719be9a8044a4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH8/EX8.1/Ex8_1.sce | ca567445f5dac320b614a43d0e1f004ba1d7e25b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 788 | sce | Ex8_1.sce | // SAMPLE PROBLEM 8/1
clc;funcprot(0);
// Given data
W=25;// The weight of the body in lb
k=160;// lb/ft
v=2;// The downward velocity in ft/sec
g=32.2;// The acceleration due to gravity in ft/sec^2
// Calculation
// (a)
delta_st=W/k;// The static spring deflection in ft
delta_st=delta_st*12;// in
// (b)
... |
86e07c613989bce8d3fa49ef68b697638d05d19c | e1bc17aae137922b1ee990f17aae4a6cb15b7d87 | /Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.3.sci | 7d32f0488f55abbd984259ad4e4d0d61a71d2527 | [] | no_license | muskanmahajan37/Xcos_block_examples | 650dceb0afdbfc100f3e9c5a6508443eca030fa2 | 8ac15bc5efafa2afc053c293152605b0e6ae60ff | refs/heads/master | 2022-02-26T04:20:26.365579 | 2019-09-03T12:57:40 | 2019-09-03T12:57:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sci | Ex7.3.sci | function y=locus3(z)
s=%s
H=syslin('c',1+(1/(s*(s+1)*(s+2))))
evans(H,z)
d=derivat(H)
p=numer(d)
a=roots(p)
disp(a,"breakaway point=")
y=0;
endfunction
|
8945ed341f3b4b088e193e099b132b9092a17cce | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH11/EX11.2/11_2.sce | 912cb2769b8627658b4b5d373e2b4dc87328ccfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 731 | sce | 11_2.sce | clear;
clc;
printf("\t\t\tExample Number 11.2\n\n\n");
// diffusion coefficient for co2
// Example 11.2(page no.-586-587)
// solution
T = 25+273.15;// [K] temperature of air
p = 1.01325*10^(5);// [Pa] atmospheric pressure
pw1 = 3166.7618901;// [Pa] partial pressure at the bottom of test tube
pw2 = 0;// [Pa] ... |
22ab18090ad047bd4d565ad95c31381c7f43ac34 | 9110ad109e15cc1ca881fb88246a137d7d8063e0 | /add.sce | 16048338e24398b3e5b067c63d2a2007511c07f1 | [] | no_license | S-SHASHANK/scilab_codes | aee26d14a12426c63122b6a0706602fc15b8f333 | 26334a114caacbe7375bab22ae14c445f5ab715c | refs/heads/master | 2021-01-19T20:18:40.064520 | 2015-05-07T16:59:53 | 2015-05-07T16:59:53 | 35,232,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | add.sce | x = linspace(0,720,100)
y = sind(x)
z = []
for i = x
z($+1) = cosd(i) //Note that $+1 should be in round bracket itself. Or else for loop won't work
end
addition = []
for j = 1:length(x)
addition($+1) = y(j) + z (j)
end
subplot(311)
plot2d(x,y)
xlabel("time-->")
ylabel("y = sin t")
subplot(312)
plot2d(x,z)
x... |
d8d46c1424d417a7ec74c9bf6296029bf622842e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH3/EX3.a.5/Example_a_3_5.sce | 691a759e0593616ea004d8538b6efa60f85c5340 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | Example_a_3_5.sce | //Example_a_3_5 page no:135
clc;
Vab=(4+3)/(0.05+0.2+0.17);
Rab=(((18.75*5)/(18.75+5))*6)/(((18.75*5)/(18.75+5))+6);
disp(Vab,"the thevenin voltage is (in V)");
disp(Rab,"the thevenin resistance is (in ohm)");
|
66f49c24ecf83089cf844d4f696eb7187b0d2eaa | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/MX05.prev.tst | daed7ad857cc54a683d5f568c6211f52a6fca60b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,215 | tst | MX05.prev.tst | [[-5,0,4],[0,3,0],[-4,0,5]],det=-27 [0,1,1], chain 2 => [4,3,5] => [0,9,9] ?? [36,27,45]
[[-5,0,3],[0,4,0],[-3,0,5]],det=-64 [0,1,1], chain 2 => [3,4,5] => [0,16,16] ?? [48,64,80]
[[-2,1,2],[-1,2,2],[-2,2,3]],det=-1 [0,1,1], chain 8 => [3,4,5] => [8,15,17] => [33,56,65]
[[-2,2,2],[1,2,1],[-1,2,3]],det=-8 [0,1,1], ch... |
be69994a2f5acbe6d8cf29c9ab36ad3f12b7e40f | 494b677053e1199325a80808377463794e1003e5 | /experiments/irprop-c/irprop-c/results/Ignore-MV.iRProp+-C.wisconsin/result7s0.tst | 58d9081fc9e5a35d77882f24dca11fb766cc4e1b | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 661 | tst | result7s0.tst | @relation wisconsin
@attribute clumpThickness integer[1,10]
@attribute cellSize integer[1,10]
@attribute cellShape integer[1,10]
@attribute marginalAdhesion integer[1,10]
@attribute epithelialSize integer[1,10]
@attribute bareNuclei integer[1,10]
@attribute blandChromatin integer[1,10]
@attribute normalNucleoli integer... |
326bfd561a8af0aba2ca0f1719db193a77b514cb | 0ac35cb9a05dd4a300456b1570d4a79e5bde2e95 | /adptLIB.sce | ed1416d0a16039a1e4d505c23f12e25c9e1746f9 | [] | no_license | nardiniqueiroz/Adaptative-Filtering | 1b35ffbb9f598cfcd4260d12a5f13b00f4490569 | 5dbb78e89d25447af51b2d054df764328c1c53e8 | refs/heads/master | 2021-01-05T17:40:07.176874 | 2020-02-17T11:48:58 | 2020-02-17T11:48:58 | 241,092,953 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,134 | sce | adptLIB.sce | //Cálculo da matriz de correlação
function Rx = comat(x,N)
px = xcorr(x,N,'biased');
for i = 1:N+1
Rx(:,i) = px((N+2-i):(2*(N+1)-i));
end
endfunction
function [y,e,w]=filterLMS(x,d,mi,N)
xn=zeros(N+1,1);
w=zeros(N+1,1);
M=length(d);
for i=1:M
xn=[x(i);xn(1:N)];
... |
d5e9a1ecf980c1d6fb772c242bf9498cf14ef086 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH4/EX4.9/Ex4_9.sce | 5e07c87c728ebc3f80d06bc9421765a94efde73c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 795 | sce | Ex4_9.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 4.6.1\n')
//given data
mprintf('NOTE:The mass given in textbook should be equal\n to 3.7 kgs and not 8.7 Kgs')
m=3.7//mass in kg
g=9.81// gravity
K=7550////stiffness of in N/m
u=0.22//coefficient of friction
Fo=19.6//amp of force in N
f=5//freq... |
f4f8e194b74817ce24b1793e17006e287a1d0a4f | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Linear_Algebra_And_Its_Applications_G._Strang_70.zip/Linear_Algebra_And_Its_Applications_G._Strang_70/CH4/EX4.3.3/4_3_3.sci | bada2544fcbcaf3bd6952dd436f5f1fbdde7d152 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sci | 4_3_3.sci | errcatch(-1,"stop");mode(2);//page 214
;
;
A=[2 -1 0 0;-1 2 -1 0;0 -1 2 -1;0 0 -1 2];
disp(A,'A=');
[m,n]=size(A)
a=A(1,:);
c=[];
for l=1:4
B=A([1:0,2:4],[1:l-1,l+1:4]);
c1l=(-1)^(1+l)*det(B);
c=[c;c1l];
end
d=a*c;
disp(d)
exit();
|
07e990188ccc95dc5424390877f8ce3687a0c662 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH4/EX4.20/ques20.sce | ef7798090ee19c8957954847a00f3f401e4a3c6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | ques20.sce | //ques20
disp('Advantage of scilab is that we can calculate log1.1 directly without using Taylor series');
disp(' Use of taylor series are given in subsequent examples');
y=log(1.1);
disp('log(1.1)= ');
disp(log(1.1)); |
d95ade3ed1c05c4f02f7dcfe624137a3754062e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH10/EX10.14/Example10_14.sce | 9dafa23dc958086b895d91b5dd01bb64a0dc01ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,539 | sce | Example10_14.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.14 :
// Page number 144
clear ; clc... |
0a0fdb173e94e6713916d46fd97ffb0114a3cd42 | 5ed8234edfa9f877fe2bc6ed926e81ec4d99a182 | /Module/Simulation/AOCS/QuaternionPD.sci | 7674180b28637dd37104745c578548cef0e0d268 | [] | no_license | NCKU-AA-IISlab/DOCKing_System | 23cb95adc773aeb2b7480f81817a6339bddec881 | 832d1ef0b1824e76010fe50cf253bcfa93f71c49 | refs/heads/master | 2021-05-29T19:17:27.929049 | 2015-09-30T11:57:31 | 2015-09-30T11:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 490 | sci | QuaternionPD.sci | // Attitude Controller with Quaternion feedback
// The parameters Kx, Ky, Kz, Kxd, Kyd, Kzd are defined in the CONTEXT
// The first element in the quaternion is the constant element.
function [Torque] = QuaternionPD(q, w)
Kx = 0.005;
Ky = 0.005;
Kz = 0.006;
Kxd = -0.3;
Kyd = -0.3;
... |
a1c9a8710d72077dcb60762a8326ca1bf33a405c | f04d3d47f893de08cd99a31b4870112915b80d5b | /Datasets/data_company/data_company.tst | 893bee67f712235c23884980c1a0b320a88a0dc4 | [] | no_license | MesumRaza/MyWorkInPython | f5364b8514943e44c7200123653da9f4551251b1 | bd8c9b3ca2fb02ae6d2b626054fa3cd32c28b330 | refs/heads/master | 2021-08-19T21:46:41.412995 | 2017-11-27T13:37:52 | 2017-11-27T13:37:52 | 111,728,604 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,588,761 | tst | data_company.tst | ID;VAR01;VAR02;VAR03;VAR04;VAR05;VAR06;VAR07;VAR08;VAR09;VAR10;VAR11;VAR12;VAR13;VAR14;VAR15;VAR16;VAR17;VAR18;VAR19;VAR20;VAR21;VAR22;VAR23;VAR24;VAR25;VAR26
1;3043.17;96.98;0;9999999;213;-816.3;9999999;1.27;0;9999999;-875.44;9999999;9999999;81.02;1.37;0;9999999;94.07;9999999;1393.2;-950.32;9999999;9999999;0.81;999999... |
3a048d85a5c0d8b53d072ef9dac5488e5c136a7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH30/EX30.3/Example30_3.sce | ac8ab68d8566cd7a662d1a63e16e9dfd02d9d66b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,598 | sce | Example30_3.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART III : SWITCHGEAR AND PROTECTION
// CHAPTER 4: UNSYMMETRICAL FAULTS IN POWER SYSTEMS
// EXAMPLE : 4.3 :
// Page number 512-513
clear ; clc ; close ; // Clear the work ... |
0514844d8ee59ce12cc89b2c5518d24a629c03de | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH2/EX2.13/2_13.sci | f2e096fe3ebcc5073bdd4f2898c7ba97b6ff2306 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sci | 2_13.sci | //ilaplace//
s=%s;
p=poly([3 1],'s','coeff');
q=poly([0 -1 -1 -2],'s','roots');
f=p/q;
syms t s;
y=ilaplace(f,s,t);
disp(y,"f(t)=")
|
04af162a30ca028266cd3d11a1bbfcba418bcf27 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH14/EX14.1/ex14_1.sce | 1ece714c5ef9ced1b3ea828589b65651163f150a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | ex14_1.sce | //Exam:14.1
clc;
clear;
close;
l=100;//length of wire
p=2.66*10^(-8);//resistivity
A=3*10^(-6);//cross sectional area
R=p*l/A;//resistance of an aluminium wire
disp(R,'resistance of an aluminium wire(in Ohm)='); |
dfb904732650b5c086c7bdd698fcef0685a4ef3d | 0c3cccb3c81eb151f654e5d9d470662c19122857 | /scilab/fac/tp_deformations/mon_script.sce | 57eaee3beb826f23a22fc0ecae52341ce9fd8e4f | [] | no_license | gmordelet/oldProg | 6b2bb7c247dd1f16a641d0f840f7c82e8eb37ffb | c108060bf1b87b4aad196484036f226fd9c4422c | refs/heads/master | 2021-01-12T16:28:52.448277 | 2016-10-30T11:16:22 | 2016-10-30T11:16:22 | 69,155,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | mon_script.sce | // TP SCILAB : INTERPOLATION D'IMAGES ET DEFORMATIONS
// script scilab à compléter
getd('.');
stacksize max;
funcprot(0);
// I) Interpolation d'images
|
3972c9031035c063effa3c19465a568e4fe7586c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH1/EX1.5/Ex1_5.sce | da641f6c7dda77100e4825bf9250151f44ec0f35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,046 | sce | Ex1_5.sce | clc
//variable Initialization
Vm=230//Input Voltage In Volts
Ra=0.5 //Armature Resistance In Ohm
Rf=190 //Field resistace in Ohm
N=1400 //Speed Of Motor In RPM
Ka=0.8 //Motor voltage constant in V/A-rad/sec
T=50 //Load Torque In N-m
//Solution
W=(2*%pi*N)/60 //Angular Speed In rad/Sec.
//Since the maximum f... |
430e02e4424d9735923ffd19f3d310d3b538664a | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.2_20.tst | 302e779f94907ce11e927449cb47a82ed072c47d | [] | 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 | 722,702 | tst | 5.2_20.tst | 2 91:1 94:1 141:1 368:1 391:1 574:1 583:1 639:1 701:1 999:1 1010:1 1230:1 1250:1 1315:1 1345:1 1494:1 1540:1 1612:1 1621:1 1624:1 1701:1 1837:1 1956:1 2101:1 2362:1 2399:1 2408:1 2531:1 2607:1 2819:1 2831:1 2838:1 3061:1 3441:1 3722:1 4035:1 4041:1 4080:1 4087:1 4292:1 4502:1 4602:1 4668:1 4949:1 4957:1 5014:1 5053:2 5... |
1009e85054ccaab43e4301bd61464ca1c3cac0c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH2/EX2.28/example2_28.sce | 8e5fd051809c2fe8110efcaf22867853f32a385a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | example2_28.sce | clear;
clc;
// Stoichiometry
// Chapter 2
// Basic Chemical Calculations
// Example 2.28
// Page 44
printf("Example 2.28, Page 44 \n \n");
// solution
P = 100 //[kPa] total P
Pw = 2.5326 //[kPa] V.P> of water at dew point
//absolute humity = mass of water vapour/ mass of dry air
H = (Pw/(P-Pw))*(1... |
06a038db8d28ca7ee8c33a22df9c61e0efde760d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH9/EX9.15/Ch09Ex15.sce | d07f9c63edc0f1c3bd500a4aec6f69fde2db53d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 508 | sce | Ch09Ex15.sce | // Scilab code Ex9.15 Page:314 (2006)
clc; clear;
Theta_D = 490; // Debye temperature, Kelvin
Lambda = 0.8; // wavelength of a superconductor, angstorm
mu_prime = 0.13; // Reduced mass of a superconductor, amu
T_c = Theta_D/1.45*exp(-1.04*(1+Lambda)/(Lambda-mu_prime*(1+0.62*Lambda)));
printf("\nThe super... |
d7a08df52feb8860bdea8ca3c573ecfcbf6620aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH5/EX5.4/example5_4.sce | ec345987859c544f8d9434ea78c1dfb2bcc25114 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,892 | sce | example5_4.sce | clear;
clc;
//Example5.4[Heat Loss through Chimneys]
//Given:-
k=1.4;//Thermal conductivity of concrete[W/m.degree Celcius]
A=0.2*0.2;//Area of flow section[m^2]
t=0.2;//Thickness of the wall[m]
Ti=300+273;//Average temperature of gases[K]
hi=70;//Convection heat transfer coefficient inside the chimney[W/m^2]... |
cfbb156a3adedc8eeda0d56dd22dbc4594000ac8 | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_3/Scilab_codes/Approximate_second_order_system_2.sce | 3683a27f68c7e44dd201a3991ee1a1632c6732db | [] | no_license | TheShiningVampire/EE324_Controls_Lab | 8ff1720b852bf24dca3c172082f5f898f80f69f3 | 9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8 | refs/heads/main | 2023-07-09T17:30:38.041544 | 2021-08-23T12:14:29 | 2021-08-23T12:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 482 | sce | Approximate_second_order_system_2.sce | clear
close
clc
s = poly(0,'s');
g = (s+0.01)/(s^3 + (101/50)*s^2 + (126/25)*s + 0.1);
g_app = 1/(s^2 + 2*s + 5)
G = syslin('c', g);
G_app = syslin('c', g_app);
t = 0:0.05:8;
gs = csim('step',t,G);
gs_app = csim('step',t,G_app);
plot2d(t,gs)
plot2d(t , gs_app,style = 2)
h = legend(['Original third order system' , '... |
e205e9117ef4826a6f4dbbaecd988dfb0cae5f21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH5/EX5.2/ex5_2.sce | 8b930d94b8cfa0808495d26d5b6fa964ebdcd6c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sce | ex5_2.sce | //Page Number: 288
//Example 5.2
clc;
//Given
l=2; //cm
l1=l/100;//m
f=5D+9; //Hz
i=25D-3; //A
n=21/4;
e=1.6D-19;
m=9.1D-31;
thetag=0;
bet=1;
j1x=0.582;
x=1.841;
//(i) Beam Voltage
v0=(m*l1*l1*f*f)/(2*e*n*n);
disp('V',v0,'Beam voltage:');
//(ii) Input voltage
v1=x*v0/(%pi*bet*n);
disp('V',v1,'I... |
5c83934873b90ec9e248d959884a818d9f104ea7 | 8ad9380384d2751d79937ba5d6d581565596b891 | /macros/voxel_grid.sci | 50fe77d0434b6fc47dc68bff4de322bcf2229d9b | [
"BSD-3-Clause"
] | permissive | iamAkshayrao/scilab_point_cloud_toolbox | 1d8845f0830ddb623383c8dbfeadc8a3a35e8801 | 5d592a695b7976f4e63f0ae24d0a14937e474642 | refs/heads/master | 2022-12-17T23:14:11.513116 | 2020-09-25T18:57:02 | 2020-09-25T18:57:02 | 290,829,006 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,134 | sci | voxel_grid.sci | function voxel_grid()
// Downsample a cloud using pcl::VoxelGrid.
//
// Syntax
// PointCloud(InputPCDFilename, OutputPCDFilename, options,"voxel_grid")
//
// Parameters
// InputPCDFilename: It is the Input File in PCD format
// OutputPCDFilename: It is the Output File in PCD format that is to be generated
// w... |
a5fe4c2ec0705e7e462e6025575090f9ae72ed8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH17/EX17.20/Ex17_20.sce | 162c05c428b17455b4ea0269a9b872c5be1377bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Ex17_20.sce | //Fluid Systems - By Shiv Kumar
//Chapter 17- Dimensional and Model Analysis
//Example 17.20
//To Find the Discharge and the Velocity over the Prototype.
clc
clear
//Given Data:-
//For Model,
Qm=3; //Discharge over the Model, m^3/s
Vm=1.5; //Velocity of Flow over the Model... |
d9efc9c689001c1a493f515f9eb3045a66b3cfd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3763/CH3/EX3.3/Ex3_3.sce | 89afd4fb42045486953336098d957f9200df3ff5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 694 | sce | Ex3_3.sce | clear
//
//
//
//Variable declaration
a=3.61*10**-7 //lattice constant(mm)
//Calculation
A100=a**2 //surface area(mm**2)
n=1+(4*(1/4))
N1=n/A100 //number of atoms in (100)(per mm**2)
A110=sqrt(2)*a**2 //surface area(mm**2)
N2=n/A110 //number of atoms in (110)(per mm**2)
A111=sqrt(3)*a**2/2 ... |
05b9aa6192608740d01c77babdbd3167069a28c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.13.a/data12_13.sci | 35731d7cda5620c432cf9307ef637400c7a735d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sci | data12_13.sci |
//(Brakes) Example 12.13
//Troque capacity of the disk brake Mt (N-m)
Mt = 1500
//Number of caliper brakes on the wheel nb
nb = 3
//Number of pads on each caliper brake np
np = 2
//Coefficient of friction mu
mu = 0.35
//Average pressure on the pad pavg (MPa)
pavg = 2
//R/e ratio r
r = 0.2
|
ee684bd313ff1e090df96f2f2bfdb9ba76648eba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH15/EX15.3/Ex15_3.sce | d5e4a97067f442efd761ec74c450b042d24717dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | Ex15_3.sce | clear
//Given
I=0.15 //A
R=0.12 //m
r=0.065 //m
r1=0.15 //m
//Calculation
//
A=%pi*R**2
u=4*%pi*10**-7
B=(u*I*r)/(2*%pi*R**2)
B1=(u*I)/(2*%pi*r1)
Bmax=(u*I)/(2*%pi*R)
//Result
printf("\n (i) (a) Magnetic field on the axis is zero")
printf("... |
2c0a671395e6960a82e7a51b86040d863b6a007c | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP0/misfunc.sci | 7494fe681ffad94217e200585ecc4640b973fdaa | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 512 | sci | misfunc.sci | function [x, y] = polarCart(r, t)
// Conversion de coordenadas polares a cartesianas.
x = r*cos(t)
y = r*sin(t)
endfunction
//--------------------------------------------------------
function [x, y] = polarCartGr(r, t)
// Conversion de coordenadas polares a cartesianas,
// el angulo esta... |
f16fa7b93464c8e644e9e2ca236ca87c259fe089 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH5/EX5.19/5_19.sce | d89a4ae2586c7cf02275b15240a2f79111dd6587 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | 5_19.sce | clear; clc; close;
Vcc = 18;
Vt = 26*(10^(-3));
Beta = 200;
Vb1 = 4.9;
Vb2 = 10.8;
Ic1 = 3.8*(10^(-3));
Ic2 = 3.8*(10^-(3));
Ie = Ic1;
Re1 = 1.1*(10^(3));
Rc2 = 1.8*(10^(3));
re = Vt/Ie;
Rc1 = re;
Av1 = -Rc1/re;
Av2 = Rc2/re;
Avt = Av1*Av2;
disp(Avt,"no-load voltage gain(Avt) :");
|
959c7e1fb8990f388afd5e687f04372025c9ba96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH7/EX7.2a/eg7_2a.sce | 0c3f3beff6d9276a9c14681c4affc5bb921f4862 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 108 | sce | eg7_2a.sce | samplesize = 1000;
acceptable =921;
disp(acceptable/samplesize, "The maximum likelihood estimate of p is") |
5685bf1dc22f9c86c18a286dbb6dbabd2f4b64cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/CH4/EX4.05/4_05.sce | ad997bcba814dc793af3d6e056debf540ed7dc98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | 4_05.sce | pathname=get_absolute_file_path('4_05.sce')
filename=pathname+filesep()+'4_05data.sci'
exec(filename)
D=1.067*D*V^2*R;
printf("\Answer:\n")
printf("\n\Aerodynamic force exerted by surface pressure distribution: %f N\n\n",D)
|
c83172fffb1e2bc139797fbd339828fc154ddee7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH1/EX1.8/Chapter1_example8.sce | 6cdb13932de9f1d94312cb33f05e10ad1023dac9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sce | Chapter1_example8.sce | clc
clear
//Input data
m=10//Mass of the block in kg
F1=40//Horizontal force to start moving in N
F2=32//Horizontal force to move with constant velocity in N
//Calculations
u1=(F1/(m*9.8))//Coefficient of static friction
u2=(F2/(m*9.8))//Coefficient of kinetic friction
//Output
printf('Coefficient of stat... |
c0b4bef8cd22467f72814737cc57918991ceb58e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Linear_Algebra_And_Its_Applications_G._Strang_70.zip/Linear_Algebra_And_Its_Applications_G._Strang_70/CH2/EX2.1.2/2_1_2.sci | 21129f75f130e1301b85d0e885d78f139e1bf49f | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | sci | 2_1_2.sci | errcatch(-1,"stop");mode(2);//page 71
;
;
disp('Take vector space of 3X3 matrices')
disp('One possible subspace is the set of lower triangular matrices,Another is set of symmetric matrices')
disp('A+B,cA are both lower triangular if A and B are lower triangular ,and are symmetric if A and B are symmetric and Zer... |
db13824d58027caa22e45d48cf8be1965a2c26d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3523/CH12/EX12.17.7/Ex12_7.sce | d4adf50df7acd2440f3aabf2a0593766470df3ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_7.sce | //Example 7// Ch 12
clc;
clear;
close;
// given data
D=15;//conductor spacing in cm
rsh=2.75;//sheath radius in cm
I=250;//current in A
f=50;//in Hz
Xm=2*%pi*f*2*log(D/rsh)*10^-7*10^3;//conductor to sheath mutual inductive reactance
E=I*Xm;//indused sheath field in V/km
printf("indused sheath field %f V/km"... |
e488dc7613f9219c6afe43b94023597f502ff960 | 717ddeb7e700373742c617a95e25a2376565112c | /72/CH5/EX5.1.3/5_1_3.sce | 7fe31155f9b7efee2208becb3107f09c9d6204e6 | [] | 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 | 1,135 | sce | 5_1_3.sce | //CAPTION: Silicon_Bipolar_Transistor
//CHAPTER NO.-5
//Example No.5-1-3 , Page No.-206
//(a) Program_to_find_the_mobilities_un_and_up
disp('the mobilities(in cm2/v.s )are read from Fig-A-2 in Appendix A as un=200 for NdE=5*(10^18) cm-3 and... |
3958de3fac41c93f895b9b4c17616c1e7c417932 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH3/EX3.8/ex3_8.sce | b189e507dfbc2767a9454a1d899883be778e135c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 884 | sce | ex3_8.sce | //Chapter-3, Example 3.8, Page 112
//=============================================================================
clc
clear
//INPUT DATA
N=1000;//no of turns in a coil
a=10*10^-4;//crossectional area in m^2
i1=4.2;//current in A in case 1
i2=9.2;//current in A in case 2
B1=1;//flux density in wb/m^2 when curr... |
8eebe4edf7860dd110e9620645a3ea7fc24905ed | 449d555969bfd7befe906877abab098c6e63a0e8 | /2321/CH14/EX14.10.2/EX14_10_2.sce | c6161714180dcc1e61fc00d8c0fd221040904cc9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | EX14_10_2.sce | //Example No. 14.10.2
clc;
clear;
close;
format('v',6);
ht=100;//feet(transmitter height)
hr=50;//feet(receiver height)
d=1.4142*[sqrt(ht)+sqrt(hr)];//miles(Range)
disp(d,"Radio horizon in miles : ");
|
2097cffc489c719d8dfec41357e2889bd2bf4a3a | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH3/EX3.8/3_8.sce | aadc453bd619ebb8be6974f1cb884fd945611250 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | sce | 3_8.sce | // example:-3.8,page no.-108.
// program to calculate attenuation constant.
syms alpha R Rs L G C eta a b w pi eipsila eipsilac mue eta;
//from example 3.1:-alpha=(R*(sqrt(C/L)+G*sqrt(L/C));
eta=sqrt(mue/eipsila);
L=(mue/(2*pi))*(log(b/a));
C=(2*pi*eipsila)/log(b/a);
R=(Rs/(2*pi))*((1/a)+(1/b));
G=(2*pi*w*eipsi... |
7547c25d51ba73e9af164d84c0e01188847b9a85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /27/CH6/EX6.5.2/Example_6_5_2.sce | 1a5ca34d2336777bfaa087cf4cef19323fcca565 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,511 | sce | Example_6_5_2.sce | clear;
clear;
clc;
close;
set(gca(),"auto_clear","off") //hold on
//Get x(dot) = y; y(dot)=x-(x^3);
A1 = [0 1;1 0] //Jacobian at (0,0)
t1=det(A1)
A2 = [0 1;-2 0] //Jacobian at (1,0) and (-1,0).
t2=det(A2)
tau2=trace(A2)
disp("Since, t1=-1, thus (0,0) is a SAddle Point.");
dis... |
f590a3beb8c9c537baa5c6fe6879d97aead0bb25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH1/EX1.10/1_10.sce | 5b54ceebd2eb1db1e096555bdd25a5f4f6b7a598 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 648 | sce | 1_10.sce | //1.10
clc;
disp('If the thyristor is fired at 60 degree')
Irms=(0.8405*((%pi-%pi*60/180)-sin(2*%pi)/2+sin(2*%pi*60/180)/2))^0.5;
R=100;
P=Irms^2*R;
printf("Power supplied to load=%.0f W",P)
disp('If the thyristor is fired at 45 degree')
Irms=(0.8405*((%pi-%pi*45/180)-sin(2*%pi)/2+sin(2*%pi*45/180)/2))^0.5;
R=... |
f8859bd26d4900cd8ea611e54627444420f61e50 | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/scripts/compHSFlash.tst | 523c6d0711ac4f8787afe38707a2c7917c3f9ded | [] | no_license | psy007/NNPC-CHEMICAL-SIM- | 4bddfc1012e0bc60c5ec6307149174bcd04398f9 | 8fb4c90180dc96be66f7ca05a30e59a8735fc072 | refs/heads/master | 2020-04-12T15:37:04.174834 | 2019-02-06T10:10:20 | 2019-02-06T10:10:20 | 162,587,144 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 857 | tst | compHSFlash.tst | units VMG
/LiquidPhases = 2
$thermo = VirtualMaterials.Advanced_Peng-Robinson
/ -> $thermo
commonproperties VapFrac T P MoleFlow MassFlow Energy H S MolecularWeight MassDensity Cp ThermalConductivity Viscosity molarV ZFactor
displayproperties VapFrac T P MoleFlow MassFlow Energy H S MolecularWeight MassDensity Cp Therm... |
efd7ea7517066ae9d1d5680a70b805f545537016 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH5/EX5.17/Example_5_17.sce | f8ddc53d2b85b9d9bbc993fe70747cc9f9649bef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | Example_5_17.sce | //Example 5.17
clear;
clc;
//Given
delGo1=3.0;//delGo value for conversion of malate to fumarate in kJ
delGo2=-15.5;//delGo value for conversion of fumarate to asparate in kJ
//To determine delGo for given reaction
delGo3=delGo2+delGo1;//net free energy change for the required reaction in kJ
mprintf('delGo ... |
e7d5346df9010d02b8e06b75fc73e1f50d6bd88c | 664fdc6470c0da45922ff39e3b58320db9600faf | /control/kalman/test.tst | dabdcf354eec3e6d0db2756049a4b814606576af | [
"MIT"
] | permissive | beandrewang/drone-sim | 55a60df2b3eb64f56ffc301e739bc3df22a2764d | 5e932e1a3cec62af0dbf23dbbf8eacea06163796 | refs/heads/master | 2021-01-19T11:52:43.493366 | 2017-03-07T01:22:02 | 2017-03-07T01:22:02 | 82,269,144 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,718 | tst | test.tst | // an unit test for the kalman filter implementation
// an example of a velocity and position system
// Pos = Pos + Vel * dt + adt^2 / 2;
// Vel = Vel + at;
// X = [Pos, Vel];
// y = Pos
// u = a
// X = [1, dt; 0 1]X + [dt^2 / 2; dt]u
// y = [1 0]X
// A = [1, dt; 0 1], B = [dt^2/2; dt], C = [1 0]
exec('kf.sci');
dur... |
c54e6eb7315e55f7d8ae4a777a38e987ebd49a47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH10/EX10.17/10_17.sce | 712f09f749701bfbcaa2cc04a624a889560f160e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | 10_17.sce | clear
clc
S=50
V=11
Z=V*V/S
If1=1870
If2=2590
If3=4130
X1=V*1e3 /(sqrt(3)*If1)
x1=X1/Z
X2=((V*1e3*sqrt(3)/(sqrt(3)) )/(If2))- X1
x2=X2/Z
X0=((sqrt(3)* V *1e3)/If3) - X1-X2
x0=X0/Z
mprintf("x1= %.2f pu \n x2= %.2f pu \n x0= %.2f pu", x1, x2,x0)
|
7f8f3d78edec50ed6d45d0ef3474bd116d11e2a5 | 46ffb5fda9448453eba4d6787a1568028b241d88 | /ABMLangangen/calibration/calibSimplexMeanSquares_05:27:14.561 PM 05-juin-2013.sci | 040de3f86cfbd001284c26181766d6dea82d4238 | [] | no_license | JusteRaimbault/Models | f81f886dc050445dae68e933e0c052c7f9c0b59c | 52f9c28fe20c8e491fb83e22ef162256eb966d32 | refs/heads/master | 2016-09-10T23:23:05.419418 | 2013-07-30T22:02:34 | 2013-07-30T22:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sci | calibSimplexMeanSquares_05:27:14.561 PM 05-juin-2013.sci | ms=[];incomemean=[];bref=[];bnorm=[];
ms(1)=5.390800984364039E8;
incomemean(1)=10000;
bref(1)=5000;
bnorm(1)=5000;
ms(2)=4.586893883780778E77;
incomemean(2)=10000;
bref(2)=7000;
bnorm(2)=5000;
ms(3)=5.2011000850936294E8;
incomemean(3)=10000;
bref(3)=5000;
bnorm(3)=7000;
|
fd119ffe58dcb263c6f77f9d6e467cc4fe5519b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH4/EX4.1/example4_1.sce | 6388bfd8fb4fdd609fff2a67a82dd4459abd63e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | example4_1.sce |
//example 4.1
//page 160
clc; funcprot(0);
// Initialization of Variable
Q=0.1;
A2=19.63/10000;
A1=78.54/10000;
z1=6;
z2=0;
g=9.81
Gamma=9810;//specific weight
V1=Q/A1;
V2=Q/A2;
Pdef=Gamma*(V2^2/2/g+z2-z1-V1^2/2/g);
disp(Pdef/1000,"pressure difference between 1 and 2 (kN/m^2)");
clear
|
6ea0f8dc8f680736829adedecdba507470b49f4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH1/EX1.15/Ch01Ex15.sce | f0bc4cfd60dd45685582b4b9b2160663694d2b1f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sce | Ch01Ex15.sce | // Scilab code Ex1.15: Pg 20 (2008)
clc; clear;
Total_bill = 78.75; // pounds
Standing_charge = 15.00; // pounds
Units_used = 750; // kWh
Cost_per_unit = ( Total_bill - Standing_charge )/Units_used; // p
Cost_of_energy_used = 67.50; // pounds
Total_bill = Cost_of_energy_used + St... |
1efa5c3b77cb6f8cc2fd43ee35b1bdeef4a64414 | 43799901e22e995d4db64000ef28c0a787aeb11b | /ISAWIN/LINOV/MYREG/appli.tst | 688764c8e1229b365ce9352ff3aca08acc2190f3 | [
"WTFPL"
] | permissive | aquaforum/tench_catch | 7082d8e8f3a224aa50be9150a96362f2f323a2be | 3f377476d82d7343edd985a6d3a41b57dc301f98 | refs/heads/master | 2023-07-17T13:33:10.901467 | 2021-08-22T19:29:09 | 2021-08-22T19:29:09 | 398,885,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,250 | tst | appli.tst | @ISA_SYMBOLS,254400693
#NAME,myreg,3.41
#DATE,17.08.2018
#SIZE,G=3,S=0,T=0,L=0,P=0,V=0
#COMMENT,wsma1tst
@PROGRAMS,3
#!5001,PROG
#!5002,PI_DUO
#!5003,PIDMY
@STEPS,0
@TRANSITIONS,0
@BOOLEANS,9
#!1001,ZONE_,+X,!5002,FALSE,TRUE
#!1002,ZONE0_,+X,!5002,FALSE,TRUE
#!1003,AM_15,+X,!0000,FALSE,TRUE
#!100... |
5f3885e78ae95bd4f1cf4a0d167fe3b39d784da5 | 26e0446118d01de6f6a471afb39d81406908c736 | /CercleCorrel.sce | 299a27c2a4876005f6d04d888588ca68d75f28d9 | [] | no_license | Eruliuce/Projet_Modelisation_ACP | 79d1b84aa9d742e552e6c6d8b9acba979631dbaf | 5a6b330f0fe0dd89b1efb56638a253f26d194f6e | refs/heads/master | 2021-01-18T18:32:09.133376 | 2015-02-28T10:28:32 | 2015-02-28T10:28:32 | 31,441,932 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sce | CercleCorrel.sce | function CercleCorrel(caraCentreReduit)
t=0:0.00001:2*%pi;
plot(0.5 * cos(t), 0.5 * sin(t));
plot(cos(t), sin(t));
[n1, n2] = size(caraCentreReduit);
for i=1:n2;
plot(caraCentreReduit(1,i), caraCentreReduit(2,i), ".r");
end
endfunction
|
a5d3f627edf604bfd35f558e769f023edf643539 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH1/EX1.13/Ex1_13.sce | 6e4d77058a83555926a12dba9edbb99876e0fd02 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | Ex1_13.sce | // chapter 1 , Example1 13 , pg 25
V=15000//volume(in m^3)
T1=1.3//initial reverberation time(in sec)
aS=(0.165*V)/T1 //total absorption of hall (in Sabine)
T2=(0.165*V)/(aS+300)//revrberation time of hall after adding 300 chairs each having absorption of 1 Sabine
printf("Reverberation time of hall after adding 3... |
56912ffff50536bd9809cf32c5fcae2120335fbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH5/EX5.11/5_11.sce | ab3a4f245bdd11d9be8147c57eb2456337dde86e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | 5_11.sce | clc();
clear;
// To calculate the critical temperature
M1=199.5; //isotopic mass
M2=203.4;
Tc1=4.185; //1st critical temp in K
Tc2=Tc1*sqrt(M1/M2);
printf("the critical temperature is %f K",Tc2);
|
61b257c980fe46b204577ccaf92b581ac5967943 | 5f2ca8e18735204f5995ac7e44a6e301eb23ea0b | /scripts/sim/coordinated_turn_f16.sce | 98ffaf00f3a849552e339bdb9811ac084cb34700 | [] | no_license | Jettanakorn/mcflight | 4e7d4e20976e8f3621bf13fec2a8b522ecfc49a9 | e6579a11e10c5e9ae9ee558f464a6b88e1ae7a26 | refs/heads/master | 2023-03-17T10:49:28.906700 | 2019-10-30T20:20:58 | 2019-10-30T20:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 992 | sce | coordinated_turn_f16.sce | exec('trim/trim_f16.sci');
exec('eqm/params_f16.sci');
//[X0, controls, params] = trim_coordinated_turn(800, 1000, 0.3, -3/180*%pi);
params = load_f16();
params.xcg = 0.35;
params.VT_ftps = 502;
params.alt_ft = 0;
X0 = [
502.
0.2391101
0.0005096
1.3665928
0.0500909
0.
0.
0.
0.
0.
0.
... |
483f6c64f850d3447a0bad9e8692747567ca1ea5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH3/EX3.1/ex3_1.sce | edb5aaffc67168cda6e5289c4f4cda38e4d14137 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | ex3_1.sce | // Example 3.1, page no-89
clear
clc
h=6.626*10^-34//Js
e=1.6*10^-19//C
c=3*10^8//m/s
v=10000//V
lam_min=(h*c)/(e*v)
V=c/lam_min
printf("\n(i)\nThe wavelength of X-rays emitted Lamda_min = %.2f A°\n(ii)\nThe frequency of X-ray beam emitted is %.1f*10^18 Hz",lam_min*10^10,V*10^-18)
|
aa8af9533f142d71bfd2d235924ae658069ade46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH3/EX3.4/EX3_4.sce | f937ff3797b6abbc9cd8db139e062e06cd590b74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 713 | sce | EX3_4.sce | //calculating induced emf and maximium flux density
//Chapter 3
//Example 3.3
//page 197
clear;
clc;
disp("Example 3.3")
kVA=40; //rating of the transformer
V1=2000; //primary side voltage in volts
V2=250; //secondary side voltage in volts
R1=1.15; ... |
032fcd5a22eed2682b95ab0bd006aa17a46d9f43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH5/EX5.1/5_1.sce | 05e99ba4a604e399eaaffe3aa2cd451f4da2e827 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | 5_1.sce | clc();
clear;
// To calculate the critical field
Tc=3.7; //critical temperature in kelvin
Hc_0=0.0306; //critical field in T
T=2;
Hc_2k=Hc_0*(1-((T/Tc)^2));
printf("the critical feild at 2K is %f Tesla",Hc_2k);
|
74ca6f714ad429506a116c354fde2ce5eec0ab41 | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/autom/correction.sce | 58ed8b7ec55ee98f5679a1d23de616936fa694ec | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,756 | sce | correction.sce | clear();
xdel();
s=poly(0,'s'); // ou s=%s
// 1er ordre
tau1=1;
H10=1;
H1=syslin('c',H10*1/(1+tau1*s));
// 2nd ordre
H20=1;
z=0.5;
w0=10;
H2=syslin('c',H20/(1+2*z/w0*s+s^2/w0^2));
// 3ieme ordre
w31=1;
w32=10;
w33=1000;
H3=syslin('c',1/((1+s/w31)*(1+s/w32)*(1+s/w33)));
H=H2;
// Correcteur
// ==========
K = 0.7;
T... |
59f22a82f67a4f3de77c9e2e51f6c522e0b6d22b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3161/CH9/EX9.3/Ex9_3.sce | f3773ff6742e99e139c00b181cefa745379a7fe1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex9_3.sce | clc;
//page 475
//problem 9.3
//Resistance R = 1000 Ohm
R = 10^3;
//Capacitance C = 0.1 * 10^-6 F
C = 0.1*10^-6;
//Break point for RC filter is f1
f1 = 1/(2*%pi*R*C)
//Baseband bandwidth of signal fM = 15 kHz
fM = 15 * 10^3;
Gain = atan(fM/f1)/(3*(f1/fM)*[1 - (f1/fM)*atan(fM/f1)]);
disp('Initial... |
c42d2f16fc650c9cd2d246a85a91370b266942e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH2/EX2.2/2_2.sce | 404cd886621d1117eb5c90a3fbfe3b36c43b6ddf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 834 | sce | 2_2.sce | //Exm[ple 2.2
//Page no. 15
//Given
//outer thickness of brickwork (to) & inner thickness (ti)
to=0.15 //m
ti=0.012 //m
//thickness of intermediate layer(til)
til=0.07 //m
//thermal conductivities of brick and wood
kb=0.70 //W/m celcius
kw=0.18 //W/m celcius
//temp. of outside and inside wall
... |
4083ec106b12e01e897ee0bbfe09f0367dbb6c0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH8/EX8.15/Ex8_15.sce | 306df8d1f493047132d0e9465861cc50ccf1d3a3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 377 | sce | Ex8_15.sce | // Example 8_15
clc;funcprot(0);
// Given data
m_a=3.00;// g
T_a=10.0;// °C
m_b=200;// g
T_b=80.0;// °C
c=4186;// J/kg.K
// Solution
// Let a=cream,b=coffee
r=m_a/(m_a+m_b);// The mass ratio
S_p12=((m_a+m_b)/1000)*c*log([1+((r*(((T_a+273.15)/(T_b+273.15))-1)))]*((T_b+273.15)/(T_a+273.15))^(r));// J/K
prin... |
3d52626363acd4f4506b698b3734e7453a9e087b | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH16/EX16.7/Exa16_7.sci | ab02e04b47a7f09d79c63f6fea5eae04505a7b0e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sci | Exa16_7.sci | //Determine the lowest three blind speeds of this radar
vc = 3e+8;
f = 5e+9;
PRF = 800;
n = 1;
lambda = vc/f;
vb = PRF*n*lambda;
vb1 = vb*60*60*1e-3;
vb2 = vb1*2;
vb3 = vb1*3;
disp(vb3, vb2, vb1, 'The lowest three blind speeds of this radar are (in Km/h)') |
891c8f7bb81b010d38350a8e9af45a86e5748d09 | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qtdeclarative/tests/auto/quick/qquickborderimage/data/colors-round-quotes.sci | 294f3cfe487b092804fc20ffb55b8285640695c5 | [
"Qt-LGPL-exception-1.1",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GFDL-1.3-only",
"LicenseRef-scancode-digia-qt-preview",
"LicenseRef-scancode-warranty-discl... | 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 | 131 | sci | colors-round-quotes.sci | border.left:10
border.top:20
border.right:30
border.bottom:40
horizontalTileRule:Round
verticalTileRule:Repeat
source:"colors.png"
|
bdb1a6d6a24a424a065c544934aa5c191facd9c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH9/EX9.4/exm9_4.sci | 6b8d2abdec07fa7aeb1f20c85541338508c5ebd1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 687 | sci | exm9_4.sci | // Example 9.4
//Write a program with function power that computes x raised to the power y.
funcprot(0);
function p = power(x,y)
p=1.0; // x to power 0
if((y>=0)) then
while(y) //computes positive powers
p=p*x;
y=y-1;
end
... |
504f1272dba5ca640cab7c4d8b45d1fc047dea7f | 843ddfc1f1137ace0ddbffdc051fb2b2a3e2ba6b | /P2/P202c.sce | f36b62e0a5de551e9ea63973bc3fbf04f4505e9f | [] | no_license | aguadix/SIMCON | 8169169577fc5e69257f6dc91558b7b320974161 | 5f83003937740a730c4593c241309c9da7693ddf | refs/heads/master | 2022-10-27T00:34:29.074871 | 2022-10-24T11:24:08 | 2022-10-24T11:24:08 | 53,549,792 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 410 | sce | P202c.sce | clear; clc;
// P202c.sce
s = syslin('c',%s,1);
K = 1; T = 1; // Sistema de primer orden
G = K/(T*s+1) // Función de transferencia
dt = 0.01; tfin = 10; t = 0:dt:tfin; // Tiempo
u = t; // Entrada
y = csim(u,t,G); // Respuesta temporal
scf(1); clf(1);
plot(t,K*(t-T),'g-'); // Asíntota oblicua
plot(t,y); // Respu... |
01b944d91b7ebae4c99d5c22bed37b86513af813 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfi_hp8_aspfin_d/~BivLCM-SR-bfi_hp8_aspfin_d-PLin-VLin.tst | 0bae9bb4a124f1273b28ffa3cf8bb77a3bcc450b | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfi_hp8_aspfin_d-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.235490D+00
... |
1c33f42ea8cad5ff8c9e827c7228345a8549a36a | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/scripts/signalstream.tst | 9c2332ab8070574277c834301b28faa47bb8ec2a | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,915 | tst | signalstream.tst |
#Test signal stream
s1 = Stream.Stream_Signal()
#Should not be accepted. Type not set yet
s1.In = 100.0
#Set type
s1.SignalType = P
#set a value
s1.In = 100.0
s1.In
s1.Out
#Set thermo below
$thermo = VirtualMaterials.RK
/ -> $thermo
thermo + WATER
#Add a clone
s1.pPort = Stream.ClonePor... |
01211c4efde5b3f7d98714eba88c45218051cad7 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/imc_controller/clientread.sce | 3ecec17e36ee316d797137a2b4927153fa83a6b0 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 26,114 | sce | clientread.sce | 1624 1315812941709 1315812945125 0.0 251.0 36.2
1625 1315812970537 1315812973953 0.0 100.0 34.8
1626 1315812971040 1315812974468 15.842 100.0 34.7
1627 1315812971535 1315812974953 15.417 100.0 34.6
1628 1315812972035 1315812975453 15.027 100.0 34.7
1629 1315812972540 1315812975968 12.094 100.0 34.6
1630 131581297... |
2e14600e7c4309dc467acfb15bcbb80aa27dbf44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH5/EX5.10/Ch05Ex10.sce | 70b4040cafb54a171a773ca1474a0913d2040a00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,272 | sce | Ch05Ex10.sce | // Scilab code Ex5.10: Pg:219 (2008)
clc;clear;
Lambda = 5.9e-05; // Wavelength of spectral line, Angstorm
n = 2; // Second order principal maxima
f = 25; // focal length of the convex lens, cm
aplusb = 2.54/15000; // Grating element where a is the width of slit and b is the width of opaque region in... |
1694ed00d33f0a6e58c0ad88f6171ae268a2126e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH12/EX12.5/Ex12_5.sce | 5d33ee7d94862df209f1d18faf965766b330b257 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | Ex12_5.sce | clear
//Given
r=10**-1 //m
B=3.0*10**-5 //T
t=0.25 //S
N=500
R=2 //ohm
//Calculation
//
a1=B*%pi*r**2*cos(0*3.14/180.0)
a2=B*%pi*r**2*cos(180*3.14/180.0)
a3=a1-a2
e=(N*a3)/t
I=e/R
//Result
printf("\n Magnitude of the emf is %0... |
9339f64113b6faa2fed2f72e551c15403993991f | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/zpv.tst | c3525d429eea0703c16ded61c6cb4dd11d45b6e6 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,456 | tst | zpv.tst | gaˀabi bigaˀabi V;PFV
u+siŏba gúsiŏba V;POT
u+kîʔ bakîʔ V;PFV
a+zhuuˀn razhuuˀn V;HAB
iuˀuyi riuˀuyi V;HAB
iun=buaˀa riun=buaˀa V;HAB
gaaˀ gígaaˀ V;POT
shăla gíshăla V;POT
bwi rbwi V;HAB
iaaˀbi riaaˀbi V;HAB
zaka guzaka V;PFV
asi gâsi V;POT
ieˀetu dxîeˀetu V;POT
uˀuda gûˀuda V;POT
ñiiˀdzhu guñiiˀdzhu V;PFV
iuuˀ=stoˀo b... |
01896df2bf3687569a99e98749a0a40588e52b12 | 676ffceabdfe022b6381807def2ea401302430ac | /library/Demos/Python/FieldUtils/Tests/chan3D_ptsTocsv.tst | 33c679b638e049380a2d9606876f58ea796e5de9 | [
"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 | 610 | tst | chan3D_ptsTocsv.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description> Convert pts to csv </description>
<executable python="true">chan3D_ptsTocsv.py</executable>
<parameters></parameters>
<files>
<file description="Session File">chan3D_pts.pts</file>
</files>
<metrics>
<metric type="L2" i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.