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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c8b8e28177a61909fc2519f1f2e49fa807f65b4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH8/EX8.10/ex10.sce | 018a8b3ce422e8af15f2ed2078c27a52ee9f3688 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 497 | sce | ex10.sce | //example 10
//Determiining the entropy generated
clear
clc
B=4 //COP of air conditioner
W=10 //power input of air conditioner in kW
Qh=B*W //in kW
Ql=Qh-W //in kW
Thigh=323 //in Kelvin
Tlow=263 //in Kelvin
SgenHP=(Qh*1000/Thigh)-(Ql*1000/Tlow) //in W/K
Tl=281 // in K
Th=294 //in K
SgenCV1=Ql*1000/Tlow-Ql*... |
db2c69f30f3882587a51396d2d7bacb860161809 | 17ffd540edd83855075a9a696ee0ff6f122d4ecc | /Hilma.Domain/Integrations/Configuration/Template.tst | 49f1a13fefcbe2500f6e445933edf3c026be43b8 | [] | no_license | Hankintailmoitukset/hilma-migration | cbdb3e0370b10b201940e69b158d6a75e33c7798 | 98b5720400699238d9694bdf9667249dfb4a61b8 | refs/heads/master | 2022-01-20T01:09:55.941521 | 2020-09-11T13:57:31 | 2020-09-11T13:57:31 | 221,156,293 | 2 | 2 | null | 2022-01-03T12:22:45 | 2019-11-12T07:28:08 | C# | UTF-8 | Scilab | false | false | 2,466 | tst | Template.tst | ${
using Typewriter.Extensions.Types;
Template(Settings settings)
{
settings.IncludeProject("Hilma.Domain");
settings.OutputExtension = "Configuration.cs";
}
static List<string> ImportedTypes = new List<string>();
string LoudName(Property property)
{
return pro... |
e08015493bc93c2448c4237f51d7651d1ce99aad | 1bc06fa90b5425d41347c90d0c73bb82eb4cbbfe | /utils/afficherImage.sci | 2faee68fb858e4a7a5238299ed741770080bca2c | [] | no_license | madox35/Filtre-Canny | a0a527ad6be5a1dc5984b2533008f95b1c9663ee | 3a54da9b0ce917c995ea5fbd48e0ed5c3f36748d | refs/heads/master | 2020-03-08T08:57:27.702111 | 2018-04-21T19:39:39 | 2018-04-21T19:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 68 | sci | afficherImage.sci | function afficherImage(image)
imshow(uint8(image));
endfunction
|
a57e0cfbc18c7effa22d42736ab4e0a0209a9ce0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2279/CH7/EX7.5/Ex7_5.sce | a1251bdb93f516d86193562d0d1a92a972af5953 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 452 | sce | Ex7_5.sce | //DTFS coefficients of periodic square wave
clear;
close;
clc;
N = 10;
N1 = 2;
Wo = 2*%pi/N;
xn = ones(1,length(N));
n = -(2*N1+1):(2*N1+1);
a(1) = (2*N1+1)/N;
for k =1:2*N1
a(k+1) = sin((2*%pi*k*(N1+0.5))/N)/sin(%pi*k/N);
a(k+1) = a(k+1)/N;
if(abs(a(k+1))<=0.1)
a(k+1) =0;
end
end
a =a';
a... |
3c0fe5610e3a2ff906638bd649975645606f9fae | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH7/EX7.2/7_02.sce | 0bff920951cbe5b39314bf1682016b60716d799b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | 7_02.sce | //Example No. 7_02
//Basic Gauss Elimination
//Pg No. 214
clear ; close ; clc ;
A = [ 3 6 1 ; 2 4 3 ; 1 3 2 ];
B = [16 13 9];
[ar1,ac1] = size(A);
Aug = [3 6 1 16 ; 2 4 3 13 ; 1 3 2 9]
for i = 2 : ar1
Aug(i,:) = Aug(i,:) - (Aug(i,1)/Aug(1,1))*Aug(1,:) ;
end
disp(Aug)
disp('since Aug(2,2) = ... |
73f3c8b3971b1864231692030488b093feb75120 | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH8/EX8.2/ex2.sce | c7ead969bf8ebf8e12fe6a944542b07a336a1a59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 502 | sce | ex2.sce | //CHAPTER 8 _ TEMPERATURE MEASUREMENT
//Caption : THERMOCOUPLE AND THERMOPILE
// Example 2 // Page 511
h=(100/5)*10^-3 // in mv
printf('emf per thermocouple is %1.2f mV \n', h);
// e(0-100)+e(100-t)=e(0-t)
// Let e(0-100) = E1 and e(100-t)= E2
E1= 5.27 // given
E2=h;
E3=E1+E2;
E4=5.325; // given emf at ... |
dbd15121279297b682d25b1fa9f0c777c394ae8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH8/EX8.25/TL_Ex_8_25.sce | e26a3100df48d3ef2b27b04d7d85a4eb2e11fbee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sce | TL_Ex_8_25.sce | clc
//Chapter8
//Example8.25, page no 354
//Given
lambda=5//wavelength
Zo=200//Characteristic impedance
Zo1=100//Zo'
ZL=50+(%i*50)// load impedance
l1=0.4*lambda
l2=0.2*lambda
Beta=(2*%pi/lambda)// phase difference
Z2=Zo1*(((ZL*cos(Beta*l2))+(%i*Zo1*sin(Beta*l2)))/((Zo1*cos(Beta*l2))+(%i*ZL*sin(Beta*l2))))//... |
204b4f00d02c35bc9c63d7dea25fddf83691c2a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3701/CH5/EX5.5/Ex5_5.sce | 992874d17690c292a7b0791472f51ca11c7a6111 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | Ex5_5.sce | ////Given
m=50*10**-3 //kgram
accuracy=0.01
v=300 //m/s
h=1.054*10**-34
//Calculation
p=m*(v*accuracy)/100.0
x=h/p
//Result
printf("\n position of the bullet %e m",x)
|
a05e45d5895c80795b1ed227c3f71e11f14176dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH2/EX2.1/Example2_1.sce | ece1104e69ccd09af26d347ba5d66527cbf5f995 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,736 | sce | Example2_1.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 2 : TRANSMISSION LINE STRUCTURES AND EQUIPMENT
// EXAMPLE : 2.1 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
t_s = 0.49 ; // Human body is in conta... |
6e1e23484ebd3b5f62989ca9e7a95569ba7da3a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH2/EX2.12/Exa2_12.sce | 91a61d26402d31e858aa6e82b4f26d517d12a6ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 599 | sce | Exa2_12.sce | //Exa 2.12
clc;
clear;
close;
//Given data
Beta=100;//unitless
VCC=6;//in volt
RB=530;//in kOhm
RC=2;//in kOhm
VBE=0.7;//in volt(For Si)
//Part (i)
IC1=0;//in A
VCE1=VCC-IC1*RC;//in volt
//If VCE=0;//in volt
VCE2=0;//in volt
IC2=VCC/RC;//in Ampere
title('DC load line');
xlabel('VCE(in volts)');
ylabel... |
499522d1d740e2632e9ce0a525769f9a9ff065d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH18/EX18.02/18_02.sce | ab15ace1cf0eb18c3db283a9f75a089bc4b6206e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | 18_02.sce | //pathname=get_absolute_file_path('18.02.sce')
//filename=pathname+filesep()+'18.02-data.sci'
//exec(filename)
//Operating temperature(in K):
T1=-5+273
T2=27+273
//Specific heats(in kJ/kg.K):
Cpw=4.18
//Latent heat(in kJ/kg):
L=335
//Capacity(in tons):
C=800
//Heat extraction rate(in kJ/s):
q=C*3.5
//Heat... |
34ba542f9248b399e977c7120dea884e5976953c | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH3/EX3.12/3_12.sce | c59ced9b7d9def0fcb4da445bc342fc19dd4e68e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 548 | sce | 3_12.sce | //Problem 3.12: The resistance of a coil of aluminium wire at 18°C is 200 ohms. The temperature of the wire is increased and the resistance rises to 240 ohms. If the temperature coefficient of resistance of aluminium is 0.0039/°C at 18°C determine the temperature to which the coil has risen.
//initializing the varia... |
24b97f7b5ccb04409787e9407c4a556679fe0d45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.19/ex_4_19.sce | ff1f423bd6e559dc4e2b1101b51a7ef22cb0b577 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sce | ex_4_19.sce | //Example 4.19//candle power
clc;
clear;
close;
vl=220;//voltage of lamp
wl=60;//wattage of lamp
wl1=75;//in watts
v2=440;// in volts
r1=((vl^2)/wl);// in ohms
r2=((vl^2)/wl1);// in ohms
i=(v2/(r1+r2));//in amperes
v1=i*r1;// volts
v12=i*r2;//in volts
cp6=(ceil(v1)/vl)^4 *(100);//candle power
cp7=(v12/vl)^4*(100);//c... |
ac9ec32d5d91b12b37d8d74b71d7d14740dcca1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH13/EX13.19/13_19.sce | 918639208e60941d20005b884fc941e10ea19b34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | 13_19.sce | //Eg-13.19
//pg-567
clear
clc
deff('out = func(in1,in2,in3)','out = in3 - in2')
//At t = 0
t = 0;
y0(1) = 1;
y1(1) = y0 - 1;
//Now all the values are known at t = 0. We will now use the Euler's method to compute y0 at (t+h), with h = 0.1
//At t = 0.1
t = 0.1;
y0(2) = y0(1) + t*func(0,y0(1),y1... |
86b89fe576c5d754cc41288c4b3b88e85d18a95c | 4ccc7c95dcae181ae0c2a01e379f989ff2337d4c | /ene_functions.sci | 069a5d9b391c2da79332a4480cbcf883ce856a40 | [] | no_license | AraiAtusi/energy_system | 9e11a8d62c661554bfc3fb8071c885950d7d0ff3 | efbb8a9e871075009017125a3747dbbef39fee48 | refs/heads/master | 2019-01-02T08:36:07.123152 | 2014-10-03T12:57:56 | 2014-10-03T12:57:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,451 | sci | ene_functions.sci | function A=ene_log_read(filename)
T=csvRead(filename);
M=[T(:,1:5),T(:,8:12),T(:,14:16)];
T=zeros(size(M,'r'),7)
T(:,1)=M(:,5)
T(:,2)=M(:,6)
T(:,3)=M(:,7)
T(:,4)=M(:,13)
T(:,5)=M(:,10)
T(:,6)=M(:,9)
T(:,7)=M(:,8)
A=[T;%nan,%nan,nanmean(T(:,3)),%nan,%nan,nanmean(T(:... |
d6e1b8e589139737e6e6fc1d0f038b9e18797a7b | 717ddeb7e700373742c617a95e25a2376565112c | /854/CH11/EX11.5/Example11_5.sce | f51ee975bbc7728f13779c25a5079d84792183ef | [] | 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 | 566 | sce | Example11_5.sce | //clear//
//Caption:Program to find the power dissipated in the lossless
//transmission line
//Example11.5
//page352
clc;
close;
ZL = 50-%i*75; //load impedance in ohms
Zo = 50; //characteristic impedance in ohms
R = reflection_coeff(ZL,Zo);
Pi = 100e-03; //input power in milliwatts
Pt = (1-abs(R)^2)*Pi;//po... |
804337ce3f84c2e12a6e550c2d462d273d43df74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH9/EX9.4/9_4.sce | 9c462eaecd975bc826c77b7f0755b120ce883186 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 59 | sce | 9_4.sce | f=50
P=6
ns=120*f/P
disp(ns)
wm=2*%pi/60*ns
disp(wm)
|
5dc1be7ba8806700f37a296ac9d1d5198763995a | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Physics/SphericalPendulum.SCI | f24cceecd29eb1622014d771ca416d3ca69f2bba | [
"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 | 3,582 | sci | SphericalPendulum.SCI | codeblock readtextfile(ScriptDir+"\_TOOLS.sci");
sf=T_scene_create;
sss=T_getscene;
vp=T_getviewport;
sss.ambientlightcolor=color(0.15,0.15,0.15);
rootframe=sss.Universe;
vp.camerapos=point(0,3,3);
vp.cameradir=vecnorm(point(0,0,0)-vp.camerapos);
vp.focaldistance=distance(point(0,0,0),vp.camerapos);
sss.ambientlightc... |
1ca0f21497df4011dd304181165b3143a3f4fc37 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/BV25.prev.tst | 258ba1ff91152d2cff35c195954bfc997c2fa095 | [
"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 | 905 | tst | BV25.prev.tst | [1,1,1,1] >> 1 =
shift by -1
icol=0 sum= 0 + this(0)=1 * dipows(0)=1 * binoms(0)=1
icol=1 sum= 1 + this(1)=1 * dipows(1)=-1 * binoms(1)=1
icol=2 sum= 0 + this(2)=1 * dipows(2)=1 * binoms(2)=1
icol=3 sum= 1 + this(3)=1 * dipows(3)=-1 * binoms(3)=1
row 0 dipows=[1,-1,1,-1] binoms=[1,1,1,1] re... |
76390ffcda3f0bd40526b2104347f2540d63972a | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH28/EX28.8/example28_8.sce | b949c2cf7101d7c28c5536adb66cffe7406ffd9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | example28_8.sce | rl=100;
l=6;
disp("Part a");
r=rl/(1600*l);
disp("the theoretical ripple factor is");disp(r);
disp("Part b");
vm=9;
vdc=2*vm/%pi;
disp("the dc output voltage (in V) is"); disp(vdc);
disp("Part c");
r1=25;
vdc1=vdc*rl/(rl+r1);
disp("the dc output voltage (in V) is"); disp(vdc1); |
e037b8200815387750e0f5e37115f2e7456765ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /125/CH7/EX7.25/Fig7_25.sce | 1d0d3e6c71dd5d52ee0226aa988e221a1946d714 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 513 | sce | Fig7_25.sce | //Caption: Scilab code for Differentiation of Gaussian Filter function
//Fig7.25
//page389
clc;
close;
sigma1 = input('Enter the value of sigma1:')
sigma2 = input('Enter the value of sigma2:')
i=-10:.1:10;
j=-10:.1:10;
r=sqrt(i.*i+j.*j);
y1 = (1/(sigma1^2))*(((r.*r)/sigma1^2)-1).*exp(-r.*r/2*sigma1^2);
y2 = ... |
e6f2c096eb6638feea646334d49bd17456a37312 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH4/EX4.25/Ex4_25.sce | aa41cf94a5ee91c19d592a195bdc718cfb3b3a4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 875 | sce | Ex4_25.sce | //Example 4_25
clc;
clear;
close;
format('v',9);
//given data :
T=300;//K
//Part (a)
ND=2*10^14;//cm^-3//Donor
NA=3*10^14;//cm^-3//Acceptor
ni=2.5*10^19;//m^-3//Intrinsic
ni=ni/10^6;//m^-3
n0=-(NA-ND)/2+sqrt([((NA-ND)/2)^2+ni^2]);//cm^-3
p0=-(ND-NA)/2+sqrt([((ND-NA)/2)^2+ni^2]);//cm^-3
disp(n0,"n0 is(cm^... |
fa2de60cccd36647a2c2e678b2da953755f0b684 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH5/EX5.32/Ex5_32.sce | 6ca4a2ec01e5b8052d632d426924f760ae111453 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | Ex5_32.sce | //Example 5_32
clc();
clear;
//To find the plane which gives reflection
D=0.228 //units in nm
lamda=0.154 //units in nm
hkl=((2*D)/((lamda/2)*sqrt(3)))^2
printf("Tha maximum value that is possible for h^2+k^2+l^2=%.2f so (h,k,l) values are (2,2,2)",hkl)
//In text book answer printed wrong as 13.98 correct ans... |
3e1fd5576106f4e6029cb76027a53eb1f367b668 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH9/EX9.12/ex_9_12.sce | 226efe4a0332d588863648b523da24c1541628ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | sce | ex_9_12.sce | //example 9.12//
clc
//clears the screen//
clear
//clears all existing variables//
disp('The LSB of the five-bit ring counter feeds the clock input of the JK flip flop that has been wired as a toggle flip-flop. The ring counter has a modulus of five and the JK flip-flop works like a divide by two circuit. The mod... |
38edc30baedfe290fef8bf81c48c38c56c0d5ac5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH6/EX6.8/Ex_6_8.sce | e45208553e464586592609050af58f5ada3f0646 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | Ex_6_8.sce | // Example 6.8;//external power efficiency
clc;
clear;
close;
nt=0.18;//total efficiency of injection laser
Eg=1.43;//Energy gap in elecron volt
V=2.5;//votls
next=round(nt*(Eg/V)*100);//EXTERNAL EFEICIENCY
disp(next,"external efficiency percentage is")
|
5d7f183c43ff2a8990202fd53cbb34ab5f09db06 | a3f79e93d5c39f8f45521c8afcbdc29b0ba4159b | /ProjetMap431/codes/calcul.sce | 4b5840943db5d2b4ad5cc1c73b0b61b0ddd4dbe5 | [] | no_license | maroxe/SchoolProjects | e3a086461966f022356d952a4e4ee140c915a818 | 152a4a86ec7e04d713723607a2ec010008d7cbcf | refs/heads/master | 2021-01-21T02:35:44.285549 | 2015-07-10T12:09:01 | 2015-07-10T12:09:01 | 19,363,283 | 0 | 0 | null | 2014-11-25T12:34:41 | 2014-05-02T01:47:56 | TeX | UTF-8 | Scilab | false | false | 1,157 | sce | calcul.sce | clear
N = 999
h = 1/(N+1)
omega_2 = [0.19, 0.21; 0.38, 0.42; 0.58, 0.62; 0.79, 0.81]
mailles = [1:N]*h
// Calcul de l'intégrale
function y=int_k(a, b, mu)
if a > b then
[b, a] = (a, b)
end
k = 1
for i=omega_2'
if i(1) <= a & i(2) >= b then
k = mu
break
en... |
6dd20ae4d823b1e3533ff825ac81bba2cad10df4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH3/EX3.2/3_2.sci | 7b97982946b7c57f1de4e955b6056e641558a113 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sci | 3_2.sci | //3.2
clc;
tA=1;
tB=1;
m=tA/tB;
EB=147;
EA=216;
T2=200;
T1=25;
n=EB/EA;
T=T2-T1;
A=12.5*10^-6;
B=1.7*10^-6;
a=3*(1+m)^2;
b=(1+m*n)*((m^2)+1/(m*n));
c= (6*(A-B)*T*(1+m)^2);
r=(a+b)/c;
printf("\nRadius of curvature =%.2f mm",r)
|
f485d2889aa1730e2fbc6b1723cef03fc7a3a229 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH10/EX10.2/Example10_2.sce | 3438dc066f04a21576a9103895cfee0a9f199af4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,419 | sce | Example10_2.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 10 : PROTECTIVE EQUIPMENT AND TRANSMISSION SYSTEM PROTECTION
// EXAMPLE : 10.2 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
// For case (a)
I_f = 7... |
06fc0c00b219dfd07b697eeb83839d1fa89568d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH3/EX3.5/3_5.sce | c8bab15689da00576fc5b918bed3df367e93edb9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 135 | sce | 3_5.sce | clear;
clc;
close;
disp("Example 3.5")
V9=900 // in m/s
V0=200 // in m/s
e=2/(1+(V9/V0))
disp(e,"Engine propulsive efficiency:") |
c7459642d843d7f06401cfeb86d152387d90c348 | 449d555969bfd7befe906877abab098c6e63a0e8 | /605/CH9/EX9.6/9_6.sce | 0a741f5b6023d88d965326850795b04eb669198c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | 9_6.sce |
L=30
W=40*10^6
Wc=10*10^6
Le=3
E=10^(Le/10)
Zo=50
Wc=2*%pi*10^6*10
L=Zo/Wc
C=2/(Zo*Wc)
n=1/2*(log10(10^(L/10)-1)-log10(E))/log10(W/Wc)
printf("\nn=%.2f",n)
printf("\ng1=%.0f\ng2=%.0f\ng3=%.0f",2*sin(%pi/6),2*sin(%pi/2),2*sin(%pi*5/6))
printf("\n")
printf("\nL1=L3=%.4e H",L)
printf("\nC2=%.3e F",C)
Zo=5... |
8afddffcfabcde76bee5128cc46982f0e2512f81 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3811/CH3/EX3.5/Ex3_5.sce | 673c0e53c2c16d326fd6e0b76db3b0f7160c4e7f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | Ex3_5.sce | //Book name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi
//chapter 3
//example 3.5
//edition 1
//publishing place:Thomson Learning
clc;
clear;
Vsrms=110;//The voltage on the ac side in volts
R=5;//Resistance value of the resistive load in ohm
Vrms=55;//voltage across the load
//iteration method
xold=1;... |
f0afa045362815bbf576212aa833268d1a117969 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH7/EX7.3c/eg7_3c.sce | 7d4c685ee78861a486be708e0b3d2cd5aa3928d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 621 | sce | eg7_3c.sce | var = 4;
num = 9;
X =[5 8.5 12 15 7 9 7.5 6.5 10.5];
samplemean= mean(X);
alpha= 0.005;
zalpha = cdfnor("X", 0, 1,1-alpha ,alpha);
//disp(zalpha)
lowerlim = samplemean - (zalpha*sqrt(var/num))
upperlim = samplemean + (zalpha*sqrt(var/num))
disp(upperlim, "to ",lowerlim,"The 95% confidence interval is ", )
... |
007ee63c408613f69255e556456fa63be350de90 | 3073307fa4b6da9371518f0718c199501b8c5c71 | /viejos/trap_comp.sci | 690d9b1e19af9ccf4b573eaa12822415e50b02d3 | [] | no_license | fern17/CalculoNumerico | 8b04abdf8e1da4b69a1256334a4bc58ff5c9180d | c793733ce17616361dd02f358ef63c1d9be5c99e | refs/heads/master | 2020-06-04T00:06:19.723655 | 2011-12-20T13:47:40 | 2011-12-20T13:47:40 | 2,929,202 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sci | trap_comp.sci | function y = f(x)
y = sin(x);
endfunction
function fi = trap_comp(a,b,M)
h = (b-a)/(M);
x = linspace(a,b,M+1);
suma1 = 0;
for j=2:M
suma1 = suma1 + f(x(j));
end
fi = h/2*(f(a) + f(b) + 2*suma1);
endfunction
|
1eed57e1bb291cf08644e3ecf88896c1dd72b452 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-StatisticalFunctions/FLWtCovar-NZ-01.tst | b174fa30767176a486860b05c0780d2650cffda5 | [] | 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 | 12,251 | tst | FLWtCovar-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- 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.
-... |
0bad730514c904a3c15cde854158387986faaa38 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Fortnite Loadout Bounce 360 by Bear.sce | 05dd63a1b36ff0ba3f3a4d15007e051796a97a65 | [] | 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 | 38,575 | sce | Fortnite Loadout Bounce 360 by Bear.sce | Name=Fortnite Loadout Bounce 360 by Bear
PlayerCharacters=FortniteMain
BotCharacters=Pigeon.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=FortniteMain
AddedBots=Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0
PlayerTeam=1
BotTeams=0;0;0;0;0;0
MapName=boxerm... |
d9c653daa1bb1e8e27918db0419c095428190a38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1655/CH2/EX2.7.4/Example_2_7_4.sce | 0efa78ab634c093824adf2baa2d1333bf158e27d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Example_2_7_4.sce | // Example 2.7.4 page 2.25
clc;
clear;
NA=0.16 //Numerical aperture
n1=1.45 //core refractive index
d=60d-6 //core diameter
lamda=0.82d-6 //wavelength
a=d/2; //core radius
v=2*3.14*a*NA/lamda; //computing normalized frequency
v=round(v);
M=v^2/2; //computing guided ... |
dff4cd1e0073b65e9e556dc02f4d6d7596a962d8 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set13/s_Introductory_Methods_Of_Numerical_Analysis_S._S._Sastry_1673.zip/Introductory_Methods_Of_Numerical_Analysis_S._S._Sastry_1673/CH1/EX1.2/1_2.sce | 4c0e7a13797d9c1d8776f22f137789ed2acfde39 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | 1_2.sce | errcatch(-1,"stop");mode(2);//example 1.2
//percentage accuracy
//page 9
;;
x=0.51;// the number given
n=2;//correcting upto 2 decimal places
dx=((10^-n)/2)
p_a=(dx/x)*100;//percentage accuracy
printf('the percentage accuracy of %f after correcting to two decimal places is %f',x,p_a);
exit();
|
d5507053f249484592fced6d7d3acf8654b09176 | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/9_09.sci | 3c491ff544ecf4eae26b2e449fa6287996ba94d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 323 | sci | 9_09.sci | //Mass of the tennis ball(in grams):
m=57;
//Diameter ofthe ball (in mm):
D=64;
//Velocity with which te ball is hit(in m/s):\
V=25;
//Topspin given on the ball(in rpm):
N=7500;
//Acceleration due to gravity(in m/s^2):
g=9.81;
//Kinematic viscosity(in m^2/s):
v=1.46*10^-5
//Desity of air(in kg/m^3):
d=1.23... |
7a64421b0a1005e6777ab16cb5011c8694b164b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH2/EX2.17/exa_2_17.sce | 7008798fb9681b6a8502d83b6f97d5ba3f88f1bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | exa_2_17.sce | // Example 2.17
clc;
clear;
close;
// Given data
h1= 210;//first heat transfer in kJ
h2= -20;// second heat transfer in kJ
h3= -190;// third heat transfer in kJ
h4= 60;// fourth heat transfer in kJ
W1= -180;// first work transfer in kJ
W2= 200;// second work transfer in kJ
W3= -300;// third work transfer i... |
f24e879d045b67f8d95b7eacfa602b164a412109 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH43/EX43.06/43_06.sce | 4ea8591338316ed8fdcd739b990eb7d218a802a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sce | 43_06.sce | //Problem 43.06: Two mutually coupled coils X and Y are connected in series to a 240 V d.c. supply. Coil X has a resistance of 5 ohm and an inductance of 1 H. Coil Y has a resistance of 10 ohm and an inductance of 5 H. At a certain instant after the circuit is connected, the current is 8 A and increasing at a rate of... |
7558c8bca107a11e8dc19c07fb174e19a435bfc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH16/EX16.10w/16_10w.sce | d3852d9d6a4e0f684943b73d505d23c4b154113d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 490 | sce | 16_10w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.10w
//calculation of the frequency at which the maxima of intensity are detected
//given data
r=20*10^-2//radius(in m) of the semicircular part
v=340//speed(in m/s) of the sound in air
//calculation
l1=2*r//str... |
9f8f3676e85cf0ce3f12b9c174c60007424a7e44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH5/EX5.1/Ex5_1.sce | 8770b06e97628e69ababc260684df444f5525e61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | Ex5_1.sce | clc;clear;
//Example 5.1
//given data
V=10;
t=50;
p=1;//in kg/L
re=0.8/2/100;//in m
//calculations
Vd=V/t*3.7854;//factor 0f 3.7854 for gal to L
disp(Vd,'volumne flow rate through hose in L/s');
m=p*Vd;
disp(m,'mass flow rate through hose in kg/s');
Ae=%pi*re^2;
Ve=Vd/Ae/1000;//factor of 1000 for L to ... |
295bb7dcd72a8ae889d121bb8617be3eb0675313 | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH7/EX7.9/ex7_9.sce | 4e5bc2662af85de5920b1ef4c9b517f271bfe90f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | ex7_9.sce | //ex7.9
I_DSS=12*10^-3;
V_GS_off=-3;
V_DD=12;
V_D=6;
I_D=I_DSS/2; //MIDPOINT BIAS
V_GS=V_GS_off/3.4; //MIDPOINT BIAS
R_S=abs((V_GS/I_D))
R_D=(V_DD-V_D)/I_D
disp(R_S,'Source Resistance in Ohms')
disp(R_D,'Drain Resistance in Ohms') |
045825e668f823442448ec924a086387c5a25f8d | 52b803c4577043c12c9f408a2dd42031f5ea99aa | /second_dividend_table_v2.sce | b71a3d800dd9f401122fb93d68ba55aa75d624a5 | [] | no_license | radhikagoyal2july/triple-dividend | 436afe77fe027fa9ebb3f51cf5468982dfe49f5c | 3caee2d6e563ea1d43029fe243dcf55b284553b8 | refs/heads/master | 2021-09-02T10:01:40.133516 | 2018-01-01T18:07:33 | 2018-01-01T18:07:33 | 115,935,747 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,277 | sce | second_dividend_table_v2.sce | //clear
getd lib
getd
clf
alpha = 100; // productivity
alpha_eta = 37.649894 ;
alpha_noeta = 38.347935 ;
mu = 0.3; // decreasing returns on capital
eta = 1.5 // elasticity of marginal utility
r=0.12 // interest rate 12%
//v=.5 // vulnerability 50%
//p=0.01 // probability of a shock
x=0.0:0.001:.20;
... |
9a65487aae530cc564482a6dc2ab51f9d799fc05 | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH2/EX2.1/2_1.sci | 73825276d0b1bf4694eb490eb71ba8db6e91cad9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 2_1.sci | // calculating static error and static correction
clc;
disp('calculating static error and static correction')
Am = 127.50;
At = 127.43;
e=Am-At;
disp(e,'Static error(V)=');
Sc=-e;
disp(Sc,'Static Correction(V)='); |
ca7f968e1e914b519a246669d1bcf0f677c0bef1 | 31bd22a0de3a609c9bdfa652c93ed112749bf698 | /MATEMATICAS PARA INGENIERIA I/Archivos scilab/Graficas.sce | f81885f3ba9509efe6587038d4f3febe17683be1 | [] | no_license | eliasrobleroperez/4to-cuatrimestre | 048e4da60229962106595a1d2caab04733e6e9d8 | 529bc470e75e5165ea01637d71e2e99025754d53 | refs/heads/master | 2020-12-03T18:26:05.289314 | 2020-01-02T21:12:33 | 2020-01-02T21:12:33 | 231,429,581 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,379 | sce | Graficas.sce | // This GUI file is generated by guibuilder version 4.2.1
//////////
f=figure('figure_position',[362,24],'figure_size',[718,566],'auto_resize','on','background',[33],'figure_name','Graphic window number %d','dockable','off','infobar_visible','off','toolbar_visible','off','menubar_visible','off','default_axes','on','v... |
adebd8156f548b38e24aa5bc13bae9d675dc7d8a | 23573b967e8324d44226379d70559b8f0ea34905 | /code/fsolve/CatenaryCable_NLP.sce | 1d44e94ffc18a3cd621f739da5a0fdb6fbe788df | [] | no_license | FOSSEE/FOT_Examples | 91c8b8e9dc58545604b2c2af41a7e22f702b78f3 | 75947a7aa5a3955fe5a72e09f55bbdc05e3b8751 | refs/heads/master | 2020-03-22T09:00:48.306061 | 2018-07-24T04:49:25 | 2018-07-24T04:49:25 | 139,807,736 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,050 | sce | CatenaryCable_NLP.sce | // This is an example problem for solving a non linear equation
//Reference: Steven C. Chapra. 2006. Applied Numerical Methods with MATLAB for Engineers and Scientists. McGraw-Hill Science/Engineering/Math,Chapter 6
//A catenary cable is one which is hung between two points not in the same vertical line. As depicted ... |
4535ee2462cf45f37177977568afd1523f94fc1c | 1485852dd59aafc286600126cf832a32e10f117f | /tests/roiPoly/test2.sce~ | 758e1864469088efc37743c8c17eeec28dfc2335 | [] | no_license | rg77/Scilab-Image-Processing-And-Computer-Vision-Toolbox | dec9fbbce32cfd1eab3c45ccb29c89aaa1384758 | 8adb116da3a9c29a32e5e0727105aff571e5b374 | refs/heads/master | 2020-12-02T16:14:45.282650 | 2017-07-07T10:12:04 | 2017-07-07T10:12:04 | 96,524,257 | 0 | 0 | null | 2017-07-07T09:43:50 | 2017-07-07T09:43:50 | null | UTF-8 | Scilab | false | false | 364 | test2.sce~ | I = imread('../images/color3.jpg');
c = [200 250 250 200] ; //defining the column indices of the vertices of the ROI
r = [100 100 170 170 ] ; //defining the corresponding row indices of the vertices of the ROI
gray = rgb2gray(I) ; //for a grayscale image
BW = roiPoly(I, c, r); //creatin... | |
7986ad6611c641dd02b446f101cebf1919b9a9b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3720/CH4/EX4.2/Ex4_2.sce | 7a98b170c73f827f108cce1b71d35a35d0639aec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 589 | sce | Ex4_2.sce | //Example 4_2
clc;clear;funcprot(0);
// Given values
v=0.00187;// The volume flow rate in ft^3/s
D_inlet=0.0350;// The diameter at inlet in ft
D_outer=0.182/12;// The diameter at outlet in ft
dx=0.325;// Length of the nozzle in ft
// Calculation
A_inlet=(%pi*D_inlet^2)/4;// Area at inlet in ft^2
A_outer=(%pi... |
ef973efade751c1bf5e114247f44289ea6ec77a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH12/EX12.8/ex_12_8.sce | ba456d41746c1fb28837d7235cd31e59979a7af9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | ex_12_8.sce |
//Example 12.8 // speed
clc;
clear;
close;
//given data :
g=9.81; // gravity og earth
Sh=13.6; // gravity of mercury
Sl=1.025; // gravity of sea water
y=0.2; // reading of the manometer in m
h=y*((Sh/Sl)-1);
V=sqrt(2*g*h);
disp("velocity of sub-marine,V(m/s) "+string(V)+" or "+string(V*(3.6))+" km/h")
|
01bf83a92d04dede7bff6ed04d8b45c7a84818d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH12/EX12.7/example7_sce.sce | 162a661aca1f6fcfdfc001c7ab49f14ac47b407b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | example7_sce.sce | //chapter 12.7
// example 12.7
//page 425
n=8;//8 bit ADC
Vi=5.1;// when all output is 1
Res1=2^n;
Res2=Vi/(2^n-1);//resolution
disp(Res1,Res2)
vi=1.28;
D=vi/Res2;
disp(D)// digital output
B=(01000000)// binary equivalent of 64 |
15b869c6299654263ec9106ffc89a2c335433ba9 | efaddd6eadae0c99f538a83a8d01ccff8b38fab7 | /SubtCero16.tst | 20f4fb548456599ce062c9475fa5b9f11ddd65d4 | [] | no_license | NicoCardenas/Proyecto_Arqc | 34adcb0da6286c393cfc316eacf986195add1531 | 6425534ece7212fb68604303c4a17c6eaadde994 | refs/heads/master | 2020-03-08T18:11:16.233688 | 2018-04-11T02:57:01 | 2018-04-11T02:57:01 | 128,289,727 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 402 | tst | SubtCero16.tst | // File name: projects/SubtCero16.tst
load SubtCero16.hdl,
output-file SubtCero16.out,
compare-to SubtCero16.cmp,
output-list in%B1.16.1 out%B1.16.1;
set in %B0000000000000000,
eval,
output;
set in %B0000011100000000,
eval,
output;
set in %B1111111111111111,
eval,
output;
set in %B1010101010101010,
eval,
output;
... |
c80f8727234dfd4b4f840df305ff6add4c828b7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH23/EX23.12/example12.sce | 9f74de01193a931a35f7a7d8a441df00df0fd221 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 731 | sce | example12.sce | // find slope of output ramp,its peak value,duration
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 23-12, page 929
clear;clc; close;
// Given data
C=100*10^-9;// capacitance in faraday
Ic=10^-3;// collector cuurent in amperes
Vcc=15... |
d24328fae34224a351ba971281a1ffa3a9abfc5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH5/EX5.47/5_47.sce | e384d698db3f16fa6cd93c870086694d797056bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,148 | sce | 5_47.sce | acid=1/3;
ester=2/3;
alcohol=1/3;
water=2/3;
K=(ester*water)/(acid*alcohol);
printf('K value of the reaction=K=%f',K);
printf('\nIn finding no. of moles we end up with quadratic equation 3*x^2-24*x+20=0.\nupon solving the equation we get x=7.05 and 0.945.');
printf('\nThe first solution is not admissible since the maxi... |
6e3dd4b8126841037f94473afe5f9b0d57f78874 | b5801afaa3964cbd7f9c1c8cf732cdcdb020e7fc | /Scilab6-Keras-Toolbox/macros/plotTrainingAccuracy.sci | 2ea4eb85735befb54c76636e8fd46ee22c59871a | [
"BSD-3-Clause"
] | permissive | TanayKarve/scilab-keras-toolbox | e179b283102a580f2192d44c63dbc44a6fbaf03d | 48045cd955c821a00377f9719f21fe0f91148541 | refs/heads/master | 2022-12-03T09:22:16.551928 | 2020-08-23T13:26:21 | 2020-08-23T13:26:21 | 289,681,759 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 508 | sci | plotTrainingAccuracy.sci |
function[]=plotTrainingAccuracy()
// Saves the plot as a PNG file
// Plot training accuracy of the model.
//
// Syntax:
// plotTrainingAccuracy()
//
// Description
// This plot gives information about how the model learned the data over time.
//
// Must be cal... |
f5d9bca283cbc8d2791ba1c628ff1ae614e097b3 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/util/getclick.sci | 2b9d3af7bc9c603f747b872990873a1453d0220a | [
"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 | 741 | sci | getclick.sci | function [btn,xc,yc,win,Cmenu]=getclick(flag)
// Copyright INRIA
[lhs,rhs]=argn(0)
Cmenu=[]
if ~or(winsid()==curwin) then Cmenu='Quit',return,end
if rhs==1 then
[btn,xc,yc,win,str]=xclick(flag)
else
[btn,xc,yc,win,str]=xclick()
end
if btn==-100 then
if win==curwin then
Cmenu='Quit',
else
Cmenu=... |
c5eb1ca4d5ceaf23556b12f7198e13b8c76d270c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH10/EX10.2/Exa10_2.sce | febfe374964106c8e856732a7f0000a9054589fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sce | Exa10_2.sce | //Exa 10.2
clc;
clear;
close;
//given data :
n=0.8;//in m
H=500;//in km
a=6370;//in km
D=1349.07;//in Km
f_muf=10;//in MHz
f_muf=f_muf*10^6;//in Hz
f=10;//in MHz
f=f*10^6;//in Hz
// Formula : n=sqrt(1-81*N/f^2)
Nmax=(1-n^2)*f^2/81;//in Hz;
fc=9*sqrt(Nmax);//in Hz
// Formula : f_muf/fc=sqrt(D^2/(4*(H+D^2... |
a00ae114d3fcfa6eb7479e372de969aed57f8d8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH2/EX2.2/Exa2_2.sce | c27486679a7bfdd6c8a72e1be4f04b629465a15f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 349 | sce | Exa2_2.sce | //Exa2
clc;
clear;
close;
//given data :
//Electron density
n=1*10^24;//unit less
//Electron charge
e=1.6*10^-19; // in coulomb
//Drift velocity
v=1.5*10^-2; // in meter per second
//cross-sectional area
A=1; // in centimeter square
A=1*10^-4; // in meter square
I=e*n*v*A;// in ampere
disp("Magnitude of ... |
524c5a3dcd2691af3d3a8ad8420d2036bd3b75fe | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/PhVertexL.sci | 1eae4bc9986f3491c54ff5097b04b263010e2621 | [] | 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 | 109 | sci | PhVertexL.sci | // 08.08.17
function Out=PhVertexL()
global PHCUTPOINTL PHVERTEXL PHFACEL;
Out=PHVERTEXL;
endfunction;
|
c0e7792a8a32afb934852a281d44612a0a523a11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH7/EX7.8/7_8.sce | 1ca7401abfe099ef4302137bf6cf3a0ac6a6d08b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,153 | sce | 7_8.sce | //Example 7.8
//Stirlings Central Difference Derivatives
//Page no. 242
clc;close;clear;
printf(' x\t\t y\t\t d\t\t d2\t\t d3\t\t d4\n')
printf('------------------------------------------------------------------------------------------')
h=0.01;
a=poly(0,'n');
deff('y=f3(x)','y=z(x,1)^2*y2(x)+z... |
f9250cc289ef6ace46b7753579d46f89c66daac2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.12/Exa2_12.sce | f2b7700108dd4155b7d5312d1fbc7c0ea0668524 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa2_12.sce | //Exa 2.11
clc;
clear;
close;
//Given data :
R2=0.02;//in ohm
X2=0.1;//im ohm
//let external resistance per phase = r then R2=R2+r ohm
S=1;//slip at starting
disp("Torque at standing will be maximum if R2/X2=S=1");
disp("Since at start speed is zero and slip is, therefore, unity or R2=X2");
r=X2-R2;//in ohm... |
62e7f20c1eb0c51c8c1010816c7333f245fa95b2 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Dividetable.sci | 36531da2eae9da303003775d70b74016306d7ef0 | [] | 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 | 142 | sci | Dividetable.sci | // 13.05.03
function Out=Dividetable(Tb)
G=Tb(1);
Gw=G(1);
Gt=Mixsub(Tb(2),G);
Gy=Mixsub(Tb(3),G);
Out=list(Gw,Gt,Gy)
endfunction;
|
d2c47edc21fb4a674f111e1d107462759844d893 | fce47a4c482ae622563fc72d7643d824cc572edc | /_dl/dl2/approxAlphaACompleter.sce | 577837a634af9cd6a005c0152d47e4ddb68810b2 | [] | no_license | ece2lr/ece2lr.github.io | a57ff8852ef06b7cef1c734106f1badd668ebcb1 | 13479dc224e39521c6c387401b889e62a90a8d0b | refs/heads/master | 2021-01-12T12:07:37.196408 | 2017-12-16T19:25:16 | 2017-12-16T19:25:16 | 72,310,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 763 | sce | approxAlphaACompleter.sce | // CONSTANTES : les données du problème
U0 = 1
ESTIM_ERREUR_INIT = %e - 1
PRECISION = 10^(-3)
function y = f(x)
y = ___ // <- compléter cette ligne SUR VOTRE COPIE
endfunction // (sans recopier les autres)
// initialisation
u = U0
estimErreur = ESTIM_ERREUR_INI... |
b971a37622048954bba4a2b75f8cb104290cd268 | 717ddeb7e700373742c617a95e25a2376565112c | /72/CH4/EX4.2.2/4_2_2.sce | d4c4f97c78395a813e2c2fff637bfda7fd40e057 | [] | 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 | 3,947 | sce | 4_2_2.sce | //CAPTION:Wave_Propagation_In_circular_Waveguide
//chapter-4
//Example-4-2-2 page no.-147
//program_to_find_all_the_TE(n,p)_and_TM(n,p)modes_for_which_energy_transmisssion_is_possible.
radius=.02; //Given. Here_radius_is_in_metres.
uo=(4*(%pi))... |
ea00bcb034f3aaf22fd9135b41f37f46f92d855d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3764/CH4/EX4.02/Ex4_02.sce | 1255e07d3c2b6b3f9f84af04b9bf81eecc386ec3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,016 | sce | Ex4_02.sce | clc
//
//Variable declaration
r=12 // Radius(mm)
p=2.5 // Mean radius(m)
E=70 // Modulus of rigidity(GPa)
n=-1
//... |
fce38794a784e1e8829b3e3372fc3c23072835dd | 95fc8b9d1f6d46727a62214b0df8a9b486162f31 | /bisseccao.sci | 2db6e688ad24f76b6eec94a0a6d7776bd19b1d49 | [] | no_license | laaragm/MetodosNumericos | 714c44a8201ce8aa8bf4cc9fd315c2da576ddd5a | 26c458cbd0fd17bf5382e1be106475a872aeef60 | refs/heads/master | 2020-08-09T07:00:14.102236 | 2020-03-03T23:31:46 | 2020-03-03T23:31:46 | 214,028,496 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,299 | sci | bisseccao.sci | //Ana Luiza Ballarini e Lara Galvani
clear //limpa todas as variáveis
//declaração da função
function[y]= f(x)
y = 4*cos(x)-2.71828182846^x;
endfunction
a = 0;
b = 2;
tolerancia = 10^(-3);
Fa = f(a); //calcula o valor de Fa no ponto a
Fb = f(b); //calcula o valor de Fb no ponto b
iteracoes = 0;
d... |
55b8fbef6dd4cb21cde18b3a91d2ce835e126c20 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/goertzel/goertzel6.sce | 5554ab666255d89c248d723c531c98ba5eae6186 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | goertzel6.sce | //i/p args are the data, frequency indices and the dimension along which to find the dft
data=[1 2+5*%i 3 4 6*%i 7 4 5 9];
freq_indices = 5;
dft_data = goertzel(data,freq_indices,2);
disp(dft_data);
//output
// - 10.191472 - 9.4416625i
//
|
2d064f521d7a6d8d02402325d34c4531fbfc7aa9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH26/EX26.1/Ex26_1.sce | 386b9477759ade57f1ec47854273c448975bf940 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 182 | sce | Ex26_1.sce | //Example 26_1
clc();
clear;
//To find the ionization energy of the hydrogen atom
e=13.6 //units in eV
printf("The ionization energy of the hydrogen atom is E=%.1f eV",e)
|
d01c9ae7d89efc9928f1a6ef2c98b672b19164db | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH14/EX14.5/Ex14_5.sce | 778c7df213fbd04067f1ae67ca704c95bd93dee7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | Ex14_5.sce | //chapter 14
//example 14.5
//page 302
P1=1.5 // W
P2=0.3 // W
Pi=10d-3 // W
// power gain at 2 kHz
Ap1=10*log10(P1/Pi)
// power gain at 20 Hz
Ap2=10*log10(P2/Pi)
Ap_diff=Ap1-Ap2
printf("fall in gain from 2 kHz to 20 Hz = %.3f db \n",Ap_diff)
|
bba3e3fb669a581ec197f1a642a669956ef449f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /881/CH15/EX15.4/exa15_4.sce | a407efa8e6a606cf374cb72c3dedfda872148bf0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 685 | sce | exa15_4.sce | clc;
//Example 15.4
//Page No 643
//solution
D=2;
c=3*10^8;
f=6;
Pt=10;
disp("(a)The beam width is found by substituting into equation 15-29 ");
O=([70*c]/[(f*10^9)*D]);
disp(O,"T = ");
disp("(b)The transmit power gain is found by substituting into equation 15-31c, ");
A=([20*log10(f*10^3)]+[20*log10(2)]-42.2);... |
3c7252d9860c8c52acde743202e46a0b1ef5a8f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1055/CH12/EX12.2/ch12_2.sce | 7ce811ab451711025b2e7a699e30e64862874ad3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ch12_2.sce | //Find the voltage rise at the junction due to surge
clear
clc;
Xlc=.3*(10^-3);// inductance of cable(H)
Xcc=.4*(10^-6);// capacitance of cable (F)
Xlo=1.5*(10^-3);//inductance of overhead line(H)
Xco=.012*(10^-6);// capacitance of overhead line (F)
Znc=sqrt((Xlc/Xcc));
Znl=sqrt((Xlo/Xco));
mprintf("Natural i... |
721feb77b3914d6b56d7023f38da2c2f613d78bb | 7ef51c5d0a21a0b16fdcf1e2b0ba34941a192b5d | /resultados/dc.sci | b0b777d5250b33cbed69559507fc00e8108a052d | [] | no_license | josepedro/TCC | c4ab515fea01859420ba3f5123815430ea2b0e02 | 72622069c60ae6c639d9aa2189f868b6db22c6df | refs/heads/master | 2021-01-21T22:29:10.992789 | 2014-12-26T22:32:02 | 2015-01-02T03:06:25 | 22,113,358 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,064 | sci | dc.sci | function DA2 = DA2(som)
//
// DA2.m (Detector de Acordes 2)
//
// Autor: José Pedro de Santana Neto
// Matricula: 09/0119355
//
// Entrada:
// som: Sinal de audio
//
// Saída:
// resultado: Acorde tocado
//
//
exec get_mono_signal.sci;
exec get_fourier_transform.sci;
exec get_equ... |
d36d4e1b316798855ad0596f91b584f8e950945b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH6/EX6.25/Ex6_25.sce | 734093353f144a4aea90c3a141cdaa1935abf02e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 201 | sce | Ex6_25.sce | //Caption: roll of factor
//Example 6.25
//page no 307
//Find The roll of factor alpha
clc;
clear;
datarate=0.1*10^6;
fB=75000; //bandwidth
Tb=1/datarate;
alpha=2*fB*Tb-1
disp(alpha,"factor alpha = ")
|
dd65cda1fb47e33fbfdc1e45b09b0bcb02f809a0 | 80e9b7e2c503a7a3287b23b40bfcace1181ebf7f | /Reaction-time-test/PVT.sce | 0653e798545671e479422e5d700ebc224727074e | [
"MIT"
] | permissive | GNilsonne/Stimulus-presentation-code-Oxazepam-and-emotion | fc339e60846adad70ac27c97dd51023ada77b980 | f53ff90084f192fdae47c7a909063e0ac38fec16 | refs/heads/master | 2020-05-20T05:22:49.851254 | 2015-07-21T14:54:33 | 2015-07-21T14:54:33 | 28,912,550 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 866 | sce | PVT.sce | #define your files
scenario = "PVT";
pcl_file = "PVT.pcl";
#standard settings
scenario_type = trials;
response_logging = log_active; #log only if response is expected
response_matching = simple_matching;
active_buttons = 1;
#####################################################
begin;
###############################... |
db19cbb2e367d66fd0c68d126de620b1c6023f63 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/m2sci/sci_det.sci | f09bdcc498dea873bfa6901e3d8c98d9a9bce57c | [
"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 | 112 | sci | sci_det.sci | function [stk,txt,top]=sci_det()
// Copyright INRIA
txt=[]
stk=list('det('+stk(top)(1)+')','0','1','1','1')
|
67959309e061f4abe1015faf16efe680137d7029 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3487/CH6/EX6.1/Ex6_1.sce | 89cc909882a9c3e28fb0fc8b6a763905192677d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | Ex6_1.sce | //Chapter 6,Example 6.1 Page 198
clc
clear
Cs = 106 // micro F
C2 = 0.35 // micro F
R2 = 318 // ohms
R1 = 130 // ohms
w = 314
Rs = R1*(C2/Cs)
Cs1 = Cs*(R2/R1)
tang = w*Cs1*10^-6*Rs
cosp = tang
printf (" Rs = %f ohm \n ",Rs)
printf (" Cs = %f μF \n ",Cs1)
printf (" tan δ s = %f \n ",tang)
printf (" cos φ = %f \n ",cosp)... |
185901cc4c462e2647f90c5f9cf35099f586048c | 449d555969bfd7befe906877abab098c6e63a0e8 | /998/CH29/EX29.37/Ex37.sce | 4de78670e4684b06a905fe4632e17b4d8fe14462 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 436 | sce | Ex37.sce | //Ex:37
clc;
clear;
close;
d_r=24;//Data rate in Kbits/s
t_b=1/(d_r*10^3);//bit time in sec
t_bi=.0005;// in sec
p_d=2*0.240;//path delay in sec
printf("Waiting of ack takes place %f sec", t_bi+p_d);
t_ack=p_d+t_bi;//Acknowledgement time in sec
n_b=79;// number of blocks
t_tr=n_b/2;//Time taken for transmiss... |
b48880ace96a81bde1863fabc28f4ce11c5e656d | 0ade4f8a7ec375e54db514312b562334ab304d3e | /data/benchmark/Korns_12.tst | f0de0537fe08f7fd3f46cf041f391f7ca3322ebc | [] | no_license | zeta1999/go-pge | 39ac86612d4a90c1e53d2c45c1177e98b3bcf4e4 | 99a4b600185145bcc047e8e42cecfd2346b6b16d | refs/heads/master | 2021-01-01T11:10:20.053388 | 2014-01-16T16:06:50 | 2014-01-16T16:06:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 123,017 | tst | Korns_12.tst | x y z v w
f(xs)
-6.340436 18.182911 34.504510 8.322750 -42.476279 0.434577
8.405918 44.919806 -32.860148 49.425626 10.672019 0.444837
35.226260 -7.719906 -35.138697 -12.755075 -42.822538 0.484772
24.435491 21.993961 21.021849 -1.659560 28.994873 2.009225
-18.902363 -30.873790 -12.402324 -34.999038 2.220458 2.5264... |
17ac3863d60f387f797ae14afc0dbab4c9afc0eb | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_gui_ixprox.sci | a2d116b804e5399aee778938f448fc362013b4b4 | [] | 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 | 1,280 | sci | kiks_gui_ixprox.sci | function [] = kiks_gui_ixprox()
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIK... |
932e2ce58acaab5f9056ccb374e31f0dc059028d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH2/EX2.4/Ex2_4.sce | 22988d1ca4225279831ee00e934539d0f4acfc94 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 578 | sce | Ex2_4.sce |
C=30D-6
R=500
T=C*R
mprintf("Time constant T=%f sec\n", T)
//at t=0sec, voltage across capacitor is zero
V=100//aplied voltage
I=V/R//Ohm's Law
mprintf("Initial current=%f A\n", I)
t=.05
Q=C*V
q=Q*(1-exp(-t/T))
mprintf("Charge on the capacitor after 0.05 sec is %f C\n", q)
i1=I*exp(-t/T)
mprintf("Chargin... |
408533d7fc128c22faec8fa968582cf667b00b44 | da5b40d917ec2982828bd9bdf06b18b7bf189f26 | /sim/cmd/test/envelope_hydrate.tst | 433945dacbfdef9ebc74c19991c89fd2223983db | [] | no_license | psy007/NNPC-CHEMICAL-SIM- | 4bddfc1012e0bc60c5ec6307149174bcd04398f9 | 8fb4c90180dc96be66f7ca05a30e59a8735fc072 | refs/heads/master | 2020-04-12T15:37:04.174834 | 2019-02-06T10:10:20 | 2019-02-06T10:10:20 | 162,587,144 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,737 | tst | envelope_hydrate.tst | optimizecode 1
maxversions 0
units SI
/LiquidPhases = 2
/StdLiqVolRefT = 288.15
/StdLiqVolRefT = 60 F
/RecycleDetails = 1
displayproperties VapFrac T P MoleFlow MassFlow VolumeFlow StdLiqVolumeFlow StdGasVolumeFlow Energy H S MolecularWeight MassDensity Cp ThermalConductivity Viscosity molarV ZFactor S
commonpropertie... |
19ce902ed8a0f03356bdf451c2d0d8198bd4ad54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1691/CH4/EX4.10/e4_10.sce | b3a6fa3324d03bebe658ed08f1fbadda51b5533e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 454 | sce | e4_10.sce | //example4.10
clc
disp("a) The 3dB frequency for circuit gain and voltage gain is given as,")
disp("(f_H)=1/(2*pi*R_eq*C_eq)")
r=(200*1000)/(200+1000)
disp(r,"where R_eq(in ohm)=(R_s+r_bb'')parallel to r+b''e =")
c=(100*10^-12)+((1+50)*3*10^-12)
format(10)
disp(c,"and C_eq(in F)=(C_b''e)+(1+(g_m*R_L)*C_b''c)= ... |
6ab289c4ff0274c8bbff361b3d8dfac11af422e8 | 351fe6e47b1edc4fa8b9333340ba914299fa1b64 | /rd7/as/cuv/backup.tst | 702c76459a72089517b1b8b26236433aea9ede22 | [
"MIT"
] | permissive | ssavitzky/Silvermine-Resources | 80ebba26f94a746da700e99320d06f7c629f7611 | 703375ba302929ad94ebe8326e0afecd6c06d633 | refs/heads/master | 2020-03-19T13:08:45.067855 | 2018-06-08T04:17:05 | 2018-06-08T04:17:05 | 136,563,434 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 25 | tst | backup.tst | Sat Dec 03 23:28:41 1988
|
c0cf9e1ae1beadb48a8f326d0a17a004c7ca4f9f | c3d38db94d5862857932065e0c266a64e426002a | /tst/Ex13.tst | aa631d3d4677810b63691dc58b88547f6671e987 | [] | no_license | fingolfin/carat | 69806199557c0b46b752d83b0755c627ed5877ec | 21741c23edb7d5cf410e7dc1698f7fb942573e9e | refs/heads/master | 2020-09-03T15:33:29.255011 | 2019-05-23T07:31:58 | 2019-05-23T07:31:58 | 133,804,402 | 0 | 0 | null | 2018-05-17T11:35:02 | 2018-05-17T11:35:02 | null | UTF-8 | Scilab | false | false | 83 | tst | Ex13.tst |
echo "### Test Ex13-1"
../bin/carat/Graph Ex13_G
echo "### Ex13-1 return code $?"
|
1759654f04e5f6f1dae4fb837a6077d0f8bacc2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.31/ex_1_31.sce | 7b4598232bce50dc3eb5f754de774d71ddb98193 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_1_31.sce | //Example 1.31// output
clc;
clear;
close;
t=1;//assume
I1= 2*sin(2*t)+0.5*sin(10*t);// input current equation
t1=0.3;//time constant in seconds
Io= ((sin(2*t)- atan(2*t1))/(sqrt(1+(2*t1)^2)))+ ((sin(10*t)- atan(10*t1))/(sqrt(1+(10*t1)^2)));//output current equation
disp(" output current equation is 0.857sin(2t-30.96)... |
9f9b08ce2a3f8471f055037c1e798f204c5c7a40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH5/EX5.33/ex5_33.sce | 320f10c84964c4ed8b10e5ef970cff148f9a01dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex5_33.sce | // Exa 5.33
clc;
clear;
close;
format('v',6)
// Given data
f = 1;// in kHz
f = f * 10^3;// in Hz
R = 10;// in k ohm
R = R * 10^3;// in ohm
omega = 2*%pi*f;//in rad/sec
phi = 60;// in degree
// tand(phi) = Alpha_C/R = 1/(omega*C*R);
C = 1/(omega*R*tand(phi));// in F
C = C * 10^6;// in µF
disp(C,"The value... |
3c8e3af7a8918256d5eabe638ca2a81fe8eb561b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH4/EX4.19.2/ex_4_19_2.sce | 3216e5fbef76cbc6ad6f9144fddfb3af55dba87a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sce | ex_4_19_2.sce | //Example 4.19.2: current
clc;
clear;
close;
//given data :
gm=0.005;//in mho
V1=1//in V
rd=200*10^3;// in Ohm
Rd=15*10^3;//in ohm
Rm=75;//in ohm
V=[0.2,0.4,0.6,0.8,1];// IN VOLTS
for i=1:5
I(i)=(gm*V(i)*((Rd*rd)/(rd+Rd)))/((2*((Rd*rd)/(rd+Rd)))+Rm);
disp(I(i)*10^3,"current in mA for voltage "+string(V(i))+" vo... |
06d558514a230ad9b2051f12b173bcc576fd8832 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH15/EX15.28/15_28.sce | 9b72ea8e098a3a76e6b67d092f0be2cb7383846d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 270 | sce | 15_28.sce | //Chapter 15, Problem 28
clc;
P=90*10^3; //power
pf=0.5; //power factor
S=P/pf; //apparent power
phi=acos(pf);
Q=S*sin(phi); //reactive power
printf("Reactive power = %.1f Kvar",Q/1000);
|
db1b12c93823c0940379f52d49316260414aca37 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.balance-10-1tra/result4s0.tst | 2f32e9f0d97340d060443af44dd25a5669653a9d | [] | 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 | 544 | tst | result4s0.tst | @relation balance
@attribute Left-weight real[1.0,5.0]
@attribute Left-distance real[1.0,5.0]
@attribute Right-weight real[1.0,5.0]
@attribute Right-distance real[1.0,5.0]
@attribute Balance_scale{L,B,R}
@inputs Left-weight,Left-distance,Right-weight,Right-distance
@outputs Balance_scale
@data
R B
R B
R B
R B
R B
R R
... |
899bdf83806a795875c56fd5b644dbb2456edc0d | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ci_aspfin/~BivLCM-SR-bfas_ci_aspfin-PLin-VLin.tst | 58d88e2ac27be14f78163ae53c3f1aaa43fbcc00 | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfas_ci_aspfin-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.341690D+00
... |
963a967c6f7731b846f2a2f0d4de35f8207044ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH2/EX2.4/Ex2_4.sce | 32e15da0f1b9726d82ed3ffd13b0489d5dbaef3b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 555 | sce | Ex2_4.sce | //Chapter 02:Basic Structures: Sets, Functions, Sequences, Sums and Matrices
clc;
clear;
n=input("Enter the number terms in the sequence:");
s_n=-1+4*n
t_n=7-3*n
i=0
mprintf("The list of terms:")
for i=0:n-1
mprintf("s%d ,",i)
end
mprintf(" begins with ")
for i=0:n-1 //generates the sequence for -1*4... |
0b43a6120515c0586cbe8c8b61be349a299e0a71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH4/EX4.1/Ex4_1.sce | c7437d2da1537e985dc81410fd72e3fc9ebde08b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sce | Ex4_1.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 4-Buoyancy and Floatation
// Problem 4.1
//Given Data Set in the Problem
w=2.5
d=1.5
l=6
dens=650
g=9.81
//calculations
V=w*d*l
W_water=dens*V*g
W_dens=1000*g
V_disp=W_water/W_dens //weight of wter displaced/weig... |
1e55156f4f3a523f206b4455b5b3735b16b1802a | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH2/EX2.5/ex2_5.sce | 854914872b7df2167d9c161108db8a6f9ac26f47 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 129 | sce | ex2_5.sce | //Example 2.5
clc
funcprot(0);
sum = 10+ 20;
printf("%d\n", sum);
|
5e63c083d6cd439d336da472b166bf7891c5246d | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_10.tst | c784680c9727f97755df407e38b89e6d9741a1bf | [] | 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 | 447,111 | tst | 5.20_10.tst | 20 53:1 128:1 374:1 418:1 1098:1 1450:1 1518:1 1556:1 1572:1 1659:1 1743:1 1755:1 1891:1 1949:1 2343:1 2421:1 2534:1 2672:1 2692:1 2932:1 2969:1 3624:1 3784:1 3911:1 3925:1 4104:1 4485:1 4831:1 5040:1 5188:70 5379:1 5864:1 5991:1 6171:1 6318:2 6475:1 6528:1 6670:1 6735:1 6810:2 6896:1 6982:2 7168:1 7251:1 7293:1 7330:1... |
4a551417c0fb178a39f55cbaacad611fc9bb631e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH2/EX2.4/exa_2_4.sce | a3e7c74119c39cc612bcd47a088c1d2f821f162d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 198 | sce | exa_2_4.sce | // Exa 2.4
clc;
clear;
close;
// Given data
Am= 205.3*10^-6;// in F
A= 201.4*10^-6;// in F
epsilon_o= Am-A;
epsilon_r= epsilon_o/A*100;// in %
disp(epsilon_r,"Percentage relative error")
|
9aba91735551e0afa3140700824e27abee9fc349 | b0aff14da16e18ea29381d0bd02eede1aafc8df1 | /mtlbSci/macros/moc_unwrap.sci | 4ba8ed33d0dbea3198705f4df51eb75bbd0dd14a | [] | no_license | josuemoraisgh/mtlbSci | 5d762671876bced45960a774f7192b41124a13ed | 5c813ed940cccf774ccd52c9a69f88ba39f22deb | refs/heads/main | 2023-07-15T23:47:11.843101 | 2021-08-26T17:52:57 | 2021-08-26T17:52:57 | 385,216,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,270 | sci | moc_unwrap.sci | function retval = moc_unwrap (a, tol, dim)
//Unwrap radian phases by adding multiples of 2*pi
// Calling Sequence
// b = moc_unwrap (x)
// b = moc_unwrap (x, tol)
// b = moc_unwrap (x, tol, dim)
// Description
// Unwrap radian phases by adding multiples of 2*pi as appropriate to
// remove jumps greater than tol. tol d... |
6d2bb9f9def313c56a57886a1de0151a10eb06ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH4/EX4.4/Ex4_4.sce | b6f550da0ff680abcb8c0ac617e82b9abebd4cdf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | Ex4_4.sce | clc
sp = 65 // selling price in Rs
profit = 0.2*sp // profit in Rs
tc = sp - profit // total cost in Rs
P = (sp - profit)/1.4 // production cost in Rs
DM = 15 // cost of direct material in Rs
W = (P - DM)/ 1.4 // direct labour cost in Rs
tt = W/2 // time taken in hours
printf("\n Time taken = %0.3f Hours" , tt... |
ca632835b6aaebb7e7cb7b55a9e038a14a517897 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH17/EX17.13/EX17_13.sce | dbeccd4139afcf5ca6976c5f31c922dfdcf58717 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 703 | sce | EX17_13.sce | // Example 17_13
clc;funcprot(0);
//Given data
m_s=5000;// kg
T_s=50;// °C
d_i=15;// mm
d_o=18;// mm
Theta_o=20;// °C
T_r=10;//°C
Theta_i=Theta_o+T_r;// °C
L=3;// Length in m
v=2;// Velocity in m/s
h_o=5000;// J/m^2-s-°C
h_i=3200;// J/m^2-s-°C
f_i=0.0002;// m^2-°C/W
K=80;// W/m-°C
//Calculation
// At... |
40210b0a58450cca45320db15197956157a5b233 | 862f4cb419373dad3bc4104fb54a770830b999aa | /Fig9/Readme.tst | c20a307ae38f60b4d8a4d9b2dc35b4f0e81d40a9 | [] | no_license | vyqrvwgf1/Study_dataset | 074427c2afe362d7830d32f92d743299e8834954 | 1f3c63367b74dc0b079c2d375d6acdefbf7ba54d | refs/heads/main | 2023-07-06T16:34:59.313396 | 2021-08-16T11:31:20 | 2021-08-16T11:31:20 | 372,930,274 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,103 | tst | Readme.tst | Different folders contain different training and testing datasets. For example, num_sample_keyword_10 folder contains 10 selections of trainning and testing datasets when num_samples_keyword is set to 10.
Features:
true_pdp: If the project is labeled as a public development project, this feature is set to TRUE. Oth... |
d724f6a896aa0e3ae39c4be811033296685e94c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.22/ex_3_22.sce | 8e1f6bbda030f5d0a3d38b957e71571382dd8e19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 253 | sce | ex_3_22.sce | //Example 3.22:Resistance and inductance
clc;
clear;
close;
//given data :
S=2000;// in ohm
P=1000;// in ohm
Q=S;// in ohm
C=1*10^-6;// in F
r=200;// in ohm
R=P*Q/S;
disp(R,"Resistance,R(ohm) = ")
L=(C*P/S)*(r*(Q+S)+(Q*S));
disp(L,"Inductance,L(H) = ")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.