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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4491b7d821824eb04209bf4de414437fc564fba5 | 991911b2a5fe25b4515d60ea80978b8550f90178 | /SCILab/Scripts/vetores_n.sce | 3aa78a07ef31661a8c4ce507f4e15c7706fb17e8 | [] | no_license | fongoses/comunicacao-dados-2013-2 | 48d2f0cd592ea50c8b1ec6f815c8de62f122c4de | 2981e42c5be4550ccd8dd4d4ef93b4397a1ea0d3 | refs/heads/master | 2016-09-10T10:44:16.480842 | 2013-12-17T12:48:45 | 2013-12-17T12:48:45 | 32,294,010 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 482 | sce | vetores_n.sce | mode(7);
// Vetores N-dimensionais
// simples definicao de um vetor n-dimensional
M1(2,2,2) = 3
// redefinicao de elemento
M1(:,:,1) = eye(2,2)
// extracao de elemento
M1(2,2,:)
// obtem dimensoes
size(M1)
// qual a terceira dimensao de M?
size(M1,3)
// outra forma de definir uma tal matriz
M1=hypermat([2,... |
daca6a27615b62c003b6f7cda8f1d52924fe120e | d963a50c09b7380dd7b1b97cd9997e9bd17ea8f3 | /r36/XMPL/RANDPOLY.TST | b224e753c9e9fd2f1b6794517f14a864d98a7314 | [
"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 | 1,588 | tst | RANDPOLY.TST | % randpoly.tst
% F.J.Wright@Maths.QMW.ac.uk, 14 July 1994
off allfac; on div, errcont;
% Univariate:
% ----------
randpoly x;
% Equivalent to above:
randpoly {x};
randpoly(x, dense); % univariate default already dense
randpoly(x, degree=10, ord=5);
% Bivariate:
% ---------
% Default is sparse
randpoly {x,y};
rand... |
b65209570b32a439ae5667706212b06b0bb3c43a | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Space/Trajectories/Ulysses zoom Jupiter.SCI | c5972df47e7052e989cf337a657fcc8b2901b931 | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 4,230 | sci | Ulysses zoom Jupiter.SCI | codeblock readtextfile(ScriptDir+"\_TOOLS.sci");
codeblock readtextfile(ScriptDir+"\_SSYS.sci");
codeblock readtextfile(ScriptDir+"\Astronomy\_SUB\LoadPlanetMoonsKepler.sci");
au2km=149598000;
JID=0;
ssysframe=ssys_create;
showconstellations=true;
ssys_showconstellations(showconstellations);
root.SC.Universe.StarB... |
267ce7725516262023ce0c34de33e6211ccc9752 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH11/EX11.2/ex11_2.sce | 2c66d5bc97b15176e273eb565bb0781b47217a3d | [] | 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 | 614 | sce | ex11_2.sce | //Calculate frequency and impedance and current at resonance and current in coil and capacitor
clear;
clc;
//soltion
//given
R=10;//ohm
L=100*10^-6;//H
C=100*10^-12;//F
Vs=10;//V
fo=1/(2*%pi*sqrt(L*C));
Zp=L/(C*R); //impedance
printf("The Resonant frequency= %.3f MHz\n",fo/10^6);
printf("The impedance... |
e5c7e8b5d058d07375835470c9914b995e56f578 | 9049acbad819265c431868accab46173ab28562d | /example/api/api2-1-ee.tst | 12dbc433f5f1d0b00d2845357144ce763a878ab4 | [
"MIT"
] | permissive | Linqiaosong/PyQTST | bc2d9542bb5412d9514baa840e841758263a01d6 | 83108af691f1f22e5f7925225c65e9c35da35824 | refs/heads/master | 2023-07-16T11:27:53.314126 | 2021-08-31T15:04:50 | 2021-08-31T15:04:50 | 268,427,540 | 5 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 4,552 | tst | api2-1-ee.tst |
=========================================================
Calculation Report
PyQTST v2.0
Q. Lin, Wuhan University, 2020
=========================================================
d8888b. db db .d88b. d888888b .d8888. d888888b
88 `8D `8b d8' .8P Y8. ... |
e02950c84ef2c3c9fe0bfe48901d91475cdcbc1a | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0039.tst | daf38ceda82273985f22a3bfb8b4d28bfa27d9be | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6 | tst | 0039.tst | ;WL
|
c73add027b1831567857f58854fd7f68c32ae020 | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH3/EX3.4/Example3_4.sce | ec19800738feb093c68068819762f3cdf441a2f6 | [] | 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,159 | sce | Example3_4.sce | clear;
clc;
// Illustration 3.4
// Page: 69
printf('Illustration 3.4 - Page: 69\n\n');
// solution
//***Data****//
// a = UF6 b = air
// The average heat transfer coefficient: Nu_avg = 0.43+0.532(Re^0.5)(Pr^0.31)
// The analogus expression for mass transfer coefficient: Sh_avg = 0.43+0.532(Re^0.5)(Sc^0... |
63e05fefc0a4587dfb7cba11b242ce521fa68b8d | b387571bdd041f3b3d606bee94a06f97e87cab34 | /Calculo Numerico/Scilab/iteraçao linear/Interpolação Quadratica.sce | 64156348f7a2c59d76eba785e6afe2b0d7bc4445 | [] | no_license | GuilhermeGueds/Faculdade | 6704a9ce91f7cc7874e3fbaefa28555076fab7d7 | 6f84829ea031f80eb04ea2acf78af834d25cd4f9 | refs/heads/master | 2020-03-13T17:52:39.274865 | 2018-08-31T17:00:27 | 2018-08-31T17:00:27 | 131,225,712 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,238 | sce | Interpolação Quadratica.sce | //Interpolação Quadratica
clear
clc
x = [-1;0;2];
y = [4;1;-1];
n = size(x,1)
A = [x^2 x ones(n,1)]
Ab = [A y]
disp(Ab)
// Determina a triangulação superior
for j = 1: (n-1)
for i = (j+1):n
//verifica se a diogonal não possui 0
if (Ab(j,j)== 0) then
y=Ab(j,:)
Ab(j,:... |
77c4e6b12146a73935866d1c07c88f3d0a174bf3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH6/EX6.2/ex6_2.sce | 694b432ebd74c62c1910ebfe3d9f88590459a9d0 | [] | 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 | 301 | sce | ex6_2.sce | // Example 6.2, page no-371
clear
clc
//(a)
b=20
a=4
op=16
p=(op-a)*2/(b-a)
p_h=p*10
h=p_h-2-5
printf("(a)\nh = %dm",h)
//(b)
p1=1
t_op=((b-a)/2)*p1+4
printf("\n(b)\nTransmitter output =%d mA",t_op)
//(c)
p2=0.5
t_op1=((b-a)/2)*p2+4
printf("\n(c)\nTransmitter output =%d mA",t_op1)
|
99f9d898a8c3936ab886c54effd8eaa60aaa4a27 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.20_12.tst | d61ab913a56eb81d3738e552b3fb8d3f890cebac | [] | 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 | 26,773 | tst | bow.20_12.tst | 20 4:1.0 14:0.25 15:0.034482758620689655 28:0.1111111111111111 30:0.5 55:1.0 64:0.5 76:0.14285714285714285 86:0.037037037037037035 87:0.2 96:0.4 129:2.0 144:0.2 151:0.14285714285714285 183:0.5 199:0.5 297:1.0 348:0.16666666666666666 608:1.0 898:0.25 1085:1.0 1503:1.0 1581:1.0 1753:1.0 1954:1.0 3028:1.0 4422:1.0 4468:1.... |
33ddfd6bd588db60951a4b441da0bbe9cdfcdd3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH11/EX11.4/Ex11_4.sce | 3dc05a2822ebe31a967a03a46da1dc0e83878c70 | [] | 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 | Ex11_4.sce | //example 11.4
clc; funcprot(0);
FS=4;
Ap=0.1295;
Nc=9;
cu2=100;
Qp=Ap*Nc*cu2;
D=[5, 10, 30];
avgD=[2.5, 7.5,20];
sigma=[45, 110.5, 228.5];
cu=[30, 30, 100];
alpha=[0.6 0.9 0.725];
L=[5, 5, 20];
p=%pi*0.406;
Qs=0;
disp(Qp,"bering capacity in kN");
printf("depth (m)\t avg Depth(m)\t avgVerticalStress(kN/... |
c43826d35543d1d97cb38fa4b52b3d4816e629a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH8/EX8.3/ch8_3.sce | 9df3abea444fcd90e03b5bbd70b4a10564a39d86 | [] | 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 | 167 | sce | ch8_3.sce | clear;
clc;
T=.1*10^-3;
f=1/T;
k=15*10^-6;//k=th/w;
th=2*%pi*f*k;
X_l=10;
R=2;
X_c=R*tan(th)+X_l;
C=1/(2*%pi*f*X_c); printf("value of C=%.3f uF",C*10^6);
|
3bfc67bf2fbab7c45dc7dc12277ce37b090d63d7 | 5c0124a56cb43a2890e25fbc6e2556d25ff9c4bb | /Exercise_13.sce | 3176e7a9fe7332bb30fccb80c04ceb15fc31eecc | [] | no_license | wiiwins/Risk-Management | d970aaa2c44409f9c73fd44b8bcfbb25e3e83c3e | 46c547e9d14019dde274f232fc6354641de245ff | refs/heads/master | 2020-09-01T17:12:36.665964 | 2019-11-26T21:00:32 | 2019-11-26T21:00:32 | 219,013,277 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,174 | sce | Exercise_13.sce | // C-Exercise13
// Jurian Kahl
// Nattawut Phanrattinon
funcprot(0);
function [VaR, ES] = VaR_ES_historic (x_data, l, alpha)
l_data_sorted = gsort (l(x_data), "g","d");
n = length(l_data_sorted);
VaR = l_data_sorted( floor(n*(1-alpha)) +1 );
ES = 1 / (floor(n*(1-alpha)) +1) * sum(l_data_sorted(1:floor... |
f1c459011cdb2e3da300ee7ac87721015a0100cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH1/EX1.31/chapter1_31.sce | 19c96445955d4990715d05a923b20f0ac6202399 | [] | 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,366 | sce | chapter1_31.sce | //example1.31
clc
disp("Method 1: Kirchoffs laws")
disp("Now apply KVL to the two loops without current source as effect of the currents in various branches.")
disp("-2(I1-2)-I2+6=0 i.e. 2(I1)+I2=10 ..(1)")
disp("-3(I1-2-I2)-12+I2=0 i.e. -3(I1)+4(I2)=6 ..(2)")
disp("-3(I1)+4(10-2(I1))=6")
i=34/11
... |
1f5d747212cf1af6e2bdf06fb8889519fda29f39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH6/EX6.18/ex6_18.sce | b137cf6f34a39a46637736851faff1f35318b30a | [] | 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 | 852 | sce | ex6_18.sce | clc
//Example 6.18
//Verification of Reciprocity theorem
I=10
//From figure 6.61
disp('The current divides between the two parallel impedances')
//Let I2 be the current through 4 ohm
I2=(10*5)/(4-%i*4+5)
//Let Vx be the voltage across -i4 ohm capacitive reactance
Vx=I2*(-%i*4)
[Vxmag Vxang]=polar(Vx)
printf... |
4a43474a4153c2986bf237a9375d8ec86b01eebc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH1/EX1.30/Ex1_30.sce | c158d5e4d8e168241f57f746bfaed5ebe4391257 | [] | 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 | 392 | sce | Ex1_30.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 1-Properties of Fluid
// Problem 1.30
//Given Data Set in the Problem
h=0.2*10^-3
st=0.0725
dens=1000
g=9.81
//Calculations
//Using rise=4*surface tension/(density *g *diameter of capillary)
d=4*st/(dens*g*h)
mprintf("The ... |
f7ffa39596122debca67849a84ee2e13098e3825 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH4/EX4.23/4_23.sce | 52faa6fcc1116e8b5eec5a6aa3a21ebf6b051f63 | [] | 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 | 4_23.sce | clear; clc; close;
Vcc = 20;
Vc = 18;
Vce = 8;
Vbe = 0.7;
Beta = 150;
Ic = 10*10^(-3);
Ie = Ic;
R2 = 1.6*10^(3);
Ve = 0.1*Vcc;
Re = Ve/Ie;
Rc = (Vcc-Vce-Ve)/Ic;
Vb = Vbe + Ve;
R1 = R2*Vcc/Vb - R2;
disp(Re,'Value of Re(ohms) is : ');
disp(Rc,'Value of Rc(ohms) is : ');
disp(R1,'Value of R1(ohms) is... |
9b325352e74557255b13674561cd1bb1ab49fb9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH8/EX8.25/8_25.sce | 4768b73fa0fd87adf7ad5c71afb0c77107f99ea9 | [] | 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 | 802 | sce | 8_25.sce | //pathname=get_absolute_file_path('8.25.sce')
//filename=pathname+filesep()+'8.25-data.sci'
//exec(filename)
//Mass flow rate(in kg/s):
mhp=2
mlp=1.5
//Expansion efficiency:
n=0.90
//Power developed by the turbine(in kW):
P=3000
//From steam tables:
h1=3034.8 //kJ/kg
s1=6.8844 //kJ/kg.K
s3=s1
x3=0.9566
h... |
3e6d50970e71c25c537c6085c7f708cc552b46b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH11/EX11.11/exa11_11.sce | 969992909bcdbc6e92c500dc2cb5ccfb474a8ec7 | [] | 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 | 330 | sce | exa11_11.sce | //Caption:expression_for_unit_step_response
// example 11_11
//page 481
syms G1 G2 G3 H1 t;
s=%s;
G1=s+1;
G2=1/(s+2);
H2=1/(s*(s+1));
H1=1/(s+2);
a=G1/(1+G1*H1);
b=a/(1+a*H2)
y=b*G2;
disp(y,"C(s)/R(s)=")
//for unit step response R(s)=1/s;
C=y*(1/s)
c=ilaplace(C,s,t)
disp(c,"expression_for_unit_step_resp... |
6b54a76ef278a6f985a724b54a2a78410d0b9393 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH19/EX19.1/Ex19_1.sce | 73629bb3e57730b77e7ebbba3f898a4334413155 | [] | 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 | Ex19_1.sce | // Ex19_1 Page:368 (2014)
clc;clear;
K_x = 10; // Energy of incident deutrons, MeV
K_y = 15; // Energy of emitted neutrons. MeV
m_H2 = 2.014102; // Atomic mass of deutrium, u
m_n = 1.008665; // Mass of a neutron, u
m_Cu63 = 62.929599; // Atomic mass of Cu-63, u
m_Zn64 = 63.929144; // Atomic mas... |
e631b64380a798911ec2303a7466ac74e4ef8f65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH5/EX5.23/5_23.sce | 5a9823fc7a4d83965a9682108f6869f457075daa | [] | 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,429 | sce | 5_23.sce | clc;
clear;
//Example 5.23
Cpo=2131; //Sp heat of oil in [J/kg.K]
Cpw=4187; //Sp heat of water in [J/kg.K]
mo_dot=0.10; //Oil flow rate in [kg/s]
mw_dot=0.20; //Water flow rate in [kg/s]
U=380; //Overall heat transfer coeff in [W/sq m.K]
T1=373; //Initial temp of oil [K]
T2=... |
4232b9e5bb3f87eae903a7e19dd19c72c8050b37 | 9fd700113e21acbb9d3cef5e6010e7f37656b6e6 | /cs16b025_lab1/DMux4way.tst | 6b73cedf6bef8a04a76de3775e30e58d8eb5e914 | [] | no_license | madhav543/cs16b025_lab | 01432fe8d0fbacf4dafe5189413943ec48afaed4 | 4924ea918b9b4dc6eb22b713e639204c9e59c697 | refs/heads/master | 2020-07-11T22:44:32.575114 | 2019-11-19T16:06:12 | 2019-11-19T16:06:12 | 204,659,765 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | tst | DMux4way.tst | load DMux4Way.hdl,
output-file DMux4Way.out,
compare-to DMux4Way.cmp,
output-list ip1%B2.1.2 s%B2.2.2 out1%B2.1.2 out2%B2.1.2 out3%B2.1.2 out4%B2.1.2;
set ip1 0,
set s %B00,
eval,
output;
set s %B01,
eval,
output;
set s %B10,
eval,
output;
set s %B11,
eval,
output;
set ip1 1,
set s %B00,
eval,
output;
set s %B01,... |
c03dbc63ca3c8ac3a5333e843aac481863e23e83 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH3/EX3.2/3_2.sce | aae2b5970f868e138d68357c2c6b6e6625812f43 | [] | 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 | 809 | sce | 3_2.sce | //Example 3.2
//Gaussian Elimination Method
//Page no. 54
clc;clear;close;
A=[2,4,-6,-4;1,5,3,10;1,3,2,5]; //augmented matrix
//triangularization
for i=1:3
for j=1:4
if i==1 then
B(i,j)=A(i,j)
elseif i==2
B(i,j)=A(i,j)-A(i,1)*A(i-1,j)/A(1,1)
... |
fcf18ec1cfcd6fc806422c5707dec5e6df9a8bb3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3535/CH7/EX7.4/Ex7_4.sce | 40bb0576bb869ff782479f5950fe61908501c7ec | [] | 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 | Ex7_4.sce | //Chapter 7, Example 7.4, Page 186
clc
clear
// Flux density
Sp = 1.295*10**13
r = 100
mew = 0.3222
phimax = 2*10**3
phi = Sp*10^-2/(4*%pi*r**2)
t = -(1/mew)*log(phimax/phi)
printf("phi = %e cm^-2/s^-1\n",phi)
printf(" t = %f cm^-1",t)
//Answers may vary due to round off error
|
2e7b5460af45940a4c7e8a1ffeec353e539b62d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3369/CH16/EX16.7/Ex16_7.sce | 2e4321658e7d37a48f51b5ed7ac332a7d854646d | [] | 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 | 958 | sce | Ex16_7.sce | //Chapter 16,Example 6,page 561
//Determine the wave generated
clear
clc
C1 = 0.125*10^-6 // F
C2 = 1*10^-9 // F
R1 = 360 // ohm
R2 = 544 // ohm
V0 = 100 // kV
theta = sqrt(C1*C2*R1*R2)
neta = 1/(1+R1/R2+C2/C1)
alpha = R2*C1/(2*theta*neta)
printf("\n Theta = %f micro S",theta*10^6)
printf("\n Neta = %f",neta)
printf("\... |
45beb8361e315809c411c1dc9b5e58a431fec3c6 | fcc4645d4eee021a4cf8b2cee0922d812710573f | /wings/airfoil_analysis.sce | 4012a9efaa907d41b22be36c5b27d27908173a96 | [] | no_license | gviolato/nemo | 656a6db0481d9828bff307de24ee0b92045d653f | 44cf1554de9e1c4bc8450ae147bdec512599e0d9 | refs/heads/master | 2020-12-29T02:37:17.515209 | 2017-05-28T16:12:49 | 2017-05-28T16:12:49 | 43,207,682 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,320 | sce | airfoil_analysis.sce | // Nemo airfoil selection script
//
// Diego Montero; Gustavo Violato; Fernando Valentini
// First release: Oct. 2015
clc
xdel(winsid())
clear
NEMO_DIR = getenv('NEMO_ROOT');
AIRFOIL_DB = NEMO_DIR + '/dbfiles/airfoils';
// Physical variables
// ==================
GRAV = 9.80665; // gravity [m/s^2]
// Water tempe... |
6bcd3364676e6d0d404a707da7c5da0e6b740646 | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH5/EX5.19/example5_19_TACC.sce | 8a3a387e51b0e5b888c1995db6b0aaf09d7f18d6 | [] | 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 | 601 | sce | example5_19_TACC.sce | //example 5.19
clear;
clc;
disp("CH4(g)+2O2(g)-->CO2(g)+2H2O(l)");
//Given:
S1=-242.98;//standard entropy change for the combustion reaction[J/K]
Hf1=-74.81;//Enthalpy of formation of CH4(g)[KJ/mol]
Hf2=-393.51;//Enthalpy of formation of CO2(g)[KJ/mol]
Hf3=-285.83;//Enthalpy of formation of H2O(l)[KJ/mol]... |
91f4f7a4e6f975d8ea0e7041d6d37fe9c5865ab1 | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/machine-sliding-mode/極配置でS設計.sce | 7610ba68e059259a311c1a4ba1db49673f0c77bc | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | UTF-8 | Scilab | false | false | 332 | sce | 極配置でS設計.sce | //A = [1 1 0;0 2 1;0 0 2];
//B = [0 0 1]';
// サブシステムの行列
A11 = [1 1;0 2];
A12 = [0;1];
S2 = eye(1);
// 配置したい極を指定
p = [-10+0*sqrt(-1) -5+0*sqrt(-1)];
// 超平面の設計
K = ppol(A11,A12,p)
S = S2*[K S2]
disp("切換超平面:S=")
disp(S) //切換超平面Sの値をコンソールに出力
|
9ee7fde0128f9a00a4c44133ba0d44d2c9191520 | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH3/EX3.11/example_3_11.sce | b9affc5fb1cee9f8ba822de7fa77f8e981a279ce | [] | 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 | example_3_11.sce | // given gain of buffer amplifier is 1
s=%s
I=1;
R=10^6;
C=10^-6
C2=0.5*10^-6;
Vi=1/(C*s)*I + R*I
V1=R * I
disp(V1/Vi,"V1/Vi is ")
V2=I/(C2*s) + I*R
Vo= I*R
disp(Vo/V2,"Vo/V2 is ")
V1=V2 //because gain=1
(s/(s+1))*Vi == (s+2)/s * Vo //
disp(s^2/((s+2)*(s+1)),"transfer function is")
|
10cb3007f1a56c30b1f24eb5a3b214f2bf9702bd | b0ec3c95e6b967fabb9b53e0629980e5bc07e752 | /NPT/ScatProb.sce | ded8b8e37a27489b0325b3517034d4b6283c0c07 | [] | no_license | chi-tech/whitepapers | 8847ae667fc02418daf123896daf1c027f55ea20 | fe758fa106e7c8d144e1ac108c9e9f3238310d9c | refs/heads/development | 2020-09-10T16:07:05.190042 | 2020-07-15T14:38:09 | 2020-07-15T14:38:09 | 221,751,686 | 0 | 1 | null | 2020-07-15T14:38:11 | 2019-11-14T17:27:50 | TeX | UTF-8 | Scilab | false | false | 352 | sce | ScatProb.sce | clear
N=100;
theta = linspace(0,2*%pi,N);
varphi = linspace(-1*%pi/2,%pi/2,N);
x=[];
y=[];
z=zeros(N*N,N*N);
for i=1:N
for j=1:N
x=[x; sin(theta(i))*cos(varphi(N))]
y=[y; sin(theta(i))*sin(varphi(N))]
z(i,j) = cos(theta(i));
end
end
theta0 = linspace(0,%pi,N);
ftheta0 = cos(theta0/2)... |
ec6c8cbe92af8fc60b4551a1c6e37654b241d87f | 8881166f518b8c3365fd0a2c0395dbbe4b666a4c | /Examples/nodejs_webinterface_Level2/UDPio.sce | 6eb358ba7c0cfc2084e35ff0776fd9fbb0b0ff0e | [] | no_license | christianausb/OpenRTDynamics | e1e31e61060611a710cf870538969ba5047061f6 | df0c6946622d9a54ab63796337003fb318931b36 | refs/heads/master | 2021-01-21T06:59:51.243998 | 2018-07-13T13:17:29 | 2018-07-13T13:17:29 | 10,501,420 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,790 | sce | UDPio.sce | //
//
// Example for a communication interface from ORTD using UDP datagrams to e.g.
// nodejs.
// The file webinterface/webappUDP.js is the counterpart that provides a
// web-interface to control a oscillator-system in this example.
//
// For more details, please consider the readme-file.
//
// Rev... |
6b53c515310d5823d02c1a8ca7fb01c1ad340eb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH4/EX4.14.5/Exa14_5.sce | 7c72e86ed33d288c21e437ec3a98e800524b4bc9 | [] | 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,889 | sce | Exa14_5.sce | //Exa 14(v)
clc;
clear;
close;
//given data :
inINV=50000;//initial investment in Rs. and equal for all projects
life=5;//in years
salvage=0;//in Rs.
TaxRate=55;//in %
//depreciation type :Straight line
D=inINV/life;//in Rs
//cash flows before tax of 1st,2nd,3rd,4th and 5th years
CBFT1=10000;//in Rs.
CBFT... |
365bd67bf1cd7f95b9f422585cb63e2b43c38074 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH5/EX5.9/ex_5_9.sce | 969c8ebb895d3f284b481a912af3b104673713c6 | [] | 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 | 149 | sce | ex_5_9.sce | //Ex 5.9
clc;
clear;
close;
format('v',8);
Vin=2;//V
Rf=2*2/(2+2)+2;//kohm
R1=1;//kohm
Vout=-Rf/R1*Vin;//V
disp(Vout,"Output Voltage(V)");
|
8b7eef4747c969f03c58631b5ce2f3d0b520446c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH3/EX3.3/Ex3_3.sce | cef2edbeeb1110a3c70c990b17db905c55c4dc57 | [] | 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_3.sce | //Chapter 3 Liquids
clc;
clear;
//Initialisation of Variables
W= 0.220 //gms
g= 980.7 //cm per sec62
f= 0.98
l= 4 //cm
//Calculations
T= W*g/(2*l)
Tc= T*f
//Results
mprintf("Apparent Surface Tension = %.1f dynes per cm",T);
mprintf("\nExact Surface Tension = %.1f dynes per cm",Tc);
|
0a4dde02478862694723fe51c741064092ec6e7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH7/EX7.4/Ex7_4.sce | ab780479b0123ae2c619af39c8815662e07b5ba5 | [] | 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 | 654 | sce | Ex7_4.sce | clc
B= 0.997
disp("B= "+string(B)) //initializing value of base transport factor
Db = 10
disp("Db= "+string(Db)+"cm^2/s")//initializing value of diffusion coefficient in the base
Tb = 10^-6
disp("Tb= "+string(Tb)+"s")//inializing value of electron lifetime
Lb = sqrt(Db*Tb)
disp("The electron carrier diffusion l... |
54225beb915d4b42e57979210736667b660945d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH11/EX11.3/Example11_3.sce | cfdef40dc43d55bbff2f2bd7e98a260ea46e2640 | [] | 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,237 | sce | Example11_3.sce | clear;
clc;
// Illustration 11.3
// Page: 602
printf('Illustration 11.3 - Page: 602\n\n');
// Solution
//***Data***//
T = 1; //[m]
di = 0.203;// [m]
n = 1;// [for one impeller]
Density_S = 2300;// [kg/cubic m]
Density_p = 2300;// [kg/cubic m]
C = 0.150;// [m]
S = 50;// [kg]
g = 9.807;// [m/s]
dp ... |
28d0a6357d6e5ea585dade7f1d0ed43b9fd318a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH13/EX13.3/Ex13_3.sce | da5c1a75cc93a184671a80a085dcee4fbbfdd8f9 | [] | 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 | 444 | sce | Ex13_3.sce | //Chapter 13
//page no 583
//given
clc;
clear all;
Er=4.7;
b=10; //in mils
w=4; //in mils
t=0.5; //in mils
Z=60/sqrt(Er)*log(4*b/0.67/%pi/(0.8*w+t));
printf("\n Z = %0.2f ohm\n",Z);
tpd=1.017*sqrt(Er);
printf("\n tpd = %0.1f ns/ft\n",tpd);
Tpd=tpd*1000/12; ... |
0eb64ab10e2876fec0523e9b29a6c6e52d65b771 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH18/EX18.3/example18_3.sce | ce24517a08b07c0fe3cc8466545d5bd92341b1e2 | [] | 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 | 865 | sce | example18_3.sce | //Chapter 18
//Example 18_3
//Page 429
clear;clc;
a=1*(cosd(120)+%i*sind(120));
Ir=12+%i*6;
Iy=12+%i*-12;
Ib=-15+%i*10;
Ir0=1/3*(Ir+Iy+Ib);
Ir1=1/3*(Ir+a*Iy+a^2*Ib);
Ir2=1/3*(Ir+a^2*Iy+a*Ib);
disp("RED PHASE:");
printf("Ir0 = %.2f+j(%.2f) A \n", real(Ir0), imag(Ir0));
printf("Ir1 = %.2f+j(%.2f) A \n"... |
392cedc6ee6fb289689d83a753db4a4bf777f636 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Ptend.sci | d16ebf80ef411e69855ed055f914e293e3eaf7b7 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 58 | sci | Ptend.sci | function P=Ptend(Fig)
P=Fig(size(Fig,1),:)
endfunction
|
8559f268c9335b8196b96e1cf0f29bbe854d51e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH10/EX10.7/Ex10_7.sce | 111e19edc2b50022c45f3799d3f777f3d79b8818 | [] | 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,102 | sce | Ex10_7.sce | clear all; clc;
disp("Scilab Code Ex 10.7 : ")
//Given:
ep_x = -400;//(*10^-6) Normal Strain
ep_y = 200; //*(10^-6) Normal Strain
gamma_xy = 150; //*(10^-6) Shear Strain
//Maximum in-plane Shear Strain:
strain_avg = (ep_x+ ep_y)/2;
tou = gamma_xy/2;
R = sqrt((-ep_x + strain_avg)^2 + tou^2);
strain_ma... |
98e296696fe39ce30aae2a460f00c8576a6ce1c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH6/EX6.24/EX6_24.sce | 9eb5a0092e2a670a63bcf33be1237dd026876022 | [] | 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 | 639 | sce | EX6_24.sce | //Example6.24 // To determine the output voltage
clc;
clear;
close;
Vin = 2.5 ;
Rf = 100*10^3 ;
R1 = 10*10^3 ;
RI1 = 25*10^3 ;
RI2 = 10*10^3 ;
R2 = 100*10^3 ;
// the output voltage of an inverting amplifier
Vo1 = (1+(R2/R1))*Vin ; ;
disp('The output voltage of an inverting amplifier is = '+string(Vo1)+ '... |
ceaa917ae21b40a09506047fff8c0227e4fc8a75 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/sci2blif_added_blocks/dc_in.sce | 3ef003237b373106393bd1224eb1a06a0bbf88a9 | [] | 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 | 1,309 | sce | dc_in.sce | //**************************** DC_in ***********************************
if (blk_name.entries(bl) =='dc_in') then
mputl("# dc_in",fd_w);
DC_in_char = [3.0e-06 2.4462;2.5e-06 2.4163;2.0e-06 2.2968;1.5e-06 2.0720;1.0e-06 1.7760;0.9e-06 1.7016;0.8e-06 1.6102;0.7e-06 1.5330;0.6e-06 1.4284;0.5e-06 1.3176;0.4e-06 1.1... |
0d7264b574cf0f27a5351dde19d887d47bf34f5b | 3592fbcb99d08024f46089ba28a6123aeb81ff3c | /main/prepairData.sce | 7786bbc342c702f72e884e486da5336a0847e414 | [] | no_license | clairedune/sciGaitanLib | a29ab61206b726c6f0ac36785ea556adc9ef03b9 | 7498b0d707a24c170fc390f7413359ad1bfefe9f | refs/heads/master | 2020-12-11T01:51:13.640472 | 2015-01-28T13:52:26 | 2015-01-28T13:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,930 | sce | prepairData.sce | // ------------------------------- //
//
// the kinect data results from the code
// ./bin/testSaveFeetTrajectories [~/Documents/data/handibio/essai1/ 2000 10000 1]
//
// FOR PRENSENTATION PAL
//
// 1. Read data
// 2. Synchro times : search the min time and start there as 0
// 3. Align Frames
// --------------------... |
8687d58c9c162efca648ee75cb006eb2de38bfac | 9733f939913e963ec556f5f89248dacb75801a8d | /scilab/divbzeroconstruction.sci | 1cf11218ba8f1bb87d2070b1cb9fb971ff65588d | [] | no_license | mikeg64/solar | 4546c0182bb7f7cde21bc7f102e659ff7a488ad8 | 46ab043441a4f2523daa7cfaf5008c959f61d7d6 | refs/heads/master | 2023-08-22T04:29:33.974673 | 2023-08-19T09:19:40 | 2023-08-19T09:19:40 | 17,345,330 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 691 | sci | divbzeroconstruction.sci | m=.05; //m=%pi.*a.^2.*I/c ring current I radius a
len=0.1;
b0=1.0;
wid=1.0;
shift=0.5;
x=-1.0:0.05:1.0;
y=0.1:0.1:2.0;
[X1,Y1]=meshgrid(x-shift,y);
[X2,Y2]=meshgrid(x+shift,y);
//bx1=-0.1*(X1./sqrt(X1.^2))-2.0.*b0*X1.*exp(-wid.*(X1.^2)./len);
bx1=-2.0.*b0*X1.*exp(-wid.*(X1.^2)./len);
by1=+b0.*exp(-wid.*(X1.^2)./le... |
21c25d3e4e4b43c3e5f3b7e716d7df248c2458f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH11/EX11.4/11_4.sce | 8dd706d787b44b0921ba789949568943b21b0943 | [] | 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 | 196 | sce | 11_4.sce | disp("Vp=σ*(a^2)/(2*μh*Єs)");
b=1/10; //say b=σ
c=500; //say c=μh
d=12*8.854*10^-14; //say d=Єs
a=2*10^-4;
Vp=b*(a^2)/(2*c*d);
printf('\n The value of pinch-off voltege is %fV',Vp); |
b5889010074f9d58376cfe6edbb14d58fbbb9927 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH7/EX7.4.b/ex_7_4_b.sce | 5bada6f177122203ed7d8edeaed81fe30b5d2c9d | [] | 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 | 444 | sce | ex_7_4_b.sce | //Example 7.4.b: emf generated
clc;
clear;
close;
// given data:
W=20000;// in watt
V=200; // in volts
R=0.08; // in ohm
Rs=0.02; // series field resistance in ohm
I=W/V; // in A
Rsh=42; // shunt ield resistance in ohm
Ra=0.04; // armature resistance in ohm
Vf=I*R;
Vs=I*Rs;
V1=Vf+Vs; // voltage drop of feeder and seri... |
b0d21207c8322b19fad82d81ed88a4c61a9c2406 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH3/EX3.9/Ex3_9.sce | 62e887a3cd2a74ccf767f3db81672f4470bcffdf | [] | 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 | 358 | sce | Ex3_9.sce | clc();
clear;
//Given :
mu = 1.4;// refractive index of a thin film
lambda = 5890; // Wavelength of sodium light in A
deltalambda = 20; //line width in A
// For observing interference pattern, t < lambda^2/(2*mu*deltalambda)
t_max = lambda^2/(2*mu*deltalambda); //thickness of the film in A
printf(" t_max : %1.3... |
5cd706ae633a48f44381bf6951390d03758f728e | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH1/EX1.8.a/ex_1_8_a.sce | 4418bc2b9c4a71260d3a9280e3d79e23d52e2d41 | [] | 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 | 370 | sce | ex_1_8_a.sce | // example 1.8(a)//
//conversion hexadecimal number to octal number //
clc
//clears the screen //
clear
// clears already existing variables //
x= hex2dec ('2F')
//hexadecimal to decimal conversion //
a= dec2oct (x)
//decimal to octal conversion //
disp ('conversion of given hexadecimal no to its octal form r... |
8e2e48e2c2adbcaf93fbb63cfc7afad87cbaf3ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH4/EX4.58/Ex4_58.sce | e7f942f5c0a6d559ad4a63c63bc16eb075dc9eda | [] | 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 | 325 | sce | Ex4_58.sce |
// Example : 4.58
v1=233.73-%i*8.934;
vs=240+%i*0;
r1=0.6+%i*0.8;
i1=(vs-v1)/r1;
disp('the value of I1 is = '+string(i1)+' Amp');
r2=0.5+%i*0.866;
vs1=239.5-%i*14.359;
i2=(vs1-v1)/r2;
disp('the value of I1 is = '+string(i2)+' Amp');
r3=16+%i*12;
il=i1/r3;
disp('the value of I1 is = '+string(il)+' Amp... |
be6d28691626f75de9a1ec06769c060b46ef519c | 32efd292e7efe8ebae05b6e3fcc94f8e7d3d1103 | /sudokusolver.sce | 1a7fc40a321a57a45a5cec7af6732e9ca87965ee | [] | no_license | breakingbaid/sudokusolver | 61ef52eee02522fdeb3a71306d6e6d529a449efe | 60781de28cff83ee803d67bc22b76279139840b5 | refs/heads/master | 2021-01-22T04:09:45.518125 | 2017-05-25T18:56:01 | 2017-05-25T18:56:01 | 92,434,596 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,477 | sce | sudokusolver.sce | a={8,0,0, 0,0,0, 0,0,0;
0,0,3, 6,0,0, 0,0,0;
0,7,0, 0,9,0, 2,0,0;
0,5,0, 0,0,7, 0,0,0;
0,0,0, 0,4,5, 7,0,0;
0,0,0, 1,0,0, 0,3,0;
0,0,1, 0,0,0, 0,6,8;
0,0,8, 5,0,0, 0,1,0;
0,9,0, 0,0,0, 4,0,0;}
b=a;
function [z]=generate(a,x,y)
z=%F;
if x==9 & y==9
disp(a);
... |
a4e8ff86160a6d5cf32f3413b3279e0f988a8a9f | 676ffceabdfe022b6381807def2ea401302430ac | /library/Demos/MultiRegions/Tests/Helmholtz3D_CG_Pyr_VarP_iterLE.tst | e58438bc79111bcff6feae714f31ee8924c6f593 | [
"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 | 648 | tst | Helmholtz3D_CG_Pyr_VarP_iterLE.tst | <?xml version="1.0" encoding="utf-8" ?>
<test>
<description>Helmholtz 3D CG for Pyramid with LE preconditioner</description>
<executable>Helmholtz3D</executable>
<parameters>-I GlobalSysSoln=IterativeStaticCond -I Preconditioner=LowEnergyBlock Helmholtz3D_Pyr_VarP.xml</parameters>
<files>
<file ... |
4a08452884b32c5d17d69c01890776da81b31ea3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH1/EX1.5/Ex1_5.sce | f94bdbf613f16c1562a894b76b0711212d87fdca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | Ex1_5.sce | //the electric field at Q1 needed to be determined.
//given
clc
Q1=1d-9//at (-1,1,-3)
Q2=5d-9//at (3,1,0)
epsilon0=8.85D-12//the values may differ as i have used the exact value of permitivity
R=[-1 1 -3]-[3 1 0]//
r=norm(R)//magnitude of the vector r
ar=R/r//unit vector
E=(Q1/(4*%pi*epsilon0*(r^2)))*ar
E=rou... |
811c6208b33a10572737b25d1ec67e2fd439254a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH7/EX7.10/ex7_10.sce | d09bc6010803f366f41ec674e053372190fa1b33 | [] | 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,218 | sce | ex7_10.sce | clc;
p1=3; // Pressure of fluid at inlet in bar
T1=150; // Temperature of fluid at inlet in degree celcius
V1=90; // Velocity of fluid at inlet in m/s
eff_nozzle=0.85; // Nozzle efficiency
k=1.4; // Index of reversible adiabatic process
p2=1/3*p1;
// (a).Steam
// Following are taken from steam table
h1=2761... |
a18c60c535bc99eb83a6687630ea863d93d075dd | 37aadc591f529c3f4f488f15976004ee30f32252 | /inherit/loader.sce | c7e523c4ad8beb1be41dc37dd51112e235653b0f | [] | no_license | aakash30jan/swig | 1299c65d44839ac591f94cf11b153f0ea21e5ce8 | 6eadfc970b94d77df8f9cbc923ec3c76ff1803c7 | refs/heads/master | 2021-04-09T15:27:04.659636 | 2017-06-02T15:43:21 | 2017-06-02T15:43:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,439 | 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
// ----------------------------------------------------------------------------
//
libinherit_path = get_absolute_file_path('loader.sce');
//
// ulink previous function with same name
[b... |
eea04af2573176767def0d46ec28d0ceb0a76c46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH13/EX13.4/Ex13_4.sce | 8ec1e4a27dfb4d3e387371836df4a26bc34dc0dd | [] | 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 | 659 | sce | Ex13_4.sce | //=====================================================================================
//Chapter 13 example 4
clc;clear all;
//variable declaration
T0 = 4; //time of swing in seconds
Ig =0.001; //current in A
lamda = 0;
theta = 50; //steady deflection in scale divisions
theta1 =... |
5775974605d9b774788ca68c6bbde44c778c400d | 683d2599aa2be1a5f74b928d545b20e7ea656cd1 | /microdaq/macros/microdaq_macros/mdaq_dio_read.sci | fc56bd36d3350e71a50a8a545acebad5f3e25772 | [
"BSD-3-Clause"
] | permissive | pj1974/Scilab | 5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95 | cd54f1bd8502d6914ad6ff5271ca0e6e3d323935 | refs/heads/master | 2020-12-25T17:12:56.934984 | 2015-10-06T17:16:11 | 2015-10-06T17:16:11 | 41,862,822 | 0 | 0 | null | 2015-09-03T14:00:56 | 2015-09-03T14:00:56 | null | UTF-8 | Scilab | false | false | 650 | sci | mdaq_dio_read.sci | function state = mdaq_dio_read(link_id, dio)
if argn(2) <> 2 then
disp("ERROR: Wrong input arguments!");
return;
end
if link_id < 0 then
disp("ERROR: Wrong link ID!")
return;
end
if dio > 32 | dio < 1 then
disp("ERROR: Wrong DIO number!")
return;
... |
49839054aff699b40f4ee2fc1bb2ffa38f3a7560 | 3b742855dce5a8af730e0cbc0fa60a17c93592a7 | /polynomeLagrange.sci | f87adb0400caf1e99ad38886e6a14bc2eb6cad4c | [] | no_license | AlexisZankowitch/scilab | 287c90ba944622f50c6fd445044441618153d04b | 2a6dfafe03743e26fd78308265813134025cf224 | refs/heads/master | 2021-05-30T04:37:00.736119 | 2015-12-06T13:39:59 | 2015-12-06T13:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sci | polynomeLagrange.sci | function p = polynomeLagrange(i,n)
p = 1;
x=[0:1/n:1];
for j=1:n+1
if i <> j then
p = p * poly([-x(j) 1],"x","coeff")*(x(i)-x(j))^(-1);
end
end
endfunction
function P = polyLagrangeBase(f,n)
P = 0;
x = [0:1/n:1];
for i=1:n+1
P=P+f(x(i))* polynomeLagrange(... |
debe6f5d56299f4827a5b3cdddf4b4d0ae23c0d4 | f3e5fa101f53ebccdd1732064b7efb5f85c9197c | /main.sce | 910814fc3a516f50ec8e726dd8a86d324c3519f4 | [
"MIT"
] | permissive | jhonegratieri/Cnum2 | 2744bd94b72c2c3fc45411519031a1b6528eb315 | f70021246d781c1a9b5d06b7dd0ce6c26c35de5b | refs/heads/master | 2022-04-07T13:35:45.486395 | 2020-03-12T11:35:57 | 2020-03-12T11:35:57 | 246,814,470 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | main.sce | // carregar variável do arquivo
load("input.dat", "T1", "T2", "T3", "T4");
N = T1 + T2 + T3 + T4 - 3;
// salvar o valor das variáveis em arquivo
save("output.dat", "N");
|
439d87667a1f39ebb49e52912d414f9b52481d69 | d52d3664d9650ed9473dfaa3c4b379f05ef9fa78 | /test/update_sp_tax_residents.tst | 5d7e1c2e390ef4fc69d96a5697614c1a94555efe | [] | no_license | ZVlad1980/excel_api | 7b517bf68b677f8e947cba8794ae557e48c9ce06 | b514dbea9cb619e0e73c67b2e8fec4a59301101a | refs/heads/master | 2020-04-04T01:51:22.004466 | 2018-10-02T05:52:04 | 2018-10-02T05:52:04 | 155,679,735 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 283 | tst | update_sp_tax_residents.tst | PL/SQL Developer Test script 3.0
11
-- Created on 09.12.2017 by V.ZHURAVOV
declare
-- Local variables here
i integer;
begin
--dbms_session.reset_package; return;
-- Test statements here
dv_sr_lspv_docs_api.update_sp_tax_residents_t(
p_process_id => 150
);
end;
0
0
|
1a1905bc19474f1b49f6d709e3eb8ba65423e545 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2441/CH2/EX2.10/Ex2_10.sce | 0bd39257ca7ab49a3006b4222360419e1673554a | [] | 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 | 634 | sce | Ex2_10.sce | //exa 2.10
clc;clear;close;
format('v',5);
B11=0.001;//MW^-1
B22=0.0024;//MW^-1
B12=-0.0005;//MW^-1
//dC1/dP1=0.8*P1+16;//Rs./MWh
//dC2/dP2=0.08*P2+12;//Rs./MWh
lambda=20;
//Iterations for calculating value
P1(1)=0;
P2=0;
for i=2:1:10
P1(i)=(0.2+0.001*P2(i-1))/0.006;
P2(i)=(0.4+0.001*P1(i))/0.0088... |
5493060e2a505daa344921e31661d4c97b07f6d3 | 37ecd78225875673db86fad4abb97404437eb339 | /Gauss_Jacobi.sce | b4df3cefd9b6cd39bd3fb495844082f4a5ad4ce8 | [] | no_license | andreviniciusmb/Calculo_Numerico | 4a856ffb3887e447dcbd6d39a1b12218e38dc088 | 316a4c29686fd40b25a6353e404d7b1455b2d507 | refs/heads/master | 2022-04-20T13:55:09.969949 | 2020-04-15T19:17:39 | 2020-04-15T19:17:39 | 255,652,623 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,534 | sce | Gauss_Jacobi.sce | // Versão simplificada do algoritmo de valores próprios de Jacobi
function [x] = Gauss_Jacobi(a,b,x0,tol,N)
n = size(a,1)
for iteracao = 1:N
for k = 1:n-1
for i = k+1:n
m = a(i,k)/a(k,k)
for j = k:n
a(i,j) = a(i,j) - m*a(k,j)
... |
5094c61c1203640c9df33fd471edc63b808efffb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH13/EX13.9/Chapter13_Example9.sce | dd9db3a5733fdbbf4bd2b9d1e5756ecb36250607 | [] | 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 | 671 | sce | Chapter13_Example9.sce | //Chapter-13, Example 13.9, Page 569
//=============================================================================
clc
clear
//INPUT DATA
CAs=0.02;//Carbon mole fraction
CAo=0.004;//Content of steel
CA=0.012;//Percet of depth
d=0.001;//Depth in m
H=(6*10^-10);//Diffusivity of carbon in m^2/s
//CALCULATI... |
07a789c300da0c672a59f034550894fd03ac68f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH3/EX3.7/ch3_7.sce | 72aa5649ef0eea89833f96e0a83d009e853e5b66 | [] | 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 | 393 | sce | ch3_7.sce | clc
disp("Example 3.7")
printf("\n")
printf("Given")
disp("Total resistance of three resistors is 50 ohm")
R=50;
disp("Output voltage is 10 percent of the input voltage")
//Let v be input voltage and v1 be output voltage
//Let v1/v=V
V=0.1;
//As V=R1/(Total resistance)
//Solving for R1
R1=V*R;
//As R=R1+R2... |
bdb26b7e5a8c46483f5d9dc1e851a44a665bc4ca | 33abd9b2afb50c8a52fb6c57fa38c3a2c89358af | /move/Move.tst | 3d6b9c3a57e8765bc3b16601256ff5c6d7491d7a | [] | no_license | CWSCS4/project4 | 3f248531d4eb805c2c38a74b51723a9edf324e53 | df13ef3f9d8b24825a841143884beeaf83df5c8b | refs/heads/master | 2021-01-11T01:46:33.560419 | 2017-10-13T13:41:38 | 2017-10-13T13:41:38 | 106,828,900 | 0 | 4 | null | 2017-10-24T12:10:36 | 2017-10-13T13:37:55 | Scilab | UTF-8 | Scilab | false | false | 189 | tst | Move.tst | // File name: Move.tst
load Move.hack;
echo "First, make sure that 'No Animation' is selected. Then, select the Keyboard, use the keyboard, and check the screen.";
repeat {
ticktock;
}
|
d9b6eb116d1601ffb44c5c9bec0c59c23f0dbaf6 | 382c4ab7bd77fd8ea5a28d44133032bf3c657e66 | /Resolucion-Scilab/EDP.sci.txt | 267dff006ddc6db985c066c882a7d58b38aa8235 | [] | no_license | antoniocarrillo69/MDF | 647de12c74c7cbd40ee7ff79e18cb33595e0ab53 | bbafd03fd5c65bdbff61e5c7aa519a397c86597e | refs/heads/master | 2020-03-18T09:47:41.774616 | 2018-05-30T18:28:45 | 2018-05-30T18:28:45 | 134,580,287 | 0 | 1 | null | null | null | null | ISO-8859-3 | Scilab | false | false | 1,664 | txt | EDP.sci.txt | // Ejemplo de una ecuación diferencial parcial en 1D
// -Uxx+Ux=0
// 0<U<1
// U(0)=0 y U(1)=1
// Resuelve Ax=b usando el metodo Jacobi
function x=Jacobi(A,b,N)
x=zeros(N,1);
xt=zeros(N,1);
eps = 1e-5;
iter = 100;
for it = 1: iter
for i = 1: N
sum = 0.0;
for j = 1: N
if i == j then
... |
c40309aee89ccba18d3039c26031d7f0175d4732 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH4/EX4.10/Ex4_10.sce | f1e94e402aacd279721738735662e38b102d1fbf | [] | 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 | 146 | sce | Ex4_10.sce | //Variable Declaration
n = 3 // No. of flips
p = 0.5 // probability of head in one flip
//Results
printf ( "Mean Number of heads: %.2f",n*p)
|
3795c96394cb202faa6d8d773796731974f7ee01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /497/CH5/EX5.2/Chap5_Ex2.sce | ee26069eb077b16527526be47c94d1452916925a | [] | 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,209 | sce | Chap5_Ex2.sce | //Kunii D., Levenspiel O., 1991. Fluidization Engineering(II Edition). Butterworth-Heinemann, MA, pp 491
//Chapter-5, Example 2, Page 132
//Title: Initial Bubble Size at a Distributor
//==========================================================================================================
clear
clc
//INPUT... |
1446bc629d6fc4e9df751e75d825bd4b2ff22aea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH2/EX2.1.c/Ex2_1c.sce | dbd5235ac1f7326b5ece7c36ce8a2a5bea58762d | [] | 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 | 498 | sce | Ex2_1c.sce | //Caption: Probability
//Example 2.1.c
//page no 43
//Find the probability
clc;
clear;
redballs=3;
whiteballs=4;
blackballs=5;
//Probability Getting black ball
pb=blackballs/(redballs+whiteballs+blackballs);
//Probability Getting white ball
pw=whiteballs/(redballs+whiteballs+blackballs);
//Probability Get... |
c60e4f2ecb06bf034bb800580bd31c54fb704154 | 564beb66e232557765505973f93cc322a394133a | /KOHW/IntrinsicCarriers.sce | 261cfc4ba11d55bba83dbb223ae8678b024ee91b | [] | no_license | KeithEvanSchubert/Keith_On | 2442bb74b9d531c96d9f10da8df1dede54423094 | fe8dd1e90e695957346aa176b7e0d0fea30171e3 | refs/heads/master | 2021-01-18T22:08:18.862471 | 2019-09-04T17:39:58 | 2019-09-04T17:39:58 | 51,767,267 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | IntrinsicCarriers.sce | //Setup
GaAs=1;
Ge=2;
Si=3;
Eg = [1.42
0.66
1.12];//eV
B = [2.1E14
1.66E15
5.23E15];//cm^{-3}K^{-3/2}
k=86E-6;//eV/K
//user selections
T=300;//Kelvin
material = Ge;
ni = B(material) * T^1.5 * exp(-Eg(material) / (2*k*T)) // in cm^{-3} |
3227f87dd17718f9fe64d38d9bb35a6cb34c54b4 | a5935ffd4c3e88a093772c6425f2ca451f4fea86 | /DENNISTSP/tsp/data/50_1.tst | 222c5e0f0c08412bcb485bd23dff450eba5b15d6 | [
"MIT"
] | permissive | Sebelino/Avalgprojekt | 1d4453deac2b3929e52671f2bb7fdb4e902ce187 | 18609887211e7e886910faaa7bbebe686c2c1aeb | refs/heads/master | 2021-01-01T17:17:17.009999 | 2013-12-06T18:23:55 | 2013-12-06T18:23:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,245 | tst | 50_1.tst | 50
-633084.3170 -862575.3196
843988.9826 -402647.2522
156907.2913 543146.9963
404327.6822 -418241.9316
-321737.6337 -437021.4854
-533588.0204 574352.2588
-292434.8241 -204071.3595
-730291.2093 -683185.0896
558214.9345 42618.6810
-716410.1731 274448.3317
-131067.3532 -449080.0582
-293158.3447 705618.8931
-459330.9724 75... |
ea94098373da8e10506f156bccd84417c32d1102 | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /sci2blif/guicode_v6.sce | e354e2c7431561d1094a335f11a13693b406d173 | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 62,007 | sce | guicode_v6.sce | //Turn off the warning messages in the console
previousprot = funcprot(1) //integer with possible values 0, 1, 2 returns previous value
funcprot(0) //allows the user to specify what scilab do when such variables are redefined. 0=nothing, 1=warning, 2=error
gui=figure('figure_position',[750,200],'figure_size',[300,... |
01ba77a51c33753649d3dc66408e5209391fc378 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/examples/addinter-examples/ex16c.sce | 11178501eca5e373d934580691382b556e7701c8 | [
"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 | 91 | sce | ex16c.sce | ex16c();
if Str<> "Pilgrim said he, where can it be this land of Eldorado" then pause;end
|
8180fcd376c748aee43f4515da6daebb50fef2e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/20_4data.sci | f08424b3acb844f66ae7ccf258e00e135fb0c60c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sci | 20_4data.sci | Sy=10*10^3;//vertical load,given,in N
B=[200;250;400;100;100;400;250;200];//boom area,given
y=[30;100;100;50;-50;-100;-100;-30];//x-coordinate of each boom
x=[120;240;240];//distences along x-axis between booms |
23d32065b97c9248199ac28d07dcb9f6154d0aea | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH11/EX11.1/ex11_1.sce | 0f939d54b9f52c4c2e3bcfd024afd20a1593b2e3 | [] | 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 | 387 | sce | ex11_1.sce | // Exa 11.1
clc;
clear;
close;
format('v',6)
// Given data
P = 4;
f = 50;// in Hz
Ns = (120*f)/P;// in rpm
disp(Ns,"The synchronous speed in rpm is");
s = 4;
//s = ((Ns-N)/Ns)*100;
N = Ns - ( (s*Ns)/100 );// in rpm
disp(N,"The speed of the motor in rpm is");
N = 1000;// in rpm
s = ((Ns-N)/Ns);
f_desh= s... |
e4f9f74c2b9dadde251781b22768c6c34076a3b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH10/EX10.4/Ex10_4.sce | 7dd7f7c5d1311bbfc579ab80391977de89c3489b | [] | 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 | 418 | sce | Ex10_4.sce | // Example 10_4
clc;funcprot(0);
// Given data
V_wbyomegaD_m=0.1;
C_pm=0.50;// The power coefficient
V_w=10;// The wind speed in m/s
P_wtp=100;// kW
rho=1.2;// The density of air in kg/m^3
// Calculation
omega_p=sqrt((%pi*C_pm*rho*V_w^5)/(8*P_wtp*10^3*V_wbyomegaD_m^2));// s^-2
omega=omega_p*(60/(2*%pi));// ... |
82100a5758ecd09ade4de6693d60f4ed2b3c2100 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH5/EX5.33/Chapter5_Exampl33.sce | 2b4307c83f4dd4a2d740583455d37b3c64736904 | [] | 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 | 813 | sce | Chapter5_Exampl33.sce | clc
clear
//INPUT DATA
p1=0.9;//initial pressure in bar
pd=18;//delivery pressure in bar
n=1.3;//index of compression
R=0.287;//gas constant
t1=303;//temperature in K
t0=290;//temperature in K
p11=1;//pressure in bar
//CALCULATIONS
p2=sqrt(p1*pd);//intermediate pressure in bar
v0x=(p1/1)*(t0/t1)*0.891743;... |
aa52ed1a3c03fd3baf6fc6cd9f327f2a8450ff0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH4/EX4.3/Ex4_3.sce | 39f301bb5c8ca377d09986e28c13dc77a691df03 | [] | 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 | 559 | sce | Ex4_3.sce | //Example 4.3, Page number 4.32
clc;clear;close
// variable declaration
C=3*10**8 // Velocity of light m/s
W=632.8*10**-9 // wavelength in m
P=2.3
t=1
h=6.626*10**-34 // Planck constant
S=1*10**-6
// Calculations
V=C/W // Frequency
n=((P*10**-3... |
d6da9f8fc69b5655a87faeacd2c64c3c610dfcf7 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/ShallowWaterSolver/Tests/NonlinearSWE_RossbyModon_DG_P9.tst | ffb1d0d659e43e87d42c2ef1e65461f4c0a96e81 | [
"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 | 869 | tst | NonlinearSWE_RossbyModon_DG_P9.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Rossby modon, DG, P=9</description>
<executable>ShallowWaterSolver</executable>
<parameters>NonlinearSWE_RossbyModon_DG_P9.xml</parameters>
<files>
<file description="Session File">NonlinearSWE_RossbyModon_DG_P9.xml</file>
</files>
... |
28bbcaf855da9a6f82270600b282a9e8d768ce8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH13/EX13.3/13_3.sce | ae28c43ac75e7188cb129cf75c92a49cd96abe51 | [] | 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 | 627 | sce | 13_3.sce | clear;
clc;
Voc2=100;I1=10;V2=25;
Voc1=100;I2=20;V1=50;
z11=Voc1/I1;
z21=V2/I1;
z22=Voc2/I2;
z12=V1/I2;
printf("(a)The driving point impedances are:\n");
printf(" z11 = %f ohms\n",z11);
printf(" z22 = %f ohms\n\n",z22);
printf(" The transfer impedances are:\n");
printf(" z12 = %f ohms\n",z12);
printf("... |
4ca13c974e2a890b8db501dbe66ac892a3fa2372 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3836/CH18/EX18.1/Ex18_1.sce | ab85ffd76fbdf94a0554b9035f7e33360adf568a | [] | 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 | 380 | sce | Ex18_1.sce | clear
//Initialisation
c=100*10**-6 //capacitance in farad
r=100*10**3 //resistance in ohm
v=20 //volt
t=25 //time in seconds
e=2.71828 //mathematical constant
//Calculation
T=c*r //time in seconds
v1=v*(1-e**... |
df985215b6d99d86aa1e310c53e2a0ae92dccfdc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH4/EX4.14/Ch04Ex14.sce | 2408835abc122905c885c8da32a55534aa2d428e | [] | 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 | Ch04Ex14.sce | // Scilab code Ex4.14: Pg 129-130 (2008)
clc; clear;
A = 8e-04; // Cross-sectional area, metre-square
d = 24e-02; // Mean diametre of iron ring, m
phi = 1.2e-03; // Flux, Wb
mew_r = 1200; // Relativ... |
b4eef703c9422251215d33a2125fd333a5d65d50 | e01d541554b2541e280a2581c31f3c8904a5b923 | /nt4/private/sdktools/ftp/test/ftp.tst | de1cc27f8fbb3eb8f8a3675e1a0089085c35b83c | [] | no_license | tmplazy/NT_4.0_SourceCode | b9a6a65fa3ca3e008b0277c7f5884aa7b3c57b9f | e293359a21b004f6840ec66c0a7ad1077a80f22b | refs/heads/master | 2021-07-22T13:57:15.412794 | 2017-10-31T10:48:43 | 2017-10-31T10:50:50 | 105,346,067 | 1 | 0 | null | 2017-09-30T06:03:46 | 2017-09-30T06:03:45 | null | UTF-8 | Scilab | false | false | 789 | tst | ftp.tst | For testing ftp, setup directory and try each command.
First try each command line switches:
-n suppress autologin
-a startup in default ascii mode
test for host-name prompt
test all commands
? / help : no parameters allowed, summary ok
! : ok
ascii/binary : ok
bell/nobell : ok
hash/nohash : o... |
16a836081fc93710b62d9722e0579d7969e8f283 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH6/EX6.2/Ex6_2.sce | d47c323e83f775b41fcdc0d199f6ab9b2ac17020 | [] | 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 | 228 | sce | Ex6_2.sce | clc
//
//
//
//Variable declaration
W=(3.14/3) //Angular frequency in radian
//Calculations
t=((3.14)/(3*W))
//Result
printf("\n The time taken to move from one end of its path to 0.025m from mean position is %i sec",t)
|
2f049cf7aa9ce3579cfa18e8717d7c02976f316d | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/macros/pca2.sci | 69e0371b334bb3e9c24369e3b735ed4114d45933 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,055 | sci | pca2.sci | ///////////////////////////////////////////////////////////////////////////////
// Author: Jia Wu
// Version: 0.1
// Date: Nov 2009
// Description: Principal Component Analysis(PCA)
//
// Copyright (C) 2009 OpenPR
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
... |
af2e9e1f4c088aed49b3ca5b87046ed3c4c53dc7 | 717ddeb7e700373742c617a95e25a2376565112c | /1340/CH8/EX8.4/8_4.sce | d83d06103e4e73a4f689e618281969bf72d842fe | [] | 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 | 267 | sce | 8_4.sce | clc;
s =%s;
printf("Break in and Break away points satisy the relation:\n");
printf("sum(1/(real(s)+Zi)= sum(1/(real(s)+Pi)");
G = syslin('c',1/(s-3)+1/(s-5)-1/(s+2)-1/(s+1));
disp(G);x =roots(numer(G));
disp(x(2),"break-away point =",x(1),"break-in point ="); |
e828b9106524472733014c25dabc5260098e0035 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH4/EX4.1/Ex4_1.sce | 63fa5d0757780b1949ea56360fa14adb684b4a91 | [] | 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 | 573 | sce | Ex4_1.sce | //Chapter 4 Solutions Nonelectrolytes
clc;
clear;
//Initialisation of Variables
m= 164.2 //gms
M= 60 //gms
V= 0.8 //lit
d= 1.026 //g/cc
mw= 18.02 //gms
//CALCULATIONS
M1= m/M
n= M1/V
G= V*1000*d
G1= G-m
m1= M1*1000/G1
n1= G1/mw
x= M1/(M1+n1)
y= 1-x
p= x*100
p1= y*100
P2= m*100/G
//RESULTS
mprintf("Molarity= %.3f M"... |
98b5eec5ee810c1da45863383c234067ba04bc5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH2/EX1.8/EX1_8.sce | 6e32150eee6c93e3a9a5a32f706b0ff24c5c96cb | [] | 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 | 419 | sce | EX1_8.sce | // Grob's Basic Electronics 11e
// Chapter No. 01
// Example No. 1_8
clc; clear;
// Calculate the resistance for the following conductance values: (a) 0.05 S (b) 0.1 S
// Given data
G1 = 0.05; // G1=0.05 Siemins
G2 = 0.1; // G1=0.1 Siemins
R1 = 1/G1;
disp (R1,'The Resistance for Conductance val... |
6f99350cd598c32189823ba4ad7359c2ca602903 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH19/EX19.7/eg19_7.sce | ac63ef79bebdb3545767a5457706656a46d14cf9 | [] | 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 | eg19_7.sce | clear;
//clc();
//at point a
pe=30;
pmax=60;
del1=asin(pe/pmax);
//by hit and trial methid
del2=60.4;
p1=pmax*sind(del2);
per_load=p1-pe;
printf("The maximum permissible sudden increase of load is:%.2f MW",per_load);
|
660ae86e8eb36accbe3da5c516235b04a9d4f7a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH13/EX13.7/Ex13_7.sce | bfa77c564a9c94ae5d214f2e43f6ef478eceaaf5 | [] | 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 | 196 | sce | Ex13_7.sce | //pagenumber 582 example 7
clear
voltag=800;//volt
q=1.6*10^-19;//coulomb
m=9.11*10^-31;//kilogram
vox=sqrt(2*q*voltag/m);
disp("max velocity "+string((vox))+"metre per second");
|
e85aa742b576d88984825f8155c3a57a22d4476e | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/transpose-010.tst | 271769f318350a828961eb534c385e6a9e7ce527 | [] | 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 | 21 | tst | transpose-010.tst | ../inputs/mini-10.ssv |
5d66f8512d3ad5bb6c6dda52fabbc0c1e108bf72 | 9eee9f16f22ece682f8592130aa351a0d050f197 | /runtime.tst | f8ed31df47d19e899e4fba3f5834790fc4d34f36 | [] | no_license | ansjob/wacc | e388482b79af937a092f24011dd7c96a271101ce | aae607757954ad77614ba300ac3615dcb443ca4d | refs/heads/master | 2021-01-23T18:49:28.013827 | 2014-01-10T16:15:57 | 2014-01-10T16:15:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,349 | tst | runtime.tst | empty_assoc(S), step(int, config([push(5)], [], S), NextConfig)
:: NextConfig = config([], [5], S).
empty_assoc(S), step(int, config([add], [5, 7], S), NextConfig)
:: NextConfig = config([], [12], S).
empty_assoc(S), step(int, config([sub], [5, 7], S), NextConfig)
:: NextConfig = config([], [-2], S).
empty_assoc(... |
111aa8ecd53b00501a0bc973a5d0819939967190 | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH4/EX4.17/Example4_17.sce | 997e2a694e8abd78c02c980836f45f7bfb5ccf86 | [] | 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 | 292 | sce | Example4_17.sce | //Example 4.17
//Program to find the IDFT of the Sequence using DIF Algorithm.
//X[k]= [4,1-j2.414,0,1-j0.414,0,1+j0.414,0,1+j2.414]
clear;
clc ;
close ;
j=sqrt(-1);
X= [4,1-j*2.414,0,1-j*0.414,0,1+j*0.414,0,1+j*2.414];
//Inverse FFT Computation
x = fft (X , 1);
disp(x,'x(n) = '); |
7bd03a8758c647187fa8bd8505f2ed250926b68f | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/m2sci/sci_pow2.sci | 2cd59fc47fb6eaa3384ec6b036913e850ba4e10a | [
"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 | 474 | sci | sci_pow2.sci | function [stk,txt,top]=sci_pow2()
// Copyright INRIA
txt=[]
if lhs==1 then
s1=stk(top)(1)
if stk(top)(2)=='2'|stk(top)(2)=='3'|part(stk(top)(1),1)=='-' then
s1='('+s1+')',
end
stk=list('2.^'+s1,'2',stk(top)(3),stk(top)(4),'1')
else
f=stk(top)(2);e=stk(top-1)(2);s1=stk(top-1)(1)
if f=='2'|f=='3' then st... |
713c102d3d07e6929f5b5a0c88e2c4256528520c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH11/EX11.12.c/ex_11_12_c.sce | ab00c65268fb6fd178e4774d2257d86eea9359c9 | [] | 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,795 | sce | ex_11_12_c.sce | //Example 11.12.c // series equivalent arrangement of resistance and reactance
clc;
clear;
close;
V=200;// in volts
L=0.04;// in henry
C=100;//in micro fards
f=50;// hertz
Xl=2*%pi*f*L;//inductive reactance in ohms
Xc=(1/(2*%pi*f*C*10^-6));//CAPACITIVE REACTANCE IN OHMS
Z1=10;//ohms
R1=10;// in ohms
X1=0;// in ohms
R2=... |
c7ea58ffdbb60e4a58f51aa3c563968aedd66c16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH18/EX18.8/18_8.sce | 85f0b45abb4e204a32b1c4367f9d9bc5ab1f2da2 | [] | 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,584 | sce | 18_8.sce | //Example 18.8
//ADI Method
//Page no. 642
clc;clear;close;
for i=1:4
for j=1:5
P(i,j)=20
end
end
r=1;k=0;
for i=1:6
v1(i)=20
u1(i)=20
end
P1=[25,30,35,50,60;35,0,0,0,70;45,0,0,0,80;60,70,80,100,90]
for i=1:4
printf('\n')
for j=1:5
printf('%i\t',P(i,j))
e... |
2f7cba7b08340aca1b2dae0636895573406f8b24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH3/EX3.16/Example3_16.sce | 03c69f5fabde997de404c84e80f211eeaeba26d3 | [] | 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 | 595 | sce | Example3_16.sce | //Example 3.16
clear;
clc;
H0=2;
f0=10*10^3;
Q=4;
nmin=4*(Q^2)*(1+H0);
n=nmin+8;//Assuming n=nmin+8
C2=1*10^(-9);//Assuming C2
C1=C2*n;
R3num1=nmin/n;
R3num2=(1-R3num1)^(1/2);
R3num=1+R3num2;
R3den=2*2*%pi*f0*Q*C2;
R3=R3num/R3den;
R1=R3/H0;
R2=1/(((2*%pi*f0)^2)*R3*C1*C2);... |
11284651cbf214bdbd754ed026a7cd990d14c407 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH10/EX10.32/example10_32.sce | 11f853273dfd91c53f9168f678d82f966434eb02 | [] | 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 | 390 | sce | example10_32.sce | clc
// Given that
k = 81 // relative permittivity of water
c = 3e8 // speed of light in meter/sec
// Sample Problem 32 on page no. 10.49
printf("\n # PROBLEM 32 # \n")
printf(" Standard formula used \n")
printf(" mu_ = ( mu*epsilon /(mu_0/*psilon_0))^1/2 \n \n" )
mu = sqrt(k)
v = c / mu
printf(" Refractive index of ... |
30f9911305f3a0090028f030fc5e4aef04aa0b24 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnBa/enba.1.tst | 4f1e320221a4450f5b78857dcf16767849ff1de9 | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 53,862 | tst | enba.1.tst | a a t i s h আ ত ী শ
a b a n i k u m a r অ ব ন ী ক ু ম া র
a b d u l r a h i m আ ব দ ু ল র হ ি ম
a b h a আ ভ া
a b h i r u p অ ভ ি র ূ প
a b i n g t o n আ ব ি ং ট ন
a b u l h o s e n আ ব ু ল হ ো স ে ন
a b u n d a n t আ ব ু ন ড া ন ্ ট
a c h a l d a অ চ ল দ া
a c k l a n d আ ক ল ্ য া ন ্ ড
a c t i n i u m অ ্ য া ক ট ি ... |
f623eb8409e4a380f775949d864e5ba310687ec6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH11/EX11.1/Exa11_1.sce | afd56df86973eabd3561a0bbcc151ec711091c0a | [] | 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,310 | sce | Exa11_1.sce | //Exa 11.1
clc;
clear;
close;
disp("Few steps are as follows : ");
disp("Step 1 : The estimated future requirementt per year in terms of todays rupees from his age 61 through 70 is Rs. 24000.");
disp("Step 2 : The formula which is given below is used to get future equivalent of Rs. 24000 with the inflation of 9% ... |
5c8adda6835855b440e1ddef84f81119b947061e | 717ddeb7e700373742c617a95e25a2376565112c | /779/CH18/EX18.10/18_10.sce | 95e7d7eaefeb331a9c5af54738eb813308815dd9 | [] | 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 | 386 | sce | 18_10.sce | T1 = 278; P21 = 2.5; // P2/P1
cp = 1.005; ns = 0.84; V2 = 120;
T2s = T1*(P21)^((g-1)/g);
T2 = T1 + (T2s-T1)/ns;
mg = 0.04*(13+1);
P = mg*cp*(T2-T1);
T02 = T2 + V2^2/(2*cp*1000);
P1 = 0.6;
P2 = P21*0.6;
P02 = P2*(T02/T2)^(g/(g-1));
disp("kW",P,"Power required to drive the compressor is")
disp("K",T02,"Stagnat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.