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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77e6c8b141156a9dfeb8bf474a0a5a747337ab4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH3/EX3.2/Example3_2.sce | ebd018a8095e8b0df9a44ba3024ab9c1105a0a02 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sce | Example3_2.sce | //Chapter-3,Example3_2,pg 3_6
Vifs=4.095
n=12
Qe=Vifs/(((2^n)-1)*2)
printf("quantisation error\n")
printf("Qe=%.5f V",Qe)
|
9dd9023e699b909a48567faab8080f5578534361 | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH7/EX7.9/7_9.sce | 91ae3db74a267bf5bffee96f2444fa34c6c3012d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,151 | sce | 7_9.sce | clear;
clc;
printf("\t\t\tExample Number 7.9\n\n\n");
// heat transfer across horizontal air gap
// Example 7.9 (page no.-346)
// solution
a = 0.2;// [m] side length of plate
d = 0.01;// [m] seperation between two plates
p = 101325;// [Pa] pressure of air
R = 287;// [] universal gas constant
T1 = 100;// [... |
3e5b63f2a948f0a89f2a4f936771c0148dfae2a5 | c49a028f382c3baddcd641c1972dd72bb60eaadc | /exp_6.sce | 6a3c571c74f4334e3f81d5533f4f941a1d0a109b | [] | 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 | 536 | sce | exp_6.sce | Xn = input("Enter the value of Xn ");
i_x= input("Enter the range of Xn ");
Hn = input("Enter the value of Hn ");
i_h= input("Enter the range of Hn ");
exec("E:\scilab\work_17BIT009\exp_6_fun.sce");
[Yn,In] = exp_6_fun(Xn,i_x,Hn,i_h);
figure(1);
subplot(3,1,1);
plot2d3(i_x,Xn);
xlabel('n');
ylabel('Xn')... |
de193b9e437ae9b544ac1bae6482ac66fe099809 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH1/EX1.12/ex1_12.sce | 8ddfd479e7a6d83dc10eab20274944794bace95f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 455 | sce | ex1_12.sce | // Exa 1.12
clc;
clear;
close;
// Given data
E = 20;// in V
V_D1 = 0.7;// in V
V_D2 = 0.7;// in V
V2 = E - V_D1 - V_D2;// in V
R1 = 3.3*10^3;// in ohm
R2 = 5.6*10^3;// in ohm
I2 = V2/R2;// in A
I2 = I2*10^3;// in mA
disp(I2,"The current through resistor R2 in mA is ");
I1 = V_D2/R1;
I1 = I1 * 10^3;// in... |
1c5f1c0d029c63c67ac276d609ec2c5a61cd667b | fbb52d6d1b9a4902eb3710dd49cc02abe59ee133 | /modules/core/src/test/resources/log/gridgain.log.tst | ea74097323249f81f3e5473850e796c91ab993aa | [
"Apache-2.0"
] | permissive | cdsalmons/gridgain | 6500c661c2e3a9c91069e4010d0b9d36bab15844 | d2cbb296d4184f8626a3447ca99430c6c3f15208 | refs/heads/master | 2021-01-24T18:59:26.652870 | 2015-11-01T10:55:25 | 2015-11-01T10:55:25 | 45,376,380 | 1 | 0 | null | 2015-11-02T06:34:36 | 2015-11-02T06:34:36 | null | UTF-8 | Scilab | false | false | 3,923,545 | tst | gridgain.log.tst | [14:14:22,515][INFO ][main][GridListenActorSelfTest]
>>> _____ _ _______ _
>>> / ___/____(_)___/ / ___/___ _(_)___
>>> / (_ // __/ // _ / (_ // _ `/ // _ \
>>> \___//_/ /_/ \_,_/\___/ \_,_/_//_//_/
>>>
>>> ---==++ IN-MEMORY BIG DATA ++==---
>>> ver. x.x.x-DDMMYYYY
>>> Copyri... |
4383ef1fed2a7101fc03c139d77dad7bdb88a937 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH20/EX20.7/207.sce | 355a45fa030a5f76c58c09d6534754d7b3843505 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 618 | sce | 207.sce | clc;
//Example 20.7
//page no 276
printf("\n Example 20.7 page no 276\n\n");
//refer to illustrative Example 20.5
//(1)
//we have to calculate minimum air ventilation flow rate into the room containing 10 ng/m^3 of a toxic chemical
//ng means nanograms
rV=250//chemical generated in the laboratory,ng/min
c_o=10... |
d45ad3499b5052987f71d30e16b9e8f2b9e66a76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH10/EX10.14/exp10_14pp.sce | b67f88b2c0545e6e390e55a006f39c792388a652 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 645 | sce | exp10_14pp.sce | clear
clc
disp("example10.14")
a1=5000;b1=450;c1=0.5;//for system 1
e1=0.02;e2=-0.02//error
a1c=a1*(1-e1);b1c=b1*(1-e1);c1c=c1*(1-e1)
a2c=a1*(1-e2);b2c=b1*(1-e2);c2c=c1*(1-e2)
tl=200
function [co]=cost(a,b,c,p)
co=a+b*p+c*p^2
endfunction
p11=(b2c-b1c+2*c2c*tl)/(2*(c1c+c2c))
p22=tl-p11
totco=cost(a1c,b... |
aa51945d530a250c6e5f40d14bfc2ca5f85ddb17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH3/EX3.11/ex3_11.sce | 81a982223042a572528bf51d1b2c2b4000efa81f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 656 | sce | ex3_11.sce | // Example 3.11, page no-99
clear
clc
theta_l=30 //earth station's location 30°W longitude
theta_s=50 //satellite's location 50°W longitude
theta_L=60 //earth station's location 60°N latitude
r=42164 // orbital radius of the satellite in km
R=6378 //Earth's r... |
627f1d7aa99f75966f92a3f02f0d2562244cce13 | 975bff4cfbf67b318995dc4c925cb18317ae38a3 | /OraclePG.sci | 1dc3c8d712d029a9d8cead876790dac7973f4dba | [] | no_license | VictorSanh/Optimisation | 98da003def697207e0fb967abe07b99ac7afc7e1 | 5dc3a2dec09982d066ee1e0504cecd0a6f2b71a6 | refs/heads/master | 2021-01-18T21:16:30.468266 | 2016-05-21T16:46:13 | 2016-05-21T16:46:13 | 55,126,828 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 568 | sci | OraclePG.sci | function[F, G, ind] = OraclePG(qc, ind)
// Si ind = 2, on calcule seulement F
if ind == 2 then
F = 1/3*(q0+B*qc)'*(r .* (q0+B*qc) .* abs(q0+B*qc)) + pr'*Ar*(q0+B*qc) ;
// Si ind = 3, on calcule seulement G
elseif ind == 3 then
G = B'*Ar'*pr + B'*(r.*(q0+B*qc).*abs(q0+B*qc));
... |
d9aaaa400db4bf1a7015c5064b6436ae9a744e99 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/macrocab_pfet1.sce | de166135fdebbede3896f96758e9bbc87e07913d | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 209 | sce | macrocab_pfet1.sce | style.fontSize=12;
style.displayedLabel="<table> <tr> <td><b>G<br>S</b></td> <td align=center>pFET1</td> <td align=left><b>D</b></td> </tr> </table>";
pal11 = xcosPalAddBlock(pal11,"macrocab_pfet1",[],style);
|
5a5ec94d67e878dd59e40b4714ffb0735fabef9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH1/EX1.22/22.sce | 9b78395a26c4562ab99d35a2cfc399f3048f07fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 22.sce | clc
clear
//Input data
T=300+273 //Static Temperature in K
C=200 //Velocity in m/s
Cp=1005 //Specific heat capacity at constant pressure in J/kg-K
//Calculation
To=T+(C^2/(2*Cp)) //Stagnation Temperature in K
C_max=sqrt(2*Cp*To) //Maximum possible velocity obtained by air in m/s
//Output
printf('Maximum... |
715c6fe17474012529b67bf2aa3b14cd364524bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH4/EX4.19.b/solution4_19.sce | d7fa73adc4bd2041dfcb066293a75d299666bcd7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 898 | sce | solution4_19.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution4_19.sce')
//Obtain path of data file
datapath = path + filesep() + 'data4_19.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the permissible stresses for steel parts sigmat (N/mm2)
sigmat = Syt/fs
//Calculate the ... |
2cfc904e2c70e493d24497b454226112faece439 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH8/EX8.20/ex8_20.sce | 2322e7966fcad52732ae1d1a7fbd1b19a6a4a689 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex8_20.sce | // Exa 8.20
clc;
clear;
close;
// Given data
R_f = 200;// in kΩ
R_i = 30;// in kΩ
V_i = 0.1;// in V
V_im = 0.5;// in V
Vo_min = -((R_f/R_i)*V_i);// in V
disp(Vo_min,"The minimum output voltage in V is");
Vo_max = -((R_f/R_i)*V_im);// in V
disp(Vo_max,"The minimum output voltage in V is");
disp("The output ... |
993c511c2201892df8f8ce780562629554472cc8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH2/EX2.7/Ex2_7.sce | d435aa62a7b2b8326f9de048b98a9f69155010ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 664 | sce | Ex2_7.sce | //Ex2_7 Pg-88
clc
disp("Relaxation time in terms of mobility is given by")
disp(" t=m*u/e")
printf("\n\n Taking effective mass of electron an holes in consideration,\n relaxation time is given by \n")
disp(" t=m_star*u/e")
disp("(a) foe electrons,m_star = 0.259*m_0")
m0=9.1*10^(-31)
ue=0.135 //mo... |
a5213996664ee16f2be6313d439a2400ffb0dbca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH18/EX18.2.e/E18_2.sce | d654654de4684e8556a2fe749dd8adb5c79a6d77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 948 | sce | E18_2.sce | clc
//Initialization of variables
function [coefs]=regress(x,y)
coefs=[]
if (type(x) <> 1)|(type(y)<>1) then error(msprintf(gettext("%s: Wrong type for input arguments: Numerical expected.\n"),"regress")), end
lx=length(x)
if lx<>length(y) then error(msprintf(gettext("%s: Wrong size for both input arguments: sa... |
f14eb59511fc3179d04f26ab65f47e5ce1d6c232 | c85cd177767bb7028f15fecb201143f86b35ae94 | /td.sce | 236dbef561bbae268d9e6a1fcbcec3ae9cd8c3a0 | [] | no_license | Neucrede/Dummy | c879b8b8f2e32da33d53576ce4f56b4638da7df7 | 7f3f158c78620d66abd089dca658297fac0da069 | refs/heads/master | 2021-06-18T00:47:59.632096 | 2021-03-31T09:19:08 | 2021-03-31T09:19:08 | 179,017,060 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 947 | sce | td.sce | td = [1.1786885 1.2666667
3.952459 2.3217391
4.1098361 -0.3565217
6.3918033 5.2434783
5.0934426 2.4028986
2.3786885 2.3623188
1.847541 2.6463768
0.942623 6.9884058
0.9819672 4.3913043
1.847541 8.0028986
3.6180328 7.3942029
1.2770492 6.2173913
4.... |
cb0b6eb2c2c70f392c5ffb275d890079dee989a7 | 2937c156b49cd6ff5e1da79887b533c03a6118e8 | /part c/test_delete_station_procedure.tst | 66c66a1aefd2d1fc05d1663a4ead8834f7f2f9b2 | [] | no_license | eti-walis/Travel-Agencies-Database | ba6e83a5a5bde3950b6540d7c02ff6360e10ba8d | 7284414f5d725fd09f11f73781945168cddc6802 | refs/heads/main | 2023-08-19T04:17:54.751162 | 2021-09-30T16:28:16 | 2021-09-30T16:28:16 | 412,138,503 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | tst | test_delete_station_procedure.tst | PL/SQL Developer Test script 3.0
4
begin
-- Call the procedure
delete_stop_procedure(delAddress => :delAddress);
end;
1
delAddress
1
JerusalemBenGurion15
5
0
|
716f7c6bfd30e1a23bac7326ce8627496632d3b7 | d897696cc5ab77f0fa78fb32a26fba4611f9b9ea | /recog_momcom.sce | 846148877f055cb8dd96efb99ce88484b1e18268 | [] | no_license | hnizdil/it3105-image-processing | 3ebf6ae8f18a6dfb4b1e91dd88fee594fc322ffb | 26ac31b32c6b8012094583b128a7b2b304f021e0 | refs/heads/master | 2021-03-12T22:41:42.261537 | 2009-10-26T10:51:57 | 2009-10-26T10:51:57 | 32,507,477 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,087 | sce | recog_momcom.sce | getf('functions.sci');
//
// get reference images and do the threshold
//
// function for converting ascii to pgm
function fnames = patt_ascii_to_pgm(patt)
clr = 'red';
path = 'recog/';
fnames = list();
for i = 1 : 3
fname = path + patt + string(i) + '.' + clr;
pgm_from_ascii(fname, [128 128]);
fnames($+1) ... |
ec3e7c53a0d75716a7abb1ea82c4f6363368fc92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /866/CH5/EX5.4/5_4.sce | e644d15c65ef076a773f183012d30cb787d326e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | 5_4.sce | clc
//initialisation of variables
L= 200 //m
D= 18 //m
h= 6 //m
w= 10 //KN/m
//CALCULATIONS
L2= L/(sqrt((D-h)/D)+1)
H= w*L2^2/(2*D)
Tmax= sqrt((w*L2)^2+H^2)
alphamax= atand(w*L2/H)
printf ('L2= %.1f m',L2)
printf (' \n H=%.1f KN',H)
printf (' \n Tmax=%.1f KN',Tmax)
printf (' \n alphamax=%.1f degrees',alph... |
84181c68f3dec727e03e93a7f170b5ed501de7e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH8/EX8.10/ex8_10.sce | 9140b92b4e38169f750f734b74918676dd1c925c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | ex8_10.sce | //Page Number: 8.12
//Example 8.10
clc;
//Given
K=1.38D-23;
B=40D+6;
Tant=600; //Kelvin
Trec=3000; //Kelvin
G=80; //dB
GG=(10^(G/10));
//Input noise power from antenna
Nant=K*Tant*B; //W
disp('W',Nant,'Nant=');
Nrec=K*Trec*B; //W
disp('W',Nrec,'Nant=');
Nout=(Nant+Nrec)*GG;
disp('W',Nout,'... |
e6af0a5f12edf28d8cd1f9b1629b5128aacf1a4d | fdc5047b7bf8122bad1e621df236b0481226c36e | /exemplos/xls-link-0.5.0-src/macros/xls_SelectRange.sci | a35f99d713992fb9fed8a33bdf2bac16d9113941 | [] | no_license | jpbevila/virtualHartSci | aea3c6ba23d054670eb193f441ea7de982b531cc | a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5 | refs/heads/main | 2023-07-26T23:05:28.044194 | 2021-09-09T11:50:59 | 2021-09-09T11:50:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 606 | sci | xls_SelectRange.sci | // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2013 - Scilab Enterprises - Antoine ELIAS
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The... |
2bd477e9615f4c11cadd0d8ab033c8df479ef40c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH23/EX23.5/Ex23_5.sce | 1b5052ca87ceb87dfeebb0e3163ebb9f8102a3db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex23_5.sce | //Example 23.5
Np=50;//Number of loops in the primary
Vp=120;//Primary voltage (V)
Vs=100*10^3;//Secondary voltage (V)
Ns=Np*Vs/Vp;//Number of loops in the secondary
printf('a.Number of loops in the secondary coil = %0.2e',Ns)
Ip=10;//Current in the primary coil (A)
Is=Ip*Np/Ns;//Current in the secondary coil (A... |
4b65de09eb5bcc9061b3b7867e377a68f2bb7ec0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH7/EX7.57/57.sci | 2089cb64d5cd609377cd93c326234f0c370e5e7a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sci | 57.sci | clc;
clear all;
disp("heat transfer coefficient")
s=20/1000;//m side of channel
L=2.5;//m length of channel
U=4.5;//m/s
tb=30;// degree C
ts=70;// degree C
rho=995.7;// kg/m^3
k=0.6175;// W/m.C
v=0.805*10^(-6);// m^2/s
Pr=5.42;
Prs=2.55;// Pr at 70 degree C
Deq=4*s*s/(4*s)//m
Re=U*Deq/v
Nu=0.021*Re^0.8*P... |
dc0ca58512cd622b29b1979491b1c03f3e32cd90 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH1/EX1.6/1_6.sce | fe0a774ed222a9a6a4ebd64659a0dbdda6e7e2d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_6.sce | clc();
clear;
// To calculate the lowest energy of electron
n1=1;
n2=1;
n3=1; //values in lowest energy
h=6.62*10^(-34);
M=9.1*10^-31; //mass in kg
L=0.1; //side in nm
L=L*10^-9; //side in m
n=(n1^2)+(n2^2)+(n3^2);
E1=(n*h^2)/(8*M*L^2); //energy in j
E1eV=E1/(1.6*10^-19); //energy in eV
pri... |
c59277de51d5111b77f2d8113b01ea053498a64d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH3/EX3.3/Ex3_3.sce | dbb482907857e5bedbc7f034b4c8aec9888d819f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | Ex3_3.sce | //Example number 3.3, Page number 3.33
clc;clear;close
// Variable declaration
T=1.2 // in s
V=7500 // in m^3
// Calculation
A=(0.16*V)/T // in m^2
// Result
printf("Total absorpttion = %.f m**2 of O.W.U.",A)
|
ef451c31cc4169187311ba068b9ac84ea8e4e524 | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/PCIeGen3/PulseResponseConvolver/PulseResponseConverter.sce | 39ad81b1f39c2a8c7185f4e923bbec3e876f7b33 | [] | 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 | 6,390 | sce | PulseResponseConverter.sce | // Pulse Response to impulse response (Freq Domain) converter.
// Imports pulse response from HSpice *.tr files and
// computes impulse response in frequency domain file
//
//
// Use for bus simulations from Intel
//
//
// (c)2009 L. Rayzman
// Created : 04/03/2009
// Last Modified: 04/03/2009 - Initi... |
36f709188b427442e066517f1e610e8c3105b52c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH28/EX27.12/EX27_12.sce | eedbd8ff7120c0c78f23f393b4ea83c9975b053e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | EX27_12.sce | // Grob's Basic Electronics 11e
// Chapter No. 27
// Example No. 27_12
clc; clear;
// If R L increases to 250 Ohms, calculate the following: Is, Il, Iz, and Pz.
// Given data
Vin = 25; // Input voltage=25 Volts
Vz = 7.5; // Zener voltage=7.5 Volts
Rl = 250; // Load Resistance=250 Ohms
Is = ... |
f439e6a9af9b1cea7fcb88b50854ea7270fec8cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH3/EX3.14/ex3_14.sce | 29c946624878a64d6f393812416d8c1152b46bdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | ex3_14.sce | //Find the capacitance of a varactor diode
clear;
clc;
//soltion
//given
C=5;//pf//capcitance of varactor diode at V=4V
V=4;//V
K=C*sqrt(4);
//When bias voltage is increased upto 6 V
Vn=6;//V//new bias voltage
Cn=K/(sqrt(Vn));
printf("Capacitance (At 6 V ) = %.3f pf",Cn);
|
da9b66cbfd08fdaac1eaa9f267de87469f7a0479 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH15/EX9.15.4/Ex9_15_4.sce | 8cfe7d0db9579961f518b26be7d32498f6d1ecfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | Ex9_15_4.sce | //Section-9,Example-4,Page no.-E.6
//To calcuate the pH of unknown solution.
clc;
R=8.314
T=298
F=96500
E=0.4188
E_ref=0.2415
pH=(E-E_ref)/((2.303*R*T)/F)
disp(pH,'pH of the unknown solution')
|
9746ff2646e10b827922811bbc3774d5e94e69d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /462/CH3/EX3.7.a/ex_3_7_a.sce | dee7428c3af0c457afcd855a45f7ba875a858034 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | ex_3_7_a.sce | //example 3.7(a)//
clc
//clears the screen//
clear
//clears existing variables//
disp('when V(i)=0, the transistor T(1) is operating at point B')
t=5;
//input voltage as given in question//
x=0;
V=t-x;
//output voltage in volts//
disp('here V(o)(in volts)=')
disp(V) |
886e4fd805b7d1c373daf4e3491d123c5a674709 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20170217_xor/xor_in.sce | 85a05206f47823f4c4c66ca0b58a035b1505fa46 | [] | no_license | skim819/RASP_Workspace_sihwan | 7e3cd403dc3965b8306ec203007490e3ea911e3b | 0799e146586595577c8efa05c647b8cb92b962f4 | refs/heads/master | 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 896 | sce | xor_in.sce | //xor_clk_sr = [0 1 0 0 0 0 linspace(0,0,32)]; // 1st
//xor_clk_sr = [0 1 0 1 0 0 linspace(0,0,32)]; // 2nd
xor_clk_sr = [0 1 0 1 0 1 linspace(0,0,32)]; // 3rd XOR output
xor_data_sr = [1 1 linspace(0,0,36)];
xor_in=[
linspace(1.9,1.9,6) linspace(2.1,2.1,8) linspace(2.1,2.1,8) linspace(2.1,2.1,8) linspace(2.1,2.1,8)... |
40ea83d63a62481fb32fbff6ffb7a1b790cbde2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH11/EX11.3e/11_03_example.sci | bf1d6f6a8104f37f3ecf6d79c7cacdb6711823a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sci | 11_03_example.sci | //Example 11-3 Flow of Hot Oil over a Flat Plate
T = 40 //temperature of hot oil [C]
L = 5 //length of flat plate [m]
V = 2 //free stream velocity of oil [m/s]
rho = 876 //density of oil at 40 C [kg/m^3]
nu = 2.485 * 10**-4 //kinematic viscosity of oil at 40 C [m^2/s]
Re_cr = 5 * 10**5 //critical Reynold's number
|
fe3c75015c04743fc073f4728e5e8e55135b5392 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3809/CH3/EX3.4/EX3_4.sce | 0e77235a495dfd1cd1f9877448ad759012f9f5bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 369 | sce | EX3_4.sce | //Chapter 3, Example 3.4
clc
R1=25 //resistance in ohm
R2=400 //resistance in ohm
//To solve simultaneous equation by converting them into matrices form
a=[R1 -2;R2 -8]
b=[50;3200]
x=a\b
//Results
printf("Voc = %d V\n",x(1)) //display voltage Voc
printf("R = %d Oh... |
c6997f5ae76abc211e63ee64e997089d97677dad | 449d555969bfd7befe906877abab098c6e63a0e8 | /3432/CH7/EX7.12/Ex7_12.sce | 2eaead7699e285a9097b70e33f9e3bb90311ff35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 605 | sce | Ex7_12.sce | //Example 7.12
//Transformation of Thermal System from state description
xdel(winsid())//close all graphics Windows
clear;
clc;
//------------------------------------------------------------------
// State space model of Thermal System
s=%s;
F=[-7 -12; 1 0];
G=[1;0];
H=[1 2];
J=0;
sys=syslin('c',F,G,H,J)
... |
531b05b7d8edc96ded201671542ba4b75bd66110 | 316e1170fe9699fa45e025d6d6064fc6da74ca0d | /retaMinimosQuadrados.sce | 03058551cab72305eae3a1b3053887858ad3ac4f | [] | no_license | RafaelRMMarsol/MetodosMinimosQuadrados | e0c6c82dbee390551da2d53036e9a2be11777ee0 | 08d6dbae7fb57b9c9e35cacef1e38402eae3dd74 | refs/heads/main | 2023-01-11T11:09:09.105578 | 2020-11-13T03:44:57 | 2020-11-13T03:44:57 | 312,466,003 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 230 | sce | retaMinimosQuadrados.sce | clear
x=[0 1 2 3 4 7]';
y=[1 3 4 6 5 7]';
n=size(x,1);
M=[n sum(x)
sum(x) sum(x.^2)]
b=[sum(y)
sum(x.*y)]
a=inv(M)*b;
XX = 0:0.1:10;
YY = a(1)+a(2)*XX;
plot(XX, YY, 'b')
plot(x,y,'r*');xgrid
|
e3a990bbd93f176c68cc757e5632c343f9bc770f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH3/EX3.36/36.sce | c93e9b40419d2ce191357112cbb9e81be4d8f70b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 398 | sce | 36.sce | clc
// Given that
lambda = 5890 // wavelength of light in angstrom
a = 1 // Diameter of aperture in cm
// Sample Problem 36 on page no. 176
printf("\n # PROBLEM 36 # \n")
printf(" Standard formula used \n")
printf(" theta = 1.22*lambda/a \n")
theta = 1.22*lambda*1e-10/(a*1e-2) // Calculation of resolving limi... |
35a68249cf445ab4508a5920283ab3c9860a83d4 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/algebre/fullrf.sci | d11083f80336bda7cd82bdf3403642f496d1af6d | [
"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 | 442 | sci | fullrf.sci | function [Q,M,rk]=fullrf(A,tol)
//[Q,M,rk]=fullrf(A)
//Full rank factorization : A=Q.M
//with range(Q)=range(A) and ker(M)=ker(A),
//Q full column rank , M full row rank
// rk = rank(A) = #columns(Q) = #rows(M)
//F.D.
//!
[lhs,rhs]=argn(0)
na1=norm(A,1);
if rhs==1 then tol=sqrt(%eps);end
if na1 < 1.d-10 then Q=[];M=[];... |
7fa301fdd67b1ffd0a91bf2fcdf5f7662669a82a | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH7/EX7.8/example7_8.sce | e773795c4f9d2831cf39d2378b8b31cdccedab84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example7_8.sce |
clear;
clc;
printf("\t Example 7.8\n");
s1=20.51; //solubility at 10 degree per 100 gm of water
w2=277.85; //molecular weight of FeSO4.7H2O
//let x be the quantity of Na2CO3.10H2O
x=poly([0],'x'); //calc. x the weight of crystal
t=roots(900*.4-.5465*x-(900-x)*20.5/120.5... |
3c7db422d49eb3841caae04fa15e119052703398 | 881e0bcc7118244a24f736786ac36140acfb885e | /yeast/results/GAssist-ADI-C.yeast-1/result5s0.tst | 638eb3aca44ce100b780466b5265c3d0386e961f | [] | no_license | woshahua/Experiment_File | 3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc | 6a139cd3f779373799cb926ba90d978235b0de0d | refs/heads/master | 2021-01-01T06:57:13.285197 | 2017-07-28T08:17:38 | 2017-07-28T08:17:38 | 97,557,409 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,585 | tst | result5s0.tst | @relation yeast-1
@attribute Mcg real [0.11, 1.0]
@attribute Gvh real [0.13, 1.0]
@attribute Alm real [0.21, 1.0]
@attribute Mit real [0.0, 1.0]
@attribute Erl real [0.5, 1.0]
@attribute Pox real [0.0, 0.83]
@attribute Vac real [0.0, 0.73]
@attribute Nuc real [0.0, 1.0]
@attribute Class {MIT, NUC, CYT, ME1, ME2, ME3, E... |
af2222bbc39b811fd9c62eb156a5b99bf48e83a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH20/EX20.2/Ex20_2.sce | 1d92950fe060bf048b8e7254ca27eec85a6df4f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex20_2.sce |
N=1500//speed in rpm
E1=300//hysteresis losses
//E1=k1*N
k1=E1/N
E2=150//eddy current losses
//E2=k2*N^2
k2=E2/N^2
E=E1+E2//total iron losses
//when iron losses are reduced to half
//k1*N1+k2*N1^2=.5*E
//solving for N1
N1=(-k1+sqrt(k1^2-4*k2*(-.5*E)))/(2*k2)
mprintf("Total iron losses will be halved if sp... |
0f4613d9701bff5652de8db6398ec331f2efdac1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/Win95-util/DllSci/tdll.sci | 8f2ae4bf4d8735d9797d0a35e70102388b5b9f55 | [
"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 | 95 | sci | tdll.sci |
host("make");
link('libtdll.dll",'doit','c');
[a,b]=fort('doit',1,1,'d',2,2,'d','sort',1,2);
|
41556a2fddec5647d74019f9ab11cc6f4ae78a20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2789/CH1/EX1.3/Ex1_3.sce | 50ca809240a46797cc33fc68f8385af7d24cb0c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_3.sce | clear;
clc;
//page no. 17
r1 = 0.25;// radius of cylinder in feet
l = 2;//length of cylnider in feet
r2 = 0.30;// radius of co-axial cylinder in feet
mu = 0.018;//lb-sec/ft^2
torque = 0.25;// in ft-lb
dv_dy1 = torque/(4*%pi*mu*r1^2);//velocity gradient at radius = 0.25 in fps/ft
dv_dy2 = torque/(4*%pi*mu*r2^... |
1ac6a647fa3423ada2f139dc8b5ddf9960d68fd1 | 8c8c1ab38e21729879e1fb57636eb778aaf88ca5 | /EXP_3_1.sce | 8e7ca0e8d1216c7b0163f7613473f700a10f86a9 | [] | no_license | Rutvik1999/Scilab_3rdSemester | 3b9454b18220ed503e7129bf77a797feecd8f039 | 12342f90814f64e86398621be3070d5569388634 | refs/heads/master | 2020-05-18T08:21:10.203092 | 2019-04-30T16:03:59 | 2019-04-30T16:03:59 | 184,292,298 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | EXP_3_1.sce | A = [ 5 -3 0 ; 3 -9 1 ; 0 1 -7 ];
B = [ 5 ; 2 ; 4 ];
X = A\B;
disp("Currents = ");
disp(X);
P = [31 -6 ; -6 41];
Q = [75 ; 90];
R = P\Q;
disp("Voltages VA and VB = ");
disp(R);
|
e5ec61a24c87afa19808bf3c30c693e593c3b141 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH14/EX14.3/ex14_3.sce | 36c6214eff380e315f7e0e6fa22ec88f1f5370ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | ex14_3.sce | //Exam:14.3
clc;
clear;
close;
R_Cu=1.8*10^(-8);//resistivity of pure copper at room temperature
R_CuNi=7*10^(-8);//resistivity of Cu 4% Ni alloy at room temperature
R_Ni=(R_CuNi-R_Cu)/4;//resistivity due to Impurity scattering per % of Ni
disp(R_Ni,'resistivity due to impurity scattering per percent of Ni in ... |
d5678617f98c5c9838a7da39f3003416983d37cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH12/EX12.5/Example_12_5.sce | 10c3a01da4bf427427a45919df572ae254a4f62f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | sce | Example_12_5.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 12.5
//Caption : Program to Calculate the Heat transfer rate in th evaporator
M_LiCl=42.39;
M_H2O=18.015;
T1=298.15;//[K]
T2=405.15;//[K]
//Step a
m_LiCl... |
bd797418545e21a69179b6fe0ad97591ca865afe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3788/CH8/EX8.5.2/Ex8_5_2.sce | d3378503c5fdbeb5155991d6e257fb20c5071778 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,005 | sce | Ex8_5_2.sce | //Example 8.5.2
//Calculate the rain attenuation
clc
clear
Upfreq=17.80 //17.80Ghz
//Polarization=vertical
kv=0.0510
av=1.0927
elevationangle=45
hs=0.05
hr=4.00
R=63
latitude=25
Ls=((hr - hs)/(sind(elevationangle)))
printf("The slant path length is %f km",Ls)
Lg=Ls*c... |
f72201867551374dd16e9836844ea972c6190128 | 579578f1d058aeaebb2093b58c69fc4a54572a29 | /src/Visual/Non-verbal/Presentation Files/1 back Visual - non-verbal - instructions.sce | d21c99f957eb51d907677d04f7b005a90c6a5f3e | [
"MIT"
] | permissive | DouweHorsthuis/N-back-task-experiment | 1c1d61547d1e8ca92e4759f1bc20f73888d120fd | 46562a2602aea51788ca8dcb43f4e198af5739ee | refs/heads/main | 2023-04-18T08:46:52.509126 | 2022-01-11T16:45:01 | 2022-01-11T16:45:01 | 376,124,873 | 3 | 2 | MIT | 2021-12-07T22:01:29 | 2021-06-11T19:33:18 | Scilab | UTF-8 | Scilab | false | false | 4,511 | sce | 1 back Visual - non-verbal - instructions.sce | scenario = "1 back Visual - non-verbal";
no_logfile = false;
scenario_type = trials;
response_matching = simple_matching;
default_background_color = 128, 128, 128;
default_text_color = 200,200,200;
default_font_size = 40;
active_buttons = 2;
button_codes = 1,2;
write_codes = true;
pulse_width = 10;
pcl_file = "1 ba... |
669028b44bc3ec571d73e15f7828fce2737ef43f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2744/CH1/EX1.6/Ex1_6.sce | 941c237e35c810dc198a77cfb22a6dc33d8544d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 801 | sce | Ex1_6.sce | clear all;
clc;
d = 7/8;//diameter of the bar in inches
l = 10;//length in feets
P = 6;;//axial pull in tons
E = 13000;//modulus of elsticity in tons/in^2
m = 4;
A = 0.25*%pi*d^2;//in in^2
V = 0.25*%pi*d^2*l*12;//volume in cub.inches
p = P/A;//in tons/in^2
e = p/E;
del_l = e*l*12;//stretchof the bar in inche... |
62564a63b886eaecabbd91d48bbd9aa07a207537 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2615/CH14/EX67.2/67.sce | 90a622c1404bfa34a88b27c769f0fb050784ba71 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 172 | sce | 67.sce | clc
//initialisation of variables
a=0.51//mm
f=0.1//m-kg
//CALCULATIONS
N=a/(a+b)//mm
//RESULTS
printf('the numberator and denominator of the right side=% f mm',N)
|
d28ac3e17eca5247b20efaa5e8e4378e0082ebbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH19/EX19.4/example4.sce | 815e42e1a8bdebbfca4cdee5f63b529c4a9b170b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 642 | sce | example4.sce | // find closed-loop total harmonic distortion
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 19-4, page 714
clear; clc; close;
// Given data
R1=10^2;// in ohms from the given figure
Rf=3.9*10^3;// in ohms from the given figure
Avol=10... |
d4257112662315f8a3308b5459c30ad6889f672d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH4/EX4.3/Ex4_3.sce | 97acd7278dda8622687dea7813e28eac4626d6be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,174 | sce | Ex4_3.sce | // scilab Code Exa 4.3 Calculations on Steam Turbine Plant
p1=82.75; // Turbine Inlet Pressure in bar
T1=510; // Turbine Entry Temperature in Degree Celsius
pc=0.042; // Condenser Pressure in bar
H=3420;
n_e=0.85;
gamma=1.4;
n_st1=0.85;
p2=22.75;
// for regenerative cycle
hs(1)=121.4; // from steam tab... |
a4cd5269d6cd56c879a3cdc30caf2d7a5f6c394c | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/PulseWaveSolver/Tests/AInflow.tst | 4f96cf05ed5a1391bdaa6ff217d8bcaa45bf4483 | [
"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 | 682 | tst | AInflow.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>AInflow Inlet Condition, P=5</description>
<executable>PulseWaveSolver</executable>
<parameters>AInflow.xml</parameters>
<files>
<file description="Session File">AInflow.xml</file>
</files>
<metrics>
<metric type="L2" id=... |
186f41e8222b558620d15aa067ba0f1779c32437 | 37950f16d052f7743e8ddc536e89c28f717a7229 | /main_test.sci | 9156204e102be80e7c7640bbe951bf1b45457151 | [] | no_license | tauhideee/SIM-Scilab | 51aca407e107500d6dbb780db4ceebb5a18ef03f | d94b53bb856b59bb33ace4ff001fe96c3c8229bb | refs/heads/master | 2021-01-22T14:20:56.974550 | 2015-07-18T10:26:44 | 2015-07-18T10:26:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,376 | sci | main_test.sci | // Delete figures, memory and screen
xdel(winsid()); clear; clc
function y = fun2fit(x, c)
y = c(1)* cos(c(2)*x+c(3)) + c(4);
endfunction
// This is how we define the error to be minimized.
// Function leastsq iterates through this error until it's
// not posible to reduce it any more.
function e = myerror(c, x, ... |
69d7fbb89fa696fd9f25c889a908b193834c8229 | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH8/EX8.11/ch8_11.sci | e1c1c4155acec9c5681f0e3f8ba38b5d2d9dbd56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | ch8_11.sci | //to calculate net power op,eff,line current and pf
clc;
j=sqrt(-1);
Zs=(1/3)*(.3+j*6);
phi=atand(imag(Zs)/real(Zs));
Vt=400/sqrt(3);
Ef=600/sqrt(3);
a=sqrt(Vt^2+Ef^2-2*Vt*Ef*cosd(phi));
Ia=a/abs(Zs);disp(Ia,'line current(A)');
B=acosd((Vt^2+a^2-Ef^2)/(2*Vt*a));
phi=90-(90-atand(imag(Zs)/real(Zs)))-B;disp... |
1aa9a8cb2780fea3e9b5faad0c7d1501d3ae7f9a | 05d972abeab11d213913aa6124e6a2104d859132 | /etc/McpSelNasMinus.tst | b3cda1c15ac739cf2578471f0e5d3f0bcb49f54d | [] | no_license | LivTel/sdb_puller | 50ac8289d57c4927245ca70c4809cf2b9c807e82 | 9e573ee4d20035f846cb010a02099b9a25dc4e76 | refs/heads/master | 2022-06-24T04:59:10.771334 | 2019-12-18T19:10:47 | 2019-12-18T19:10:47 | 179,494,067 | 0 | 0 | null | 2020-07-01T23:30:44 | 2019-04-04T12:34:54 | C | UTF-8 | Scilab | false | false | 31 | tst | McpSelNasMinus.tst | sysreq, SYSREQ_REQ_FOCUS_NASM
|
eeb4826bcf21fbbe234fa67cd18a89bca6a9aa78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH7/EX7.6/Ex7_6.sce | cad9914b28494b2035ac858ab19af99bbb42aca2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_6.sce | //Example 7_6
clc();
clear;
//To find out the rotation rate
at=8.6 //units in meters/sec^2
r=0.2 //units in meters
alpha=at/r //units in rad/sec^2
t=3 //units in sec
wf=alpha*t //units in rad/sec
printf("The rotation rate is wf=%d rad/sec",wf)
//In textbook answer is printed wrong as 129 rad/sec b... |
47bcf6651eeae0572c53f54ba9d798dac7681b15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH13/EX13.7/13_07.sce | e888bdc1652af50e0bba65968e38494718b8f909 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 914 | sce | 13_07.sce | //Chapter 13, Problem 7, figure 13.37
clc;
E1=10; //e.m.f source 1
R1=2; //resistor 1
R3=5; //resistor 2
R2=8; //resistor 3
R=10; //resistor 4
I1=E1/(R1+R2);
V2=I1*R2;
r=R3+((R1*R2)/(R1+R2));
I=V... |
cfea11c58d46acce37b662302ff589fd2c77460b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH4/EX4.42/Ex4_42.sce | 8952674cdb3b8fa7a05c41bf79dfffcd4df2944d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_42.sce | clc;
N=1000; // speed of dc series motor
v=250; // supply from mains
i=50; // current drawn from mains
r=0.6; // armature + field resistance
rg=4.4; // additional resistance
// field flux is proportional to armature current
Ea1=v-i*r; // counter EMF at 1000 rpm
// Ea2=v-(n2/20)*(r+rg) where Ea2 is counter EMf a... |
9e8e13e4d9f35a9b6d584ea5d275640590aca266 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH3/EX3.12/ex12.sce | fee809129b578961953344d4b578258185d5e755 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 807 | sce | ex12.sce | //ques12
//Using Generalized Charts to Determine Pressure
clc
//(a)
R=0.5956;//Gas constant for a given substance in psia.ft^3/lbm.R
Pcr=3200;//Critical Pressure in psia
Tcr=1164.8;//Critical Temp in R
v=0.51431;//specific volume in ft^3/lbm
T=600;//Temperature in F
//so
P=1000;//Pressure in psia from Table A... |
497a35afb7e5b87436d3bedcc11188bd2cdd9d9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1991/CH5/EX5.3/3.sce | cbd8adcbbc6081e49f7796558ce43a5b48a5caad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | 3.sce | clc
clear
//input
f=0.15 //focal length
u=0.2 //distance of object
//calculation
x=(1/-f)-(1/u)//lens formula
y=1/x
m=y/u//linear magnification
//output
printf("the position of image is %3.3f m",y)
printf("\n linear magnification is %3.3f hence image is diminished",m)
|
95ddc9541f8788f0cf2aac314a26bec97f0bb340 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.13/ex_1_13.sce | 519c3e69f1e0d3e44368435ddd1dc52f6d395175 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 132 | sce | ex_1_13.sce | //Example 1.13// resolution
clc;
clear;
close;
//given data :
D=1/9999;
F=9.999;
R=D*F;
disp(R*10^3,"resolution,R(mv) = ")
|
f392e2aa476e8324d587eaab75e2ab06622bf841 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH1/EX1.21/Ex1_21.sce | 57895a4f1ecfeeafb814b716a29ca95bf59c7963 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_21.sce | //Chapter 1: Structure and Bonding
//Problem: 21
clc;
// Solution
v_n = 2 * 5 // number of valence e- in nitrogen
v_co = 4 + 6 // number of valence e- in CO
mprintf("The Number of valence electrons in N2 is %d\n", v_n)
mprintf(" The Number of valence electrons in CO is %d", v_co)
|
d1bb67c497b0413475372b873305dab3ac8a80e8 | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH12/EX12.2/ex_12_2.sce | 28bca9996f6beee841b7403bd9df5dc9a1f34bd2 | [] | 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,505 | sce | ex_12_2.sce | //dsing sleeve and cotter joint
clc
//solution
//given
P=60*10^3//N
ft=60//N/mm^2
t=70//N/mm^2
fc=125//N/mm^2
pi=3.14
//let d be diameter of rods
//P=A*ft
//P=(p1/4)*d^2*ft
printf("the dia of cotter jont is,%f mm\n",sqrt((P*4)/(pi*ft)))
printf("the standard dia of cotter jont is d=26mm\n")
d=36//mm
//let... |
a8092bd84eaef5caff9a65f94e45bc1ea3ec6d14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH34/EX34.8/Ex34_8.sce | 2607542f339a875973572690deb2c210b782654c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,077 | sce | Ex34_8.sce | // Example 34_8
clc;funcprot(0);
//Given data
a=[5 4 2 1 0.5];// Load in kW
b=[200 4000 2000 1000 1560];// No of hours at load
CV_c=28000;// kJ/kg
Cc=350;// Cost of coal in Rs./ton
CV_d=36000;// kJ/kg
Cd=1200;// Cost of diesel oil in Rs./ton
Ci_s=18500;// Capital investment for steam plant in Rs/kW
Ci_d=1700... |
3b5518518d2b8e38c156c49e56c8f75e739206c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH8/EX8.18/8_18.sce | ca9c1dcf67c34f8127fc56ab57dafbdabaefaa46 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | 8_18.sce | R=1.987;//universal gas constant//
T1=293;//initial temperature in kelvin//
T2=303;//Final temperature in kelvin//
K1=6.68*10^-3;//rate constant corresponding to T1 in per min//
K2=1.31*10^-2;//rate constant corresponding to T2 in per min//
E=(2.303*R*T1*T2*log10(K2/K1))/(T2-T1);//energy of activation in Kcal per ... |
5f4c4bc783077e896a56cf3d11e150abd5c459ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH10/EX10.21/10_21.sce | 43d9c48e28c8cb8c58604e14a646c8c680cfa822 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 767 | sce | 10_21.sce | //To find diameter and number of collars
clc
//Given:
d2=300/1000,r2=d2/2 //m
W=200*1000 //N
N=75 //rpm
mu=0.05
p=0.3 //N/mm^2
P=16*1000 //W
//Solution:
//Calculating the angular velocity of the shaft
omega=2*%pi*N/60 //rad/s
//Calculating the total frictional torque transmitted
T=P/omega //N-m
//Calculat... |
9bbad463c86f926cc60b7d802282f3f2e88024f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2513/CH12/EX12.2/12_2.sce | e7f4f0a70a5892a91f64d95734ece78cafbcfec1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | 12_2.sce | clc
//initialisation of variables
a=27.6//sq ft
h=1.37//ft
d=1.53*(27.9)^0.38*(1.36)^0.24//ft
//CALCULATIONS
R=d/4//ft
A=(%pi*d^2)/4//sq ft
//RESULTS
printf('The diameter hydraulics radius and area of the hydraulically equivalent circular conduit=% f sq ft',A)
|
4279f658bbe34cafe670d97f446149822aad5f20 | 85796c94fc9059fcb09697ae3509fd9488d77aa8 | /initLadder.sci | d85fa71d044d7eec0b3f4ff4f6f0336d1b8aa6d0 | [] | no_license | MyCSDegree/snakenladder | 680d5cd7687da44a227c2b242765ab96e0b7534d | bedb901cbcede9ca3972514ec12686b33a9eaf85 | refs/heads/master | 2016-08-06T04:08:29.276575 | 2015-10-28T01:16:18 | 2015-10-28T01:16:18 | 42,781,425 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sci | initLadder.sci | // TODO: fix cyclic chains of snakes and ladders
global ladder_top
global ladder_bottom
ladder_top = rand(1, sizeladder);
ladder_top = ladder_top .* (85) + 15;
ladder_bottom = zeros(1, sizeladder);
idx = 0;
for i = ladder_top
idx = idx + 1;
ladder_bottom(1, idx) = rand() * (i - 10) + 5;
end
for i = 1:sizela... |
827055ad45d8bc9e2a3311465102b712e3a4a99f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH12/EX12.10/Ex12_10.sce | 7446536d2187655f84defbcce83b9ffa1781c58b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 740 | sce | Ex12_10.sce | clear all; clc;
disp("Scilab Code Ex 12.10 : ")
//Given:
E = 200*10^6; //kN/m^2
I = 17*10^-6;//mm^4
l_ac = 2; //m
l_cF = 4; //m
l_Fb = 2; //m
l_cb = 6; //m
l_aF = 6; //m
l_ab = 8; //m
F = 16; //kN
R_b = (F*l_cb)/l_ab;
R_a = F - R_b;
mc = R_a*l_ac;
mf = R_b*l_Fb;
theta_ca = (0.5*l_ac*mc)/(E*I);
... |
7ad9cbba0f296364db68ed90156a2de3cb782776 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH10/EX10.5/example5_sce.sce | 433ba5024e29407b6ea4cd1b534f93700dd1a8ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | example5_sce.sce | //chapter 10
// example 10.5
// page 351
R1=20
Vin=12;
Vout=0;//worst case for masimum power across R1
VR1=Vin-Vout;
disp(VR1)
PR1=VR1^2/R1;
disp(PR1)//watt |
05f847ab9888b7679bce8771a609eef4180e7917 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH8/EX8.2.e/E8_2.sce | ab855f45686da09dc3849b20357aa03ef8b68cb2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | E8_2.sce | clc
//Initialization of variables
pKa=4.88
C=0.01 //M
pKw=14
//calculations
pKb=pKw-pKa
Kb=10^(-pKb)
x=(sqrt(C*Kb))
pOH=-log(x)
pH=14-pOH
f=x/C
//results
printf("fraction protonated = %.1e",f)
printf("\n 1 molecule in about %d",1/f)
|
57d1add0f59f59f7a6ba7721a1edb09efac6f6b2 | fae96790eeb4b61b14b34826e3347d2ee5766317 | /projekty/Analizator widma - Atmega2561/Sources/PC/Simulation/fft/plots.sci | 3f26c6b0f6e1d8835d4ae99945502592ac112591 | [] | no_license | plawnik/projekty-zbior | a4a1cf0d00e7b3e3ddedd52184ef175dae3ca019 | fdbd0add3b31a33bd48c8ff605842796e7c31766 | refs/heads/master | 2022-07-11T22:35:40.645950 | 2020-05-17T17:11:15 | 2020-05-17T17:11:15 | 264,716,797 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 193,758 | sci | plots.sci | //clear commands
clear;
xdel();
clc;
clf();
//write vectors
x=[-0.442671 0.359050 -0.104953 0.802850 0.515488 0.119297 -0.067232 -0.934263 -0.397992 0.221656 0.574816 -0.812922 0.412275 0.318949 0.546983 0.935423 0.801874 0.360454 0.451766 0.152806 -0.704398 -0.383526 0.943968 0.477523 -0.828303 0.675832 -0.01126... |
306b53c84b0257840d783cbfce8d9d7a3761a1f6 | 584105ff5b87869494a42f632079668e4c3f82de | /sci_gateway/cpp/Min.sci | 451f59d5fd5200e7bc6e4f3932b8cd96f990c51b | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,832 | sci | Min.sci | //*********************************************************************//
// Author : Asmita Bhar
//*********************************************************************//
function varargout = Minimum(image, varargin)
[lhs,rhs] = argn(0);
if rhs<1 then
error(msprintf("Not enough input arguments"));
end
if rhs>9 ... |
78d63f8a261bca7e9a2c5f33419a91219e06f4e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2873/CH5/EX5.17/Ex5_17.sce | 7a56731f46be40e087734e4691f2fd75febe8aa7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,180 | sce | Ex5_17.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh Chapter 5 Example 17")
Q12=1000;//heat added during process 1-2 in KJ
Q34=800;//heat added during process 3-4 in KJ
T1=500;//operating temperature for process 1-2
T3=40... |
18b9bc9c9c49d214c69d1a640bc83f85f64fc68d | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH14/EX14.4/14_4.sce | ee7ec92d36334c000cf068ce03fbc9bb97126bdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 655 | sce | 14_4.sce | h3 = 882; h2 = 1034;
h6 = 998; h1 = 1008;
v1 = 0.084;
h4 = h3-h1+h6; h5 = h4;
t4 = 25+273;
disp("kJ/kg",h6-h5,"Refrigeration effect is")
m = 10;
w = (m*14000)/((h6-h5)*3600); // in kg/s
disp("kg/s",w,"Refrigerant flow rate is")
v1 = 0.084;
VFR = w*3600*v1; // in kg/h
ve = 0.8; // volumetric efficiency
CD = ... |
0e8416da373704c57b5a510db0c5ecdaca131c33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH5/EX5.4/5_4.sci | 03ea4b0592bda67c574a767eba0ea9a397ad4369 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,006 | sci | 5_4.sci | //5.4
clc;
To=1/2000;
T=1/50;
//Rn=1/(1+n^2*(To/T)^2)
R1=1/(1+1^2*(To/T)^2);
R3=1/(1+3^2*(To/T)^2);
R5=1/(1+5^2*(To/T)^2);
R7=1/(1+7^2*(To/T)^2);
R11=1/(1+11^2*(To/T)^2);
R13=1/(1+13^2*(To/T)^2);
PE3=(R3-1/1)*100;
printf("Percentage error for the production of 3rd harmonics=%.2f",PE3)
PE5=(R5-1/1)*100;
pr... |
b4d1ddfe3bb4a25ee3c95a19758bae240674c47e | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH9/EX9.4/Example9_4.sce | 8487ac2d381728f6fed9de17721a7eeada1fdc76 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,584 | sce | Example9_4.sce | //clear//
//Caption: Program to find the torque and force acting on each side of planar loop
//Example9.4
//page 271
clc;
ax = sym('ax');
ay = sym('ay');
az = sym('az');
I = 4e-03; //current in Amps
B = [0,-0.6,0.8]; //Magentic Field acting on current loop in Tesla
L1 = [1,0,0]; //length along x-axis
L2 = [... |
f1f6549af06f9dd46d7a42c2036ff4383409e2bf | bf63c70e054c641e89a6f7a4623a7634ce9a8a9d | /legacy/bofor_2005/test/ASS1.prev.tst | dd3d7aa2fa3056cb69ad4826067be68b997f605e | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | gfis/jextra | 9c8c030faf35f0834843ed8f07cc061ca9d65a64 | bdad8fd33fdf633cf2ff4c1879e1f61935c3d636 | refs/heads/master | 2022-03-13T21:31:56.132450 | 2022-02-12T21:27:40 | 2022-02-12T21:27:40 | 30,127,957 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 18,680 | tst | ASS1.prev.tst | UNDEF : @,@
ASSLOA END
---1 -ALONG : IN STATE 1 POSIT 1 NOT FOUND
---2 -HAPPEN: CANNOT ALLOCATE STRING, STRHIB=2, FSYM=2
---3 -EMITT : SYMBOL 3 IN STATE 3 NOT FOUN... |
8f9b27f67b5ff8d246a9be4498eed670a4a237a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2459/CH18/EX18.7/Ex18_7.sce | 96d22ac6760475626b8a6cfb31a92e8c72bb8eaa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 184 | sce | Ex18_7.sce | //chapter18
//example18.7
//page406
Vcc=50 // V
Np=5
Ns=1
R=50 // ohm
R_ac=(Np/Ns)^2*R
Po=Vcc^2/R_ac
printf("ac load = %.3f ohm \n",R_ac)
printf("maximum load power = %.3f W \n",Po)
|
b90f62742f31642a1cc418b532af4e01d944961b | 717ddeb7e700373742c617a95e25a2376565112c | /1340/CH4/EX4.4/4_4.sce | a2492327fd879f0dedc6d9a32cf48282a11e4591 | [] | 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 | 379 | sce | 4_4.sce | clc;
s =%s;
for k = 12:4:20
G = syslin('c',k/(s^2+8*s+k));
disp(G);
den = denom(G);
coef = coeff(den);
Wn = sqrt(coef(1,1));disp(Wn,"Natural Frequency = ");
zeta = coef(1,2)/(2*Wn);disp(zeta,"Daming ratio = ");
if(zeta==1)
printf("system is critically damped");
else if(zeta>1)
printf("overdamped... |
a035bb488afa0c23f726cdcd45443895504fa61b | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_btree_3_a.tst | 396e7836349c02aff608e1b31d7ea4891a2fe023 | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 320 | tst | test_btree_3_a.tst | Total index levels = 0
Total number of nodes = 2
Total number of items = 5
Dumping level #0
[Node 0] flags = 3, dge_link = -1
lft_link = -1, rgt_link = -1
Item #0, data = aaa, link = -1
Item #1, data = aaa, link = -1
Item #2, data = aaa, link = -1
Item #3, data = aaa, link = -1
Item #4, data = aaa, link = -1
|
05e35cc44f2eabfa515ab0c04ebe6172e3f46bca | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/Prism_channel_m6_dealiasing.tst | f7c4de48eed767ad5537dc2945ab50ccb111f641 | [
"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 | 1,023 | tst | Prism_channel_m6_dealiasing.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>3D channel flow, Prismatic elements, P=6</description>
<executable>IncNavierStokesSolver</executable>
<parameters>Prism_channel_m6_dealiasing.xml</parameters>
<files>
<file description="Session File">Prism_channel_m6_dealiasing.xml</file... |
a19ff6903f3065edfc72fed244a73dde68ac864c | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/cmd/test/hxthreesides.tst | 71c32297eeadaad00227631de0c5bafe035763c4 | [] | 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 | 1,400 | tst | hxthreesides.tst | # Heat exchanger test
units SI
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + WATER
# lets have some streams for this test
hotInlet = Stream.Stream_Material()
coldInlet = Stream.Stream_Material()
hotOutlet = Stream.Stream_Material()
coldOutlet = Stream.Stream_Material()
hotInlet2 = Stream.Stream_Mate... |
837d146eafb1519d1cf9c52e4331bfd764490353 | 8d952a06e3809a06825a3be7b067201f3652f16a | /debug/bin/BackDoor/sci_gateway/c/loader.sce | 29465d084ffa9c6581f74d3dd70e090460487f35 | [
"GPL-3.0-only",
"MIT"
] | permissive | andyLaurito92/haikunet | b771eaf6bd91292485f0a49698ce123b9308d676 | db44623b248c56735c28a5f589c3239dc7e9855e | refs/heads/master | 2021-06-14T12:38:38.996450 | 2021-05-05T18:26:02 | 2021-05-05T18:26:02 | 75,564,849 | 2 | 1 | MIT | 2021-05-05T18:26:26 | 2016-12-04T21:12:31 | C++ | UTF-8 | Scilab | false | false | 847 | 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
// ----------------------------------------------------------------------------
//
libbackdoor_c_path = get_absolute_file_path('loader.sce');
//
// ulink previous function with same name... |
2ebeca0433a77eeb26d2fa3be526c44c6a81f65d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH8/EX8.12/Example_8_12.sce | 20219bac11b6cc198e4303cdefaae2cbce57f365 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 698 | sce | Example_8_12.sce | //Example 8.12
clear;
clc;
//Given
T1=1225;//initial temperature in K
T2=1200;//final temperature in K
R=8.314;//gas constant in J K^-1 mol^-1
delHo=216.7;//standard enthalpy of the reaction in kJ
K1=0.00328;//equillibrium constant at temperature T1
//To determine equillibrium constant,delSo and delGo at t... |
7b6aa20546f3659296b6992e1baefdcecc8a40d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH13/EX13.4/exm13_4.sci | 85044f29fcb366b53be85c2cf9ec9381e463c18d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,138 | sci | exm13_4.sci | // Example 13.4
//Write a function to insert a given item before a specified node known as
//key node.
funcprot(0);
//Create the list
function [List]=create(list1)
global List;
// Create the current node
list1.number=input("Input a number(Type -999 to end); ");
if list1.num... |
cd78c43c4488be7a51021bf4da33e2bae6e0f274 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH6/EX6.18/6_18.sce | 8516978b702a6e66eddd313da062a3bbd60d84c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_18.sce | clear;
clc;
Zin=36;Zt=500;f=40;x=0.97
Zo=sqrt(Zin*Zt);
A=10^(Zo/276);
lo=300/f;
l1=lo*x/4;
printf("-The characteristic impedance of the transmission line = %f ohms\n",round(Zo));
printf("-The spacing between the conductors shud be %f times the radius of the conductor\n",round(A));
printf("-The length of the qu... |
581335a3500a2b85f634ce4fe81a89f0e8ff16d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH13/EX13.14/example13_14.sce | 4333b18387653c86a1982b27dde278e372f1d9e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 988 | sce | example13_14.sce | clear;
clc;
//Example13.14[Radiation Heat Transfer in a Cylindrical Furnace]
//Given:-
Ts=600;//Wall Temperature[K]
d=5,H=5;//Diameter and Height of cylindrical furnace
Tg=1200,eg=0.45;//Average gas temperature and average emissivity of the combustion gases
Pc=0.10,L=3,Pw=0.16;//From Previous examples
//Solut... |
c48c8b5980858740a47c15eaf2b4350c958fa6f1 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/CompressibleFlowSolver/Tests/Couette_FRDG_LFRDG_adiabatic.tst | 17222e83546358a1557c241c759eea3b3c52e770 | [
"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 | 1,058 | tst | Couette_FRDG_LFRDG_adiabatic.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>NS, Couette flow, mixed bcs, FRDG advection and LFRDG diffusion, MODIFIED</description>
<executable>CompressibleFlowSolver</executable>
<parameters>Couette_FRDG_LFRDG_adiabatic.xml</parameters>
<files>
<file description="Session File">Co... |
07ce129afa443218fed613dd79310f2bbcb491c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH4/EX4.7/ex4_7.sce | 0e4bce115adb91cf717781382e444bf29fd0d6c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | ex4_7.sce | //Find the inductance of a 3 phase line(triangle)
clear;
clc;
//soltion
//given
r=1;//cm//radius of the conductor
re=r*exp(-1/4);
d1=600;//cm//spacing of the triangular shaped system
d2=700;//cm//spacing of the triangular shaped system
d3=800;//cm//spacing of the triangular shaped system
L=0.2*log(((d1*d2*d3)... |
6cc16f002abe9ffa247d33a0be90248d3981f001 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1026/CH6/EX6.11/Example6_11.sce | 5f497ebcc751a088306a9f472f0ae3d08c6c8a3e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | Example6_11.sce | //chapter6,Example6_11,pg 124
ni=2.5*10^13
e=1.6*10^-19
un=3900
up=1900
sigin=ni*e*(un+up)//intrinsic conductivity
//1 donor atom/10^8 Ge atom dropped
rhoGe=4.42*10^22//no. of Ge atom/cc
Nd=rhoGe/10^8
sigex=Nd*e*un//extrinsic conductivity
printf("extrinsic conductivity\n")
printf("sigex... |
4a1537033666795360e0fc454910f0e9781bb5f1 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/gr_harm/out/condor/myscijob.sce | 271082d827ca62f4a0fd1169675e5221e0c73e14 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 176 | sce | myscijob.sce | //function myscijob()
a=rand(5,5);
b=rand(5,1);
A=sparse(a);
[h,rk]=lufact(A);
x=lusolve(h,b);
res=a*x-b
fprintfMat('myscitest.dat',x);
exit();
//endfunction
|
46720ceb6cee1b786ac223da69dd08f5ed6087ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH24/EX24.01/24_01.sce | da07439139798268cdf02d185c8e36ef24658aae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,381 | sce | 24_01.sce | //Problem 24.01: Determine the values of the resistance and the series-connected inductance or capacitance for each of the following impedances:(a)(12 + i5)ohm (b)-i40 ohm (c)30/_60° ohm (d)2.20 x 10^6 /_-30° ohm. Assume for each a frequency of 50 Hz.
//initializing the variables:
z1 = 12 + %i*5;
z2 = -40*%i;
r3 ... |
ce3ddc2ffcbbe40cbed5569949218c4d42a7bb3a | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/Morisita_RP-001.tst | be5d404e868fc6702ab8a885e35bb0e8f29d3d33 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 24 | tst | Morisita_RP-001.tst | ../inputs/pops-1x1-1.ssv |
18f274c3760fa6bfbe4bfad79260c815ac1c1484 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH8/EX8.9/ex8_9.sce | 979f6f48f1185a6aa13135c2f2d04de76cd0a293 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | ex8_9.sce | // Exa 8.9
clc;
clear;
close;
// Given data
C = 0.82;// in kg
H2 = .12;// in kg
O2 = 0.02;// in kg
a = C/12;
b = H2/2;
y = (32*(a+(0.5*b))-O2)/0.23;
disp(y,"Minimum quantity of air in kg is");
|
8470bfd8b37ce8f19fa527ad58acb8099020a694 | d963a50c09b7380dd7b1b97cd9997e9bd17ea8f3 | /r38/packages/defint/defint.tst | f5c151e87d1920dea1418d64fc9f1e46d3dfbc86 | [
"BSD-3-Clause"
] | permissive | reduce-algebra/reduce-historical | 8220e211b116e0e01ff1a38f51917cac9db6069f | e014152729c4d62bb1ce4f5c311a027042a5495a | refs/heads/master | 2023-04-10T22:54:00.796596 | 2021-04-16T08:52:19 | 2021-04-16T08:52:19 | 343,245,204 | 7 | 1 | NOASSERTION | 2021-04-16T08:53:31 | 2021-03-01T00:15:22 | TeX | UTF-8 | Scilab | false | false | 5,129 | tst | defint.tst | % Test cases for definite integration.
int(x/(x+2),x,2,6);
int(sin x,x,0,pi/2);
int(log(x),x,1,5);
int((1+x**2/p**2)**(1/2),x,0,p);
int(x**9+y+y**x+x,x,0,2);
% Collected by Kerry Gaskell, ZIB, 1993/94.
int(x^2*log(1+x),x,0,infinity);
int(x*e^(-1/2x),x,0,infinity);
int(x/4*e^(-1/2x),x,0,infi... |
fd7c318639c4bca03388f1f7b11712aa8a9786ea | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Circle Tracking 60 Seconds.sce | 56e18ec70b11d63331a8b3c95b727d8905c183e3 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71,602 | sce | Circle Tracking 60 Seconds.sce | Name=Circle Tracking 60 Seconds
PlayerCharacters=Circle Tracking Player
BotCharacters=Circle Tracking Target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Circle Tracking Player
AddedBots=Circle Tracking Target.bot;Circle Tracking Target.bot;Circle Tracking Target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
Pla... |
48e3102bc07c0ef04abedbd978d42cc709d8244d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2975/CH23/EX23.1w/Ex23_1w.sce | 9f4d43803a4909de9d12abd8eae55efe92b084e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | Ex23_1w.sce | //developed in windows 8 operating system 64bit
//platform Scilab 5.4.1
//example 23_1w
clc;clear;
//Given Data
temp=373.15;//Temperature at steam point (Unit Kelvin)
press=1.5*10^4;//Pressure at steam point(Unit Pascal)
//calculation
ptr=(273.16*press)/temp;//Calculation of pressure at triple point of wate... |
96a2ddca0e777cc294ae2bbc35e6c9f85e4f39c8 | 244971ae8af51184d278cdc2be1c80775413adae | /Source.sci | 80855f2c7a0c5d7c7232a818ee0b6e59afdc0dc3 | [] | no_license | MSCA-SIMFREE/748767 | 5879f1f139b608c7cd2f1bd62325b281c9c1e7d1 | 4726206e514f1e47e939e73b9339c056057866db | refs/heads/master | 2020-12-27T15:21:13.646362 | 2020-02-03T11:40:00 | 2020-02-03T11:40:00 | 237,951,088 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sci | Source.sci | // The code was developed under Horizon2020 Framework Programme
// Project: 748767 — SIMFREE
function s = Source(M)
x1 = ones(M,1);
y = 0:M-1;
s = zeros(2*M,M)
for i = 1:M
x = (i-1)*x1;
for m = 1:M
s(2*m-1,i) = x(m);
s(2*m,i) = y(m);
end
end
s = m... |
8eaf96de0795e570d888733626c1b8aaf894043f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3776/CH6/EX6.15/Ex6_15.sce | cfbab548a14a6e6ba7313590e6cbe6220a882974 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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_15.sce | clear
//Given
//From example 5.8
W = 4.0 //N/m - The force distribution
L = 3 // m - The length of the force applied
M = W*L/8.0 // KN.m The moment due to force distribution
o = 30 // the angle of force applied to horizontal
l = 150.0 //mm length of the crossection
b = 100.0 //mm - width of the crossection
//
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.