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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
00bb92da856b668fe275b5ce1f94697d420c2216 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/X12H.prev.tst | 529cf58da7f74f8f52d660a3dbf29cf450356172 | [
"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 | 3,740 | tst | X12H.prev.tst | # start Dutch.X12 - 2*m + 6*m^2 - 14*m^3 + 4*m^4 + 1
# start Dutch.X12 2*m - 6*m^2 - 4*m^3 + 5*m^4 - 1
# start Dutch.X12 3*m + 3*m^4
# start Dutch.X12 - 3*m + 9*m^2 - 9*m^3 + 6*m^4
Dutch.X12 [0] 0 - 2*M + 6*M^2 - 14*M^3 + 4*M^4 + 1
Dutch.X12 [0] 1 2*M - 6*M^2 - 4*M^3 + 5*M^4 - 1
Dutch.X12 [0] 2 3*M + 3*M^4
... |
f8b3608cb1ec63f4b7a608614afa090dc9c39c52 | 948c6e0314c1822f872350cf63aaceb3d28fa497 | /tests/test-usage-008.tst | 16ef35fa4c14601672cbb06d1af5b7d849404108 | [
"Apache-2.0"
] | permissive | archiecobbs/bom | 832eb815b40f4955e6551496bdd2598cb4f00442 | 0bab1a015bb5e53345e5422902e16f802bd4c07f | refs/heads/main | 2023-08-25T05:43:51.470221 | 2021-11-04T16:12:49 | 2021-11-04T16:12:49 | 417,213,171 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 73 | tst | test-usage-008.tst | FLAGS='--detect foo bar'
STDIN=''
STDOUT=''
STDERR='!USAGE!'
EXITVAL='1'
|
1820217466ed0890e13f63b6cab7042c5b64946a | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH19/EX19.6/example19_6.sce | 82e39c0a3b1ea9bb25e7f939801e49fe10bb97ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example19_6.sce | v=20;
l=8;
r=400;
disp("Part a");
t0=l/r;
t1=46*10^(-3);
i=v*(1-exp(-t1/t0))/r;
disp("the current (in mA) 46 ms after closing the switch is"); disp(i*10^3);
disp("Part b");
i1=27.5*10^(-3);
t2=-log(1-i2/i)*t0;
disp("the time taken (in ms) to reach 27.5 mA is"); disp(t2*10^3); |
0c858a796c35824b07a8ae85ef237b720208d750 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH8/EX8.11/Chapter8_Example11.sce | 662a8c3f6b4f467ab420357527267df5e9cf7c34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 451 | sce | Chapter8_Example11.sce | clc
clear
//INPUT
p=76*13.6*981;//pressure of air in dynes/sq.cm
v=11100;//volume expanded in ml
t1=273;//inital temperature in K
t2=274;//final temperature in K
cv=2.411;//specific heat at constant volume in cal/K
j=4.2*10^7;//joules constant in ergs/cal
//CALCULATIONS
w=p*v*log(t2/t1);//work done in ergs
... |
8f71bc60434a1c611d43572ceeb115ce3197f07f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH4/EX4.11/Ex4_11.sce | 21b2e32662d9d66c3c32a9f86f20a91a86774d00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | Ex4_11.sce | clc;clear;
//Example 4.11
//given data
T=100;
P=15;
//from Table A–7
//at P=15 mPa and T = 100 C
hg=430.39;
hf=419.17
vf=0.001;
Psat=101.42;//in kPa
//calculations
//part a
h=hg;
disp(h,'enthalpy of liquid water by using compressed liquid tables in kJ/kg');
//part b
//Approximating the compres... |
b3bb298fcfa045645bfed15e8542347381c8afde | 449d555969bfd7befe906877abab098c6e63a0e8 | /3415/CH5/EX5.8/Ex5_8.sce | 621221ee63e2918646e4de023f23968462abc58e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | Ex5_8.sce | //fiber optic communications by joseph c. palais
//example 5.8
//OS=Windows XP sp3
//Scilab version 5.4.1
clc;
clear all;
//given
detla_tauby_Lp=20;//linear pulse spread in ns/Km
Le=1;//equilibrum length in km
//to find
L=0.25:0.5:4.25//Length in Km
for i=1:9
if L(i) > 1 then
f3db(i)=(25/(sqrt(L(i))))/... |
ef0133563972b672e77ff9c26f614936e6532a8c | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH8/EX8.11/Chap8_Ex11_R1.sce | 9aede604b96e46b9e567569c30d22955c69bc5eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 7,240 | sce | Chap8_Ex11_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-8,Example 11,Page 299
//Title: Volume,Enthalpy and entropy departure using the Peng-Robinson equation of state
//=====================================================================================================... |
069d2487bbdc87f1cd193727cde8e6092e14f720 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH1/EX1.3/Ex1_3.sce | f94fa722e35d04dae2414a2c01175aff0ab9d006 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 443 | sce | Ex1_3.sce | clc//
//
//
//Variable declaration
e=1.602*10^-19; //charge of electron(c)
epsilon0=8.85*10^-12; //permittivity(C/Nm)
r0=236*10^-12; //seperation(m)
N=6.022*10^20;
IP=5.14; //ionisation energy of A(kJ/mol)
EA=3.65; //electron affinity for B(kJ/mol)
//Calculation
Ue=-e^2/(4*%pi*epsilon0*r0... |
f316075017829bf9789568d0f689162b950a66f0 | 0812f3bb6f3cc038b570df68ccee4275da04b11f | /models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH4/EX4.2/4_2.sce | 3e59f9ca39ec70a2199ebde40e278265a6e0438c | [] | no_license | apelttom/20-semester_PhD_thesis | edc0b55580bae9d364599932cd73cf32509f4b7a | ff28b115fcf5e121525e08021fa0c02b54a8e143 | refs/heads/master | 2018-12-26T22:03:38.510422 | 2018-12-14T20:04:11 | 2018-12-14T20:04:11 | 106,552,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | 4_2.sce | clc;
v=0.025;//m^3
s=0.02994;//m^3/kg
m=v/s;
h1=2990;//
p1=s/10^3;
v1=80*10^5;
u1=h1-p1*v1;
v2=s;
vg1=0.03944;
x1=v2/vg1;
uf2=1149;
ug2=2597;
u2=(1-x1)*uf2+x1*ug2;
Q=m*(u2-u1);
disp("kJ",-Q,"rejected heat:")
|
b676d6984d6b086dc9d427fdeeb5887ccfbc711a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH3/EX3.21/chapter3_ex21.sce | 5e6883cf5c4d8ea6f782f482f9ddb296fcf5a010 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 964 | sce | chapter3_ex21.sce | clc
clear
//input
v=240;//voltage of a shunt motor in volts
ra=0.4;//armature resistance in ohms of the shunt motor
rf=160;//field resistance in ohms of the shunt motor
ia=30;//armature current in amperes
w=1250;//speed in rev/min
//calculations
//it is assumed that flux is proportoinal to the field curren... |
f834f7a2ba92981bf01042e4427e1f0e38c8c470 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH8/EX8.20/Ex8_20.sce | 51e9a6f727f38d51b5122f65a92622abc5332be6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 425 | sce | Ex8_20.sce | clear;
clc;
disp('Example 8.20');
// aim : to determine
// stoichiometric equation for combustion of hydrogen
// solution
// equation with algebric coefficient is
// H2+aO2+79/21*aN2=bH2O+79/21*aN2
// by equating coefficients
b = 1;
a = b/2;
// so equation becomes
// 2 H2+ O2+3.76 N2=2 H2O+3.76 N2
dis... |
0b3cdf28a5b22e659c63e166b5a9631e47d91252 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH4/EX4.2/Ex4_2.sce | ece578a58534c640eb50397a0bb332de25f62f38 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | Ex4_2.sce | clc;
clear;
close;
//page no 98
//figure 4.3
Av1=26;//in dB
Av=20;
//Zi=47*10^3 //in ohms
Ri=1*10^3; ///In Ohms
//we know Av=1+(Rf/Ri)
Rf=Ri*(Av-1);
disp(Rf,"Value of Rf(ohm) when Ri is 1k");
Ri=2*10^3; ///In Ohms
Rf=Ri*(Av-1);
disp(Rf,"Value of Rf(ohm) when Ri is 1k")
Ri=5*10^2; ///In Ohms
... |
3517f1642352fb0a36cbf7311f7b7959fa46aef3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH9/EX9.3/9_03.sce | e83b694ada660289a80faea52810085eb2c97511 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 566 | sce | 9_03.sce | clear
clc
//At 338 k
XA=0.581;
t=1;//min
//From ex 9.2 at 65 degree celcius
XAe=0.89;
//For a batch reactor,k1t/XAe=-ln(1-XA/Xae)
k1_338=-(XAe/t)*log(1-(XA/XAe));
//At 25 degree celcius
XAe1=0.993;
T1=338;T2=298;
R=8.314;
//At 298 k
XA1=0.6;
t1=10;//min
k1_298=-(XAe1/t1)*log(1-(XA1/XAe1));
E1=(R*log(k1... |
6b120bf263a062519b5ddb6f9da3f33310fa3370 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/tanm.man.tst | e5a7bdcaca276943f84ba315bf19b614430e45df | [
"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 | 37 | tst | tanm.man.tst | clear;lines(0);
A=[1,2;3,4];
tanm(A)
|
eea950aa02d4fbae56ec1923ef3733e82eb6cf4f | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/util/getvalue.sci | 718d2c1b3490038710b7b43d13326b22f8684c8d | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 6,450 | sci | getvalue.sci | function [ok,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18]=getvalue(desc,labels,typ,ini)
// getvalues - xwindow dialog for data acquisition
//%Syntax
// [ok,x1,..,x11]=getvalue(desc,labels,typ,ini)
//%Parameters
// desc : column vector of strings, dialog general comment
// labels : n column ... |
4b10e74c187f358af9cd9177bc9c322912cec957 | a2919a91aa01a261d8f362383439831d8f774a16 | /Phase2_functions/functions/idct2/idct2.sce | 3602290a54052b08d37f47b8b4f7c2a6a4ab3d81 | [] | no_license | priyanka1111/Scilab-Image-Processing-Toolbox-using-OpenCV | d673451a979dee4ae67d23aa51c42aaa5a34c951 | d9d4ef736e88d172796aa59e113f5a6c9380f3f2 | refs/heads/master | 2020-12-30T11:15:31.975435 | 2020-10-03T09:30:19 | 2020-10-03T09:30:19 | 38,579,256 | 0 | 0 | null | 2020-10-02T04:49:55 | 2015-07-05T18:26:04 | C++ | UTF-8 | Scilab | false | false | 465 | sce | idct2.sce | //Author Priyanka Hiranandani NIT Surat
function[x] = idct2_ip(A, y, m, n)
if y==0 then
[p q z]=size(A);
else
z=size(A);
end
if z<=2 then
if y==1 then
A=A(1);
end
A=resize_matrix(A,... |
103f98a1291f15cdff7f6f3129d75e9896eb7149 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH3/EX3.31/31.sce | 3c83ce004f432ce83fd8779905faf5f43b3f51fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sce | 31.sce | clc
// Given that
lambda_1 = 5890 // wavelength of light in angstrom
lambda_2 = 5896 // wavelength of light in angstrom
n = 2 // order
// Sample Problem 31 on page no. 174
printf("\n # PROBLEM 31 # \n")
printf(" Standard formula used \n")
printf(" RP = n*N \n")
d_lambda = lambda_2-lambda_1 // Difference betw... |
5cdbc2f47d4f4ab5123a222740bdb7ed9dbefb62 | c61d570c37971fa455028a89d2163f455f91c291 | /trap.sci | 33a78a224800929d37aab40e9297c515944c042c | [] | no_license | OgliariNatan/-ScientificComputing | a0af891f900f3f146a9751fd169f96052bd4ba83 | 070ea9d70430ef0c9e7944f491426b73af7c12b0 | refs/heads/master | 2020-04-04T23:13:12.585946 | 2017-07-03T21:46:18 | 2017-07-03T21:46:18 | 81,988,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sci | trap.sci | function I=trap(a,b,n,fun)
//a - limite inferior de integração
//b - limite superior de integração
//n - N° de intervalos
//n+1 - N° de pontos ou segmentos
//fun - Função literal
x=linspace(a,b,n+1)//espaço linear entre a e b com n pontos
fx=evstr(fun)
soma=0;
for i=2:n
... |
d1b776a6b2a42ba86322c2eacaa984a89835cd8c | 2eebe8610290ee8933ee160e6e753bce4506309f | /resources/scenes/house.sce | 4e0d97f45f5cb9f5f795302faa2fd56531d1fe4f | [] | no_license | mpue/JRhythm | d3531bfa3fec832d33cfb6e7b145430e7ccf4ab0 | 22a081985ea03461faf9ed1fc4b189ccd8c64161 | refs/heads/master | 2021-06-01T12:15:28.297509 | 2018-11-15T07:20:35 | 2018-11-15T07:20:35 | 33,067,529 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | house.sce | add house1
shader Plane simpleTexture
add roof
shader Roof simpleTexture
add rooftop
shader RoofTop simpleTexture
add grass
shader Grass simpleTexture
add 1stfloor
shader 1stfloor simpleTexture
add 2ndfloor
shader 2ndfloor simpleTexture
add 3rdfloor
shader 3rdfloor simpleTexture
add stairs
shader stairs simpleTexture
s... |
d7abfe176a2fa7c00245840bdcabf28ff659ec5d | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/ShallowWaterSolver/Tests/TestMMFSWEZonalSphere.tst | 6084d62fbf5e95ab342c108e9be36ee803b64f3a | [
"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 | 846 | tst | TestMMFSWEZonalSphere.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>MMF SWE solver, DG, P=4</description>
<executable>ShallowWaterSolver</executable>
<parameters>TestMMFSWEZonalSphere.xml</parameters>
<files>
<file description="Session File">TestMMFSWEZonalSphere.xml</file>
</files>
<metrics>
... |
cddfe7cae35e29051aa0374cf2eb01bf5887e05b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH16/EX16.3/Ex16_3.sce | 37048e27a47659b3dfd0a31cc55a747d7e69e8b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 546 | sce | Ex16_3.sce | clc
v1 = 1 // Assumed
v2 = v1// Assumed
v3 = v2 // Assumed
v4 = v2// Assumed
e = 0.56 // Degree of reaction
P = 1 // Dummy
T = 1200 // Reaction temperature in K
R = 8.3143 // Gas constant
x1 = (1-e)/2 //
x2 = (1-e)/2
x3 = e/2
x4 = e/2
K = (((x3^v3)*(x4^v4))/((x1^v1)*(x2^v2)))*P^(v3+v4-v1-v2) // Equilibr... |
5ca961761902ea2d6667f7e97a5b6224ce316fd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH16/EX16.6/ex16_6.sce | 9912af88b51496149682e8c52841d80c6f251831 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 478 | sce | ex16_6.sce | clc;
clear all;
e = 1.6e-19; // Charge of an electron
m = 9.11e-31; // Mass of an electron in Kg
rho = 6.8e7 ; // Conductivity of silver in 1/(ohm.meter)
at = 107.9; // Atomic weight of copper in gm
d = 10.5e3; // Density of silver in Kg per cubic meter
N = 6.023e26; // Avagadros number
n = (N*d)/at; //Density ... |
b6fa2e8c684582de10b714da2141605936f2bfa9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH4/EX4.9/ex4_9.sce | 2fe530a6b7bce3150e584251b6add1e1c314c8b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | ex4_9.sce | // Exa 4.9
clc;
clear;
close;
format('v',8)
// Given data
delV_BE = 250;// in mV
delV_BE = delV_BE * 10^-3;// in V
delI_B = 1;// in mA
delI_B = delI_B * 10^-3;// in A
r_in = delV_BE/delI_B;// in ohm
disp(r_in,"The dynamic input resistance in ohm is");
|
9b1a03cdf4b6e367f71795c1cf9c3257a71324f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH2/EX2.26/2_26.sce | 83bd9f74d56b7ba7a8562dcfc0389854d5aadd7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 146 | sce | 2_26.sce | //convert current source to voltage source
V1=4*2
V2=2*2
//Mesh Analysis
A=[7,-3;-15,19]
I=inv(A)*[6;-14]
Vx=3*(I(1)-I(2))
disp(Vx) |
a427853bc96242ffecc26b5254861afda880c1e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH3/EX3.6/3_6.sce | 523556f5c0a1fd162d878b2435cf5563a1323925 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 756 | sce | 3_6.sce | clc
//ex3.6
L=5; //inductance
t_1=[0:0.001:2];
t_2=[2.001:0.001:4];
t_3=[4.001:0.001:5];
t=[t_1,t_2,t_3];
//corresponding current variations
i_1=(1.5)*t_1;
i_2=0*t_2+3;
i_3=(-3*t_3)+15;
//voltage V=L*(di/dt)
V_1=L*(0*t_1+(1.5));
V_2=L*(0*t_2);
V_3=L*(0*t_3-3);
V=[V_1,V_2,V_3];
//stored energy W=1/2... |
c3092d54c1b42cab3d3292c9905eb82561124035 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH6/EX6.24/ex6_24.sce | 25dcccfd1de3116186612bf61bc488cbc7369a97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex6_24.sce | // Exa 6.24
clc;
clear;
close;
// Given data
V_fg =0.1632;// in m^3
T_sup = 200;// in degree C
T_sup = T_sup + 273;// in K
T_sat = 188;// in degree C
T_sat = T_sat + 273;// in K
V_sup = (V_fg*T_sup)/T_sat;// in m^3/kg
V = 0.24;// Capacity of the vessel in m^3
Q = V/V_sup;// in kg
V1 = 0.9774;//volume of 1k... |
6bdec07dc5643e10fef059f078a480824157d483 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH5/EX5.29/Ex5_29.sce | 07aa26adb94bee404b5e5f21fd344510c336c23d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_29.sce | //Ex:5.29
clc;
clear;
close;
wt=10*10^6;// power in Watt
Gt=65;// antenna gain in dB
Gt1=10^(Gt/10);// antenna gain
d=4000000*100;// distance in m
Pd=(wt*Gt1)/(4*%pi*d^2);// power density in uW
printf("The power density = %f uW", Pd*10^6); |
5df4584fd9045509145228b330b86ee1d8864794 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH11/EX11.10/example11_10.sce | f2649662ecf4eb3b58d572626da4953f64290a7f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | example11_10.sce | clc
// Given that
u = 3e8 // speed of signal in meter/sec
// Sample Problem 10 on page no. 11.21
printf("\n # PROBLEM 10 # \n")
printf(" Standard formula used \n")
printf(" u_x = u_x_ + v / (1+ v*u_x_/c^2). \n ")
u_ = (u + 3e8) / (1 + (u * 3e8) / 3e8^2)
printf("\n Velocity is %d*c, hence we can say that no signal can ... |
f00994e6030eb9c771d5f9c6bffcccb00149845c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH6/EX6.7/Ex6_7.sce | 8baafe52a35ee5fbd283a4cd091b1b5cbca3097e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,307 | sce | Ex6_7.sce | //Fluid System By Shiv Kumar
//Chapter 6 - Kaplan and Propeller Turbines
//Example 6.7
//To Find (a)Diameter of Runner (b)Speed (c)Specific Speed
clc
clear
//Given:
H=32; //Head, m
P=16000; //Shaft Power, KW
D_per=190; //Percentage by which Diameter of Runner(D)is Larger than diameter of Bos... |
432472f62c286f686c128b7b91d1ae9350a94a48 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3289/CH1/EX1.2/Ex1_2.sce | e58aa45efe86159058a9acf70c75cf0275dcd397 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_2.sce | //Mohr's circle
clc;
radius=((14+28)/2)
disp(radius,"radius of the circle in degree = ")
sigma1=(7+radius *cosd(60))
disp(sigma1," the circle in MPa = ")
sigma2=(7-radius *cosd(60))
disp(sigma2," the circle in MPa = ")
tau1=radius*sind(60)
disp(tau1," orientation of the stresses in MPa = ")
|
44dd95f1346234b9a91cf840c0da468bdd9d6318 | d1a2737ec744ffbba1165afa7b05f26a4076f513 | /Lab 9/Q4.sce | d7ceda090ca1e6effe0c7cf0671afd65d5dde3e3 | [
"MIT"
] | permissive | ipsitmantri/EE-324-Control-Systems-Lab | 4e37a3de51f4114ba0ea281cbb1da78a6c4815bb | b34c45efc3539005603b2e76c1665d6636f80f88 | refs/heads/master | 2023-04-03T10:42:34.548542 | 2021-04-13T14:11:21 | 2021-04-13T14:11:21 | 357,540,595 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | Q4.sce | clc; clear;
s = poly(0, 's');
g = 1 / (s^3 + 3*s^2 + 2*s);
G = syslin('c', g);
Kr = kpure(G);
gmr = 20 * log(Kr) / log(10);
disp(sprintf("Gain margin using root locus = %.8f dB", gmr));
scf();
evans(G, 10);
sgrid;
scf();
show_margins(G, 'bode');
bode_asymp(G);
scf();
nyquist(G, 0.1, 100);
|
6d80f2acef5d39aeba1bdea02740ed4ddd2780fc | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ap_vrt_col_d/~BivLCM-SR-bfas_ap_vrt_col_d-PLin-VLin.tst | b81fd6622dbb48c25e0fa89989f2a3254b6ee6de | [] | 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-bfas_ap_vrt_col_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.261326D+00
... |
b7dde707d2ad3ca8183fb3c22116a784413dde74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /998/CH29/EX29.17/Ex17.sce | c4497a4c02f16e4927ced52d7a05ba69bed2469e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 163 | sce | Ex17.sce | //Ex:17
clc;
clear;
close;
a=0.4;// roll_off factor
m=1;// for BPSK
B=36*m;
r_s=B/(1+a);// max bit rate in Mbps
printf("The max bit rate=%f Mbit/sec",r_s); |
407fac11db3ce3d26277b5d9184188db4385c9a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH14/EX14.1/Ex14_1.sce | 5e215a2a086c29fe3ef4dd7a31c6916694b70ef6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 667 | sce | Ex14_1.sce | //Ex14_1 Refer fig 14.1(b) and (c)
clc
n=3
disp("n= "+string(n))// Number of bits
L=2^(n)
disp("L=2^(n)= "+string(L))// Number of quantization levels
VFS=10
disp("VFS= "+string(VFS)+" volts") // Maximum value of analog input voltage
Q.E=VFS/L
disp("Q.E=VFS/L= "+string(Q.E))// Quantization error
disp("Q.E= +0... |
302ee0cbd538ef7e70da06d513e8363b1554d827 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH11/EX11.6/11_6.sce | 29771979c728a3a26ce69fec2866c5de423b003d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sce | 11_6.sce | ////Variable Declaration
E = +0.29 //Cell emf, V
n = 2.
//Calculations
Ksp = 10**(-n*E/0.05916)
//Results
printf("\n Equilibrium constant for reaction is %4.2e",Ksp)
|
7172d947657eabca4340ad0c814778c79db337ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /50/CH3/EX3.15/ex_3_15.sce | 902ce414b8fbcc68bb69eeff023c54a647706fac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 314 | sce | ex_3_15.sce | //example no. 3.15
//solve system by cholesky method
A=[4 -1 0 0;-1 4 -1 0;0 -1 4 -1;0 0 -1 4]
b=[1;0;0;0]
L=cholesky (A,4) //call cholesky function to evaluate the root of the system
n=4;
Z=fore(L,b);
X=back(L',Z)
//since A=L*L' ,
// inv(A)=inv(L')*inv(L)
// let inv(A)=AI
AI=L'^-1*L^-1 |
9f67dbe6e2446534a5b37aeb013b02bbbaf6d749 | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_9/Scilab_codes/2a.sce | 0e69b7ac2b0a4cb643b40c06eea2b66188c1fb1d | [] | 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 | 129 | sce | 2a.sce | clear
close
clc
s = poly(0,'s');
G = (s^2 + 314.16^2)/(s^2 + (314.16/100)*s + 314.16^2);
Gs = syslin('c',G);
clf();
bode(Gs);
|
908e9b8ba10e148a22556051efbd99ca87163d78 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.8_19.tst | 9119b19f1c0d476e1030a94da6ef7e17a3d61723 | [] | 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 | 519,180 | tst | 5.8_19.tst | 8 179:1 327:1 423:1 592:1 669:1 748:1 1007:1 1262:1 1299:1 1400:1 1560:1 1642:1 1694:1 1718:1 1720:1 1908:2 2024:1 2038:1 2044:1 2046:1 2396:1 2413:1 2466:1 2504:1 2585:1 2609:1 2835:1 2899:1 3060:1 3224:1 3357:1 3387:1 3437:1 3579:1 3662:1 3840:1 3952:1 4047:1 4164:1 4208:1 4312:2 4422:1 4424:1 4435:1 4575:1 4721:1 47... |
56cfc9811ef79073af037480a4a9af156f7be84a | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/127.sci | 1b9ccfeea21e218e223be18d2668f1c8289a9972 | [] | 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 | 71 | sci | 127.sci | S=0.75//specific gravity
g=9.81//m/s^2(Acceleration due to gravity)
|
42c52f610868c017a5bd810f852a683df6a4ad84 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH1/EX1.32/EX1_32.sce | 7e8d754b0420d0b05f389300e182d543da456322 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | EX1_32.sce | clear;
clc;
printf("\nEx1.32\n");
//page no.-39
//given
V=5000;........//potential diff. in volt
n=1;...........//order
h=1;
k=1;
l=1;
d=0.204*10^-9;.....//interplanar spacing in m
m=9.1*10^-31;......//mass of electron
e=1.6*10^-19;.....//charge
h=6.625*10^-34;...//planck constant
lambda=h/sqrt(2*m*e*V)... |
25fae10d28c610f46afd16aafde9acb20233e4eb | 897ce6a3fd5b682122c396af7e24fa53014c7cb3 | /src_script/scilab/_import/rtsx_10/common/isvec.sci | 9bdfb6345d6e0ef3d8322fac5ac088449d4ebb06 | [] | no_license | stub22/glue-ai-v1_friendularity | e66f5ab357eba45de2def6f7900f414e358a4125 | 74949dc3e9b0d08b39857735aad901915e61322d | refs/heads/master | 2022-12-19T18:57:01.336831 | 2017-08-04T12:55:12 | 2017-08-04T12:55:12 | 284,544,364 | 0 | 0 | null | 2020-10-14T00:08:14 | 2020-08-02T21:24:34 | Java | UTF-8 | Scilab | false | false | 707 | sci | isvec.sci | //ISVEC Test if argument is a vector
//
// ISVEC(V) is true (1) if the argument V is a 3-vector, else false (0).
//
// ISVEC(V, L) is true (1) if the argument V is a vector of length L,
// either a row- or column-vector. Otherwise false (0).
//
// Notes::
// - differs from MATLAB builtin function ISVECTOR, the... |
39d6562b658647768ed9ce2cbb639f9744009cdf | 28a8d47c4d79b231f8bebc28925792a290f67e9f | /db/others/sql/dynamic_sql/test_dao.tst | 6783ca2d2957f8b354b6434b0ccd753fdecf1834 | [] | no_license | ZVlad1980/doo | a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8 | e81be8f524b78b9a6ec06b7f83a8c13354fc6412 | refs/heads/master | 2021-08-17T02:03:54.553822 | 2017-11-20T17:21:03 | 2017-11-20T17:21:03 | 111,440,129 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,475 | tst | test_dao.tst | PL/SQL Developer Test script 3.0
88
declare
a anydata;
obj xxdoo.xxdoo_cntr_contractor_typ;
coll xxdoo.xxdoo_cntr_contractors_typ;
l_dummy pls_integer;
dao xxdoo.xxdoo_db_dao_typ;
x xmltype := xmltype('<content>
<id>1</id>
<name1>Lenovo</name1>
<type>Vendor</type>
<sites>
<site>
... |
b8605ddd0fe44e12b60e2d51d743bdf95472c8c8 | f575b6ff7e0f0e2a1e8b41f9ab83ac853231ba68 | /pkg/matrix/classic.clg/doc/classic.tst | 708a76481b796ee549776a4b6c185ad26c814700 | [] | no_license | jmichel7/gap3-jm | 756c6e6c5d3c7956fe4dc20b2f76f320f49a11b5 | 3eeb3c4d174d567c51e712f997febb1e8e2ad65f | refs/heads/master | 2023-08-23T19:04:53.627679 | 2023-08-21T14:21:33 | 2023-08-21T14:21:33 | 124,115,667 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 11,899 | tst | classic.tst | ResetRandom := function()
R_X :=
[ 264044297, 183552375, 186557741, 46008580, 91966775, 40228334, 111587641,
262452744, 44854923, 39845682, 206581571, 92903376, 231314873, 66408590,
258714463, 184978940, 247212781, 95976059, 76757457, 166475183, 209286133,
155943299, 70960569, 13942903, 202135272, 24252249... |
5f6ae23c8761051b1d8fa41638bc41f2c599c526 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH26/EX26.6/ques6.sce | d7e0b384a7acd193fc85deba5250774cfd6b1859 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | ques6.sce | //ques6
syms c1 c2 c3 n
disp('For Fibonacci Series yn2=yn1+yn0');
disp('so Cumulative function is given by E^2-E-1 =0 ');
E=poly(0,'E');
f=E^2-E-1;
r=roots(f);
disp(r);
disp('There for the complete solution is :');
un=(c1)*(r(1))^n+c2*(r(2))^n;
disp('un=');
disp(un);
disp('Now puttting n=1, y=0 and n=2 ... |
649c01215544a7bde7345a8192e4bc0d98a13cd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH10/EX10.18/Example10_18.sce | 38bd269612825017e104516eb145174cbe903165 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,933 | sce | Example10_18.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.18 :
// Page number 148
clear ; clc... |
60d9ad632709a9ba93a47628e137584b82627371 | 9bc415d58bf063a1bca303fea640e644333dbdbd | /Scilab/Sinais_e_Sistemas/windows_dsp.sci | 5d778fad2c50b28c1ca67443bd6c3065b7b17d6f | [] | no_license | Roast-Lord/SMGcodes | 36e55be6c1cc17af91ab2e3f5117c78684f20604 | b75107be829fb4373dc1bc4b8696fe4b9cec437a | refs/heads/main | 2023-07-05T05:25:50.557705 | 2021-08-17T17:46:25 | 2021-08-17T17:46:25 | 301,012,145 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,116 | sci | windows_dsp.sci | function windows_dsp_plot()
N=1024
n=[1:N];
rect =ones(1:N);
bart =1-abs((n-(N-1)/2)/((N-1)/2));
hann =0.5-0.5*cos(2*%pi*n/(N-1));
hamm =0.54-0.46*cos(2*%pi*n/(N-1));
blackman=0.42-0.5*cos(2*%pi*n/(N-1))+0.08*cos(4*%pi*n/(N-1));
flat =(1-1.93*cos(2*%pi*n/(N-1))+1.29*cos(4... |
de691617db0f96b00ff0b68c2eb5e021cd802231 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/metanet/salesman.sci | f01cf5e000c7f241faca814fac1519846f5ff0cb | [
"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 | 651 | sci | salesman.sci | function [cir]=salesman(g,nstac)
// Copyright INRIA
[lhs,rhs]=argn(0)
n=g('node_number');
if rhs>2|rhs<1 then
error(39)
elseif rhs==1 then
nstac=100*n*n
end
// check graph
if(g('directed')<>1) then
error('The graph must be directed')
end
check_graph(g);
// check nstac
if nstac<1 then
error('The second argumen... |
2172c9a7aa5366a6d02536ad57aa7d7e5ca466c5 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/interpreter/ioreg05.tst | f9921e6ece56ead7effda1915eaf4df5ff799303 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | tst | ioreg05.tst | ; @Harness: simulator
; @Format: atmel
; @Arch: avr
; @Purpose: "Test instructions for reading/writing to IO registers"
; @Result: "r17 = 106, r18 = 42, sram[59] = 42, sram[0] = 0"
start:
ldi r17, 106
out 0x1b, r17
cbi 0x1b, 6
in r18, 0x1b
end:
break
|
ca1c5319d2c83fcc5ee9c9ca23a6749022199c01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH2/EX2.6/6.sce | e67969c963d4fd97748f39f95fca6625b0ea46bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,549 | sce | 6.sce | clc
clear
//Input data
D1=15 //Entry diameter in cm
D2=30 //Exit diamater in cm
P1=0.96 //Inlet pressure in bar
T1=340 //Inlet temperature in K
C1=185 //INlet velocity in m/s
k=1.4 //Adiabatic Constant
R=287 //Specific gas constant in J/kg-K
//Calculation
A1=%pi*D1^2/4 //Entry area in cm^2
A2=%pi*D2^2/... |
bb6609fa8abb7634ea6ee9a9c1598cdd1a683975 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH4/EX4.28/Ex4_28.sce | 724f97ad864369b8d2dca7957aea51cbbeb2954a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,089 | sce | Ex4_28.sce | clc;
//Armature reaction is neglected
Vt=220;//output voltage
Ra=0.2;//armature circuit resistance
Rf=110;//field circuit resistance
n1=1500;//speed of rotor at no load
Il1=5;//curent drawn by motor in ampere at no load & 1500 rpm
Il2=52;//curent drawn by motor in ampere at rated load & rated voltage
If=Vt/Rf;/... |
ee9b72fc4c0737c05566e7f66c3b94409906ee69 | 9f9364e082d4bc2f7ee5cbd7a489642615821873 | /src/testCases/ssa_nested_while.tst | 1a90af16a4028c2e5c5c8acd52792588e7e099d3 | [] | no_license | abrageddon/DLX-Opt | 4602617f83ddf8cb0fea83fecd2faa362849dfcd | 20038078f11a7ae67e7ab336e551e23966551290 | refs/heads/master | 2021-01-01T05:49:33.218016 | 2013-03-14T06:08:45 | 2013-03-14T06:08:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | tst | ssa_nested_while.tst | main
function test();
var x;
//var y;
//var z;
{
let x <- 0;
// let y <- 1;
// let z <- 2;
while x <= 10 do
while x <= 5 do
let x <- x + 1
// let y <- 2 * x + z
od
od;
// return y
return x
};
{
call test()
}.
|
15cad46612181fb73a71a5dca543789afb74509f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH3/EX3.24/Ex3_24.sce | b2c6e39ec025746ef854b7cc008fcf655654fa4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_24.sce | //determine support reactions
//Refer fig. 3.51
//Taking moment about A
RB=(40+30*5*sind(45)+20*2*7)/6 //kN
HA=30*cosd(45) //kN
VA=30*sind(45)-RB+40 //kN (downwards)
printf("Required values are:-\nRB=%.2f kN\nHA=%.2f kN\nVA=%.2f kN downwards",RB,HA,-VA)
|
1cc5b449c09eec01e12f7ae693eb4be33c37a511 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH2/EX2.24/Exa2_24.sce | ae8d4e8ee80ae4a65d69504d462abd93c56a4179 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | Exa2_24.sce | //Exa 2.24
clc;
clear;
close;
//Given data :
delta=1;//relative refractive index difference in %
n1=1.47;//unitless
lambda=1.5;//in um
disp("v=2*%pi*a*n1*sqrt(2*delta)/lambda");
disp("For single mode transmission in graded index fibre, v=2.405*sqrt((alfa+2)/alfa)");
disp("Hence we have :");
alfa=2;//unitless... |
b3019b12e153cbf7996be4ac3c5ba2cba1f04587 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH10/EX10.1/Ex10_1.sce | b26b92df3ce618388d5050ddde1f1b35e4aed08f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Ex10_1.sce | clear
//
//
//
//Variable declaration
c=3*10**8 //velocity of light(m/s)
h=6.63*10**-34 //plank's constant(Js)
e=1.6*10**-19 //charge(coulomb)
lamda=1.55*10**-6 //wavelength(m)
//Calculation
Eg=h*c/(lamda*e) //band gap(eV)
//Result
printf("\n band gap is %0.... |
d8cd6f967a5bded0896ae0bb6b2ecb36d6eb437b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH5/EX5.5/EX5_5.sce | b15cfd25c042c879f58ffb91c2759e7a9b5fcb9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 631 | sce | EX5_5.sce | //Example5.5 // Determine the bias current effect with and without current compensation method
clc;
clear;
close;
R1 = 10 ; //kilo ohm
R2 = 100 ; //kilo ohm
Ib1 = 1.1*10^-3 ;
Ib2 = 1*10^-3 ;
// the output voltage of the circuit due to bias current is
Vo = Ib1*R2 ;
disp('the output voltage of the circuit due... |
73da039fafd1eeefcb6779afc0e8f70a7b344fd7 | 5c35e3133eb6ed4ccd14a5eaf3672132a6d88abc | /res/input.tst | 5dd714cea03022ea09b7f66d74a98c4885b8fbe3 | [] | no_license | myasnikovsg/NeuralNetwork | 72ebb5edebc14ca5d47fbbf7746975cde89d82c4 | 417c8b795c4b7897d0ccfa0b5c2ce38070393fa7 | refs/heads/master | 2020-06-06T11:10:29.609547 | 2014-01-15T13:49:49 | 2014-01-15T13:49:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 40 | tst | input.tst | 8
0.0 0.0
1.0 0.0
0.0 1.0
1.0 1.0 |
ed0dff2245ed7b9dbd956278f56cd9238ffea0da | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH16/EX16.1/16_1.sce | 591295bcfa2a3ff638aff3eede7d2b90b033df82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 591 | sce | 16_1.sce | //chapter 16
//example 16.1
//page 473
clear all;
clc ;
//given
Eo=20;//supply voltage
Rl=500;//load resistance in ohm
Vr=10/100*Eo;//ripple voltage
fin=60;//ip frequency Hz
Eomin=Eo-1;
Eomax=Eo+1;
theta1=asin(Eomin/Eomax);//in radians
theta=(theta1*180)/%pi;//in degrees
T=1000/60;//in ms
//for 360 degr... |
13722ce5183db797459f6a1af07f1ef3f10781a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1991/CH8/EX8.12/12.sce | 0c999eff1fe7cef60907b9851c6fc9d9406feb59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | 12.sce | clc
clear
//input
v=250 //dc voltage
s=0.22 //length
d=4*10^-3 //diameter
//calculation
q=8.9*10^-12*1*0.22*0.22*250/(4*10^-3)//for air
q1=8.9*10^-12*6.8*0.22*0.22*250/(4*10^-3)//for material
//output
printf("the permittivity for air is %3.3e C",q)
printf("\n the relative permittivity for material is %3.3e ... |
5a18df689f003030ff7b6424b199d189246135ef | 31c6b1437c7dc52b977bf6790b1b24eff7f7b5f5 | /FindInterestingPeaks.sci | d77f02eb5990c2911ff7ae519411ef21a3c2ae08 | [] | no_license | RobinEccleston/Scilab-Snippets | 4744c071ef891cc4905cbecc000a1f5bf667a8f7 | 7886058a25ec4821cfeba6d8e148a0a2aced330c | refs/heads/master | 2021-01-26T00:48:02.042794 | 2020-02-26T11:35:49 | 2020-02-26T11:35:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,370 | sci | FindInterestingPeaks.sci | ModuleName="FindInterestingPeaks";
Version="0.01";
DateModified="06-Mar-2015";
DateOfCreation="06-Mar-2015";
Author="Rob Eccleston";
Description="When passed a waveform, attempts to find interesting peaks, that is ..
peaks that are higher than the surrounding peaks, and so not just a local peak ..
due to noise."... |
0e2d0aa0125f42fe25707d2c1f5c96f01e0f34de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH15/EX15.7.1/Ex15_1.sce | 5d5fca65224baaf54d0821cf776e126caaa95626 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,183 | sce | Ex15_1.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 15 Active Filters
clc
clear
fc=1000//fc=given cut-off frequency in Hz
A=-56//A=required gain to be dropped by this much amount in dB
//Also,A=normalized gain of Butterworth filter=|A(jw)/Ao|
f=10*1000//f=given frequency in Hz where the normalized gain is dro... |
ec2a7692b560be5f59002c690ae5a92db96d94ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH1/EX1.16/1_16.sce | 82bdedca83b1152d951a046ba3eb9361a902d88c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | 1_16.sce | //clc();
clear;
// To determine the radius of curvature of plano convex lens
lambda=6000*10^(-8); //wavelength of light in centimetres
m=18;
n=8;
Dm=0.65; //diameter of 18th ring in centimetres
Dn=0.35; //diameter of 8th ring in centimetres
R=(Dm^2-Dn^2)/(4*lambda*(m-n));
printf("Ra... |
0fd7cfe28575958e36d5535ad7bd16f80dc20cac | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH6/EX6.7/ex7.sce | 3e32f4d679120f30d494e2b17cc339868f205942 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sce | ex7.sce | //CHAPTER 6 _ PRESSURE AND SOUND MEASUREMENT
//Caption : McLeod Gage
// Example 7 // Page 362
disp("Vb=150*10^-6")
disp("d=1.5*10^-3")
disp("a=%pi*d^2/4;")
Vb=150*10^-6 //('enter the volume of the Mc Leod gage=:')
d=1.5*10^-3 //('enter the diameter of capillary=:')
a=%pi*d^2/4;
p=40*10^-6 //('enter the ... |
5731ba4cf4d93e78a0996a23bd90cd79e26a70ca | 8d551e72c6940ca7341e78e63c9e6288225be46e | /algorithmes/Q13_J_Dichotomie.sce | 532acc43de59165bd62bb61ad5e9ffcd8ab3eb20 | [] | no_license | aurelienpepin/Ensi_MethodesNumeriques | 8c3199d810285f610d060360ccbd23edee5abfcf | c80f9ad3da32aa0e65f62d5d1a327da40f01b5e8 | refs/heads/master | 2021-03-27T09:08:50.259386 | 2017-05-20T08:23:02 | 2017-05-20T08:23:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,874 | sce | Q13_J_Dichotomie.sce | // :::::::::::::::::::::::::::::::::::::::::
// :: ::
// :: Question 13. Dichotomie ::
// :: ::
// :::::::::::::::::::::::::::::::::::::::::
funcprot(0)
exec("Q12_Fonction_J.sce");
// Calcule trois flux à la fois
function [J1, J2, J3] ... |
9a7d57d97e4a0ce83cbf33d0656aa1ee46c5b60a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH6/EX6.25/Ex6_25.sce | 1259182b7eae0eb2d448341711fbb200e6b7fe16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,657 | sce | Ex6_25.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 6 : SYNCHRONOUS MACHINES
// EXAMPLE : 6.25
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
v = 440; // Operating voltage of the Synchronou... |
f8f3375820bcb94124082bc5a8c05bd6457cc67a | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/ChanFlow_3DH1D_bcsfromfiles.tst | 2235f04956153828afc85cc7fe1e94ea2cc7b429 | [
"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,197 | tst | ChanFlow_3DH1D_bcsfromfiles.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Channel Flow 3DH1D P=2 Boundary Conditions from files</description>
<executable>IncNavierStokesSolver</executable>
<parameters>ChanFlow_3DH1D_bcsfromfiles.xml</parameters>
<files>
<file description="Session File">ChanFlow_3DH1D_bcsfromfi... |
bbc0e468c69336221dd44592b3bee1eb8fe07c7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH5/EX5.13/example13_sce.sce | 0987137ab619639587f0ff5ae99f6753bc4da6a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | example13_sce.sce | //chapter 5
//example 5.13
//page 211
printf("\n")
printf("given")
Vce=5;Ve=Vce;Ic=5*10^-3;hFE=100;Vcc=15;Vbe=.7;
Ie=Ic;
Re=Ve/Ie
Rc=(Vcc-Vce-Ve)/Ic
I2=Ic/10
Vb=Ve+Vbe
R2=Vb/I2
R1=(Vcc-Vb)/I2 |
0591d07bd97a5b9b57e202941617da41c6df5910 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH21/EX21.3/Ex21_3.sce | a340e8addc2e35768cb1ea3b63bcd6790c5bef53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 810 | sce | Ex21_3.sce | //Variable declaration:
//From figure 21.5:
m = 2 //Mass flowrate (lb)
cP = 1 //Heat capacity (Btu/lb. F)
DS1 = -0.2744 //Entropy for hot fluid for E exchanger (Btu/ F)
T1 = 180 //Temperature cold fluid entering the E exchabger ... |
b9a4a8163c555f95d814e9763e9765c7ebf65b6d | 86ae7e24466d959da945d5b6d8ab93354a9e8a1d | /exp6.sce | 599401186929fa9feb5885cd93a55711a930e4a9 | [] | no_license | AnujaNagare/Scilab-Programs | be27fdeb0db8cfa4b00ac5121676b18412b8a222 | 4152eac1a3e87ec7408fb3dfea55cac984cca2d9 | refs/heads/master | 2021-08-30T16:53:33.876536 | 2017-12-18T19:11:47 | 2017-12-18T19:11:47 | 114,677,855 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 670 | sce | exp6.sce | clear
clf
clc;
pi=22/7
theta1=input(' INPUT THETA1 ');
theta1=theta1*pi/180;
theta2=input(' INPUT THETA2 ');
theta2=theta2*pi/180;
d3=input(' INPUT d3 ');
theta4=input('INPUT THETA4 ');
theta4=theta4*pi/180;
d1=.877;
d4=.200;
a1=.425;
a2=.325;
t4=[cos(theta4) -1*sin(theta4) 0 0;sin(theta4) cos(theta4... |
96fd252bbf3cb874c2f1e19fda872f05ef8af1e2 | 203811c2233e8539e9c88a0c988b651914c07c97 | /130040019_assignment3/code/temp.sce | a7baa994bea34b1658504d123ed03a42e00f71ee | [] | no_license | kalpeshpatil/SpeechProcessingAssignments | eeef26f925e137f045cfef996b1bcf59a1be3902 | f80137d2c55a249244a79b5aed13b9ddeb20a80b | refs/heads/master | 2021-01-10T23:31:37.828701 | 2017-03-09T08:58:18 | 2017-03-09T08:58:18 | 70,431,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,072 | sce | temp.sce | function [startPoint,endPoint] = endpointer(Energy,Thres1,Thres2,Thres3)
// startPoint - index of starting point of word
// endPoint - index of ending point of word
// Energy - energy of the signal
// Thres1,Thres2,Thres3 - Energy Thresholds
startPoint = zeros(20,1);
endPoint = zeros(20,1);
count = 0;
decreas... |
ebc41ecc68c90c84798ed5ea71ab7bbc852f54c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3547/CH1/EX1.6/Ex1_6.sce | e47d23cb0ee6b750ec72ae2ea8167bd031ec61db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 423 | sce | Ex1_6.sce | // Example 1.6
// To find refractive index of of the glass
// Page no.25
clc;
clear;
// Given data
phi=0.7297; // Critical angle for glass-air interface
n2=1; // Refractive index of air
n1=n2/sin(phi); // Refractive index of glass
... |
47ce8986d8854e07879a4d43edf3e17ee1538ae0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1358/CH1/EX1.6/Example16.sce | 538cd2357db3d479edc88c9aa545f9792e45f005 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 701 | sce | Example16.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 1, Example 6")
// Geometric and Dynamic similarity equations Q1 / (N1 * D1^2) = Q2 / (N2 * D2^2)
// Head coefficient W2 = W1 * N2^2 * D... |
cfe14bfac77a247ee37b7868592b2fc2c8950eca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH13/EX13.3/Chapter13_example3.sce | 14312932963683bd283a30d417e527856797ceb3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | Chapter13_example3.sce | clc
clear
//Input data
L=2//Inductance in H
Vrms=220//rms voltage in V
f=50//Frequency in Hz
//Calculations
Xl=(2*3.14*f*L)//Reactance in ohms
Irms=(Vrms/Xl)//rms current in A
//Output
printf('rms current is %3.3f A',Irms)
|
5a2f997e6eb977030e47926f8ac16e82e6941764 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2627/CH15/EX6.1/Ex_B_6_1.sce | 7a5fdd7acd58896665f66358f19fd96ff956a1cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex_B_6_1.sce | //Ex 6.1
clc;clear;close;
format('v',6);
theta1=30;//degree(Angle of incedence)
n1=1.5;//(refractive index for glass)
n2=1.36;//(refractive index for ethyl alcohol)
theta2=asind(n1*sind(theta1)/n2);//degree(Angle of refraction)
disp(theta2,"Angle of refraction(degree)");
|
68f003549a14f3396c9fce9a96425b81a0b84b8c | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/initation_scilab/ex9.sci | a4bef7e26415d51171a4c59b7994dba1e94294b7 | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 49 | sci | ex9.sci | //1)
pa1=1:12
pa2=1:2:12
pa3=6:-1:1
pa4=-5:0.1:5
|
451027b470facec6a6b2a7e5260428228ae2c7bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH1/EX1.4/Example14.sce | cc26d2a3db3b712455ab64bb3539ab294b0687df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,069 | sce | Example14.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 1 Example # 1.4 ")
//Diameter of rod in m
d = 0.02;
// Emissivity and temperautre of rod in K
epsilon = 0.9;
T1 = 1000;
//Temperature of wa... |
6f3db715dce1c0db5946212aad8d6f022e410a1b | ad617742f184bf6d4cceb3e9c99232d8bd52b862 | /tests/mvcle.tst | 4a8a525d8e21945060694a4aca70ea89df6a37ea | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | 9track/hyperion | d621343e7eea27c45db49c7c284dd1680491c82c | 9ceed2cc7261820eef01c55dac9b9a6ae47636b2 | refs/heads/master | 2022-09-15T12:19:09.059528 | 2020-05-28T03:05:29 | 2020-05-28T03:05:29 | 268,044,749 | 3 | 1 | NOASSERTION | 2020-05-30T09:03:56 | 2020-05-30T09:03:55 | null | UTF-8 | Scilab | false | false | 577 | tst | mvcle.tst | # This test file was generated from offline assembler source
# by bldhtc.rexx 16 Jan 2016 12:28:39
# Treat as object code. That is, modifications will be lost.
# assemble and listing files are provided for information only.
*Testcase mvcle-370
sysclear
archmode s/370
r 0=0000000000000200
r 68=00020000DEADDEAD... |
64c9e8cede769db13069d39916ce7e073241b317 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH3/EX3.3/3_3.sce | 5b6f19d70819b2fc543274f49eec928df28ec688 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | 3_3.sce | clc;
//page no 109
//prob no 3.3
E_car=10;E_m1=1;E_m2=2;E_m3=3;
m1=E_m1/E_car;
m2=E_m2/E_car;
m3=E_m3/E_car;
mT=sqrt(m1^2+m2^2+m3^2);
disp(mT,'The modulation index is'); |
e3de6db98f5aa780607571ba5be5bd2007945a4f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH9/EX9.8/Ex9_8.sce | da86ffc3a0034f8de3565421baa6e2b7f6fdf819 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sce | Ex9_8.sce |
clc
clear
//Input data
Eni=4.8;//The energy of the newly born electron in MeV
Enf=0.025;//The energy of the electron after slow down in eV
A=12;//The mass number of the graphite (carbon)
//Calculations
L=1-[[(A-1)^2/(2*A)]*log((A+1)/(A-1))];//The logarithmic energy decrement
n=(log(Eni*10^6/Enf))/L;//The num... |
8a7ac0e03eae6e339d6b571d03cf0aefb99f494e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH10/EX10.3/Ex10_3.sce | 2f4065870d8d1851ffc3b38240dad22c35416496 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 759 | sce | Ex10_3.sce |
clear//
//
//Variable Declaration
E=29*10**6 //Youngs Modulus in psi
sigma_yp=36*10**3 //Stress in psi
L=25 //Length in ft
A=17.9 //Area in in^2
Iz=640 //Moment of inertia in in^4
Sz=92.2 //Sectional Modulus in in^3
P=150*10**3 //Load in lb
e=4 //Eccentricity in inches
//Calculations
//Part 1
a=1.09... |
21e500429190617c8007685706de71e9846593aa | 430e7adb489914d378a5b0a27d8d41352fa45f3a | /scilab/example/可制御正準形を求める.sce | 2c228b40bcc931782707ecb06a52f19293c902d0 | [] | no_license | ziaddorbuk/Lesson | 04906ff94bf8c1f6bbc6971d5692ae011a9b8869 | 20fe20a6c9c145ef48a35574d885d3952f9ab6ff | refs/heads/master | 2021-09-23T11:48:05.958608 | 2018-04-30T01:54:13 | 2018-04-30T01:54:13 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | Scilab | false | false | 127 | sce | 可制御正準形を求める.sce | //可制御正準形を求める
L=[-3 1; 1 0];
Mc=cont_mat(A,b);
Tc=inv(Mc*L);
Ac=Tc*A*inv(Tc); bc=Tc*b; cc=c*inv(Tc);
|
b37de153f48980d2f238b98ceee8180ff4850612 | c22c8dd61032718b3204a62b85d86b8fb0a72d49 | /Exp 7 F.R. (2).sce | 17e062e5cb8183db22717421f473ce82d4d92d0e | [] | no_license | DhavalRavat/SS_Scilab_Submission | 8f107dac2aaf95bd4f4a7c3dadf7ee2b352bca11 | 2af97e9e26d183eb35cff0b5ea7c3fbc5f13d0b2 | refs/heads/main | 2023-01-24T00:23:22.516846 | 2020-11-25T18:10:54 | 2020-11-25T18:10:54 | 316,017,998 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | Exp 7 F.R. (2).sce | clc;
j=sqrt(-1)
h_mag1=[]
w1=[]
h_phase1=[]
for w=-2*%pi:0.01:2*%pi
h=1/(1+0.2*exp(-j*w));
h_mag=abs(h);
h_phase=phasemag(h)
h_mag1=[h_mag1 h_mag]
h_phase1=[h_phase1 h_phase];
w1=[w1 w]
end
plot(w1,h_mag1)
//W=0 then H=1/(1+0.2)=1/1.2=0.833
figure;
plot(w1,h_phase1)
|
e4b9dc2ec381a82db1b6c307ff64b8fefb4e8923 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/CompressibleFlowSolver/Tests/Couette_WeakDG_IP_MODIFIED_IM_par.tst | 3d702b0b044cbdf4377d1ff33cd0715356acb0a6 | [
"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,131 | tst | Couette_WeakDG_IP_MODIFIED_IM_par.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>NS, Couette flow, mixed bcs, WeakDG advection and IP diffusion, Implicit parallel</description>
<executable>CompressibleFlowSolver</executable>
<parameters>Couette_WeakDG_IP_MODIFIED_IM.xml</parameters>
<processes>2</processes>
<files>
... |
5d94ff98836c8984ea304bf70261a10dee3079ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1280/CH2/EX2.5/2_5.sce | a111531b33ab791560bcf39da1b5afb59169db73 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | 2_5.sce | clc
//initialisation of variables
Fi= 25 //lb
li= 12 //in
ni= 30
ti= 60 //sec
F0= 1000 //lb
Lo= 6 //in
to= 60 //sec
//CALCULATIONS
lhp= Fi*li*ni/(ti*6600)
Ohp= F0*Lo/(to*6600)
eo= Ohp*100/lhp
//RESULTS
printf ('overall efficiency = %.f percent',eo)
|
d077d5b6f464d4703708590e93ce8d718931389d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH12/EX12.4/Ex12_4.sce | b283f1b51ad7b26c31975da9a46bc0e8762b9352 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,096 | sce | Ex12_4.sce |
// Example 12.4
// ==> For star-connection
disp(' ** For star-connection ** ');
Vl=400; // Voltage at load
Vph=Vl/1.732; // Phase voltage
Zph=sqrt(20^2+15^2); // Impedence per phase
Il=Vph/Zph; // L... |
f96f8a48bb69efb26420611788a9171d229b4b27 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH4/EX4.22/ex4_22.sce | 2a14bd86f82d2461debe05fac9d334de7137c29c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,291 | sce | ex4_22.sce | //Chapter-4, Example 4.22, Page 147
//=============================================================================
clc
clear
funcprot(0)
function [polar] = r2p(x,y)//function to convert rectangular to polar
polar = ones(1,2)
polar(1) = sqrt ((x ^2) +(y^2))
polar(2) = atan (y/x)
polar(2) =(polar (2)*180)/%... |
a083adbfd9cc404a2bbc36a663a472cab7f38820 | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH10/EX10.9/ex9.sce | c5825254b0d42933f8ddac552ff781f84dc79297 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | WINDOWS-1258 | Scilab | false | false | 800 | sce | ex9.sce | //example 9
//A Combined Gas–Steam Power Cycle
clear
clc
h4=880.36 //specific enthalpy for state 4 in kJ/kg
T4=853 //temperature for state 4 in K
qin=790.58 //in kJ/kg
wnet=210.41 //in kJ/kg
h5=451.80 //specific enthalpy for state 5 in kJ/kg
h2=144.78 //specific enthalpy for state 2 in kJ/kg
h3=3411.4 //speci... |
40d3136662b0a6bfa64cbde226a0a94ab88cd4bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH5/EX5.21/Ex5_21.sce | 50ea4e4d5b3244742e88670c52fecae653c21d76 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 682 | sce | Ex5_21.sce | //==========================================================================
// chapter 5 example 21
clc;
clear;
//input data
a1 = 2.76; //a1 in uv/°C
a2 =16.6; //a2 in uv/°C
b1 = 0.012; //b1 in uv/°C
b2 = -0.03; //b2 in uv/°C
//calculation
... |
b0f76b1eb4c1a15f244953d16552aaccdca85497 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH7/EX7.19/Example_7_19.sce | bfc80cc7da2dbea8b3226c69df9a440840ab4d7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | Example_7_19.sce | // Example 7.19 Annual production of four commodities are given
clc;
clear;
Q54=[125 175 144 140];
R55=[135 187.5 136 130];
W=[20 30 13 17 ];
disp(sum(R55)/4,"Index number for 1955 ",sum(Q54)/4,"Index number for 1954","Using Simple Arithmetic mean of quality relatives",sum(R55.*W)/sum(W),"Index number for 1955 ",... |
1f046acd0174706681a98fbffcb4f535cdbce68a | 881e0bcc7118244a24f736786ac36140acfb885e | /yeast/results/GAssist-ADI-C.yeast-3/result6s0.tst | 4cb9bcf18a10f9f0fed98998f419a9c947fd4291 | [] | 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 | result6s0.tst | @relation yeast-3
@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... |
a98399debf2e5a5f000f5748808ed9f414391e03 | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH3/EX3.22/example3_22.sce | bcc2f165be6d5b8d7a76fc309f96c87a7b0f0515 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 633 | sce | example3_22.sce | // DC output voltage and ripple voltage
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 3-22 in page 164
clear; clc; close;
// Given data
C=4; // Capacitances in micro-F
L=20; // Inductance choke in H
Il=50*10^-6; // Load current in micro-A
R... |
1363c44a0b95b9ba9db2ba1796ce3b019ea23b43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH3/EX3.5/EX3_5.sce | 53e97f645f2fc8ed570d8897c33f5356fc913335 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 528 | sce | EX3_5.sce | //EXAMPLE 3-5 PG NO-175
Pm=6000;
Qm=8000;
Z=16-%i*12;
V=220;
PC=V/Z;
PL=3*V*11*0.799;
QL=3*V*11*(-0.6);
P=Pm+PL;
Q=Qm+QL;
PF=cos(1/tan(Q/P));
IL=P/(sqrt(3)*V*0.9555);
disp('i) Phase current = '+string (PC)+'A ');
disp('i) PL = '+string (PL)+'W ');
disp('i) QL = '+string (QL)+'Vars ');
disp('i... |
b07d142edf65cba975897c490723dcbe0d9bd8c4 | aef26b59d30e6dadcb4ad4adca5fef486bba8f39 | /第一个匿名块.tst | 9426086c4d26b745c6062ce2bdf04ae5e553e3d4 | [] | no_license | BinYangXian/ora | 23141658d122e552ae63d2c091a0b038446da275 | ebb23fed403da5248f8926f902a247b4046e540c | refs/heads/master | 2021-01-20T15:07:10.757649 | 2017-05-09T08:34:52 | 2017-05-09T08:34:52 | 90,722,061 | 0 | 0 | null | null | null | null | GB18030 | Scilab | false | false | 790 | tst | 第一个匿名块.tst | PL/SQL Developer Test script 3.0
38
-- 第一个匿名块
/**
declare
只能进行变量的声明或者变量的声明和赋值
begin
变量的赋值(不能声明变量)
业务代码
end;
*/
declare
-- 声明变量 语法
-- [constant] 变量名 类型[长度] [:=值]
-- 关于赋值
-- := 赋值
-- select into 用于从表中得到值并赋值给变量
-- fetch into 用于从游标中的得到值并赋值给变量
num1 number;
num2 number := 20;
begin
... |
b204de7939375fa646e9ba16f0f018d8977f6b3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH3/EX3.1/ex_3_1.sce | cfeb63a1cc44eb6dd917cc9790fd63d2691ec86c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,030 | sce | ex_3_1.sce | // Example 3.1: calculate the input impedence, output impedence, voltage gain and current gain
clc, clear
Hie=500; // the h-parameters of the transistor in ohm
Hfe=60; // the h-parameters of the transistor in ohm
Ic=3*10^-3; // collector current in ampere
Rb=220*10^3; // resistance in ohm
Rc=5.1*10^3; // resista... |
dec6bce22550e234339fcdec0414c5573231bc68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1535/CH8/EX8.14/Ch08Ex14.sci | 62ac60f325c8e73f48ba3fdb1187480dd81b72d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sci | Ch08Ex14.sci | // Scilab Code Ex8.14: Page-176 (2010)
c = 3e+008; // Speed of light in vacuum, m/s
m = 50000; // Mass of high speed probe, kg
u = 0.8*c; // Speed of the probe, m/s
p = m*u/sqrt(1-(u/c)^2); // Momentum of the probe, kg-m/s
printf("\nThe momentum of the high speed probe = %1g kg-m/s", p);
// Result
... |
7eacf5b7bc0ce60c09c5015ab23d960048ba9a92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH1/EX1.7/EX1_7.sce | b79864a653ef3cbb8a32881034091d575023c512 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 776 | sce | EX1_7.sce | //Example 1_7_<i>
//Sketch the following signal.
clc;
clear all;
t=-5:1/1000:5;
for i=1:length(t)
if t(i)>1 then
x(i)=0;
else
x(i)=1;
end
end
f=scf(0);
plot2d(t,x);
plot(t,x,'red');
xtitle('Required figure','t','x(t)');
xgrid();
xs2jpg(0, 'problem1_7_i-plot.jpg');
//Example... |
31ab3fafdf1f73f7c2cd1fa619f6bf956fc1d719 | b5801afaa3964cbd7f9c1c8cf732cdcdb020e7fc | /Scilab6-Keras-Toolbox/examples/example3/train_plots.sce | d0134cfd1b7883a88ec87211ca27f9025481d5bd | [
"BSD-3-Clause"
] | permissive | TanayKarve/scilab-keras-toolbox | e179b283102a580f2192d44c63dbc44a6fbaf03d | 48045cd955c821a00377f9719f21fe0f91148541 | refs/heads/master | 2022-12-03T09:22:16.551928 | 2020-08-23T13:26:21 | 2020-08-23T13:26:21 | 289,681,759 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 86 | sce | train_plots.sce | ANN_train("5,6",20,1)
plotTrainingAccuracy()
plotTrainingLoss()
plotConfusionMatrix()
|
80276124c37fb00bc5c548323963d885fe0b1a14 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH2/EX2.8/Ch02Ex08.sce | 41a46293f014c50a3cba67acb931e69819b10a3d | [] | 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 | 423 | sce | Ch02Ex08.sce | // Scilab code Ex2.8: Pg.84 (2008)
clc; clear;
B_E = 13.6; // Binding energy of H-atom, eV
// Since 1 atomic unit, u = 931.5 MeV/c^2, therefore we get
u = 931.5e+06; // Mass, eV/c^2
m_l = B_E/u; // Mass lost during formation of Hydrogen atom, u
printf("\nThe mass lost during the formation of hydrogen ato... |
369e70673642ca59f5de8241dff5e67b7b961545 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH5/EX5.3/Ex5_3.sce | d38835a9fd8de1f971bf9d7973fde8445f8b3959 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 934 | sce | Ex5_3.sce | //CHAPTER 5 ILLUSRTATION 3 PAGE NO 161
//TITLE:Inertia Force Analysis in Machines
clc
clear
pi=3.141
D=.3// Diameter of steam engine in m
L=.5// length of stroke in m
r=L/2
mR=100// equivalent of mass of reciprocating parts in kg
N=200// speed of engine in rpm
teeta=45// ... |
1c092bf04e9f08a93664445cb3648e15ef4efbc7 | 96ddb5c7e26f4c4665fed642bcd3e7492c8b3af9 | /qamdemod.sci | 1cc51d39a11bf5bed9410d14015c458c381a77b1 | [] | no_license | kUser18/comm_scilab | 8faa238d1affd5842ae20b8dbc0d59324d12b477 | c98d78ba55b73644bf32cf1f901b6c0e45d73bc2 | refs/heads/master | 2020-03-26T11:00:15.328570 | 2018-09-30T20:35:50 | 2018-09-30T20:35:50 | 144,823,988 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,245 | sci | qamdemod.sci | function Q = qamdemod(x, m)
//
//Function Description
//qamdemod: This function demodulates a matrix of qam modulated
//baseband signals (constellation points or complex numbers) into integers
//
//Calling sequence:-
//signal = qamdemod(qam, m)
//
//Parameters:
//qam: complex - matrix
// The matrix... |
9de4b8f7afd9abfae671fabe3842ebc1fd0cd4a5 | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/initation_scilab/ex8.sci | 0464fad739327990e1a72786d30f7b913c8cadd4 | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 56 | sci | ex8.sci | a=[1.23,%pi,%e]
b=[1+2*3/4,5^3,6*10^-7]
A=[a;b]
c=[a,b]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.