blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e380e446a27e95ca8ebc65ef32ddb9fca4f5b095 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH5/EX5.1/ex_5_1.sce | 214198dcb30209821bf5a272393f73e6544f4b3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | ex_5_1.sce | //Ex 5.1
clc;
clear;
close;
format('v',5);
V1=2;V2=3;V3=4;V4=5;//V
R1=10;R2=15;R3=22;R4=50;//kohm
Rf=10;//kohm
Vout=-Rf/R1*V1-Rf/R2*V2-Rf/R3*V3-Rf/R4*V4;//V
disp(Vout,"Output voltage of the circuit(V)");;
|
f05060fabffbdade7dfff11024f8c115aebac645 | 05d972abeab11d213913aa6124e6a2104d859132 | /etc/McpSelUser2.tst | bea03001f2270ea45862f0021dc4d15c91ba7705 | [] | no_license | LivTel/sdb_puller | 50ac8289d57c4927245ca70c4809cf2b9c807e82 | 9e573ee4d20035f846cb010a02099b9a25dc4e76 | refs/heads/master | 2022-06-24T04:59:10.771334 | 2019-12-18T19:10:47 | 2019-12-18T19:10:47 | 179,494,067 | 0 | 0 | null | 2020-07-01T23:30:44 | 2019-04-04T12:34:54 | C | UTF-8 | Scilab | false | false | 31 | tst | McpSelUser2.tst | sysreq, SYSREQ_REQ_SEL_USER_2
|
eb1226410ae58d7b23d0679f4b061216157638da | 449d555969bfd7befe906877abab098c6e63a0e8 | /704/CH2/EX2.5/ex2_5.sce | af21f535815995d35ab8e31944ba71b6ada20ce7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sce | ex2_5.sce | //Caption:calculate the generated emf
//Exam:2.5
clc;
clear;
close;
S_1=80;//Number of armature slots
S_2=6;//Number of conductor per slot
Z=S_1*S_2;//Number of armature conductors
F=50;//Flux per pole(in mWb)
F_1=F*10^-3;//(in Wb)
P=6;//Number of poles
A=P;//Number of parallel paths
N=1200;//armature spee... |
9eed35d53b0f8416097a7a5dfbf06c9f374443c1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.0/macros/percent/%sslss.sci | ff75c3713912bc343567d1de82da0ad75220d1a8 | [
"MIT",
"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 | 109 | sci | %sslss.sci | function s=%sslss(d1,s2)
//s=d1-s2
[a2,b2,c2,d2,x2,dom2]=s2(2:7),
s=list('lss',a2,-b2,c2,d1-d2,x2,dom2),
|
69c19c4300b730bb124f8d834ee52f21508cbe4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH5/EX5.35/Chapter5_Exampl35.sce | 2714794d9db589f56ab276068e70dfb36af3d0e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 934 | sce | Chapter5_Exampl35.sce | clc
clear
//INPUT DATA
p0=1;//suction pressure in bar
p1=1;//pressure in bar
p2=6;//delivery pressure in bar
v0=5;//volume in m^3/min
t0=288;//suction temperature in K
t1=300;//initial temperature in K
k=0.05;//Clearance
n=1.3;//index of compression
N=150;//speed in rpm
//CALCULATIONS
va=(p0/p1)*(t1/t0)*... |
620e38e48481d4a0db15630ce56fe4fe66fd55dc | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825.zip/Electronic_Devices_And_Circuits_S._L._Kakani_And_K._C._Bhandari_2825/CH19/EX19.12/Ex19_12.sce | 7f8bced563e88d352b836afe14900c71285fb7b4 | [] | 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 | 175 | sce | Ex19_12.sce | errcatch(-1,"stop");mode(2);//Ex19_12 Pg-962
oct='257'; //binary input
dec=oct2dec(oct) //decimal output
disp("The decimal equivalent of 257 is")
disp(dec)
exit();
|
e6e4b2ead344850e6a591d73a6200cb4e9941e32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH13/EX13.18/ex13_18.sce | b1897fa600af308947a5f60284293466f48f847f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 629 | sce | ex13_18.sce | //Chapter-13, Example 13.18, Page 393
//=============================================================================
clc
clear
//INPUT DATA
Ib=15*10^-3;//base current in A
b=150;//common-emitter DC current gain
//CALCULATIONS
Ic=b*Ib;//collector current in A
Ie=Ic+Ib;//emitter current in A
a=b/(1+b);//common... |
6dfb7ae6e25a17a73e4ea56bc88d8cc9887e67f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH13/EX13.3/EX13_3.sce | 5afd332e1c628690da5197db35978871fac13b86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sce | EX13_3.sce | //Example13.3 // to calculate the frequency of a wein bridge oscillator
clc;
clear;
close;
C = 2400*10^-12 ; // F
R = 10*10^3 ; // ohm
// the oscillator frequency of practical RC phase shift oscillator f
f = 1/(2*%pi*R*C);
disp('the oscillator frequency of practical RC phase shift oscillator f is = '+strin... |
de29fb2eb67e657d54c27046645b2909ca4305b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH4/EX4.40/Ex4_40.sce | 11c824be4c3bf70736d0c45304182d30b3c8f325 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | Ex4_40.sce | //Ex:4.40
clc;
clear;
close;
f=6000;// frequency in MHz
y=300/f;// wavelength in m
A=%pi*100*0.54;// aperture area in m^2
G=(4*%pi*A)/y^2;// gain of the reflector antenna
G1=10*log(G)/log(10);// gain of the reflector antenna in dB
printf("The gain of the reflector antenna = %f dB", G1); |
b2f9ce2cdcd7619a0e61b0ae2fa3e459d245bd31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH3/EX3.17/Ch03Ex17.sci | b0727726c965c26b2d6386f802e3c904f5de5607 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sci | Ch03Ex17.sci | // Scilab code: Ex3.17 : Mean energy per electron at 0K:Pg: 86 (2008)
m = 9.1e-031; // Mass of an electron, kg
a = 50e-010; // Length of molecule, m
h = 6.624e-034; // Plancks constant, joule second
E = h^2/(8*m*a^2); // Energy per electron, joule
printf("\nThe mean energy per electron at 0K = %3.1e eV... |
5bc5d0e068085a8c52ad26096f683b0d01ef23cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3637/CH2/EX2.6/Ex2_6.sce | f1cb6352134487904d206f784ca213b951d893f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 197 | sce | Ex2_6.sce | //problem 6 pagenumber 2.90
//given
format(6);
r1=2e3;//ohm
rf1=8e3;//ohm
A=45;//open loop gain
a=1+(rf1/r1);//Nonverting gain
gain=A/(1+A/a);
disp( 'Gain = '+string(gain));//no unit
|
25d85b399e6843fa6c3a34382d4570bdfcb671e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2492/CH4/EX4.16/ex4_16.sce | 28d70f255d053fa44aee56f475fd343150cb1f7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | ex4_16.sce | //Exa 4.16
format('v',7)
clc;
clear;
close;
//Given data
I_CEo = 21;// in µA
I_CBO = 1.1;// in µA
// Value of beta_dc
beta_dc = round((I_CEo/I_CBO) - 1);
disp(beta_dc,"Value of beta_dc is");
// The value of alpha_dc
alpha_dc = beta_dc/(1 + beta_dc);
disp(alpha_dc,"The value of alpha_dc is");
|
a0d4cbae6238e24f36d34f0b80f601dc71eda128 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH2/EX2.3/2_3.sce | 9979f739a1793aae1151014e833cab5ea1eed0cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | 2_3.sce | clc,clear
printf('Example 2.3\n\n')
Pole=4
A=Pole //for lap winding
Z=480//number of armature conductors
phi=20*10^-3 //flux per pole in weber
I_a=50 //Armature current
T_a = 0.159*phi*I_a*Pole*Z/A //Gross torque developed by armature
printf('Gross torque developed by armature is %.3f N-m',T_a)
|
3a74a422e2fd927e52f2bd4e8827b0fbf68ee26b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH4/EX4.16/Ex4_16.sce | 5bcd8666d6d702d03feceaa0b4dc18e43017f3be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 850 | sce | Ex4_16.sce | //Fluid Systems - By - Shiv Kumar
//Chapter 4 - Pelton Turbine (Impulse Turbine)
//Example 4.16
clc
clear
//Given Data:-
P=4900; //Shaft Power, kW
P_mr=100; //Power absorbed in mechanical resistance, kW
eta_H=92/100; //Hydraulic Efficiency
P_n=415; ... |
7769a3da9591b409f70161b0014e1dd2c0b5a581 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/error_in_variables/scilab/ev_bt93/bt93.sce | 97bc17c1142a0aca038142c6ffc98295070be46d | [] | 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 | 5,543 | sce | bt93.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Biegler & Tjoa, 1993
//“A parallel implementation for parameter estimation with implicit models”
//Annals of Operations Research, V42, Issue 1, pp 1-... |
fffa9fe2d0f0bb05286827be711018fdda166389 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH3/EX3.22/3_22.sce | a62e3ed13ef0a4c6bcb8b00bee4c4414f8ae5466 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 837 | sce | 3_22.sce | //Network Theorem 2
//pg no 3.25
//example 3.22
disp("removing the 10 Ohm resistor from the network");
disp("Applying KVL to mesh 1");
disp("4*I1-I2=-25");....//equation 1
disp("Applying KVL to mesh 2");
disp("-I1+4*I2=10");....//equation 2
A=[4 -1;-1 4];//solving the equations in matrix form
B=[-25 10]'
X=i... |
8ebca89ce757696bdbdff92346835d2ef0d9d691 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Minecraft Real FFA.sce | 06bd0e0fa7da7535ef9c9d0ebc4ec290c0fdcf7f | [] | 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 | 56,326 | sce | Minecraft Real FFA.sce | Name=Minecraft Real FFA
PlayerCharacters=MCGuy
BotCharacters=MCBot Strafing.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=MCGuy
AddedBots=MCBot Strafing.bot;MCBot Strafing.bot;MCBot Strafing.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=0
BotTeams=0;0;0
MapName=minecraftffa.map
MapScale=4.0
BlockPr... |
cc6e79ffed072ea5647788e2beab26de05f4586a | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Juggling Aimer.sce | 616a085dc88950ca31d4df4e4b59f52b3fd97398 | [] | 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 | 161,354 | sce | Juggling Aimer.sce | Name=Juggling Aimer
PlayerCharacters=Juggler
BotCharacters=Juggling Ball.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Juggler
AddedBots=Juggling Ball.bot;Juggling Ball.bot;Juggling Ball.bot
PlayerMaxLives=1
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=juggling_arena.map
MapScale=1.0
BlockProjectilePredict... |
327a1de835f78a383cce1962d45fa81319c3b844 | d0eae76ce5fad31d0a6e879e2fe2c51079c1ec35 | /scilab_SInalRuido_retangularWave.sce | 5a823c719fb35f929574b26a22988d6efa1208f4 | [] | no_license | matheuslopesz/mathCode | b13ed33aa1e6884c172012abf2d2cdba8240f7a3 | 5cf7a2c81b995c9123bd5caefa869b8a77205490 | refs/heads/master | 2022-03-14T23:12:08.881066 | 2019-12-14T00:40:51 | 2019-12-14T00:40:51 | 103,522,973 | 0 | 0 | null | 2019-12-14T00:40:52 | 2017-09-14T11:13:15 | Scilab | UTF-8 | Scilab | false | false | 384 | sce | scilab_SInalRuido_retangularWave.sce | close;
N =100;
b = rand(1,N,'n'); // criando vetor de número aleatórios
b = sign(b); // transforma em -1 e 1
b = 0.5 * (b +1); // transformar em 0 e 1
p = ones(1,10); v = [];
var = 0.2; // determina o ruido
for k=1:N
v = [v,p*b(k)],
end;
n = sqrt(var)*rand(v,'n' );
vn = (v+n);
figure;
subplot(2,2,1); plot (v*1.01 ... |
6030b8f9df63ab732b8e147c62cfb8239532a2ca | 1b3c63cb7f854378c5f1991637692ae2bf8265ac | /realp/testrealp.sce | 53bc801d7b690936c29bfd708d6b856b405499d8 | [] | no_license | FOSSEE-Internship/FOSSEE-Control-Systems-Toolbox | 9900107267e5f508f77858d128e01293966e9e10 | 2878a38e4e55806b1777f9da2e0395f321e1c952 | refs/heads/master | 2020-12-02T18:20:34.659219 | 2017-10-26T12:26:57 | 2017-10-26T12:26:57 | 96,516,803 | 0 | 1 | null | 2017-10-26T13:44:56 | 2017-07-07T08:24:44 | Scilab | UTF-8 | Scilab | false | false | 138 | sce | testrealp.sce | //example
a=realp('a',5,-14,15,10) //non zero free values considered as 1(true)
disp(a)
b=realp('b',10)
disp(b)
b.value=50
disp(b)
|
8322797ce31d768ab852e6fca4bd34be58197f72 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH2/EX2.3/exa_2_3.sce | 88976388af2ad2055bd5fc1dfb16d773e22c314b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sce | exa_2_3.sce | // Exa 2.3
clc;
clear;
close;
// Given data
Am= 25.34;// in watt
del_A= -0.11;// in watt
A= Am-del_A;
disp(A,"True value in watt")
|
fbf12102b384790508c7581515599d7513259368 | 717ddeb7e700373742c617a95e25a2376565112c | /226/CH5/EX5.15/example15_sce.sce | c4b17777ac7dd4b4196b4866b5d62ba71563ce0f | [] | 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 | 305 | sce | example15_sce.sce | //chapter 5
//example 5.15
//page 214
printf("\n")
printf("given")
Vce=9;Ve=4;Ic=4*10^-3;Vcc=18;
Ie=Ic;
R4=Ve/Ie
Vb=Ve+Vbe
I2=Ic/10
R2=Vb/I2
disp(" with R2=12Kohm standard")
R2=12*10^3;
I2=Vb/R2
R1=(Vce+Ve-Vb)/I2
disp(" with R1=22kohm standard")
R1=22*10^3;
Vr3=Vcc-Vce-Ve
R3=Vr3/(Ic+I2) |
69911062bbc482d3e80512ec0826d47034b3f093 | a6abd4d113c8196015de3bbd4dfe6c2c8fa77e7b | /Presentation/Afford_fMRI_Experiment/AFFORD fMRI Run03.sce | 0088fc8ea21437aa2c264c0ca76d64d555721c48 | [] | no_license | ilkayisik/MyScripts-Bachelor-Master | ad17c9e24de271c9e31455921990acdbc1030dfc | 0d45946f7e4ccfc9e21a99cb32877f605d7e618f | refs/heads/master | 2021-05-16T15:36:40.940826 | 2018-01-29T13:07:07 | 2018-01-29T13:07:07 | 119,358,614 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,486 | sce | AFFORD fMRI Run03.sce | scenario = "DFG_fMRI";
scenario_type = fMRI;
scan_period = 2500;
pulse_code = 20;
pulses_per_scan = 1;
no_logfile = false;
default_font_size = 36;
default_background_color = 128,128,128;
active_buttons = 5;
button_codes = 1,2,33,44,55;
response_logging = log_active;
# code 1 = left button
# code 2 = right button
# cod... |
3a1fa25cda3a76c91f2bd2b8b7489f122fc914a7 | 009e6209a86f0838f0faca8a33b2c162e5d1a7a6 | /src/scripts/jacobi.sce | 274287316298b9d37e2e2e39ed4f38cace02c278 | [] | no_license | MoisesU/MESO-MetodosNumericos | 90a62a31e3213c50dec55228ceca7ce034cfbb7c | 17fe0efa1690ac93f36799a12a9f9c99f1ab94a4 | refs/heads/main | 2023-06-02T05:51:03.641326 | 2021-06-20T03:18:17 | 2021-06-20T03:18:17 | 306,203,044 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 733 | sce | jacobi.sce | //Rodríguez Montiel Moises Ulises
//2MN51
function X = jacobi(A, B, fx)
[m,n] = size(A)
iter = 0
if (m <> n) then
error("La matriz no es cuadrada.")
end
e = 5*10^-fx
X = zeros(n, 1);
y=[];
fin=%F;
while fin==%F
fin=%T;
for i=1:1:n
y(i)=B(i);
... |
546f6d41076b170ee4c38f13bff9e39490cd4537 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH10/EX10.3b/eg10_3b.sce | 0fb2d2eed3dd838f502a0d8e4993878fc1293fa1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg10_3b.sce | Xijold = [220 251 226 246 260; 244 235 232 242 225; 252 272 250 238 256];
Xij = Xijold - 220;
m=3;
n=5;
Xidot = zeros(3,1);
for i=1:m
for j=1:n
Xidot(i)=Xidot(i) + Xij(i,j);
end
end
Xidot = Xidot/n;
Xdotdot = sum(Xidot)/m;
SSb=0;
for i=1:m
SSb = SSb + (Xidot(i)-Xdotdot)^2;
end
SSb = ... |
38683a775b6b2cd9b45628e84bc0c23cc6b29b26 | 065676b977b9a586783092be4141236377f9ce3c | /data/reuters/money-fx.tst | 99013601e89352c150439e4ce71fc3afa972b4f1 | [] | no_license | sandeepraju/onlinesvm | 728a55fb2919d78de47df303f23b998dc059962a | 5dbd60dc7a37ffe317d22a75d57b5950d76bd2a1 | refs/heads/master | 2021-01-17T13:06:49.407479 | 2015-07-15T22:26:36 | 2015-07-15T22:26:36 | 50,996,907 | 1 | 0 | null | 2016-02-03T12:02:56 | 2016-02-03T12:02:56 | null | UTF-8 | Scilab | false | false | 2,241,732 | tst | money-fx.tst | +1 49:0.077934693 60:0.13069518 165:0.048186729 240:0.22749998 360:0.12785999 407:0.044534662 564:0.065482685 589:0.074446148 642:0.097764105 789:0.13953781 846:0.13783929 1008:0.051995676 1023:0.29185983 1077:0.062966253 1228:0.063859037 1386:0.091664129 1638:0.13396817 1762:0.10131198 1827:0.04966941 1856:0.095433018... |
f59eceb8b91745ca2ae0c5f9fdbe44351d834bab | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH10/EX10.9/Ch10Ex9.sci | 3f635bd02c7103f6162ed961ebb49eb9781a88fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,110 | sci | Ch10Ex9.sci | // Scilab Code Ex 10.9 Electrical Conductivity of Cu: Page-345 (2010)
e = 1.6D-19; // Electronic charge, C
N = 6.023D+23; // Avogardro's number
d = 8920; // Density of Copper, kg per metre cube
A = 63.5; // Atomic weight of copper, g/mole
I = 10; // Current through uniform copper wir, ... |
4408fe8bee0b7f221f386c5e20c484f38f611161 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH5/EX5.2/example5_2.sce | c3eb8e9c8927d51cbb4d69d4c3f9278d33d2eead | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | example5_2.sce | clc
// Given that
mu1 = 1.6 // refractive index for core
mu2 = 1.5 // refractive index for cladding
// Sample Problem 2 on page no. 5.16
printf("\n # PROBLEM 2 # \n")
NA = sqrt(mu1^2 - mu2^2)//calculation for numerical aperture
theta_0 = asin(NA) * (180 / %pi)//calculation for maximum incidence angle
printf("Standard ... |
42bf2fef74e83eb7103ef82f9ebf867a47ed6aea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH3/EX3.5/Ex3_5.sce | ab107732b612e3f73f779ac585c596fb85d7ae7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | Ex3_5.sce | clear;
clc;
//Example 3.5
b=100;
Vbe=0.7;//(V)
Vce=0.2;//(V)
Vbb=8;//(v)
Rb=220;//(KOhm)
Ib=(Vbb-Vbe)/Rb
printf('\nbase current=%f mA\n',Ib)
//transistor in active region
Ic=b*Ib;
printf('\ncollector current=%.3f mA\n',Ic)
Vcc=10;//(V)
Rc=4;//(KOhm)
Vce=Vcc-Ic*Rc;
printf('\ncollector emitter voltage=%.2... |
320577e7589f862e849e6c3b0cd10b72f7726688 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH13/EX13.1/Ex13_1.sce | 03b5c4383bb9689569a6abdaa43d949db4e893cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sce | Ex13_1.sce | //example 13.1
clc; funcprot(0);
Sw=1;
Z=2;
deltaSf=0.0033*Z*Sw*1000;
disp(deltaSf,"free surface swell in mm");
|
210c21095c745a73987ecb292e9215162602ba32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH7/EX7.36/7_36.sce | 07eabaa1cc45b9f88f3162185f13e256b9ed934e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,175 | sce | 7_36.sce | clear;
clc;
//Example - 7.36
//Page number - 270
printf("Example - 7.36 and Page number - 270\n\n");
//Given
T_1 = 100 + 273.15;//[K]
P_1 = 1.01325;//[bar]
T_2 = 98 + 273.15;//[K]
P_2 = 0.943;//[bar]
V_vap = 1.789;//[m^(3)] - Volume in vapour phase
vessel_vol = 1.673;//[m^(3)] - Volume of the vessel
R =... |
fd9e0fe498c3ef998b3bfe05a4080850c4ff6716 | 49148682b78b6520a61de9a700f791835e1b32d5 | /Gachan/Gachan3D/Gachan3DTextData/TextHankakuKanaMplus1p.tst | a39e55219b1d2053282c59174545210c94c26e91 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Ashitagachan/Gachan | 535a19ea05bfcb3207a0a106b1d62db48a143f16 | 63b5410e128628222447c837a7209162487aa246 | refs/heads/master | 2021-08-07T21:53:13.048753 | 2020-05-16T08:01:10 | 2020-05-16T08:01:10 | 178,514,045 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 461,963 | tst | TextHankakuKanaMplus1p.tst | //skipped groundPlane_transform
//skipped Manipulator1
//skipped UniversalManip
//skipped CubeCompass
/////////////////////////////////////////////
// object_Trim_Char_x_1_1__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1
#endif
DX3DMATERIAL_STA... |
926dc259540222375ffb4e8fe459dc83786aef23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH3/EX3.43/EX3_43.sce | d003693b607efc5abc048336563b7ba4955982cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | EX3_43.sce | //example-3.43 pg no-200-201
Ip=11<36.87;
PL=5808;
QL=4356;
Pm=6000;
Qm=8000;
P=PL+Pm;
Q=Qm-QL;
S=((P*P)+(Q*Q))^0.5;
X=P/S; //POWER FACTOR
disp('i)ACTIVE POWER (P) = '+string (P)+' W')
disp('i)REACTIVE POWER (Q) = '+string (Q)+' vars(inductive)')
disp('i)APPARENT POWER (S) = '+string (S)+' ... |
d3ba37d422ecf55270bb1b75b254d4a8ecd2fb87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH5/EX5.4/example5_4.sce | baef9cbe1ae1c8fc0bcd10dded1bd1ae0383ebe0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,157 | sce | example5_4.sce |
clear;
clc;
printf("\t Example 5.4\n");
//part(i)
pa=13.3; //pressure in kpa
pa2=20.6; //vapour pressure at 60 degree
pt=106.6 //total pressure in kpa
y=pa/(pt-pa); //absolute molal humidity
y_bar=y*(18/28.84); //relative humi... |
c6f406cf2e6112031db262e6532b60cef5b753f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH7/EX7.7/7_7.sce | 02df6717757f7e8834089cde186da176648dcc2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,087 | sce | 7_7.sce | //water chemistry//
//example 7.7//
W1=160;//Ca2+ in water in mg/l or ppm//
W2=72;//Mg2+ in water in mg/l or ppm//
W3=732;//HCO3- in water in mg/l or ppm//
W4=44;//CO2 in water in mg/l or ppm//
W5=16.4;//NaAlO2 in water in mg/l or ppm//
W6=30;//(CO3)2- in water in mg/l or ppm//
W7=17;//OH- in water in mg/l or p... |
88168adb64c3cba47391122c7aeeb23858466307 | 477abd9cafd593820f8c911ce94b35c93acd69d3 | /FACTORIZATION.sce | c2e1dcc8414f2f93b291ba0627179e186dcce271 | [] | no_license | khan2810/Scilab-Solver | 67cba0bcc29e7e93418c164393c6977ee632fe2f | 3636341eeefa62bf2fb690fcd9046e48de7eb1a1 | refs/heads/main | 2023-05-30T17:36:59.061148 | 2021-06-14T15:25:47 | 2021-06-14T15:25:47 | 376,855,785 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,444 | sce | FACTORIZATION.sce | //Solving by LU decomposition method
clc
clear
function[x]=crout(A,b)
[n,m]=size(A)
L=zeros(A)
U=zeros(A)
for i=1:n
L(i,1)=A(i,1)
U(i,i)=1
end;
for j=2:n
for k=2:n //This loop is for checking pivoting
if L(1,1)==0
temp=L(1,:)
L(1,:)=L(... |
1d7af69ed2df27aa76adf9c5b07bf28b0cd68313 | c88f425345e1bef1a882d37f1759c2d438113204 | /2d_conflict-sphere.sci | ac70a6609192f6562206319f5c9a253c3971753e | [] | no_license | NnataKha/Fire-Water-Model | fb2550e59d41bac5f0bab70659f49e11694ec4d9 | ecfb61b9593583678991c22dac7da11857f4c4ae | refs/heads/master | 2020-03-16T18:42:15.863932 | 2018-05-10T10:47:21 | 2018-05-10T10:47:21 | 132,883,725 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,738 | sci | 2d_conflict-sphere.sci | clear;
n = 6; // # of cells in a row
m = 200; // # of steps
cp = 1;
cr = -1;
con_coef = 1;
pos_coef = 1;
x = linspace(0,9,n);// initial values
y = linspace(0,9,n);// initial values
if 1==2 then
for i=1:n
for j=1:n
p(i,j)=n-i//abs(cos(j));
r(i,j)=1//abs(sin(i)*cos(j));
end
end
end... |
bcc315cc11ec78a5025de64dec5e37792f38068e | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH3/EX3.5/exp3_5c.sce | 22745af8b9831076e0fef6497d09f0363dcd12c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 833 | sce | exp3_5c.sce | clear
clc
disp("example 3.5")
ic=120 //installed capacity
ccppkw=40000 ///capital cost of plant
iand=0.15 //interest and depreciation
fco=0.64 //fuel consumption
fc=1.5//fuel cost
oc=50*10^6 //operating cost
pl=100//peak load
lf=0.6 //load factor
al=lf*pl//avarrage load
printf(" average load %dMW",al)
eg=a... |
53010581fbafbcad625f02dae23de7d7a4a1586c | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH18/EX18.10/18_10.sce | cd216b1f7f1440e4825539a3903a22c5f3ec8de8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,059 | sce | 18_10.sce | //clc()
x = [3,4.5,7,9];
fx = [2.5,1,2.5,0.5];
//we get the following equations for cubic splines
//8*f"(4.5) + 2.5*f"(7) = 9.6
//2.5*f"(4.5) + 9*f"(7) = -9.6
//above two equations give
m = 1.67909;//(m = f"(4.5))
n = -1.53308;//(n = f"(7))
//this values can be used to yield the final equation
//f1(x) = 0.18... |
050ea28da206ad2824946d2f2eacf38135bd3509 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1026/CH10/EX10.2/Example10_2.sce | 6260afb1a07fc6663bef9c72fb7e5121b290b28e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Example10_2.sce | //chapter10,Example10_2,pg 271
R=0.35
n=1.38*10^7
m=1.67*10^-27
q=1.6*10^-19
B=(2*%pi*n*m)/q
E=((B^2)*(q^2)*(R^2))/(2*m)
E=E/q
printf("magnetic field induction\n")
printf("B=%.2f wb/m2",B)
printf("\nmaximum energy of proton\n")
printf("E=%.2f ev",E) |
0646dbb48646b783ab7b992fcec639f10292f32d | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH4/EX4.8/example4_8.sce | b8d9359616f12bedc9f6465c57430ed70d670673 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,468 | sce | example4_8.sce | clear;
clc;
//Example4.8[Cooling of a Short Brass Cylinder]
//Given:-
Ti=120;//Initial Temperature[degree Celcius]
T_ambient=25;//Temperature of atmospheric air[degree Celcius]
h=60;//convetcion heat transfer coefficient[W/m^2.degree Celcius]
r=0.05;//radius of cylinder[m]
L=0.06;//thickness[m]
a=3.39*(10^(-... |
5ab2430198e4be70e6a506545c782e054c5a6919 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH4/EX4.3/4_3.sce | bf70424fcff0171848539d49fca1b361c8f1b2a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 4_3.sce | //ques-4.3
//Calculating COD of effluent sample
clc
V=25;//volume of effluent (in mL)
v=8.3;//volume of dichromate (in mL)
M=0.001;//molarity of dichromate
//1000mL of 0.001M dichromate = 6x8x0.001g of oxygen
O=(6*8*M*v)/1000;//oxygen in 25mL sample (in g)
O=O*(1000/25);//oxygen in 1L sample (in g)
printf("COD... |
eceb5ceb9f1fbb441b9095abb41feff50a004880 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_MatFunc/rcond.sce | 15b2e2e224cf55049141643e5887f13752b797a7 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | rcond.sce | // Function Name: rcond
// Return the 1-norm estimate of the reciprocal of the condition number of square matrix A
// Values close to 1 suggest that A is well-conditioned
// Values close to 0 suggest that A is badly conditioned
// Calculating the rcond
inputMat = [ 1, 2, 3; 4, 5, 6; 7, 8, 1;]
result = armaMat... |
37128ec9f535f165e0d6b7e68656ee276c7e6822 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH15/EX15.11/Example15_11.sce | f9d7397fa8da45ad75bd2e99712bcd12c7861857 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,475 | sce | Example15_11.sce | // Computation of concentration of all the species in solution of Oxalic acid
clear;
clc;
printf("\t Example 15.11\n");
InitC2H2O4=0.1;//Initial concentration of C2H2O4 solution, M
//Let 'x1' be the equilibrium concentration of the [H+] and [C2HO4-] ions, M
//First stage of ionisation
Kw=10^-14;//ion... |
4c4b2d9a73e9c91bb325c47552c3db27c5226776 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH6/EX6.9/EX6_9.sce | 2ec833c257e5bfbe467284c6e444377d3ebeae13 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,565 | sce | EX6_9.sce | // Example6.9 // determine Vo when 1) VI1 = 2 V VI2 = -2 V and 2) VI1 = 2 V VI2 = 2 V
// and common mode rejection ratio CMRR
clc;
clear;
close;
R1 = 10*10^3 ; // ohm
R2 = 20*10^3 ; // ohm
R3 = 10*10^3 ; // ohm
R4 = 22*10^3 ; // ohm
// the output of the difference ampl... |
00ebe032547a93b0ab329709ddc42a3e5d85dcba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH8/EX8.2/Ex8_2.sce | 0aa710cc43b2b210301fc986ed4f5aa4a047acbd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | Ex8_2.sce | // Example 8_2
clc;funcprot(0);
// Given data
D=2;// The diameter of the pipe in inch
h_in=10;// Elevation in m
Q=425;// The volumetric flow rate in gal/min
g=9.807;// The acceleration due to gravity in m/s^2
// Calculation
D=D*2.54*10^-2;// m
Q=(Q*3.785*10^-3)/60;// The volumetric flow rate in m^3/s
V=(4*Q... |
4eacf8c8d0e3e42e755b4c7402947d517cf6a1b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3131/CH2/EX2.8/2_8.sce | 165a59f1d682ee366a4ca2243e35f3d5b1d02f85 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 2_8.sce | clear all; clc;
disp("Ex 2_8")
f=100
b1=60//given angle theta in degrees
b=b1*%pi/180
g1=45//given angle theta in degrees
g=g1*%pi/180
p=sqrt(1-(cos(b)^2)-(cos(g)^2))
p1=p*(-1)
printf('\n\ncos(alpha) = + or - %.1f',p)
l1=acos(p)
lf=l1*180/%pi
l2=acos(p1)
lf1=l2*180/%pi
printf('\n\n alpha = %.0f degrees or %.0f degrees'... |
9aae42a8d9b5f585914441b815041de1a390940d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH1/EX1.11/EX1_11.sce | 941de13e3d45d8a0a556cd1a945e2e00680e2d7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sce | EX1_11.sce | //EXAMPLE 1-11 PG NO-21
R55=58; //resistance
R15=50; //Resistance
T1=55; //Temperature
T2=15; //Temperature
A15=[(R55/R15)-1]/(T1-T2); //alpha 15
disp('i) ALPHA (A15) = '+string (A15)+' ')... |
474f3e8b38aa401a49bf5412cb8eb9611a3ceccf | 39c5c468df5e2bde0147a30cf092fc8da3e7ed3e | /UFRGS/calcNumerico/area2/m7/m7_grupo.sce | 54c6f3e751025877e30cbedcbcbe8c24579a1a64 | [] | no_license | andredxc/Files | 9dffc9fe5f7e923b83035d794dfa15c930cdb898 | e32309b9ab548b829b04be66c2776cf9c9c6656e | refs/heads/master | 2021-06-03T10:44:01.606242 | 2020-09-21T15:39:48 | 2020-09-21T15:39:48 | 107,410,076 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,429 | sce | m7_grupo.sce | clear
/**
* Se diz pra extrapolar/interpolar em menos pontos,
* só meter menos pontos nnos vetores abaixo
*/
x=[-1 0 1 2]'
y=[1 2 3 2]'
n=length(x)
plot(x,y,'ro-'),xgrid
// Monta matriz de Vandermonde
for i=1:n
for j=1:n
V(i,j)=x(i)^(j-1)
end
end
a=inv(V)*y
X=0.01 // x para interpolar
// Caso dese... |
d818c7170af956b2334a2ff0821a1f6f7f78e90f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH4/EX4.3/Ex4_3.sce | 47445d2840394dd8ce0d60bdb545bc8e9fb08054 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,081 | sce | Ex4_3.sce | clc
// Process a-b
Qab = 0 // Heat transfer along the path ab in kJ/ min
Wab = 2170 // Work transfer along the path ab in kJ/min
Eab = Qab-Wab // Change in internal energy along the path ab in kJ/min
// Process b-c
Qbc = 21000 // Heat transfer along the path bc in kJ/ min
Wbc = 0 // Work transfer along the path ... |
d67015d68c3ae1e3296469e1dccf0f55b21c7423 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH1/EX1.15.2/Example1_15_2.sce | 10eae776874c5f6429c5346aaa972a2b20b05701 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | Example1_15_2.sce | //Example 1.15.2
// to find maximum core diameter for single mode..
clc;
clear;
n1= 1.5; //RI of core..
del= 0.01; //Relative RI difference...
lamda= 1.3; //Wavelength of operation...
V= 2.4*sqrt(2); // Maximum value of V for GRIN...
a= V*lamda/(2*%pi*n1*sqrt(2*del)); //radius of core..
printf('The... |
4658e06ff09ae6a7854aa09ce57355b4c0862875 | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /ejemplos/02_root_finding/scilab/02_export_files/01_closed_methods/01_incremental_search/prueba.sce | ce5cd9da5e60fcd1be00aed60134e0fd29fcd3be | [] | 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 | 731 | sce | prueba.sce | //************** Ejecucion metodo busqueda incremental **************
clear all; clc;
function fx = funcion(x)
fx = sin(10*x)+cos(3*x);
endfunction
// Realice pruebas con ndivs = 50 y ndivs = 100 y encuentre las diferencias
xl = 3, xu = 6, ndivs = 50
[x, fx, xraices, fxraices] = busquedaincremental(funci... |
07b6eb37ea30cb95240ece3b5ca4b332292f380d | d976bbc11c40569df55ffeebaa44336b1aebb02b | /conditionStabilite.sce | 6d011a155c3115484209424be7b14f5fdb16afed | [] | no_license | jonathanVisbecq/Projet-MODAL-SNA | 212271eb7c47164b32b26823c629ad5f44c8230b | 596e0052536cfe4522371bbd6de0ca0c37ba2f4d | refs/heads/master | 2021-01-02T09:27:42.502076 | 2013-06-19T16:30:39 | 2013-06-19T16:30:39 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 849 | sce | conditionStabilite.sce | //------------------------------------------------------------------------------
// Détermination d'un critère de stabilité du processus par méthode graphique
//------------------------------------------------------------------------------
// Paramètres
lambdaMin = 0.4
lambdaMax = 0.5
step = 0.02
mu = 0.5
tmax = 4000
... |
bd36b0ac0dffe3b49b278d012e59b96a5fb78272 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH10/EX10.11/example10_11.sce | 7c6f2eb861dbf76b9cccb01063535e5ea24586b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | example10_11.sce | i1=4*10^(-3);
i2=6*10^(-3);
v=12;
r1=2*10^3;
r2=4*10^3;
r4=10^3;
rl=3*10^3;
v1=i1*r1;
v2=i2*r2;
i=(v2-v1-v)/(r1+r2+r4+rl);
disp("the load current (in mA) is"); disp(i*10^3); |
0f8b6e3dbaa758137a02bdf4f773136e36db2962 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH5/EX5.7/Ex5_7.sce | 8483b71184456bdb92ca28712219195567703f1d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 760 | sce | Ex5_7.sce | clc;
clear all;
//page no 158
//prob no. 5.7
fLO=40; //MHz
//function for ascending pulse
function V=pulse_a()
V=[]
for i=1:.005:2
V=[V i]
end
endfunction
//function for descending pulse
function V=pulse_d()
V=[]
for i=2:-.005:1
V=[V i]
end
endfunction
/... |
7c1cb29845303800be970a9776786fca829008ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH1/EX1.9/example1_9.sce | 79547e6e125d03d10d5b95fd9c5ab627c1adf5f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | example1_9.sce |
//example 1.9
//page 27
clc; funcprot(0);
//initialisation of variable
mu=0.44;
N=300;
t=0.00025;//thickness
R1=0.15;//radius
R2=0.1;//radius
pi=3.14;
T=pi^2*mu*N/60/t*(R1^4-R2^4);
P=T*2*pi*N/60
disp(P,"power lost in (watts)");
clear
|
461025445352d53494e8fef760ba77382eb26425 | 449d555969bfd7befe906877abab098c6e63a0e8 | /182/CH9/EX9.7/example9_7.sce | 55bf2d6de824cb891c3dcecf447811ae69380958 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 690 | sce | example9_7.sce | //to find the raise time of the displayed waveform
// example 9-7 in page 262
clc;
//Data given
Rs=3.3e+3; Ci=15D-12;//source resistance in ohm and input capacitance in farad
tri=[109e-9 327e-9];//input raise times in seconds for which trd is to be determined
//calculations
tuo=2.2*Rs*Ci;//tuo is the rise time i... |
c8e46883587127eb837fbd1c9a2e3afb3b1c93c7 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Computing/testconstantes.sce | 359dddcbc00fe20bb26c3a091899bd6a05253c4b | [] | 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 | 369 | sce | testconstantes.sce | // mathematical constants
a=cos(%pi)
b=log(%e)
// complex numbers
%i^2 // =-1
(1+%i)^2 // =2i
c=exp(%i*%pi) // =-1 (within rounding error!)
ans // contains the result of 2*%i
// NaN, infinity and machine epsilon
typeof(%eps) // machine epsilon
x=10^155,x^2 // >10^309 yields infinity
%inf-... |
14f937be4999ec4db551e32f78e25661cd661a8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /55/CH6/EX6.9/6ex9.sci | 2141d7914a0b1e96f1c3380469b60f908cdc0589 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sci | 6ex9.sci | //each solution to the equation can be viewed as a combination of objects
r=18; //number of objects
M=3; //kinds of object
m=factorial(r+(M-1))/(factorial(r+(M-1)-(M-1))*factorial(M-1));
disp(m,'number of non negative integer solutions of the given equation x+y+z=18') |
dcb285f408624cca147f11d8cc36aa9982bcb9bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /413/CH6/EX6.7/Example_6_3.sce | 26169b05d8393b87642332f99e5c428b5c6aa7f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 939 | sce | Example_6_3.sce | // Solving Using Shooting Method
// u''-(1-x/5)uu'=x, u(1)=2, u(3)=-1)
function ydot=f(t, y),
ydot=[y(2);
t+y(1)*y(2)*(1-t/5);]
endfunction
y0=[2,-1.5]';t0=1;t=1:0.2:3;
y=ode(['rkf'],y0,t0,t,f)
y1=[2,-3]'
U=ode(['rkf'],y1,t0,t,f)
y2=[2,-2.2137]'
V=ode(['rkf'],y2,t0,t,f)
y11=[2,-1.9460]'
U1... |
c2c3e06000349747a108c1fc0852cccdf0b6a780 | 90ff53684e292ceb481b98d057e11d81073682bb | /Divide.tst | 324c076064161b0c2220128113ac3d804de5e933 | [] | no_license | sushi30/nand2tetris-project4-tests | 82317bd0b0040110a54b4f556feca2e933fb19c2 | fe5a45f5f9b14cd4d1497fab7c9721f1de409a72 | refs/heads/master | 2020-04-02T06:10:07.011046 | 2018-10-22T11:58:00 | 2018-10-22T11:58:00 | 154,133,712 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 777 | tst | Divide.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/mult/Mult.tst
load Division.asm,
output-file Division.out,
compare-to Division.cmp,
output-list RAM[13]%D2.8.2 RAM[14]%D2.8.2 RAM[15]%D2.8.2;
set RAM[13] 4, ... |
dea306f2ce3e59cc78478e6377f8ab4ab9d9ee3b | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-DataMining/SP_RegrDataPrep-NZ-01.tst | f980407b77bf05bf58fe4de396a21ff02ef1a8b5 | [] | 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 | 96,424 | tst | SP_RegrDataPrep-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.
-... |
13636d5a22a1c624a2cf0c44b7406662c414e484 | 3953ee8faa83677c4470242adc45315acd353eff | /examples/linear/const2/const2.tst | 0e49e07fd6877d735241d2d401838326e654277d | [
"BSD-2-Clause"
] | permissive | zutshi/S3CAMR | 83be6ba820207273e6f4b81c55d737b48b097e2a | e7a354137729fcc1f87e647efc8d91e5cd40c83d | refs/heads/master | 2021-05-04T11:52:09.707263 | 2019-06-25T00:37:11 | 2019-06-25T00:37:11 | 51,499,986 | 4 | 0 | null | 2016-03-29T22:01:38 | 2016-02-11T07:22:38 | Python | UTF-8 | Scilab | false | false | 568 | tst | const2.tst | inf = float('inf')
plant_pvt_init_data = None
initial_set = [[-1, -1], [1, 1]]
error_set = [[5, 5], [6, 6]] # x\in[5,6], y\in[5,6]
grid_eps = [0.1, 0.1]
num_samples = 1
delta_t = 0.2
T = 3.0
plant_description = 'python'
plant_path = 'const2.py'
ci = [[], []]
pi = [[],[]]
##########################################... |
dbaeb1ee12e81f22dfc7a0f700da351d64eae6b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH5/EX5.35/Ex5_35.sce | aa1b9cebe69109cb0119ab33b4d54e250c250ee9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 819 | sce | Ex5_35.sce | //Example 5_35
clc;
clear;
close;
format('v',4);
//given data :
Ez=2*10^7;///V/m
//Vz=epsilon*Ez^2/(2*e*NA)
//e*NA=sigp/mu_p; as sigp=NA*e*mu_p
epsilon=16/(36*%pi*10^9);//F/m
mu_p=1800;//cm^2/V-s
sigp=poly(0,'sigp');//Notation : sigp=sigma_p
Vz=epsilon*Ez^2/2*mu_p*10^-6/sigp;//V
disp(Vz,"(a) Breakdown Vol... |
a78768b7e99ebb0fcb1080dcad2a9ac7e4c936a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH6/EX6.2/Ex6_2.sce | d60671e6a0a3a448d52167fff499106fc3586d0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_2.sce | clear;
clc;
//Example 6.2
Vgsq=2.12;
Vdd=5;
Rd=2.5;
Vtn=1;
Kn=0.8;
//let lambda=y
y=0.02;//V^-1
Idq=Kn*(Vgsq-Vtn)^2;
printf('\ndrain current=%.3f mA\n',Idq)
Vdsq=Vdd-Idq*Rd;
printf('\ndrain to source voltage=%.3f V\n',Vdsq)
Vgs=1.82;
Vgs-Vtn
//since Vdsq>Vgs-Vtn transistor is biased in saturation
g_m=2... |
0555e97ddf96af2042a55345596462a24daa1b87 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Physics_K._V._Kumar_3537.zip/Engineering_Physics_K._V._Kumar_3537/CH1/EX1.25/Ex1_25.sce | 4aa47eb17ffe7d5ec9c4282153e50f69ae450be3 | [] | 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 | 294 | sce | Ex1_25.sce | errcatch(-1,"stop");mode(2);//Example 1_25
;
;
//To find the value of the slit width
lemda=6500 //units in angstroam
theta=30 //units in degrees
a=lemda/sin(theta*%pi/180)
printf("The value of the slit is %.0f angstroam",a)
exit();
|
6a0e72a64aed15865f696772af0a3d59a1e72f60 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH10/EX10.16/10_16.sce | 08cbd5717270c028e5199482dd201d8d7e3d287f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | 10_16.sce | clc;
clear;
h=6.63*10^-34 //plancks constant in J-s
c=3*10^8 //velocity of light in m/s
lambda=180*10^-9 //wavelength in m
W=2*1.6*10^-19 //work function in Joule
m=9.1*10^-31 //mass in kg
e=1.6*10^-19 //charge in C
B=5*10^-5 //magnetic flux density in Tesla
//calculation
E=((h*c)/lambda)-W //kinetic energ... |
60ef4ed3d7f2fe12fd6cf2f429c1694b2d7ddca1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH2/EX2.4/2_4.sce | e2c8ba0fa47730d2159d0e6c807048a75bf1c9ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | 2_4.sce | //Example 2.4
//Solving Simultaneous Linear Equation
//Page 36
clc;close;clear;
//eq1= 5x-331y=3.5
//eq2= 6x-397y=5.2
A=[5,-331;6,-397];
B=[3.5;5.2];
C=inv(A)*B; //finding value by multiplying inverse with values
disp(C(1,1),'Value of x=');
disp(C(2,1),'Value of y='); |
60da758ae056944e03b86fddb42e41a553a46608 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/bcd_fcn.sce | e64e200e6e3d96ac8cd6f58c3eeef119016fe997 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 13,642 | sce | bcd_fcn.sce | global bcd_file_name folder_name;
function dir_callback()
disp(" ");
endfunction
function bcd_folder_name_callback()
global folder_name;
folder_name_obj = findobj('tag','bcd_folder_name');
folder_name = folder_name_obj.string;
endfunction
function bcd_file_name_callback()
global bcd_file_name;
... |
da8726491b54f8ef46f1cd2b27c7f248854b026b | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/CH3/EX3.6/3_6.sce | 7fcef1d6b79407f4f3dd145b688056ab0da40e31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 770 | sce | 3_6.sce | clc;
clear;
v1=100;//mi/hr
ht=10000;//ft
//from standard table for static pressure at an altitude
p1=1456//lb/ft^2(abs)
P1=1456*0.006947;//psi
d=0.001756;//slugs/ft^3
//1 mi/hr = 1.467 ft/s
p2=p1+(d*(v1*1.467)^2/2);//lb/ft^3
//in terms of gage pressure p2g
p2g=p2-p1;//lb/ft^2
//1lb/ft^2 = 0.006947 psi
P2=... |
3864963ec0a082ef71b3ddda1e5e200ba231af65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH8/EX8.24/8_24.sce | c3661d0ce8df00e3e321fc806240a380fcf5f13b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 792 | sce | 8_24.sce | //pathname=get_absolute_file_path('8.24.sce')
//filename=pathname+filesep()+'8.24-data.sci'
//exec(filename)
//Turbine efficiency:
nt=0.80
//Mechanical efficiency:
nm=0.90
//Power delivered by turbine(in kW):
p=720
//From steam tables:
h1=3045.8 //kJ/kg
s1=7.0317 //kJ/kg.K
s4=s1
x4=0.841
h4=2192.24 //kJ/k... |
30ef9d68086adab248c1d8cc995a29c60b59ce66 | 6e51f2fdd036612dc2b51c405904fed97d2ae8b0 | /src/test_meta_3_a.tst | c1a192a3b6260019be876bf6e5d34d3ade1dfd3c | [
"MIT",
"Zlib",
"BSD-3-Clause",
"OML"
] | permissive | joe-nano/ciyam | 92c6ccb58029a1b2a641a7e00417ab524cb9f957 | a92c296b911b29620a7bb3b758eb55339e040219 | refs/heads/master | 2022-04-16T14:39:55.822434 | 2020-03-27T06:39:13 | 2020-03-27T06:39:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | tst | test_meta_3_a.tst |
> storage_init ciyam
> session_variable @attached_file_path .
> pe guest 20120102 100 105100 "-v=@async=false,@message=Removing All Packages..." guest_model =1.0 -105450
Removing All Packages...
> pd guest 20120102 100 105100 guest_model
> |
9fc8f8082d166d67e3221de4165e63f0e4087a93 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.2_15.tst | 32afaae1aa82aa6e095caa70fe6fcdf760503db3 | [] | 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 | 3,775 | tst | bow.2_15.tst | 2 14:0.1111111111111111 21:1.0 41:0.2 81:0.3333333333333333 110:0.3333333333333333 141:0.5 269:0.5 289:1.0 343:1.0 544:1.0 912:1.0 1237:1.0 1276:1.0 1319:1.0
2 6:1.0 141:0.5 424:1.0
2 6:3.0 9:1.0 14:0.3333333333333333 16:0.014925373134328358 21:1.0 27:0.25 50:0.3333333333333333 52:0.6666666666666666 81:0.33333333333333... |
0b39b80673af59e95436f1f8d81e8ff7bce759ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH2/EX2.5/Example2_5.sce | ae51e5e1aae7859ac53e029a92afd87f3beb0103 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 586 | sce | Example2_5.sce | clear;
clc;
// Illustration 2.5
// Page: 37
printf('Illustration 2.5 - Page: 37\n\n');
// solution
//***Data****//
// a = mannitol b = H2O
T = 293; // [K]
//*****//
Mb = 18.02;// [kg/kmol]
// From Table 2.3 (Pg 33)
Va = (0.0148*6)+(0.0037*14)+(0.0074*6); // [cubic m/kmol]
viscosity = 0.001005; //... |
3ad2e0c0c8b04044e458b2e00f1e13a36fc6b0b2 | 6f93c26af9664a4531dba8754a6166713ca83d91 | /homework13/TestPriorityQueue1.tst | 896725de19bbabe4e41900e3b2da36d4ebdc4d4e | [] | no_license | terryd300/Data-Structures | b2d4cff3a86576942c1234856a4c456d97315623 | fe91b086b38f2ed6a7915cf160ba01dd2c340b9f | refs/heads/main | 2023-07-18T01:35:26.980071 | 2021-08-31T16:53:14 | 2021-08-31T16:53:14 | 401,778,521 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | tst | TestPriorityQueue1.tst | 713812398="polish"
255027957="Polish"
1345666108="apples"
2021641141="null"
2062818015="DONUTS!"
1401642950="Tintin"
452378790="Babar"
1233559284="Bread"
225953796="abc"
908862969="null"
615516935="Babar"
449902312="Dollar"
266711480="asterix"
|
81f8dadba98c15fb86049ce49347e4e8dbdfac57 | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /Scripts/DML/Consultas/Test/consulta_por_tipo_bebedor.tst | 989854f872b3ae244e1d36068fac4557e0fb47f3 | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 226 | tst | consulta_por_tipo_bebedor.tst | PL/SQL Developer Test script 3.0
5
begin
-- Call the procedure
personas_por_bebedor(pbebedor => :pbebedor,
p_recordset => :p_recordset);
end;
2
pbebedor
1
Semanalmente
5
p_recordset
1
<Cursor>
116
0
|
a599d7c1710c083f113149cb388ab06fb61dd18b | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/demos/icse/seros.sce | ea45c678410383f9d7493b7a4bf31bf7b5708aec | [
"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 | 3,818 | sce | seros.sce | // sero.bas : demo de icse
// calcul coefficients optimaux du modele simplifie 5ht-plaquette
// **************************************************************
//
// les doubles slash introduisent des commentaires
//
// contexte : tue les variables de nom reserve
// Copyright INRIA
exec('icse.contexte')... |
46f6e7c84ee715b8022a21e27c17112b3c47b1f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH4/EX4.12/4_12.sce | 20447f4b840382fe73af51963b2a936bc0430861 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | 4_12.sce | clc;
T1=703;//K
p1=6.8;//bar
p2=1.013;//bar
gama=1.4;
T2=T1/[(p1/p2)^([gama-1]/gama)];
//from graph:
T2s=423;//K
cp=1.005;
inc_ent=cp*log(T2/T2s);
disp("increasi in entropy is:");
disp("kJ/kg K",-inc_ent)
|
43c216c191e5460af353dc26c637a2a405e852e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3773/CH5/EX5.2/Ex5_2.sce | 44fea4da9aea264b563a7f9d24f06230efad2e43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | Ex5_2.sce | //Chapter 5: Point Source and Their Arrays
//Example 5-6.2
clc;
clear;
//Variable Initialization
Um=1 //Maximum radiation intensity (unitless)
deff('z=f(x,y)','z=cos(x)*sin(x)')//Integrand(Unitless)
X=[0 0;%pi/2 %pi/2;%pi/2 0];
Y=[0 0;2*%pi 2*%pi;0 2*%pi];
[I,err]=int2d(X,Y,f)//Total power radiated (relative to Um)
D... |
84c8ca4b38a527d809053cd6be0e3afc05cf344a | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH5/EX5.1/5_01.sce | 2a11a606b29daede07979a9f047d5b14f0dba32a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sce | 5_01.sce | clear
clc
//Given
//Concentrations in mol/litre
CAo=0.1;CBo=0.01;Cco=0;CAf=0.02;CBf=0.03;Ccf=0.04;
//Volume in litre
V=1;
//Volumetric flow rate(l/min)
v=1;
//For mixed flow reactor
CA=CAf;CB=CBf;Cc=Ccf;
//Rate of reaction(mol/litre.min)
rA=(CAo-CA)/(V/v);
rB=(CBo-CB)/(V/v);
rc=(Cco-Cc)/(V/v);
printf("\n... |
f2f214eefe9264c958d685854402db1b48e7b739 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH5/EX5.37/EX5_37.sce | 9d978f0c96fd188e22d6c7c13e86c5770d53d9d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 670 | sce | EX5_37.sce | //EXAMPLE 5-37 PG NO-330-331
R=8;
R1=12.67;
R2=4;
R3=10;
R4=3.077;
R5=13.077;
R50=9.9; //RESISTANCE AT 50 V BATTERY
V=50; //VOLTAGE
I1=V/R50; //CURRENT
I=I1*[R/(R+R1)];
disp(' Current is (I1) = '+stri... |
5cdb938855b3733f438d82c290d319cb0a25f4da | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH11/EX11.4/ex11_4.sce | d51e61522fc944850c33b12f65a8b8d1440afe61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 651 | sce | ex11_4.sce | clc
//Example 11.4
//Calculate the Average power absorbed and average power supplied by source
//From figure 11.6
//By applying mesh analysis
I1mag=11.18;I1ang=-63.43;I2mag=7.071;I2ang=-45;R=2;Vleft=20;Vright=10;
//Current through 2 ohm resistor
printf("I1-I2=%d(%d ang) A \n",5,-90)
//Average power absorbed by ... |
238e98bdc052b4c72a442caf479050a6e56905f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH7/EX7.17/17.sce | f5e80e1ab62190f81b60df68124b12a2fc8389dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 503 | sce | 17.sce | clc
B=5*10^(-5); // /K
K=8.6*10^(-12); // m^2/N
v=0.114*10^(-3); //m^3/kg
p2=800*10^5; //Pa
p1=20*10^5; //Pa
T=288; //K
disp("(i) Work done on the copper = ")
W=-v*K/2*(p2^2-p1^2);
disp(W)
disp("J/kg")
disp("(ii) Change in entropy =")
ds=-v*B*(p2-p1);
disp(ds)
disp("J/kg K")
disp("(iii) The heat tran... |
011e906a0a989fba2b72ae9b12ca28ec8de9880d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH17/EX16.4/EX16_4.sce | 493cfd5cb8135073ea21c4082a00c5f314e50810 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sce | EX16_4.sce | // Grob's Basic Electronics 11e
// Chapter No. 16
// Example No. 16_4
clc; clear;
// The voltage across the charged capacitor is 20 V. Calculate C.
//Given data
V = 20; // Voltage=20 Volts
Q = 40*10^-6; // Charge=40 uColumb
C = Q/V
disp (C,'The Capacitance in Farad')
disp ('i.e 2 uF')
|
f36401a77feabcea09571d90be6dc565de64247d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH2/EX2.77/EX2_77.sce | 4a7d1760a002b95c93c42caaddb81bea914ce887 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | EX2_77.sce | //EXAMPLE 2-77 PG NO-114
R=sqrt(2.5^2-1.724^2)-0.69;
disp('i) Resistance (R) is = '+string (R) +' ohm ');
R1=sqrt(2.5^2-1.92^2)-0.384;
disp('ii) Resistance (R1) is = '+string (R1) +' ohm ');
r=5;
PF=(0.69+R)/2.5;
disp('iii) Power Factor (PF) is = '+string (PF) +' ... |
a8eff357050d5848bb4a706e6baaae8d7cecebeb | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronics_Engineering_P._Raja_2150.zip/Electronics_Engineering_P._Raja_2150/CH8/EX8.6/ex8_6.sce | a8b50a08dfa9abb158d2b13f9a9bddf057012e7f | [] | 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 | 340 | sce | ex8_6.sce | errcatch(-1,"stop");mode(2);// Exa 8.6
;
;
// Given data
R_f = 0;// in V
R1 = 2;// in kohm
R1 = R1 * 10^3;// in ohm
A_vmin = (1+(R_f/R1));
disp(A_vmin,"The minimum d loop voltage gain is");
R_f1 = 100;// in kohm
R_f1 = R_f1 * 10^3;// in ohm
A_vmax = (1+(R_f1/R1));
disp(A_vmax,"The maximum d loop voltage g... |
0c3c2100001654a7087921827f29f97f162339c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3828/CH11/EX11.5/Ex11_5.sce | 2098f693b2b0d94bc2d5f94a57d6524a967bbba3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex11_5.sce | //Chapter 11 : Free Electron Theory Of Metals
clear;
//Variable declaration
fE=0.01 //probability
delE=8*10**-20 //ev to J
//Calculations
T=5797/log(99)
//Result
disp('K',T,"Temperature=")
|
2b7fde9f07f3fe355c72a3f56cbb8209eacd0589 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH3/EX3.9/example_3_9.sce | d1c67b61da2dbc1149ac9d7b03008fdd9cc18670 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,268 | sce | example_3_9.sce | clear;
clc;
disp("--------------Example 3.9--------------")
fl=0; // 0kHz
fh=4; // 4kHz
// example explanation
printf("Figure shows a nonperiodic composite signal. It can be the signal created by a microphone or a telephone set when a word or two\nis pronounced. In this case, the composite signal cannot be period... |
e9fe2f514087d0b82cf61dd7a719daf9660b54b2 | 87c670ab73f660d002748718bccdce302475df5b | /Travelling-Salesman-Problem-Genetic-Algorithm-/Mutation.sce | cc68c724c031140c37690f42a184375cb5b02661 | [] | no_license | tpinhoda/Otimizacao-Inteligente-de-Sistemas-Produtivos | b3ef047cffed46e386d46f1cb4d1399e2d97917f | f97faebcc4d9faf170837e486f91b0028b7751e8 | refs/heads/master | 2021-01-11T00:06:42.500993 | 2016-10-12T17:57:03 | 2016-10-12T17:57:03 | 70,724,004 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,096 | sce | Mutation.sce |
//Reciprocal Exchange Mutation
//Sorteia duas cidades e as troca de lugar
function mutatedChromosome = ExchangeMutation(chromosome)
if rand() <= mutationRate then
cities = grand(1, 2, "uin", 1, citiesNumber);
chromosome(cities) = chromosome([cities(1) cities(2)]);
end
mutatedChromosome = c... |
346a3caa84cd5acd01440d9a2a9b49599ca37dce | 77f8b4514d8d6286f2d54b062019fe5c6906c690 | /prime check.sce | 5fc05f9243a1b382d60e8623f58213b3019cd276 | [] | no_license | Keerat666/Scilab-Basics | fb518a7cf407e5633d3a86df5bdfc641d0b5b047 | 148306029b4eead939c8abb18bfface6ff5fdf3a | refs/heads/master | 2020-12-30T11:59:41.973557 | 2017-05-16T16:31:15 | 2017-05-16T16:31:15 | 91,480,316 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | prime check.sce | n=input('Enter the number');
nof=0;
for i=1:n
if(modulo(n,i)==0)
nof=nof+1;
end
end
if(nof==2)
disp('Prime');
else
disp('Composite');
end
|
fcd89bfbb97d1cbf4b055955f28a98d07817901c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH6/EX6.8/Ex6_8.sce | f35d72b2ea12712e0d5d55de5d300d2a376e5e52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,148 | sce | Ex6_8.sce | // Given:-
P1 = 3.5 // pressure of refrigerant entering the compressor in bars
T1 = 268.0 // temperature of refrigerant entering the compressor in kelvin
P2 = 14.0 // pressure of refrigerant entering ... |
f9a48e99185e9b7904a59321ac0f39138528d2b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH2/EX2.6/Ch02Ex6.sci | 753b79d6fba84019de6d6c062b79337fcc9bc766 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,543 | sci | Ch02Ex6.sci | // Scilab Code Ex2.6 Maximum velocity of emitted electrons: Pg:46 (2008)
h = 6.624e-034; // Planck's constant, Js
c = 3e+08; // Speed of light, m/s
m = 9.1e-031; // Mass of an electron, kg
e = 1.6e-019; // Energy equivalent of 1 eV, joule/eV
L = 4300e-010; // Wavelength of incident light, m
phi = 5... |
00ce8ab43827fd077221246bd4af1eb70ca8f36a | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/i18n.tst | 66593f29813e8633cb85e4265fb6eae46d8a068f | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | ISO-8859-1 | Scilab | false | false | 698 | tst | i18n.tst | ## Test =I and transcode
read <<EOF
# This stream dump contains a Latin-1 character
blob
mark :398168
data 16
Blob at :398168
blob
mark :398169
data 16
Blob at :398169
reset refs/heads/master^0
commit refs/heads/master
mark :398170
author Johan Bockgärd <bojohan@gnu.org> 1383515485 +0100
committer Johan Bockgärd <boj... |
344dd2d56573c89fc06c6739838f65cb90e3c4a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH8/EX8.3/8_3.sce | cd1b9f82179a60dbd6c5e9a7cfc4cf01265db13b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,127 | sce | 8_3.sce | pathname=get_absolute_file_path('8_3.sce')
filename=pathname+filesep()+'8_3_data.sci'
exec(filename)
//Actual volume of air sucked in per second(in m^3/s)
V=nv*Vcyl*(N/2)*(1/60)
//Volume flow at atmospheric conditions(in m^3/s)
V1=V/2
//Mass flow at atmospheric conditions(in kg/s)
ma=(pa/(R*Ta))*(V1)
//Pressur... |
c7f4f82d2e5e9a7eea1a55df0a3cd6c22b0ed4da | 449d555969bfd7befe906877abab098c6e63a0e8 | /2720/CH4/EX4.16.11/ex4_16_11.sce | 7aa568f3d8b33b226fd4b2d50016aea8bfa5c460 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 221 | sce | ex4_16_11.sce | // Exa 4.16.11
clc;
clear;
close;
// Given data
I_o = 10;// in nA
// I = I_o * ((e^(v/(Eta * V_T))) - 1)
// e^(v/(Eta * V_T)<< 1, so neglecting it
I = I_o * (-1);// in nA
disp(I,"The Diode current in nA is ");
|
1f00cbdbc7f1ee0c65bc8b5fcd5276281bdecc2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH17/EX17.3/exp17_3PP.sce | ab917f249d896d9721dab2ec1727013bd5f64cef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,048 | sce | exp17_3PP.sce | clc
clear
disp("example 17 3")
//given
n=4 //number of generating station
f=0.05 //F.O.R
a=1-f
p=50 //generation station power
mp=150 //maximum alowable power
lf=50 //load factor in persentage
function [y]=comb(m,r)
y=factorial(m)/(factorial(m-r)*factorial(r))
endfunction
for i=0:n
pg(i+1)=comb(n,i)... |
66992c4e3612724ce77822a425d6f230753cd841 | 998045b9ccaa95121f778283d4d89a709166ffd6 | /_Cr45/ProcTratativa.tst | 7769bba3d2460b60ac72d1f8ea57b5a39d3b9e4a | [] | no_license | antalvarga/artefatos | a9db9b1dac10e5f7fff0079e5fb01d11a040b8d1 | 3911a31e14276301cb0db6ca3b4b944421c97b6a | refs/heads/master | 2020-12-07T22:42:43.857657 | 2020-04-23T14:59:07 | 2020-04-23T14:59:07 | 232,819,080 | 0 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 23,815 | tst | ProcTratativa.tst | -- Created on 04/02/2020 by ALUGA.COM
--declare
-- Local variables here
MySum number;
--MyCount number;
MyPoint number;
MyAcordo number;
MyReturn number;
MyIpLog varchar2(100);
MyParam varchar2(500);
ErrOracle varchar2(3700);
/*
Consulta atualizada pelo
e-mail Marcia Nepomuceno do... |
c4d5d8fb3cff392c388d4be91eef9a55a11a6073 | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH6/EX6.11/Example6_11.sce | 7975abc53503006185ff0ab2aae95408d5dd099b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,027 | sce | Example6_11.sce | //Example 6.11
//Program to Plot Magnitude Responce of given L.P.F. with specifications:
//wp=20rad/sec, ws=30rad/sec, wsf=100rad/sec
//as=44.0dB, ap=0.1dB
//Using Kaiser Window
clear;
clc ;
close ;
wsf=100//rad/sec
ws=30;//rad/sec
wp=20;//rad/sec
as=44.0//dB
ap=0.1//dB
B=ws-wp;
wc=0.5*(ws+wp);
wc1=wc*2*... |
f0df1f147c661fc7e75dd1d2377fadc5248fb774 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH9/EX9.20/Example9_20.sce | c73974359dd96ef46fb40f068f7d9361e893c6ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 562 | sce | Example9_20.sce | //Chapter-9,Example9_20,pg 9_70
V=250
Ra=0.15
Rsh=166.67
No=1280
Il1=67
Ish=V/Rsh
Ia1=Il1-Ish
Eb1=V-Ia1*Ra
//on no load
Ilo=6.5
Ish=1.5
Iao=Ilo-Ish
Ebo=V-Iao*Ra
N1=Eb1*No/Ebo
Sr=(No-N1)*100/No//speed regulation
SL=Ebo*Iao
Po=Eb1*Ia1-SL//full load shaft output
hp=Po/746//horse power rating
Pi=V*Il1
n... |
17a8ca04a375354c966702903d305439f330ffa2 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set10/s_Fiber_Optics_Communication_H._Kolimbiris_2855.zip/Fiber_Optics_Communication_H._Kolimbiris_2855/CH9/EX9.25/Ex9_25.sce | 6eb9d70a0e4e757636e2863c7a23bfc1766a8789 | [] | 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 | 368 | sce | Ex9_25.sce | errcatch(-1,"stop");mode(2);//Chapter 9
//page no 337
//given
;
all;
Alpha=2;
a=25; //in micrometer
y=2; //in micrometer
Cgim=2/%pi*(y/a)*(Alpha+2)/(Alpha+1); //lateral coupling coefficient
printf("\n Csim= %0.3f\n",Cgim);
Lgim=-10*log10(1-Cgim); //insertion loss
printf("\n In... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.