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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aed7948db0908607d09fedbe861d8c138500463e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH1/EX1.4/Ex1_4.sce | 1c82508d3b4f0fc4fe299c8d91d2cfaeca6dab0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 492 | sce | Ex1_4.sce | // exa 1.4 Pg 15
clc;clear;close;
Pmax=50;// kW
Pmin=5;// kW
z=4;// no. of models
//Rn=Pmax/Pmin=fi**(z-1)
fi=(Pmax/Pmin)**(1/(z-1));// common ratio
printf('The models are:')
for i=0:z-1
P1=fi**(i)*Pmin;// kW
printf('\n\t\t\tP%d = %.1f kW',i,P1)
end;
printf('\n for 8 models.')
z=8;// no. of models
//Rn=Pm... |
3931eaf6294b8d7d3d2d6ffbc11862bc84c4d885 | 328039f23f397ae760ae5fd4027e8f3111bef894 | /01/reporting.sce | 1c887fbe607f1530f85b38f6feaa653bfe4f237a | [] | no_license | sbednarz/scilab4chemists | 8107d0766683d24c9cf4ff9a3dff1de48b27e26b | 4545215f5a6d1d5589c40105b9e9b85a3e579822 | refs/heads/master | 2022-04-18T18:11:58.495942 | 2020-04-14T22:45:01 | 2020-04-14T22:45:01 | 255,630,945 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 354 | sce | reporting.sce | //1
disp(2+2)
//2
var1 = 1992
disp(var)
//3
disp('a string')
var2 = 1992.45
printf('Value of var1 is %0.2f \n', var2)
printf('Value of var1 is %0.2e \n', var2)
printf('Value of var1 is %0.5f \n', var2)
printf('Value of var1 is %0.5e \n', var2)
printf('Value of var1 is %0.1f \n', var2)
printf('Val... |
65d6f257eb9396c31f86ab2f74fc8bc48614dd59 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-HypothesisTesting/FLCrossTab-TD-04.tst | 454be1f6a5961a7a06a06e2c009dc2a2dadb923e | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,201 | tst | FLCrossTab-TD-04.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
... |
b99653e65ff54bd09c269c1387a956213549410f | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH13/EX13.19/19.sce | 25f36a54312f6b8edd4f8c63deb2f23edd34c2b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 19.sce | clc
r=14; //let clearance volume be unity
y=1.4;
//When the fuel is cut-off at 5%
rho1=5/100*(r-1)+1;
n_diesel1=1-1/y/r^(y-1)*((rho1^y-1)/(rho1-1));
//When the fuel is cut-off at 8%
rho2=8/100*(r-1)+1;
n_diesel2=1-1/y/r^(y-1)*((rho2^y-1)/(rho2-1));
%loss=(n_diesel1-n_diesel2)*100;
disp("percentage loss ... |
e56151061a3c2eea451673315c39b2a1985a0b35 | 4dd1ada918c84efc7b5e61c85db026077f090922 | /TP2/inverse.sci | f8a20a0395334d5cf675fcc3ddf99c231275c7a2 | [] | no_license | marius0511/MT09 | 3c2c2fde5a458aa8ca33892c0dff5db8f1735810 | 5178371d205536c939260bc86c1f4908f6869d9b | refs/heads/master | 2021-01-20T17:43:27.417979 | 2014-10-08T12:24:49 | 2014-10-08T12:24:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sci | inverse.sci | function[b] = inverse(a)
exec('resolG.sci', -1);
[m n] = size(a);
id = eye(n, n);
b = zeros(n, n);
for i = 1:n
b(:, i) = resolG(a, id(:, i));
end
endfunction
|
f5342770e39bb546ae41f8e375808868b6c55814 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/latcfilt.sci | 941aa7eabedbcd25a3870e992b3731ecbeef83df | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,633 | sci | latcfilt.sci | //Author: Parthasarathi Panda
//parthasarathipanda314@gmail.com
//the function is for application on vectors only
function [f,g,zo]=latcfilt(k,x,v,zi,dim)
[nargout,nargin]=argn();
//(k,x)
if nargin==2 then
v=[zeros(length(k)-1,1);1];
zi=zeros(length(k),1);
//(k,x,v)
elseif nargin==3 ... |
6e04d50b85992e361646a772f1de3df2cb10cd34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH5/EX5.7/ch5_7.sce | 3bb02e9c0a1c9a1e8ba02baeec1c98980221ba4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 154 | sce | ch5_7.sce | clear;
clc;
R=1;
L=20*10^-6;
C=40*10^-6;
w_r=sqrt((1/(L*C))-(R/(2*L))^2);
t_1=%pi/w_r; printf("conduction time of thyristor=%.3f us",t_1*10^6);
|
a4415e0ed5cd4d55fea5af3d3abb3c6034f67125 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_tou.sci | 6397c89b5b79ea5fda815a2a5047047d4130c833 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,955 | sci | kiks_tou.sci | function [res] = kiks_tou(lic)
// Ouput variables initialisation (not found in input variables)
res=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm... |
b324f2c5e32bc3f8ff6d1e74310305958ba06786 | ed58f6c9bdf9eb17094d5539044c81165230563f | /data/dir-test/002-test-google.tst | e13e53f5d079cfbc69e670cde4d0c4f39d562878 | [
"MIT"
] | permissive | joeatbayes/http-stress-test | d10bdb028e5bdc80959f3d1a71a280c23be86f6b | f53789928714fbb62de6c9ebf1184a16d9eb4005 | refs/heads/master | 2021-07-18T16:23:05.953472 | 2020-06-09T03:21:40 | 2020-06-09T03:21:40 | 176,176,023 | 5 | 4 | MIT | 2020-02-07T12:33:05 | 2019-03-18T00:09:11 | Go | UTF-8 | Scilab | false | false | 302 | tst | 002-test-google.tst | { "id" : "002-google-auto-suggest-for-quant",
"verb" : "GET",
"uri" : "https://www.google.com/complete/search?q=quant&cp=5&client=psy-ab&xssi=t&gs_ri=gws-wiz&hl=en&authuser=0",
"expected" : 200,
"rematch" : "quant.*eum.*physics",
"message" :"Google auto suggest for quant"
}
#END |
c6d865587eea347e4e9191fa424804df325d594e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1299/CH15/EX15.59/example15_59.sce | 61ba1a57f63d976dfc275613bbe2b6aefb481052 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example15_59.sce | //Example 15.59
// transfer function of signal flow graph
clear;clc;
xdel(winsid());
k1=1;
k2=5;
k3=5;
s=%s;
// From the graph the transfer function is
T=(k3*k1)/(s^3+s^2+(k3*k1)+(k1*k2*s^2)+5)
// substitutins "s=0"in the equation of T
// and differentiating and simplifying the equation
// the following v... |
cb0ab09d2884740eb43dcff0395772bb14dc8e23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2153/CH2/EX2.5/ex_2_5.sce | 23f8b3772c98d49e3e5c277005c291476aaf7774 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 155 | sce | ex_2_5.sce | //Example 2.5 : velocity
clc;
clear;
close;
//given data :
n=1;
Z=1;
k=6.56*10^15; // k is constant
fn=k*(Z^2/n^3);
disp(fn,"orbital frequency,fn(Hz) = ")
|
cc7336e4f1366f076a20ed90374b6ef176a60756 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH3/EX3.34/Chapter3_Exampl34.sce | 8d219cfdd9fcf694ef45c60e193c7e7450e8d629 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 491 | sce | Chapter3_Exampl34.sce | clc
clear
//INPUT DATA
t1=300;//temperature in K
t3=1300;//temperature in K
g=1.4;//constant
//CALCULATIONS
Rpm=(t3/t1)^(g/(g-1));//Solution pressure ratio
ng=(1-(t1/t3))*100;//thermal efficiency corresponds to maximum pressure ratio
//OUTPUT
printf('(i)Solution pressure ratio is %3.2f \n (ii)net workdone... |
c27ccfaa1ba461968545b8ef1d733d7846090b0c | 52bc9d4a4a76ae754ef5ed1e1bfaa3734778e40b | /lab3/lab3.sce | 1733634aa3f8c3b676b3ed9ab9ceb3a27ca92ebf | [] | no_license | DavidShagabaev/mathmod-labs | 4850686841cac662c49350dad6fd1a3e2a02d4a7 | 8832962a354e40b0860e45c440d962727ad53871 | refs/heads/main | 2023-08-30T19:20:26.965258 | 2021-11-14T17:02:40 | 2021-11-14T17:02:40 | 427,987,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 861 | sce | lab3.sce | x0=25000;
y0=39000;
v0=[x0;y0];
c=0.55;
a=0.441;
function p=P(t)
p=sin(2*t)+1;
endfunction
b=0.773;
d=0.664;
function q=Q(t)
q=cos(2*t)+1;
endfunction
c_G=0.299;
a_G=0.399;
function p=P_G(t)
p=sin(2*t)+2;
endfunction
b_G=0.688;
d_G=0.811;
function q=Q_G(t)
q=cos(3*t)+1;
endfunction
t0=0;
dt=0.05;
tmax=1;
t=t0:... |
7b160a781c5e8ba2585632f49d30637c14196244 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH4/EX4.7/Ch04Ex7.sce | 0a401b83151edd915ecb667404934703bf49a077 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,376 | sce | Ch04Ex7.sce | // Scilab code Ex4.7: Pg 120 (2008)
clc; clear;
r = 0.04; // Mean radius of torod, m
A = 3e-04; // Csa of toroid, m^2
mew_o = 4*(%pi)*1e-07; // Permeability of free space
mew_r = 150; // Relative permeability of toroid
N = 900;... |
07cfbcb98b3d84482b3b7b6f64b43aed3472cd4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2066/CH5/EX5.7/5_7.sce | 850a9a6e4dc6a8714e1a8b2715b399d4337ae080 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | 5_7.sce | clc
clear
//Initialization of variables
muw=2.04e-5 //lb-sec/ft^2
rhow=1.94 //slugs/ft^3
mua=3.74e-7 //lb-sec/ft^2
rhoa=0.00237 //slug/ft^3
Qw=200 //gal/min
Lr=5
//calculations
Qa=Qw*Lr *(rhow/rhoa)*(mua/muw)
//results
printf("Flow in model = %d gal/min",Qa)
|
1dc1b3fdae39db949d9899052015ba43fc317ef1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH12/EX4.12/Ex12_12.sce | cce1880ba4c1095baef8900476fb5168c0258494 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_12.sce | //Part B Chapter 4 Example 12
clc;
clear;
close;
n=8;//no. of bolts
d=160;//mm
F=450;//kN
T=20;//kNm
tau_t=120;//N/mm^2(For tensile load)
tau_s=60;//N/mm^2(For shear load)
db1=sqrt(F*1000/n/(%pi/4)/tau_t);//mm
db2=sqrt(T*10^6/(n*tau_s*%pi/4*(d/2)));//mm
db=max(db1,db2);//mm
disp("Suitable bolt diameter is ... |
de9592e0910bde7362e4035216a5cfc7efb3b1d1 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/H02.prev.tst | c97c2702ef2f4228c42b88cc22810582b669273d | [
"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 | 16,016 | tst | H02.prev.tst | norm: (2*x + 1)^2 + (2*x + 2*x^2)^2 - ( - 2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: (2*x + 1)^2 + (2*x + 2*x^2)^2 - (2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x + 1)^2 + ( - 2*x + 2*x^2)^2 - (2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x + 1)^2 + ( - 2*x + 2*x^2)^2 - ( - 2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x ... |
ec68b0b7267c868341c4185fa9c74716027af6c8 | e9d5f5cf984c905c31f197577d633705e835780a | /GED/linear/scilab/P8_test_sample_size/P8.sci | 6c1fa1978cbb947aa7579fc5a320b3b85d32ce0c | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,977 | sci | P8.sci | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Rao, R Ramesh, and Shankar Narasimhan. 1996.
//“Comparison of Techniques for Data Reconciliation of Multicomponent Processes.”
//Industrial & Enginee... |
646e621df504369dcb1dbb750f0ccce5abdd2879 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH1/EX1.4/eg_1_4.sce | d2fd429f572471a668192c8f74d42b3019e994a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | eg_1_4.sce | clc;//clears the command window
clear;//clears all the variables
format('v',8);//making the default precision to 8 significant digits
i=1;
dec=0.3125;//given decimal number which should be expressed in base 8
temp=modulo(0.3125,1);//separating decimal part from the given number
while(temp~=0) //storing each d... |
d1dcf03bd9af6b537fa3993a816b263bc1f83a4c | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/Gl_simulate.sci | c830dbafcded676f2b4cc9fbc5190e6674df934b | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 6,041 | sci | Gl_simulate.sci | function []=accessParams(FileName,envFile,outputFile,iteration)
disp(FileName);
//
// __|__ __________ * _*_
// __|__ | _____ / ... |
d27dd37ec1814ec3ec7677243477bb68493a9fd7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH11/EX11.8/Ex11_8.sce | 7591d6323fbd7a0c44ca6340a3a735f64b9e20cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 236 | sce | Ex11_8.sce | clc;
Vcc=10; //volt
RL=10; //ohm
Icsat=Vcc/(2*RL); //Ampere
Vceoff=Vcc/2; //Volt
disp('mA',Icsat*1000,"Icsat=");//The answers vary due to round off error
disp('V',Vceoff,"Vceoff=");//The answers vary due to round off error
|
2bb9e1fcc10aa4ecfea0beebf2a534fbd37cc051 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.led7digit-10-1tra/result7s0.tst | ce975aa23d6ea1855d6cd8d5301a250bb5a548db | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | tst | result7s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@output... |
e8a60f6bf0fb7d92b313b1bd4c7272fff6df8a5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1040/CH5/EX5.3.b/Chapter5_Ex3_b.sce | fe0def3743724621a32e5ac787af661bbda45bae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,702 | sce | Chapter5_Ex3_b.sce | //Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc., USA,pp 436.
//Chapter-5 Ex5.3.b Pg No. 209
//Title:Peak Radial average bed temperature for velocities
//===========================================================================================================
clear
clc
format(16)
//INPU... |
67c2712037473dfea2dc836ee4385a631e7677fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH4/EX4.18/Example_18.sce | 2c66dc8878ca6af51a0cd3f1ef472504f7ee09a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sce | Example_18.sce | //Chapter-4,Example 18,Page 97
clc();
close();
T1= 300 //temperature in Kelvin
T2= 363 //temperature in Kelvin
P1= 1 //pressure in atm
P2=7 //pressure in atm
Cv=5
R=2 //gas constant
Cp=Cv+R
delta_S= Cp*log(T2/T1)+R*log(P1/P2) //entropy change
printf('the entropy change is %.4f ... |
05d68b4b76e87ce543ae71857b19da87aa54982e | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/freqz.sci | dc71b75863f738ad28d5a542cc2a4ca49442cdfc | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,390 | sci | freqz.sci | function [H, W] = freqz(B, varargin)
//This function returns the complex frequency response H of the rational IIR filter whose numerator and denominator coefficients are B and A, respectively.
//Calling Sequence
//[H, W] = freqz(B, A, N, "whole")
//[H, W] = freqz(B)
//[H, W] = freqz(B, A)
//[H, W] = freqz(B, A, N)
//H... |
3a794b7641a9864c2dd692a2c0ffd2d424e2630d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH4/EX4.1/example4_1.sce | 3a93d11ab1d14fa611adbb4bc3b6c8132dc40c4d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 980 | sce | example4_1.sce |
clc
// Given that
lambda = 5.5e-7 // wavelength of light in meter
c = 3e+8 // speed of light in m/sec
h = 6.63e-34 // Planck constant in j/sec
e = 1.6e-19 // charge on electron in coulomb
k = 8.62e-5 // Boltzmann constant in eV/K
T = 300 // temperature in kelvin
// Sample Problem 1 on page no. 4.24
printf("\n # PROB... |
32dad079a9026f9920d9f9713d4424d824fcb7b1 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/JY25NGP/ATWM1_Working_Memory_MRI_JY25NGP/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | f9fa81e3fda73ee2ee022580483a972980cee373 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 12,282 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds... |
37f5da0be3c8344641b067aea3c1eb48204e4ba0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH15/EX15.1/Example_15_1.sce | 547d6a913fd64e6666bdb6b2b58f08b290f2b530 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,791 | sce | Example_15_1.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
function[Q]=MCPS(T0,T,A,B,C,D)
t=T/T0;
Q=(A)+(((B*T0)+(((C*T0*T0)+(D/(t*t*T0*T0)))*(t+1)/2))*((t-1)/log(t)))
funcprot(0);
endfunction
function[Q]=MCPH(T0,T... |
c3d3d50794312e3b1ed89a4af93f4ee0bc80bec4 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/constover_runme.sci | 5b8935f684da0d55c9a309bb82ae29f2d9638092 | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 589 | sci | constover_runme.sci | exec("swigtest.start", -1);
p = test("test");
if strcmp(p, "test") <> 0 then swigtesterror(); end
p = test_pconst("test");
if strcmp(p, "test_pconst") <> 0 then swigtesterror(); end
f = new_Foo();
p = Foo_test(f, "test");
if strcmp(p,"test") <> 0 then swigtesterror(); end
p = Foo_test_pconst(f, "test");
if strcmp(p... |
93c25d28783cd197980304dbc78c0b0002e10ea7 | e806e966b06a53388fb300d89534354b222c2cad | /macros/crossCorrelator.sci | c676044e058bac8a662783dd8612ffe681818f33 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,527 | sci | crossCorrelator.sci | function relation = crossCorrelator(inputMatrix1,inputMatrix2)
//Calculate 2-D cross correlation of two input matrices
//
//Calling Sequence
// relation=crossCorrelator(inputMatrix1, inputMatrix2);
//
//Parameters
// inputMatrix1: matrix of any size
// inputMatrix2: matrix of any size
//
//Description
//This function ... |
0cc8702d7e8707bfeb325538592351591a2467b9 | 91312e64a128a5467df39f37eb5454c338fa6c04 | /Scilab/SimpleFizzBuzz.sce | 95576c6bb4824910a4b76fa0339aa2512db4de61 | [
"Unlicense"
] | permissive | parthnvaswani/Hacktoberfest-2020-FizzBuzz | 3dff47a31de831cf96e013b54ff8438b1986077a | f9842a508a32c8b28f913b94a1b8d95a27711a78 | refs/heads/master | 2023-08-02T13:56:00.314765 | 2021-10-06T17:29:26 | 2021-10-06T17:29:26 | 300,802,776 | 1 | 0 | Unlicense | 2020-10-10T04:36:03 | 2020-10-03T05:22:17 | Python | UTF-8 | Scilab | false | false | 262 | sce | SimpleFizzBuzz.sce | for n=1:100
if modulo(n,3)==0 & modulo(n,5)>0 then
disp("Fizz")
elseif modulo(n,5)==0 & modulo(n,3)>0 then
disp("Buzz")
elseif modulo(n,5)==0 & modulo(n,3)==0 then
disp("FizzBuzz")
else
disp(string(n))
end
end
|
ff6671d74e65905741252d5250596a9e73179cbf | fcc4645d4eee021a4cf8b2cee0922d812710573f | /frame/2D_10-bar-truss.sce | d44925dd985a6b3b4151279a6181c784164aadb7 | [] | 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 | 667 | sce | 2D_10-bar-truss.sce | //2D_10-bar-truss
//Nodes coordinates, each line is a node n located at x & y
coord = [18288 9144
18288 0
9144 9144
9144 0
0 9144
0 0 ];
//Conectivity Matrix, each line is an element connecting nodes a & b
conec = [5 3
3 1
6 4
4 2
4 3
2 1
5 4
6 3
3 2
4 1
];
//Forces, applied to matching DOF
F(5)=-444822.16;
... |
9428ebe521264246a06a64a3450f2f49ab89d15c | 449d555969bfd7befe906877abab098c6e63a0e8 | /869/CH8/EX8.3/8_3.sce | c21bf6670427e5e02d80bd5c7788fccd7b0c20ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sce | 8_3.sce | clc
//initialisation of variables
P= 5 //kips
angle= 30 //degrees
//CALCULATIONS
Fn= P*sind(angle)
Ft= P*cosd(angle)
//RESULTS
printf ('Fn= %.2f lb',Fn)
printf (' \n Ft=%.2f lb',Ft)
|
243d19ee6228f7e16591c9ec08eb93b79cbb2dd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH10/EX10.15/10_15.sce | f6df56f12df4a19a7c31dfba071436819854e5dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,447 | sce | 10_15.sce | clear;
clc;
printf("\t\t\tExample Number 10.15\n\n\n");
// crossflow exchanger as energy conservation device
// Example 10.15 (page no.-553-555)
// solution
q = 210000;// [W] heat to be removed from atmospheric air
m_dot_h = 1200/60;// [kg/s] hot air flow rate
m_dot_c = m_dot_h;// [kg/s] cold air flow rate... |
128960f32ea8184f7f83fad21a862854cb39fbdb | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /6wall18targets small reload.sce | 01f99598043cc8ddf180e3234c599d9b50049c06 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 111,810 | sce | 6wall18targets small reload.sce | Name=6wall18targets small reload
PlayerCharacters=Player
BotCharacters=offsetrotation.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.... |
89b8604d31bc246f98c27e7affd3ce9b3ea0e037 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH2/EX2.18/EX2_18.sce | e77f3198b920b7eb4e1daab10843c08878e3df99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | EX2_18.sce | clear;
clc;
printf("\nEx2.18\n");
//page no.-65
//given
del_x=4*10^-10;...............//uncertainty in position of electron
h=6.6*10^-34;................//planck's constant
del_p=h/del_x................//uncertainty in momentum in kg*m/sec
printf("\nuncertainty in momentum is 1.6*10^-24 kg*m/sec\n");
|
7a1e1ce524ef79568fc102c2391a8eb1ece8a24b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1541/CH1/EX1.12/Chapter1_Example12.sce | 71def7683e5d872cf2ecb84a022486509b21afe1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 640 | sce | Chapter1_Example12.sce | //Chapter-1, Example 1.12, Page 1.34
//=============================================================================
clc
clear
//INPUT DATA
V=220;//Terminal voltage in V
IaFL=25;//Full load armature current in A
IaNL=5;//No load armature current in A
Ra=0.5;//Armature resistance in ohm
//CALCULATIONS
EbNL... |
75cc05888017ed06ad3ed3341a5de6a6d21259b0 | 6eb42df0d9f452fee0d084e0b0058e4e4ac242ef | /Updated_Exercises_March_2015/Exercise 5/ShallowWaterWave.sce | cdeb3d78a10dde40daf1869027f5a7a9ef34f68f | [] | no_license | huangqingze/ocean_modelling_for_beginners | b21c1b398efe91e4a3aa1fa5a1d732e2eb4ec16e | 3e73a511480c73f4e38b41c17b2defebb53133ed | refs/heads/main | 2023-07-03T12:00:01.326399 | 2021-08-14T21:16:12 | 2021-08-14T21:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,795 | sce | ShallowWaterWave.sce | //*******************************************
// This is the Scilab script for Exercise 5.
//
// Use the help facility for more information
// on individual functions used.
//
// Author: J. Kaempf, 2015 (updated)
//********************************************
clf();scf(0);
a=gcf(); a.figure_size= [1000,600]... |
a17a407f520abca17a06eb6ee38d69280e8eb8e0 | 482cdc3e27e99afe860829eff3e593caa62202e3 | /src/cs142_testcases_project3/Public/tests/test1.tst | b7a1d3b0e4f65c1dcdb8a0b0fd4306bfb32df1a9 | [] | no_license | abrageddon/DLXCompiler | e153430de4412fe48a34955851352d0fd73ab2d8 | 2d1abd102f723c2e1f0ed5893e86c7d0ceb42914 | refs/heads/master | 2020-12-30T10:50:20.955331 | 2011-12-02T03:34:59 | 2011-12-02T03:34:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 97 | tst | test1.tst | main
var myvar;
{
myvar <- call inputnum();
call outputnum(myvar);
call outputnewline()
}.
|
b3fcab5857a38d6a219ee034c980b72e4c240d05 | 538e0c3891a6925534c9c93ff5a8987735b8d22f | /SciLAB/Assignment_2_sol.sce | 1383f096c5583b468cdb5d0e28bd0932a7e1790d | [] | no_license | rajan596/Assignments | 7a047cf0cd04a00497046252b56d9477a2830167 | ce43e931cf74597263f89ddf7a4f0f7e86ac6085 | refs/heads/master | 2021-05-31T07:19:37.526649 | 2016-04-13T07:57:32 | 2016-04-13T07:57:32 | 34,728,601 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,658 | sce | Assignment_2_sol.sce | // ans : 1 -------------------------------
x=input("Enter value : ") // input x
if x>0 then
disp("x is +ve")
elseif x==0 then
disp("x is zero")
else
disp("x ix -ve")
end
// ans 2 ---------------------------------
disp("While and for loop to print 1 to 5")
x=1
while x<=5 // using while ... |
d4cfb572f894c0ece41c8f82d201fd48e2491646 | affb43e91a6a0cac39356ff1c5f9f5154b70a4a2 | /Filter_Desgin/FIR_Filter.sce | a34cda372f9d50e07c540fc2a2c403a27eb9021d | [] | no_license | kathan-shah99/Digital-signal-processing | 87fb0615a98a764c546681ffb18fea32d69caa6d | 3d5ad3553152a2b57f98a3b1a26756ebca37d7bc | refs/heads/main | 2023-04-07T06:53:06.263109 | 2021-04-07T03:57:52 | 2021-04-07T03:57:52 | 355,397,284 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,144 | sce | FIR_Filter.sce | clc;
clear;
//---------------wfir-Function----------
forder=11; //order of filter
fcutoff=[0.10 0.30]; //cutoff frequencies
wintype="hn"; //window type: kaiser/hamming/hann
wintype2="hm"
wintype3="kr"
//-------FIR filter design---------
//-----Hanning window--------
ftype="bp"; ... |
4f45a204101ae17def3b3219bbe8cc1b959f63fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH16/EX16.2/16_2.sce | d04be6db34443f067c9b17ccfab5ba3c0f399be5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | 16_2.sce | clc;
//page no 566
//prob no. 16.2
//A dipole antenna with radiatn resistance=67ohm & loss resistance 5ohm
Rr=67;Rl=5;
//Determination of efficiency
eta=Rr/(Rr+Rl);
disp('%',eta,'The efficiency of dipole antenna is'); |
ac0ba48af1a5008404d8f3fee268a1702e73204c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH11/EX11.5/Ex11_5.sce | c5833f4103d57d72e863d9a3efb863424b6ef88f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,786 | sce | Ex11_5.sce |
clc
clear
//Input data
Vbm=360//Blade velocity in m/s
b1=20//Blade angle at inlet in degrees
a2=b1//Angle in degrees
b2=52//Blade angle at exit in degrees
a1=b2//Angle in degrees
R=50//Degree of reaction in percent
dm=0.45//Mean diameter of the blade in m
bh=0.08//Mean blade height in m
//Calculations
Vf... |
da958efa1f07d323cc0798ebbc340a85dbc470dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH5/EX5.6/EX5_6.sce | 54c46f7b4afcbbbc7d1fdd4ec40adb54bc9adefb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 945 | sce | EX5_6.sce | //chapter 5
//example 5.6
//page 428
clear;
clc;
disp("example 5.6");
printf("\n");
slots=144; //number of slots
ph=3; //3-phase machine
P=16; //number of poles
Cp=10; //number of conducters per slot
Fp=0.03; //flux per pole
Ns=375; //synchronous speed
fre=(Ns*P)/120; //... |
0b8d40396052dc45f4783022a1d99256a1190da3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH4/EX4.13/example_4_13.sce | fa2e0a0a66dd36c5929d16a1f329ebdca7d393f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | example_4_13.sce | clear;
clc;
disp("--------------Example 4.13---------------")
SNRdB=40;
nb=(SNRdB-1.76)/6.02; // SNRdB = 6.02(nb)+1.76
printf("\nnb = %4.2f",nb); // display result
printf("\nTherefore telephone companies usually assign %d or %d bits per sample.",ceil(nb),ceil(nb)+1); // round off to nearest integer as number of ... |
1eeef4d3583a60844d82e4e5433a92d9f5a5d2bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /135/CH11/EX11.9/EX9.sce | 6886b23aa5a98c1020b949dc35f76134e81473a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 799 | sce | EX9.sce | // Example 11.9: (a) RE
// (b) RL
// (c) R1F
// (d) Quiescent collector current
clc, clear
GmF=1; // Transconductance gain in mili-amperes per volts
AVF=-4; // Voltage gain
D=50; // Desensitivity factor
RS=1; // in kilo-ohms
btao=150;
AoL=GmF*D; // Open loop mutual co... |
fe65a1f334fa302eef9fe0b97788ae2a6288d7db | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Pokeball Frenzy Auto 1w3tes.sce | a8d008d45da239f6f54337d3cce4db0e207d480e | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 141,807 | sce | Pokeball Frenzy Auto 1w3tes.sce | Name=Pokeball Frenzy Auto 1w3tes
PlayerCharacters=Player
BotCharacters=Regenerating Pokeball.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=0;0;0
MapName=cube_1wall_... |
8533125ae3e4745ce0c409aa4c47df4af3352cac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1727/CH8/EX8.11/8_11.sce | c0fe8992542fd0d8a3e5fb18e983a191827347a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | 8_11.sce | clc
//Initialization of variables
Q=30
V=1
//calculations
A=Q/V
y = sqrt(A/(sqrt(2) + 0.5))
b= (A- 0.5*y^2)/y
//results
printf("width = %.2f m",b)
printf("\n depth = %.2f m",y)
|
7fb8efbb4ec9303ccc5a19976ce29a98c99f4f33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH19/EX19.4/Ch019Ex4.sce | 49eba35921b3b11ecce18a1469f2ac2c4b264a12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,351 | sce | Ch019Ex4.sce | // Scilab Code Ex19.4: Page-960 (2011)
clc; clear;
T_c = 7.18; // Critical temperature of lead in superconducting state, K
H_c0 = 6.5e+004; // Critical field for lead at 0 K, A/m
// At T = 4.2 K
T = 4.2; // Temperature at which critical field of lead is to be found out, K
H_cT = H_c0*(1-(T/T_c)^2); ... |
3f29c14c578da94191a894c384a2824e8c00286c | 68e53df229b123d7681a4f7fa4db43b4982d5362 | /impulseplot.sce | 1b1b345875afbb72931d2be47392a4fbdf92c891 | [] | no_license | yeoleparesh/Control-system | 06c30e594d51fec7a8ffabc452a7866b38604a23 | dee7fbfd3c2c46cc1d4d0a3cb8af45d918da972b | refs/heads/master | 2021-01-17T12:38:05.661769 | 2019-01-03T12:03:53 | 2019-01-03T12:03:53 | 59,283,431 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | impulseplot.sce | //Function:-impulseplot
s=poly(0,'s');
sys=syslin('c',(s+3)/(s^3+4*s+2));
h=impulseplot(sys)
set(h.children,"foreground",13);
sys1=ssrand(2,3,4);
impulseplot(sys1)
impulseplot(sys,sys1)
impulseplot(sys,'--r',sys1,'gx')
aa=pid(rand(2,3,4),2,3,4);
impulseplot(aa,%T)
|
c8a0ca92abedaecab3bf7e07ff5e521e4f0d958d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH5/EX5.19/5_19.sce | 839c9fa8c7e27a3ddb3ee5b37182786f49444baa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_19.sce | // To determine the load for max efficiency at two power factors
clc;
clear;
P=100*(10^3); // Power Input
E1=1000;
E2=10000;
Pil=1200;
I2=P/E2; // Full load current on the HV side
Isc=6; // Current for 500W copper loss in HV winding
Psc=500; // Copper Loss for 6A in HV winding
Pc=((I2/Isc)^2)*Ps... |
8686cb4c0bb26662c3168d2510248f16954f8fe7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH8/EX8.m.2/ExaMisc8_2.sce | c94814bdb5fb52d5b3fddd52675c46693009301c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | sce | ExaMisc8_2.sce | //Exa Misc 8.2
clc;
clear;
close;
//given data
format('v',6);
fo=10;//in KHz
R1=25;//in kohm
R2=60;//in kohm
Rc=40;//in kohm
R=7.1;//in kohm
hie=1.8;//in kohm
C=1/(2*%pi*fo*10^3*R*10^3*sqrt(6+4*Rc/R));//in F
disp(C*10^9,"Value of Capacitor(in nF) :");
hfe=23+29*R/Rc+4*Rc/R;//unitless
disp("Value of hfe i... |
4a7a5dbd2a5e11d23ddc052302fa27680eb3fbfb | 899cecef18712265c22e100bf72286df1ec5fb65 | /Asgn1/plot_vowels.sci | a4730484a8aa67a5021769399cf6828cff695328 | [] | no_license | ajaykumarkannan/Speech-Signal-Processing-and-Coding | 449679bef8bdf0215e96521163774f88d8a6b41e | c1d371b2866239a89312a0f64db3d61cc0b1011c | refs/heads/master | 2020-05-17T17:02:33.143586 | 2012-11-15T12:48:40 | 2012-11-15T12:48:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sci | plot_vowels.sci | // Part 1 a, e, i, o, u
[a Fsa bitsa] = wavread('a.wav');
[e Fse bitse] = wavread('e.wav');
[i Fsi bitsi] = wavread('i.wav');
[o Fso bitso] = wavread('o.wav');
[u Fsu bitsu] = wavread('u.wav');
subplot(5,1,1);
plot2d(a);
subplot(5,1,2);
plot2d(e);
subplot(5,1,3);
plot2d(i);
subplot(5,1,4);
plot2d(o);
subplot(5,1,5);
... |
1238052ff347bdb5540e21c22073e949e4929f69 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Naigai.sci | 8a4f05573bb932749a18ae69ea4190c2422fb823 | [] | 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 | 296 | sci | Naigai.sci | // 08.05.18
// 08.05.20
function Ptn=Naigai(A,Bdy)
V=[1,1];
Call=Mixlength(Bdy);
KL=KoutenList(A,V,Bdy);
Ptn=zeros(1,Call);
for K=1:Mixlength(KL)
Ten=Op(K,KL);
T=Op(1,Ten); NC=Op(4,Ten);
if T<0
Tmp=modulo(Ptn(NC)+1,2);
Ptn(1,NC)=Tmp;
end
end
endfunction
|
b0e0ce87defb049dea3ae8d37b68e7c4cf5d2902 | 2d52e11c7b61898224f065e3bbf4433c814c9fe1 | /measurement/array-operations/vmul3.sci | 03254fd3973113a3dedec2c13a9498713c26abee | [
"MIT"
] | permissive | quepas/performance-estimation-array-operations | b6954d753c83d235f12c5d97fa82bcc38656cf5e | b209ba5efebf5dee60ec5fca0fa711ca2e766e17 | refs/heads/master | 2021-01-24T13:24:52.734940 | 2018-05-12T15:18:20 | 2018-05-12T15:18:20 | 123,173,497 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 109 | sci | vmul3.sci | // Element-wise multiplication of three vectors
function vmul3(V1, V2, V3)
R = V1 .* V2 .* V3;
endfunction |
48977d73ece8fddb70d5e5ff1aa75f983e1597e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH1/EX1.7/1_7.sce | b0b16d58de3d8a23f80745ed6633d20718465b98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_7.sce | //absolute error
//example 1.7
//page 10
clc;clear;close;
n=[0.1532 15.45 0.0000354 305.1 8.12 143.3 0.0212 0.643 0.173];//original numbbers
//rounding all numbers to 2 decimal places
n=[305.1 143.3 0.15 15.45 0.00 8.12 0.02 0.64];
sum=0;
l=length(n);
for i=1:l
sum=sum+n(i);
end
E_A=2*(10^-1)/2+7*(10^-2... |
9f43013661b3bbc1c8d40d177faedce2dec2acfd | 3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6 | /calculo-numerico/raiz.sce | e4a25b62073f8f170542e514a8457100a9c9a6fe | [
"Apache-2.0"
] | permissive | geovani-moc/Algoritmos | 226ceea9b599bb1979770ac001f5108a0533bb00 | d2d838c158da62a94946a7af29b24ca7396af34e | refs/heads/master | 2023-01-09T12:40:50.330766 | 2020-11-06T17:46:46 | 2020-11-06T17:46:46 | 256,744,544 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 811 | sce | raiz.sce | clc; clear;
function tolerancia = naTolerancia(valorAtual, valorAnterior)
tolerancia = abs(valorAtual - valorAnterior) / valorAtual;
endfunction
function valor = iteracao(valorAnterior, fatorRaiz, numero)
valor = (1/fatorRaiz) * (((fatorRaiz-1)*valorAnterior) + (numero/(valorAnterior**(fatorRaiz-1)... |
0480f57a418b2da6ac5ee6562b7522993afbaef5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2615/CH10/EX46.4/46.sce | 5bd348b5c74f6797aafcc685352bf3496ed88636 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 46.sce | clc
//initialisation of variables
D=2000//mm
a=12.5//mm
t=5//seconds
t1=360//degree
q=9000//degree
v=1000//m
//CALCULATIONS
Fhi=t1*a//Degree
epl=q/(t)^2//degree/sec^2
U=t1*t//deg/sec
V=U/t1//rev/sec
V1=(%pi*D*t)/v//m/sec
//RESULTS
printf('the velocity corresponds peripheral velocity at that moment=% f m/... |
23953aa1ad47e4972681569f306c9b8d3b9d5de4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH16/EX16.8/Ex16_8.sce | 3b6363a25babf927ad93b91bccc844fb5faf7685 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 749 | sce | Ex16_8.sce |
// Examle 16.8
po=30000; // o/p power
v=200; // Voltage
Il=po/v; // Load Current (Il)
disp(' Load Current (Il) = '+string(Il)+' Amp');
Rsh=50; // Shunt field resistance R1
Ish=v/Rsh; // Shunt field Current
Ia=Il+Ish; ... |
6afebbc7d3601c824be61bfd4aaffe53be29d7e8 | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /ejemplos/02_root_finding/scilab/02_export_files/02_open_methods/01_fixed_point/puntofijo.sce | 1c3f6551ea4d0d9346c73294562de01de4df836a | [] | no_license | UNIVALLE-EISC/numerical-methods | a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe | 3ea9401e281523e15be0525bfe36e48560caf646 | refs/heads/master | 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 796 | sce | puntofijo.sce | function [xrold, xrnew, ea] = puntofijo(niter)
//****************************************//
fid = mopen('matriz.dat', "w");
if (fid == -1)
error('cannot open file for writing');
end
mfprintf(fid, "%s %s %s \n", 'xrold', 'xrnew', 'ea');
//*******************************... |
0b91cfbce898af790d30abfd6fef573e9c3f09e0 | 93af6ed22f1d68ab29d3481c8a9f3b6539889b37 | /pop.tst | e9baeb504e83e0aaf8a8a6c84587f110e0407f21 | [] | no_license | vivann/popcor | 3d48a5a31eae64863aecb8a59ef37fea2da08ec7 | 5100bb9a20da3e363e18256cc62ac43ccbd6143a | refs/heads/master | 2020-03-18T03:33:41.961110 | 2018-05-21T10:14:42 | 2018-05-21T10:14:42 | 134,246,382 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | tst | pop.tst | Greetings of the day .
I hope you find today to be extraordinary .
Are you in love with the whole damn world?
You should be .
It is glorious ,and I can't see a better way to experience life than being madly in love with everything.
love you all.
Stay happy
|
a1cf86c1734bb99e6afa2e510a5050f4a489b240 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH11/EX11.26/ex11_26.sce | 30d39c6813e3df719122147c73e8832ccfe65682 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 511 | sce | ex11_26.sce | //Page Number: 11.28
//Example 11.26
clc;
//Given
Pa=[0.81 0.09 0.09 0.01];
n=[1 2 3 4];
//Average Code length
//L=Summation(P(xi)ni)
L=0;
for i=1:4
L=L+(Pa(i)*n(i));
end
//Entropy of second order extension
//As H(X^2)=-Sum of[P(ai)log2P(ai)]
//Where i=0 to n;
HofX2=0;
for i=1:4
HofX2=Hof... |
7c59eb00ca6d861c9c6387029b01b9c901ad7dec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH16/EX16.2/EX16_2.sce | c4c2293337cfc9c26f8b2c6157c288078d2357b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX16_2.sce | //Example 16.2
clc
disp("solution a")
E=8*10^4//in V/m
d=0.5//in m
delta_V=-E*d
disp(delta_V,"Electric potential from A to B in V=")
disp("solution b")
q=1.6*10^-19//in C
delta_PE=q*delta_V
disp(delta_PE,"Change in electric potential in joules=")
m_p=1.67*10^-27//in kg
vf=sqrt((2*-delta_PE)/m_p)
disp(vf,"velocity in m/... |
b64fe077b0a21327b115cccab37daed97e494d1d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.3_11.tst | 4fc25e66c7a4745f295f4b43520dabda79c4e870 | [] | 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 | 8,580 | tst | bow.3_11.tst | 3 14:0.03333333333333333 255:1.0 751:1.0
3 5:0.14285714285714285 13:0.4 14:0.1 28:1.0 35:2.0 36:0.08333333333333333 43:0.1111111111111111 58:0.16666666666666666 72:0.14285714285714285 79:0.058823529411764705 97:1.0 107:1.0 128:1.0 160:1.0 190:2.0 208:1.0 378:1.0 517:1.0 538:1.0 564:0.5 649:1.0 669:1.0 679:1.0 752:1.0 7... |
1303110c5e8861b17031c58e996e900442b0b994 | c2249f1089957357481c4bc88e17047fb96af0fd | /TestCases/verb.tst | 59348a98b0fd2c16925c56b2564a12ef3e174c00 | [] | no_license | FikriAnuar/LaTeXParser | 9bf5d0f1ea85d26ae4cb4cb72ef0cd95a7e358d6 | 97a872d3903aafea98045050f1782b0ff7840ed7 | refs/heads/master | 2022-12-12T04:17:47.702201 | 2020-09-09T16:38:05 | 2020-09-09T16:38:05 | 294,170,332 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | tst | verb.tst | \begin{document}
\pagenumbering{Roman}
\Roman{1}
\renewcommand{\baselinestretch}{3}
Checking that a simple verbatim works correctly!
\begin{verbatim}
Single is for Single spacing
Verbatim allows text that matches the
Itemize uses ticks to indicate items
Center allows a block to be centered
\end{... |
d20aa5a0ad4a8bccd31288168a87e5212f37aea2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH15/EX15.5/example15_5.sce | 134e1e527b2e14c12cb4567974c4e6145d02738c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example15_5.sce | clc
// Given that
delta_x = 1e-10 // error in position in m
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of electron in kg
h = 6.62e-34 // Planck constant in J-sec
// Sample Problem 5 on page no. 15.26
printf("\n # PROBLEM 5 # \n")
printf("Standard formula used \n")
printf(" del_x*del_p = h/(4*pi) \n... |
da7c632b552e1b3dd777c8ded22f4f14e4bd61ba | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testmatrixstring.sce | 1f9cbb6c63210e4c674c20bd7313ba1c8af36e89 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 106 | sce | testmatrixstring.sce | A='scilab'
B='5.4.0'
M=[A, B; B,A] // string matrix
length(M) // length of strings in M
|
3f6bb3cb4611ed0521d77e021747817c30dae506 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH7/EX7.2/Ex7_2.sce | af8f85bee40d949e4f1574092bc0ced8984326e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 811 | sce | Ex7_2.sce | //Variable declaration:
k = 0.026 //Thermal conductivity of insulating material (Btu/ft.h.°F)
L = 1.0 //Thickness of insulating material (ft)
TC = 70.0 //Temperature on the cold side surface (°F)
TH = 210.0 //Temperature on the hot side surface (°F)
c = 0.252 ... |
767c1c58d9c0b4f0e60ca05efd3d0e8b29d43ac3 | 04e4dfecf86c47abbad9ad721bcbc552300a8834 | /pid_controller/start.sce | 116c8e2842945bc44415c2a88bb0cf467ac9e32e | [] | no_license | rupakrokade/scilab_local_codes | 702f741a5cadc6da56e428f7379971818238ff22 | 4de8383487def7f18a1f19906397ed4eaf42480e | refs/heads/master | 2021-01-19T06:58:47.689324 | 2015-10-24T11:55:34 | 2015-10-24T11:55:34 | 26,806,574 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sce | start.sce | getd ../common_files/
getd()
exec ../common_files/loader.sce
exec ser_init.sce
disp("Multiple xcos files. Please manualy open the required xcos file") |
98653746e1545199492f4f1794b536fb6a56a58b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH2/EX2.31/31.sce | 23cf5da8d657e23891ec14953acf9e7675dcd590 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 515 | sce | 31.sce | clc
// Given that
lambda = 6000 // Wavelength of light in angstrom
n = 10 // Order of ring
D_n = 0.5 // Diameter of 10th fringe in m
// Sample Problem 31 on page no. 100
printf("\n # PROBLEM 31 # \n")
printf("\n Standard formula used \n Beta = lambda/(2*mu*theta)\n")
r = (D_n*1e-2)^2/(4*n*lambda*1e-10) // Calc... |
7e0be69dca3dca72314673039be45b84ee2bd299 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/23_2data.sci | 5c96bd674d6e6b7532c8f4dcee2359541ab138a3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sci | 23_2data.sci | //matrices are in the order[120;12i;13;24;34;35;46;56]
L=[1650;508;775;775;380;508;508;254];//length,given in mm
t=[1.22;2.03;1.22;1.22;1.63;0.92;0.92;0.92];//thickness,given in mm
G=[24200;27600;24200;24200;27600;20700;20700;20700];//given in N.mm^2
Gref=27600;//given in N^mm^2
A=[258000;355000;161000];//cell area,giv... |
3cdc09caed98b2a1b3c6bac31c116e273d3486f3 | ad618ca6b5ed579648f418556d871a22f9a21aaf | /sci_scripts/feature_extract.sci | 7286d72fe30e317c8a54d150d8d7b9133e8753f1 | [] | no_license | manojgudi/sci_ocr | 6de17d33475b7f2429a3dbe39fd0711138e3e14a | d18e7bc7a244d73f59830dd914f7aa9059726696 | refs/heads/master | 2020-05-20T10:05:31.612844 | 2013-03-15T05:16:45 | 2013-03-15T05:16:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,748 | sci | feature_extract.sci |
// Functions for qualitative feature extraction
// functions
function [sum_vector] = vector_sum(image_mat, mode_str)
image_mat_size = size(image_mat);
select mode_str
case "cols" then // Sum of each column
cols_sum = []
for i = 1 : image_mat_size(2)
col_sum(1,$+1) = sum(image_mat(:,i)); // col_sum is r... |
7cd2ecf4bbf83a3bb4ab10de2278fa40dcac22a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH2/EX2.15/ch2_ex_15.sce | 09182c5edc8202d1329d95009c2fde8bdc1d5ced | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 995 | sce | ch2_ex_15.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 15
disp("CHAPTER 2");
disp("EXAMPLE 15");
//VARIABLE INITIALIZATION
I=2; //in Amperes
angle_I=60; //in degrees
v1=200; //in Volts
f=50; //in Hertz
//SOLUTI... |
9205913aa500985f0dc26c430e14b3f784ed0674 | 06a62d768e69fd9dda11b30011c252807e301813 | /forwardDifference.sci | d5c0b4b4adf8dd2308a719b56ece6b740366df9e | [] | no_license | vikram-niit/matlab | 36ce3d9539629128251eab060164ce81c03aa690 | da8aeb4d727c47474d37676650664bd028d7e41d | refs/heads/master | 2020-03-18T13:40:37.068765 | 2018-05-25T03:51:55 | 2018-05-25T03:51:55 | 134,800,217 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sci | forwardDifference.sci | function[firstDerivative, h, err] = forwardDifference(x, h)
firstDerivative = [];
err = [];
for(i = 1:10)
firstDerivative = (-atan(x + 2 .* h) + 4 * atan(x+h) - 3*atan(x))./(2.*h);
trueValue = 1/(1+(x*x));
err = abs(trueValue - firstDerivative);
end
endfunction
|
48145804b423997c04724d0225cd8fce5a55e563 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH20/EX20.1/20_1.sce | abbec587f3b73cfc84e7fcafc84b49bacf93cf97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | 20_1.sce | //chapter 20
//example 20.1
//page 636
clear all;
clc ;
//given
C1=150;C2=60//capacitance from abrupt junction device characteristics at 1,10V resp in pF
//capacitance tunning ratio for abrupt junction device
TR=C1/C2;
printf("\ncapacitance tunning ratio for abrupt junction device is %.1f ",TR)
C3=220;C4=15/... |
3c517b38a85c062b229de708138126d5662b50b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH6/EX6.6/Ex6_6.sce | e8294340184f779db4e6fbb08cc357d80f7c84af | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | sce | Ex6_6.sce |
// Ex6_6
clc;
// Given:
a1=92;// atomic no. of U
a2=40;//atomic no. of Zr
a3=58;// atomic no. of Ce
// Solution
// By principle of equal charge displacement
z1=0.5*(a1+a2-a3);
printf("\n z1=%f",z1)
z2=0.5*(a1-a2+a3);
printf("\n z2=%f",z2)
//From z1 and z2 we have the primary fragments are Rb(37), atomic m... |
012077873cdc07b65f0727147e42ab510b97947b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1752/CH3/EX3.1/exa_3_1.sce | 1e7ef2169109ae4098e229c06f3fde35c84e76cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exa_3_1.sce | //Exa 3.1
clc;
clear;
close
// given data
format('v',5);
d=20;// in mm
d=d*10^-3;//in m
h=5;// in W/m^2K
T_0=100;// in degree C
T_infinite=20;// in degree C
K=15;// in W/m-K
//(i)Temperature distribution equation
disp("(i) Temperature distribution equation");
disp("theta/theta_0= (T-T_infinite)/(T_0-T_inf... |
30db3ce1d2f088ac66896291efa656e56a84ba8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3773/CH12/EX12.3/Ex12_3.sce | 180c7bee2aaadc8f88b16ea284493bc60cafb021 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | Ex12_3.sce | //Chapter 12: The Cylindrical Antenna and the Moment Method
//Example 12-12.3
clc;
//Variable Initialization
z11_exact = 2-1921*%i //Exact impedance vector (ohm)
z12_exact = 1.9971-325.1*%i //Exact impedance vector (ohm)
z11_apprx = 1.9739-1992*%i //Approximate impedance vector (ohm)
z12_apprx = 1.9739-... |
2f0cddf622454b652e85270f16ffbb4248b1503a | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /idinputtest.sce | 7f1006660ec327213c88d399a32d4c7a7995bf52 | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 129 | sce | idinputtest.sce | // Rgs
n = 8
band = [0 0.39889];
evels = [-1 1];
X = idinput(n,"rgs",band,levels);
// Rbs
X = idinput(n,"rbs",band,levels)
|
bb812ffce5caed2a7d520d4579d6e91bfa3b9ef0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.24.1/Ex4_24.sce | beec1031f5833132166c867d7b0511e8a975bade | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | Ex4_24.sce | clc
clear
//At state 1
P1=20; //in bar
V=2;
Vg1=0.0996; //in m^3/kg
Tsat1=212.4+273; //in K
Tsup1=573; //in K
V1=Vg1*(Tsup1/Tsat1);
m=V/V1;
//At state 2
V2=V1;
Vg2=V2;
P2=16.9; //From Steam Table
//Calculations
Hg1=2799.5; //in kJ/kg
Cps=2.1;... |
504fbb721936613bfb964900c6e45736ff1b057b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH11/EX11.5/Ex11_5.sce | 043a5cc0bc0686006d474cb67d3dd9378d1abf43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | Ex11_5.sce | //example 11.5
clc; funcprot(0);
D=[6, 12, 20];
fc=[34.34, 54.94, 70.63];
alpha=[0.84, 0.71, 0.63];
dL=[6, 6, 8];
p=4*0.305;
Qs=0;
printf(" depth(m)\t fc(kN/m^2)\t alpha \t deltaL(m)\t Q(kN)\n");
for i=1:3
Q(i)=alpha(i)*fc(i)*p*dL(i);
Qs=Q(i)+Qs;
printf("%.2f\t\t %.2f\t %.2f\t %.2f\t\t %.... |
6d4cc049aba2c71a293eee6689b394711bbbbe10 | d6a6cc445f5ceecaae1f5b5a0645bf90137275d9 | /testing/TestClientBarFiles/MB8BROKER_testSoapNodesSample.tst | 7d08fd1bc59291b8c02a8d5baba155c5c3a8a130 | [] | no_license | zahegroj/broker | 9da37d6ff6b2bd3e5d91fc27241528503ea3301c | 869d7dadf3da7649c8a56d16aa76bd8313c8fbfb | refs/heads/master | 2021-01-17T03:18:06.272658 | 2016-10-28T05:58:23 | 2016-10-28T05:58:23 | 14,750,251 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | tst | MB8BROKER_testSoapNodesSample.tst | ***************************************************
* Run the following command to create the queues *
* runmqsc <queue manager name> <MB8BROKER_testSoapNodesSample.tst *
***************************************************
|
ba18676ef4bed6f618193b6fdd47c50fb6cc4bf2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH10/EX10.7/Exa10_7.sce | 697082d5b590eb726755c28b4a8205b56259b177 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 926 | sce | Exa10_7.sce | //Exa 10.7
clc;
clear;
close;
//Given Data :
format('v',7);
//(i)
IMO=200;//in HP(Induction Motor output)
IMO=IMO*0.7355;//in KW(Induction Motor output)
LagEff=90;//in %
LagEff=90/100;//in fraction
MotorIn=IMO/(LagEff);//in KW
cosfi_1=0.75;//powerfactor
tanfi_1=tand(acosd(cosfi_1));//unitless
Pr1=MotorIn*... |
65873e6e2c0bf4dce67f189515ca1b6d8f9fedac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH10/EX10.4/10_4.sce | 85f9f0d9b9b0569ddbffabe6c36f1df2cd41a35a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 10_4.sce | clear
clc
//initialisation of variables
D= 2 //ft
f= 0.005
l= 10000 //ft
g= 32.2 //ft/sec^2
H= 1000 //ft
w= 62.4 //lb/ft^3
//CALCULATIONS
d= (2*D^5/(f*l))^0.25
v= sqrt(8*g*H*D^5/(f*l*d^4+4*D^5))
HP= w*%pi*d^2*v^3/(2*g*550*4)
Q= %pi*d^2*(HP/67)/4
//RESULTS
printf ('Quantity flowing = %.f cuses',Q)
|
1598697b36e6190553a8ea83495874d14f887ebf | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH21/EX21.1/ex21_1.sce | 59b5c0c93654d56c186eab584bba859dfcf33591 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sce | ex21_1.sce | //Example 21.1
clc;
//Given data
Em=0.013; //in amperes
Eref=0.010; //in amperes
Emax=0.02; //in amperes
Emin=0.004; //in amperes
//percentage error
Ep=(Em-Eref)*100/(Emax-Emin);
disp(Ep,'Percentage error in measurement'); |
30e83963d434da372ae1ce39ec66b085a7cb756b | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH7/EX7.7/example77.sce | 9f4aaa62620c01a8a18424ca963e6fb4ba64f64c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 213 | sce | example77.sce | //Example 7.7
clc;
syms n z;
X1=0;
X2=0;
for i=0:2:4
x1=(1/2)^i;
X1=X1+x1*z^-i;
end
for i=1:2:5
x2=(1/3)^i;
X2=X2+x2*z^-i;
end
x3=2^n;
X3=symsum(x3*(z^-n),n,-%inf,1);
X=X1+X2+X3;
disp(X,'X(z)='); |
b6d662f3841a3b45c05430f74d0cdc91911b7dee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1460/CH11/EX11.9/11_9.sce | c2a1995f9bc12c3971a9efddebf00960c6abb910 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | 11_9.sce | clc
//initialization of variables
V=1000 //mph
P=14.7 //lb/in^2
T=60 //F
g=1.4
//calculations
V1=V*(88/T)
Pratio=(1+ (g-1)*V1^2 /(2*g*32.2*53.3*(T+460)))^(g/(g-1))
eta=1-1/(Pratio)^0.286
//results
printf("Theoretical cycle efficiency = %.3f",eta)
|
27c877d5940d2cc056f42a9b1e77b4b1dd6faca3 | 7ed1d2e173ac7ffd8b5c4aa3a8c69d2d4a24f3b7 | /sestavy/daniela stloukalová/6/SML/G32SMLS1.TST | 5eb35563ef1dd469a2e66b6d07bd2ad101c025e9 | [] | no_license | StepanSukovyc/navrhar-sestav | 6b98e3ed56b0b9e15aec495fd32b7ec58eec7319 | 9b6fbca9dd62222f17a4e2522234871ea1554f6d | refs/heads/master | 2023-07-29T02:24:17.924750 | 2021-09-08T10:47:29 | 2021-09-08T10:47:29 | 268,037,919 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,403 | tst | G32SMLS1.TST | [program]
revize=32SMLS138001L13
licence_od=GPRA
licence_pro=TSKR
dat_akt=2019-01-30
[files]
@(GINADR)@\SML\FRM
GPRA0AE5.ALF s=7304 c=21006 sha2=8921A44D8B892D7E351118FF3734625E7A86BC501C06E73E03D768768383B865
GPRAA047.ALF s=7953 c=14569 sha2=39EC1D6C2A45D0032729... |
5c1a476c601ed67b8d10ed87257a443475c09c9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.12/Example9_12.sce | 264606c3283d41bc1883f08ea692f413b14bb251 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,246 | sce | Example9_12.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 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.12 :
// Page number 109-110
clear ; clc ; close ; // Clear th... |
e63a5da6316db9afd077698961e2650a08eaa1b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1952/CH6/EX6.1/Ex6_1.sce | 0ae6a3db954beaa6e786de03b5fe5635d30672e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | Ex6_1.sce | // chapter 6 , Example6 1 , pg 170
Vf=10^6 //Fermi velocity (in m/s)
m=9.11*10^-31 // mass of electron(in Kg)
Ef=(m*Vf^2)/2 //Fermi energy (in J)
printf("Fermi energy for the electrons in the metal=")
printf("Ef=%.1f eV",(Ef/(1.6*10^-19))) //converting J into eV
|
53b859687491112d1f2e63e08d08baeecef9dc67 | b2675f983fedb79e5e6f1940962373bda0570ec4 | /D1/Tests/trial2.tst | 5d279a7da869dcffc2cea43298123d18d69db953 | [] | no_license | Meena92/Projects | b854c40b91515bb429c9e13fb0cbc95c03e0a9d6 | 06361e24bf51883ff4140db5c37c3f40836a5752 | refs/heads/master | 2020-03-29T01:45:03.726432 | 2019-06-11T05:26:08 | 2019-06-11T05:26:08 | 149,404,524 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,417 | tst | trial2.tst | <?xml version="1.0" ?>
<TestCase name="trial2" version="5">
<meta>
<create version="10.0.0" buildNumber="10.0.0.431" author="admin" date="03/02/2018" host="inbasdpc10722" />
<lastEdited version="10.0.0" buildNumber="10.0.0.431" author="admin" date="03/02/2018" host="inbasdpc10722" />
</meta>
<id>AC930E61DDF11E... |
29e900f0c34524986f3f6d2af4e5969dad7f58a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH5/EX5.19/Example5_19.sce | 4dec7015d3cfb8a912db66382ac0f7ff5eed2a3b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | Example5_19.sce | clear;
clc;
// Example: 5.19
// Page: 172
printf("Example: 5.19 - Page: 172\n\n");
// Solution
//*****Data*****//
Cp = 21;// [J/kmol]
T1 = 300;// [K]
T2 = 500;// [K]
S1 = 150;// [Entropy at T1, J/kmol]
//*************//
// This is a constant Entropy process. Therefore:
deltaS = Cp*log(T2/T1);// [... |
b5312746deb1517a948024a40436db0ecd717c0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3136/CH7/EX7.3/Ex7_3.sce | 4f70408d7c0ea3627e7ea6523765c38335a1cb4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,019 | sce | Ex7_3.sce | clear all; clc;
disp("From the previous numerical wee have ßm1=αm2=54.5 degrees, tanßm1=1.405")
disp("ßm2=αm1=42.6 degrees. Thus tanßm2=0.92")
disp("tanßm1-tanßm2=1.55(1+1.5*(s/c)),thus we can determine s/c")
//let x= s/c
x=[1.55/(1.405-0.92)-1]/1.5
printf("Thus (s/c)= %0.2f",x)
disp("Also b/c=3,we have c=... |
d9666c74a7d8a374f9c01a9db3948927087c2b90 | 14bc3319c950be3d948621a7bbb1ec00bcf96151 | /TP3/SUJET/bancfiltres.sce | d2facacc9de48b350f4962004bc7823cded2eb87 | [] | no_license | Hadrien-Bonato-Pape/SSII | cc798b41908a2a0b388b7b6c5b33a33b9a4de3cd | 385a1bbf3dfa4351e7c250a2625d2433e5b082a7 | refs/heads/master | 2022-06-17T18:06:23.208223 | 2020-05-10T15:00:16 | 2020-05-10T15:00:16 | 254,335,717 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 711 | sce | bancfiltres.sce | function [s,E,Esignal,fe]=bancfiltres(M,R,fichier, play)
//Exemple [s,e,es,fe]=bancfiltres(8,128,'piano.wav',1);
[e,fe]=wavread(fichier);
N= R/(4*M);
H=[ones(1,N-1),0.9,0.5,0.1,zeros(1,R-2*N-3),...
0.1,0.5,0.9,ones(1,N-2)];
h=fftshift(real(ifft(H)));
n=0:R-1;
for j=0:M-1
bande(j+1,:)=2*cos((2*j+1)*n*%pi/(2*M)).*h;... |
e035b619a73cc090bfda7a36230cebb1305de50b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1664/CH8/EX8.6/Ex8_6.sce | ab978be440a98ab54777f6da56ddc28c26b61094 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | Ex8_6.sce |
//Example No.8.6.
//Page No.232.
clc;clear;
n = 18.1*10^(28);
h = 6.62*10^(-34);//Planck's constant.
m = 9.1*10^(-31);//mass of electron
Efo = (h^(2)/(8*m))*(((3*n)/(%pi))^(2/3));//The fermi energy level at 0 k.
printf("\nFermi energy of Al at 0 k in joules = %3.3e J",Efo);
Efo = (Efo/(1.6*10^(-19)));
printf... |
4c2a40a01ee550e1810cd1053ac7dabc320600cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH17/EX17.5/17_5.sce | 9268f84c298d1a207aadfad2e2117a66e7194939 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | 17_5.sce | clc;
//page no 628
//prob no. 17.5
//determination of characteristic impedance of waveguide with given 5GHz freq
f=5*10^9;fc=3.75*10^9;//Refering in eg. 17.4
Zo=377/sqrt(1-(fc/f)^2);
disp('ohm',Zo,'The characteristic impedance of waveguide is'); |
7afd2506d9b35bb2303125397e7d626b5841f8cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3812/CH1/EX1.14.a/1_14_a.sce | 1cde65ccde8710d47176a27754853b0fe6535bd5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | 1_14_a.sce | //Example 1.14<a>
//check the given signL is PERIODIC OR NOT//
clc ;
t=-10:.01:10;
x=%i*(exp(%i*10*t));
subplot (311)
plot (t,x);
disp ('(a) this shows that the given signal is periodic with period (.2*%pi)');
|
3e167b34bac1baf3d41bee509dfc46a77eebf3d3 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/env/1LeafAreaIndex.sci | c32ab4dfc5cbf953944d4d918e731b0f8352ba5f | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sci | 1LeafAreaIndex.sci | LAI
0.01118
0.01476
0.02474
0.04241
0.07318
0.12614
0.21594
0.36469
0.60331
0.96760
1.49141
2.18137
3.03129
3.90124
4.85330
5.77746
6.70020
7.51158
8.26183
8.84625
9.33977
9.66156
9.91541
10.04053
10.14973
10.17817
10.22772
|
9d91aa709773672508556bb9140678391a18f641 | 449d555969bfd7befe906877abab098c6e63a0e8 | /839/CH27/EX27.1/Example_27_1.sce | 856e8ce70ce1c6fd17a123466b2e05959051e350 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 780 | sce | Example_27_1.sce | //clear//
clear;
clc;
//Example 27.1
//Given
T = 60; //[F]
wA = 0.30; //[MgSO4]
wB = 0.70; //[H2O]
//Solution
//From Fig. 27.3 it is noted that the crystals are MgSO4.7H2O
//and that the concentration of the mother liquid is
xA = 0.245; //[anhydrous MgSO4]
xB = 0.755; //[H2O]
//Bases:
F_in = 1000; //... |
ac51bb010ec821d3f0cddd702ed31011629caa67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH2/EX2.1.3/example2_3.sce | 27a0405b4050f4f066976baa9d1ffc9321f486c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,316 | sce | example2_3.sce |
//exapple 2.3
clc; funcprot(0);
// Initialization of Variable
//1 refer to initial condition
R=8.314;
P1=550*10^3;
T1=273+350;
M=18/1000;
d=2.4/100;
pi=3.1428;
A=pi*d^2/4;
gamm=1.33;
roughness=0.096/1000/d;
l=0.85;
phi=0.0035//assumed value of friction factor
//calculation
nu1=R*T1/M/P1;
Pw=0.4*P1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.