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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d15cd0b8f7c44457b9061b1716f484bd8cff9b95 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.12_9.tst | 53d6b83e36a0ff779e1c0635834e533e21a8d178 | [] | 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 | 433,839 | tst | 5.12_9.tst | 12 327:1 360:1 421:1 772:1 862:1 2233:1 2544:1 3468:1 4253:1 4257:1 4557:1 5881:1 6384:1 6470:1 6853:1 7191:1 7329:1 7357:1 7420:1 7459:1 7718:1 7897:1 9048:1 9440:1 11258:1 11458:1 11581:1 12739:1 12971:1 13058:1 13342:1 14761:1 15094:1 15197:1 15317:1 15901:1 16263:1 16952:1 17000:1 17048:1 17855:13 18721:1 21207:1 2... |
6ec4e2cfa0d3d5ec6f1dc62287c553e6221bf72c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH3/EX3.12/Exa_3_12.sce | 9312a9544ed39448f5f166c7e93396592d7373b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Exa_3_12.sce | //Exa 3.12
clc;
clear;
close;
format('v',5);
//Given Data :
T1=24+273;//K
T2=10+273;//K
Q1=1500;//kJ/min
Q1=Q1/60;//kW
COP_ideal=T1/(T1-T2);
ActualCOP=COP_ideal*30/100;
W=Q1/ActualCOP;//kW
disp(W,"Power required in kW : ");
//Answer is wromg in the book as calculation for Q1 is wrong.
|
6987f8c3acfde544810253c3399b02ba4bd35ba6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH17/EX17.9/17_9.sce | d12534e9d7c96584a553013d351b92f0624f8a98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | 17_9.sce | clc;
//page no 648
//prob no. 17.9
//A pulse magnetron with avg power=1.2kW & peak power=18.5kW & 1 pulse is generated every 10ms
Pavg=1.2*10^3;Pp=18.5*10^3;Tt=10*10^-3;
//Determination of duty cycle
D=Pavg/Pp;
disp(D,'The duty cycle is');
//Determination of length of pulse
Ton=D*Tt;
disp('sec',Ton,'The lengt... |
506305ea357b3ced685ec5090fcc03e18dbcffb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH6/EX6.9/6_9.sce | 45de26338da2b83c61a803ede6a52b3f9211e692 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | 6_9.sce | clc
//initialisation of variables
Q= 1100 //cuses
i= 1/1800
C= 95
n= 1.5
//CALCULATIONS
d= ((Q*sqrt(3600)/C)/(n+0.6))^0.4
b= 0.6*d
ht= b+2*(n*d)
//RESULTS
printf ('Depth = %.2f ft ',d)
printf ('\n Bottom width = %.2f ft ',b)
printf ('\n Top width = %.2f ft ',ht)
|
ac824c33a937f128c03021bbcc81282a9b43f217 | 4483ff664b4d01c53114a7fc535625c197c8f989 | /green routing/anirudh2.sce | 67f1cd50dfb1920b82c2d7b726fd0008e728cba5 | [] | no_license | winash1618/myproject | be9b77d4a405edce7e625a999803016b50ab99d0 | 2132e76e6a996bee19f356a2b68af827fa6c621b | refs/heads/master | 2022-12-06T06:09:06.487979 | 2020-08-20T02:00:54 | 2020-08-20T02:00:54 | 288,880,158 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 970 | sce | anirudh2.sce | clc
clear
dib=[5 12 6.8 7.4 23 15 18 48 12 14 23 22 29 15 9.3 15 13 16 22 19 35 30 35 33 30 35;
13 20 14 16 15 8.1 11 50 5.1 5.5 16 15 22 5.6 5.3 11 18 19 23 20 36 31 36 34 22 39;
23 34 29 24 8.6 4.9 4.1 4.1 14 8.5 3.1 2.4 7.4 12 13 13 22 23 15 18 20 17 18 19 9.3 23;
16 27 23 14 23 13 14 14 17 11 7.4 8.1 13 6.3 9.8 4.... |
5c846f85649ff0fe15064c65ce4dfbd034e9914b | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH2/EX2.4/2_4.sci | 029bedad1cd7addfd8309e7da3c6b910129eb8b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sci | 2_4.sci | // calculating static error and static correction
clc;
disp('calculating static error and static correction')
Am = 0.000161;
At = 0.159*10^-3;
e=Am-At;
disp(e,'Static error(m3/s)=');
Sc=-e;
disp(Sc,'Static Correction(m3/s)='); |
8f077ff3e5e2961817ace568b11f51f0a879eff3 | 7e1b0b7ceda8e9c25d67d330a7bb5e562a01f27a | /ProbInverses/TP1/01genTestDistribs.sce | dc6eadf0c8980a7c8cef014c97bcc77eb9dc7a03 | [] | no_license | sebherv/master2 | 59b8232e62bef140636bfad8c986bbd10e7d7beb | b8cd8bcde1ae3ae7a5bca58183804faa21456dd8 | refs/heads/master | 2021-09-13T19:33:50.766722 | 2018-02-09T15:09:24 | 2018-02-09T15:09:24 | 103,376,025 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 618 | sce | 01genTestDistribs.sce | clear all;
rand("seed",123456);
rand("uniform");
X=rand(20,1);
X=1 + X*(10-1);
rand("654321");
rand("normal");
// Générer le bruit
epsilon=rand(20,1);
epsilon=epsilon*8.0;
d1true=10 + 100*X;
d1 = d1true + epsilon;
d2true = 10+100*X - 4.9*X^2;
d2= d2true + epsilon;
// Save d1
save("d1.dat", "X", "d1");
// Save ... |
b86d1a02badfecd1a07015c91fa4bd8f7563a634 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH2/EX2.22/Chapter2_Example22.sce | dd86f0d716b440347656ce891b48c5079ec70fc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 591 | sce | Chapter2_Example22.sce | clc
clear
//INPUT DATA
//C8H18+12.5(O2+3.773N2)=8 CO2 +9 H2O +47.16 N2 ;//FUEL COMPOSITION
n=60.66;//number of moles of air
//CALCULATIONS
n1=8+9+47.16;//number of moles of air and product
xs= 15.14/1;//air fuel ratio
xs1=1/xs;//fuel air ratio
Mr=(1/n)*(114.15+59.66*28.96);//Molecular weights of reactants
M... |
04c44db836c949d9d21d55c0195695fa6ac1ebf5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2513/CH12/EX12.4/12_4.sce | 3a100fdc38be9044979a30cf57cceb58659b2502 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 12_4.sce | clc
//initialisation of variables
p=60//in
h=20//percent
a=1000//ft
h1=40//percent
c=0.5//ft
p1=14.3//ft
p2=6.1//ft
d=11.7*10^-2//ft
//CALCULATIONS
P=p2/p1//ft
D=d*p//ft
//RESULTS
printf('the air valve with a discharge the change in slop=% f ft',D)
|
a1fe24ef35bd14f68a90ba37ad6dfad2ca0ab290 | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH6/EX6.1/6_1.sce | 8d33946a8da506bc0f5cb0e042135c23de21685d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,535 | sce | 6_1.sce | clear;
clc;
// Illustration 6.1
// Page: 324
printf('Illustration 6.1 - Page: 324\n\n');
// solution
//*****Data*****//
// n-heptane - a n-octane - b
T1 = 303; // [K]
P = 1; // [bar]
D = 0.6;
W = 0.4;
zf = 0.5;
// Parameters for componenr 'A'
Tc_a = 540.3; // [K]
Pc_a = 27.4; // [bar]
A_a... |
3342409eb00dd27704ce117a9e7d79705501f579 | 7aa77691bc0b5d9ee58a4a4f0de52da13ffda85d | /projet/test/positionnement_noeud/test4.sce | a9026640986c5bfa423a9d37354e0d80d5e7823e | [] | no_license | hadjiszs/Visu_algo | 17be65bd17953697500800aed1d35443ee3836a7 | f550b4597a2de310c699c509fbddf7ab4971206f | refs/heads/master | 2020-12-24T08:24:01.127475 | 2018-11-19T22:48:24 | 2018-11-19T22:48:24 | 37,379,266 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,495,365 | sce | test4.sce | // ne s'affiche pas, matrice trop grosse
// Test avec la matrice suivante :
K3 = [
11 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 -1 -1 0 0 0 0 0 0 0 0 0 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 -1 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0... |
c1c2a9dff3c9bd81f92ff58310fcd69c4028f827 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH2/EX2.14/Ex2_14.sce | cf2932b7b567e128883d226e35d3808138b6f41e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | Ex2_14.sce | // Example 2.14
clc;
clear;
close;
// Given data
format('v',6);
Vpp= 3;// output voltage in V
del_t= 4;// in µs
del_V= 90*Vpp/100-10*Vpp/100;// in V
// Required slew rate,
SR= del_V/del_t;// in V/µs
disp(SR,"The required slew rate in V/µs is : ");
|
e92887da4801245b29d6fa45953423dae4d07157 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH6/EX6.5/ex6_5.sce | 9825aef9768c8a9b811d600aa6644325fc899c0b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,077 | sce | ex6_5.sce | //calculate constants of equivalent circuit of line
clear;
clc;
//soltion
//FUNCTIONS
function [z]=rxr(A,B)//Function for the multiplication in rectangular form
z(1)=A(1)*B(1)
z(2)=A(2)+B(2)
endfunction
function [z]=rdr(A,B)//Function for the division in rectangular form
z(1)=A(1)/B(1)
z(2)... |
d4e632fac7350263dbd3c2263cd85a1e215d3d04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3161/CH6/EX6.4/Ex6_4.sce | b077cc0d631a59cd33e9bcc3e6687b8a0e6a97b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,603 | sce | Ex6_4.sce | clc;
//page 365
//problem 6.4
//Given energy per bit Eb = 0.01
Eb = 0.01;
//Given fundamental frequency is fb = 8 KHz
fb = 8*10^3;
//No of symbols M = 16
M = 16;
N = log2(M);
BW_BPSK = 2*fb;
disp('Bandwidth for BPSK is '+string(BW_BPSK)+'Hz');
BW_QPSK = fb;
disp('Bandwidth for QPSK is '+string... |
ca3a2305c6219f9d0d8563c4cab521b0be861552 | b84a4a40dbd2d8bea5236b6ce15dfba9b560bd5a | /even odd.sci | e0d616b702981b0690c1c65484e8646591bcbfb3 | [] | no_license | ronzohan/SciLab | f8cf060d8d7be63b7520fc97f5f2db9d5f576bd6 | bccd05f1f2a0cf56f1de25d466f496a2ba436b79 | refs/heads/master | 2021-01-10T21:40:00.810683 | 2014-10-01T13:23:07 | 2014-10-01T13:23:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,009 | sci | even odd.sci | disp("Input 10 number:")
n = 10 //number of inputs
for i=1:n
x(i) = input('')
end
even_sum = 0 //variable for all the sum of even nos.
even_count = 0 //count for even numbers recorded
odd_sum = 0 //variable for all the sum of odd nos.
odd_count = 0 //count for even numbers recorded
for i=1:n
if modulo(x(i),2)... |
f82aef3a4f40daf467bfebb3018b700b56355061 | feb39de05863194875378bd81ba0430554fd5073 | /Speech recognation using cross-correlation/Final Project.sce | a8be390d60de0250bb5491660873bb488f829d84 | [] | no_license | nipun3333/Speech_Recognition_using_cross-correlation | d89a925179f2239c64ba90a5eb9c157140316577 | 1405da5bde60bbb85510121fdd9e3bd29ae27a3a | refs/heads/main | 2023-02-21T10:29:35.520707 | 2021-01-25T21:23:20 | 2021-01-25T21:23:20 | 332,883,462 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 20,826 | sce | Final Project.sce | clear;
clc;
//***************************************Taking Input From the user to know which Application he/she would like to perform*********************************************
n=x_dialog('1. A 2 digit number recongnization 2. AC Remote (on/off) || Enter any Number:','1')
//*********************************... |
814cf412c6fdab2573ce637facd45559e90b6ac6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2342/CH3/EX3.14/EX3_14.sce | 2996924442bc38dc4bbcfba7466e09fbdb96bdcb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | EX3_14.sce | // Exa 3.14
format('v',6)
clc;
clear;
close;
// Given data
v = 1/(20 * 10^-6);// in cm/sec
E = 10;// in V/cm
Mu= v/E;// in cm^2/V-sec
disp(Mu,"The mobility of minority charge carrier in cm^2/V-sec is ");
|
2be0f0a54fccad95aa20027b96e56d2755c86568 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH21/EX21.2/Ex21_2.sce | 2887a44c021a30d198bedc0257161d40c5203868 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sce | Ex21_2.sce | //Ex21_2 Pg-1068
clc
disp("Refer to figure 21.12")
R1=20000 //timing resistor R1 in ohm
R2=R1 //timing resistor R2 in ohm
C=0.1*10^(-6) //capacitance in farad
tau=0.69 //time constant
tHIGH=tau*(R1+R2)*C //time output that will remain high
printf(" Time output = %.2f msec",tHIGH*1e3)
|
fd8a2a1b323a1fb7c8e3e8bdd56530fa1734bfc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH4/EX4.3/Exa4_3.sce | d57edbc60e9d73c5c1c462ba9376b458ca2c43b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 789 | sce | Exa4_3.sce | //Exa 4.3
clc;
clear;
close;
//Investment proposal A :
P1=-10000;//in Rs
P2=3000;//in Rs
P3=3000;//in Rs
P4=7000;//in Rs
P5=6000;//in Rs
i=18;//in % per annum
//Formula : (P/F,i,n) : 1/((1+i/100)^n)
PW_A=P1+P2*1/((1+i/100)^1)+P3*1/((1+i/100)^2)+P4*1/((1+i/100)^3)+P5*1/((1+i/100)^4);//in RS
disp(PW_A,"The ... |
52e223f0efdf93be1a4f477bec02675039d64349 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH5/EX5.7/Ch05Ex07.sce | 1507178dfc3bb46c54050eceea86992be6c80318 | [] | 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 | 479 | sce | Ch05Ex07.sce | // Scilab code Ex5.7: Pg.209 (2008)
clc; clear;
e = 1.6e-19; // Charge on electron, C
h_cross = 1.055e-034/e; // Reduced plank's constant, eV-s
c = 3e+17; // Velocity of light, nm/s
E = 0.511e+06; // Energy of electron, eV
L = 0.1; // Length of box, nm
E_z = (h_cross*c)^2/(2*E*L^2); // Zero poi... |
bf9a8e9b0bae230a00ca03494901e9108b3b64d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH3/EX3.9/Ex3_9.sce | 2a6ddc4675c5147a8904f195aaa66b808fd09453 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_9.sce | // Example 3_9
clc;funcprot(0);
// Given data
v=10;// The volume of the tank in m^3
rho_s0=3.0;// The initial salt density in kg/m^3
t=0;// Time in s
Q=0.01;// The volume flow rate in m^3/s
// Calculation
// (b)
// V=Q*t;
V=v*log(2);//
printf("\nThe volume of fresh water,V=%0.3f m^3",V);
|
b2a3f190580da2f7e0c9e44dc1069f12645fbbf8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH7/EX7.13/ex7_13.sce | 3874c00057765425c0b9aee371127b6003ed9cf9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 798 | sce | ex7_13.sce | clc;
m=18; // mass flow rate of air in kg/s
p1=3.6; // Pressure of fluid at inlet of turbine in MPa
T1=800; // Temperature of fluid at inlet of turbine in Kelvin
V1=100; // Velocity of fluid at inlet of turbine in m/s
V2=150; // Velocity of fluid at outlet of turbine in m/s
W=3.6; // Power output of turbine in M... |
54b106dc8d8d4fb1ce4336c7af74b8ea10dd7dcc | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /quality/test/garant6x/installation.TST | fa99701edc46848ecefedc4c1de22ea21e8cdba0 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 373,345 | tst | installation.TST | {\rtf1\adeflang1025\ansi\ansicpg1251\uc1\adeff0\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1049\deflangfe1049\themelang1049\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman{\*\falt Times New Roman};}
{\f1\fbidi \fswiss\fcharset204\fprq2{\*... |
72b976949a39261b63f2488cdf41b8b7361fcd3e | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/nonlinear/scilab/functions/fair/fair_nonlin_functions.sci | 5dc5fb28d20e22ca3780909a471920992c74d718 | [] | 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 | 1,652 | sci | fair_nonlin_functions.sci | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
// aux functions to sum of absolute errors
// it is necessary to install the "diffcode" package using ATOMS in Scilab
// smooth functions according to Go... |
0467e6223695b886a1945f3ea00f96cd792d430a | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH1/EX1.3/example1_3.sce | 38a3ab667f7f1dfe9a1b4e59d82a087809356452 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 123 | sce | example1_3.sce | ns=0.035;
ps=ns*10^3;
disp("the value (in ps) is"); disp(ps);
mus=ns*10^(-3);
disp("the value (in μs) is"); disp(mus); |
5a48651d9cce829e2a978c685b0ad2ca570768b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH5/EX5.11/Chapter5_Exampl11.sce | 6990a0f42ac9a6a59a81483683685a4f2770f853 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | Chapter5_Exampl11.sce | clc
clear
//INPUT DATA
nv=0.8;//volumetric efficiency in percentage
vc=3;//clearence volume in litre
p2=8;//air compressor pressure in bar
p1=0.98;//air compressor pressure in bar
//CALCULATIONS
vs=12.085/(1-nv);//stroke volume in m^3
d=((vs/1000)*4/3.14)^(1/3);//cylinder length in m
//OUTPUT
printf('(i)... |
1fcd63ad6e438ba3c9b3d8c57bdcbaf31b2e291f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH6/EX6.12/Ex_6_12.sce | ab183da11d73cf560f15b2656664d6121f0abe30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex_6_12.sce | // Example 6.12;//Cavity length and longitudinal modes
clc;
close;
clear;
h=0.87*10^-6;//Wavelength in meter
n=3.6;//refractive index
df=278;//frequency sepration in Gega Hertz
C=3*10^8;//Speed of light in m/s
L=(C/(2*n*df*10^9))*10^4;//Length of cavity in cm
q=(2*n*L*10^-2)/(h);//Number of logitudinal modes
... |
268095bc44f04602de0162aa553eb6c44b7282d2 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Flattenlist.sci | 903679abe181b0a40ca3a793705eaea45a00dbd8 | [] | 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 | 294 | sci | Flattenlist.sci | // 10.11.13
function Out=Flattenlist(varargin)
Out=list();
for N=1:length(varargin)
D=varargin(N);
if type(D)~=15
Out($+1)=D;
else
for I=1:length(D)
Ds=D(I);
Tmp=Flattenlist(Ds);
Out=lstcat(Out,Tmp);
end;
end;
end;
endfunction;
|
f2a148e64167599eae781409e697dfdc7826bc42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH5/EX5.46/46.sce | d2a33864d90750d3c2223c59650b4be78008794d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 410 | sce | 46.sce | clc
cp=1.005; //kJ/kg K
T_A=333; //K
T_B=288; //K
p_A=140; //kPa
p_B=110; //kPa
//h=cp*T
//v/T=0.287/p
ds_system=integrate('cp/T', 'T', T_A, T_B) + integrate('0.287/p', 'p', p_A, p_B);
ds_surr=0;
ds_universe=ds_system+ds_surr;
disp("change in entropy of universe = ")
disp(ds_universe)
disp("kJ/kgK")
disp(... |
dd5364d1134c4ccc7767d7a44dd5dee97fa78c11 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.14_8.tst | 302fccf3ae5c439aab0e8200837ad8560fb55ce6 | [] | 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 | 48,145 | tst | bow.14_8.tst | 14 7:0.16666666666666666 25:0.07692307692307693 51:1.0 73:1.0 88:0.16666666666666666 167:0.1111111111111111 225:0.5 243:0.1111111111111111 447:0.1 506:0.034482758620689655 510:1.0 754:0.5 962:0.25 1167:1.0 3905:1.0 4473:1.0 4563:1.0 4831:1.0 5018:1.0 5346:1.0 6590:1.0
14 7:0.16666666666666666 24:1.5 25:0.23076923076923... |
65a26c793d02892b9decb312c358f5f383768089 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.10_7.tst | 07aa346fe9498f1447f5f4f33cb991150be461ed | [] | 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 | 16,094 | tst | bow.10_7.tst | 10 28:0.14285714285714285 32:0.3333333333333333 122:0.5 286:1.0 2526:1.0 3913:1.0
10 8:1.0 28:0.14285714285714285 44:1.0 110:1.0 544:1.0 1679:0.25 2645:0.3333333333333333 3526:1.0 3642:1.0 3838:1.0 3839:1.0 3844:1.0
10 22:0.3333333333333333 28:0.14285714285714285 207:0.25 352:1.0 529:0.2 4030:1.0
10 44:1.0 65:0.1428571... |
a8338d18fba4ef7e804b199344877529a7dcc58b | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH2/EX2.18/ex18.sce | c5e1cc58aee2929bff95a08f4e19500a07df07a7 | [] | 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 | 125 | sce | ex18.sce | errcatch(-1,"stop");mode(2);
A=[3 2 2;1 3 1;5 3 4]
C=[3 4 2;1 6 1;5 6 4]
disp("AB=C -->B=inv(A)*C")
B=inv(A)*C
exit();
|
59bb9eeb486eb99bdbc8a676937bc3c688fec2db | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH1/EX1.6.1/1_6_1.sce | 566072dee9159a9b319d51c80af2f6ed642e88da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | 1_6_1.sce | //Transport Processes and Seperation Process Principles
//Chapter 1
//Example 1.6-1
//Introduction to engineering principles and units
//given data
//heat reqd= mCp)(delta T)
//a) 298-673K
m=3;//m is given as 3 g mol
H1= m*29.68*(673-298);//for N2 at 673K Cp=29.68 J/g mol K
//b) 298-1123K
H2=m*31*(1123-298);/... |
3d3b7f276e228a39538ed160c60fb37f29db8e1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH11/EX11.7/11_7.sce | 8b4315ba1fc5f39fad15ce6c131722d974d76fb4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 602 | sce | 11_7.sce | // example:-11.7,page no.-625.
// program to design an amplifier to have a gain of 11 dB at 4 GHZ.
s11=0.75*expm(%i*(-120)*%pi/180);
s21=2.5*expm(%i*(80)*%pi/180);
s12=0;
s22=0.6*expm(%i*(-70)*%pi/180);
Gsmax=1/(1-abs(s11)^2);
Gsmax=10*log10(Gsmax);
Glmax=1/(1-abs(s22)^2);
Glmax=10*log10(Glmax);
Go=abs(s21)^2... |
06947ae5ec7900d1c7c2d78791158a37d60098a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH25/EX25.12/25_12.sce | 117e6db5b19105bad416294d7e92371b45dbacaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 815 | sce | 25_12.sce | clear//
//Variables
hie = 1100.0 //hie (in ohm)
hre = 2.5 * 10**-4 //hre
hfe = 50.0 //Current gain
hoe = 24.0 * 10**-6 //hoe (in Ampere per volt)
rL=10.0*10**3;RL=10.0*10**3;
RS = 1.0 * 10**3 //Sourc... |
c748ccd95779a0da6ecb3ae3abcda72ec2ea741a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH4/EX4.15/Ex4_15.sce | d9975d0e4cd040713cce7ed5f8e0ac55ffa3570a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | Ex4_15.sce | clc;clear;
//Example 4.15
//given data
E=75;//in Cal/day
//calculation
Ereduced=E*365;
//The metabolizable energy content of 1 kg of body fat is 33,100 kJ
Ec=33100;
mfat=Ereduced/Ec*4.1868;
disp(mfat,'weight this person will lose in one year in kg')
|
4c406ec6efbbaae543b4b00358e1e666bbf862c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH1/EX1.a.2/Example_a_1_2.sce | 958bcd2d016e6f7ea1b9f9ab7bec5594441f44d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sce | Example_a_1_2.sce | //Example 1_2 page no:21
clc;
I8=20/8;
I15=(2.5*11)/(11+28);
V28=0.71*28;
V19=2.5*19;
emf=V28+V19;//calculating the emf
disp(I8,"the current flowing through 8 ohm resistor is (in A)");
disp(I15,"the current flowing through 15 ohm resistor is (in A)");
disp(V28,"the voltage across 28 ohm resistor is (in V)");
... |
ad46c836ef8fb2d79e652e787e36b48ba8230786 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/schur.man.tst | 56baf876ae57c7cbfae746bf26b20560cb02b031 | [
"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 | 226 | tst | schur.man.tst | clear;lines(0);
A=diag([-0.9,-2,2,0.9]);X=rand(A);A=inv(X)*A*X;
[U,d]=schur(A,'c');
A1=U'*A*U;
spec(A1(1:d,1:d)) //stable cont. eigenvalues
[U,d]=schur(A,'c');
A1=U'*A*U;
spec(A1(1:d,1:d)) //stable disc. eigenvalues
|
3ad1fcb285eaad6855a9b77c984b2f41a0c63112 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH8/EX8.6/Ex8_6.sce | a3e02a64c52a013f33584cea46be5db56d3d03fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 5,070 | sce | Ex8_6.sce |
// Given:-
// Analysis
// State 1 is the same as in Example 8.3, so
h1 = 3348.4 // in kj/kg
s1 = 6.6586 // in kj/kg.k
// State 2 is fixed by p2 2.0 MPa and the specific entropy s2, ... |
a69b478bd39396f6b43ba05600d49032e33fcd75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2582/CH3/EX3.2/Ex3_2.sce | 6241df9c942de201da3ac10fe6df32b31b128eaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_2.sce | //Ex 3.2
clc;clear;close;
Vin=2.5;//mV
R1=2;//kohm
Rf=200;//kohm
G=-Rf/R1;//Gain
Vo=G*Vin/1000;//V
disp(Vo,"Output Voltage(V) : ");
|
41769856de77e1cb0cf0440472662ac816cd73f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH6/EX6.5/5.sce | fba6315db66c34553cde27f6977a36462a3a9683 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | 5.sce | // Implementation of example 6.5
// Basic and Applied Thermodynamics by P.K.Nag
clc
clear
T1 = 473; //K
T2 = 293; //K
T3 = 273; //K
//let Q1 be any constant
Q1 = 1;
Q2 = Q1*T2/T1;
W = (T1 - T2)*Q1/T1;
//COP = T2/(T2 - T3) = Q'/W
Q2_ = T2/(T2 - T3) * (T1 - T2)/T1 * Q1;
MF = (Q2 + Q2_)/Q1; //multiplica... |
35805bd3321f2012fe2c2bed50991cf534739fcf | 584105ff5b87869494a42f632079668e4c3f82de | /Help-files/initCameraMatrix2D.sci~ | a860b188267b58b3a61f6c03eaa106ba27bd45e3 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,131 | initCameraMatrix2D.sci~ | // Returns a new optimal camera matrix
//
// Calling Sequence
// new_cameraMatrix = initCameraMatrix2D(Size,objectPoints,imagePoints,ImageSize_width,ImageSize_height,aspectRatio);
//
// Parameters
// Size : Number of vectors of calibration points and its projections
// 0bjectPoints : This is a vector of vector of cal... | |
c61163fa78109d3ad5b92c0de8e4f8ba4af33b24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH9/EX9.2/Ch09Ex2.sci | 2005b9f05dc9d10421a17df4d955ac1751d484b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 989 | sci | Ch09Ex2.sci | // Scilab Code Ex9.2 Specific heat of copper from Debye temperature: Page-311(2010)
h = 6.626e-034; // Planck's constant, joule second
k = 1.38e-023; // Boltzmann constant, joule/mol/kelvin
T = 30; // Given temperature, kelvin
N = 6.023e+023; // Avogadro's number
R = N*k; // Universal gas constant, ... |
407fc4e4ab4d446ec51adb8f6c939ae4f4499d3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH2/EX2.10/Ex2_10.sce | d2ef39989ccaee9d46985191744063d45d333249 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sce | Ex2_10.sce | //Ex 2.10 page 73
clc;
clear;
close;
R=10;// ohm
L=0.1;// H
delta_i=20/1000;// A
Vs=230;// V4
f=50;// Hz
theta=45;//degree
delta_t = L*delta_i/Vs; // s
delta_t = delta_t*10**6;// micro s
printf('Minimum gate pulse width = %.1f micro s',delta_t)
|
86d64ab064aa9d15f55ef4761aff204ec0db841e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set8/s_Engineering_Basics_T._Thyagarajan_1853.zip/Engineering_Basics_T._Thyagarajan_1853/CH4/EX4.2/Ex4_2.sce | 7dd1db9b7d43283ef98191cedc571ed6e134899d | [] | 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 | 308 | sce | Ex4_2.sce | mode(2);errcatch(-1,"stop");driver("GIF");
//determine the voltage sin wave
f=50
V=50
Vm=V*1.414
w=2*3.14*f
t=(0:0.1:5*%pi)';
plot2d1('onn',t,[5*sin(t)])
disp('voltage equation v=70.7sin(314)t')
xinit('/home/fossee/Downloads/tbc_graphs/Engineering_Basics_T._Thyagarajan_1853/Ex4_2');xend();exit();
|
75ff1f7377d6e341afcde9269abd454faffd39a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3487/CH7/EX7.6/Ex7_6.sce | cce7de5d61b1aaf08f0b869e14e0d9ceab564603 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | Ex7_6.sce | //Chapter 7,Example 7.6 Page 228
clc
clear
e0 = 50
x = 50
R = 6
Z = 400
v = 3*10^5
//(i)Value of the voltage wave when it has travelled through a distance of 50 km
pow = (-1/2)*(6/400)*50
e = e0*exp(pow)
//(ii)The power loss and the heat loss
PL = e^2*1000/Z // power loss
t = x/v
i0 = e0*1000/Z
HL = -x*i0*Z*(exp(-0.75)... |
7965028d9be4fcdb5ecdf439ccc85d0754c0cafe | 6813325b126713766d9778d7665c10b5ba67227b | /Chapter5/Ch_5_Eg_5.14.sce | b6f2f7654bdd14208203a013d30661f74f9b6446 | [] | no_license | arvindrachna/Introduction_to_Scilab | 955b2063b3faa33a855d18ac41ed7e0e3ab6bd1f | 9ca5d6be99e0536ba1c08a7a1bf4ba64620ec140 | refs/heads/master | 2020-03-15T19:26:52.964755 | 2018-05-31T04:49:57 | 2018-05-31T04:49:57 | 132,308,878 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | Ch_5_Eg_5.14.sce | //To plot different types of histograms in a graphics window
d=rand(1,10000,'normal'); // the Gaussian random sample
subplot (2,2,1); histplot (20, d); xtitle ("Normalised Histogram");
subplot (2,2,2); histplot (20, d, normalization=%f); xtitle ("Regular Histogram");
subplot (2,2,3); histplot (20, d, style=5);... |
4bee3a342a9b61c55af67bd484e8f526a2680413 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH2/EX2.3/ch2_3.sce | afff94c08dc3ef7b3ce5dde338f85b98e0c3f1dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | ch2_3.sce | clc
disp("Example 2.3")
printf("\n")
printf("Given")
disp("Capacitance used is 20uF")
disp("Voltage is v=50*sin(200*t)")
C=20*10^-6;
// Given that v=50*sin(200*t);
vamp=50;
t=0:0.001:0.015;
//q=C*v
qamp=vamp*C
q=qamp*sin(200*t)
//i=C*d/dt(v)
//d/dt(sin 200t)=200*cos t
iamp=C*vamp*200;
i=iamp*cos(200*t)
... |
2a98685f94108678cdadf4a77403dbea6003525d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH7/EX7.11/Example7_11.sce | e65ef2eeadc277948542af9e2edab67d243a29c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,753 | sce | Example7_11.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 7: PARALLEL OPERATION
// Example 7-11
clear; clc; close; // Clear the work space and console.
// Given data
// writing supply voltage in exponential form as follows
// %pi/180 for degrees to radi... |
ad9fb7e9bee3b502f30da46c4666f70ad816cd62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH1/EX1.12/Ex1_12.sce | 30be5e8f97acf1171f10a0f8a99694326f89ba66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sce | Ex1_12.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex1_12
clc;
clear;
Sf=0.04;//Full load slip in %
I=5;//Current in A
Tst=(I)^2*Sf;
x=((2/I)*100)^(1/2);
T=(2/I)^2*(I)^2*Sf;
disp(T,"Torque in Nm is:")
|
d1bc542ca3a3a2fc98c4a3f85a266a3dba13b646 | 759fde9a4e4630494c19352ad74772a2af730889 | /cs3214-esh-master/cs3214-esh-master/src/plugin.tst | 32ffa038297d63e0e1f2aec6924a5016a582ac46 | [] | no_license | pohopoho/CS3214 | 4c106fc6b643abdc05876239f33d5b0ac1b525ae | 24b1251ad8ee05d1c9e1a93893a358809f993f20 | refs/heads/main | 2023-04-23T01:39:23.550806 | 2021-05-12T23:50:53 | 2021-05-12T23:50:53 | 366,880,490 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 23 | tst | plugin.tst | = Plugins Tests
1 tst2
|
d5cbf5d10a2586b74500b119f966bfd1afb20ede | 449d555969bfd7befe906877abab098c6e63a0e8 | /1868/CH14/EX14.4/Ch14Ex4.sce | 8b47c524a6d5ec9b03a2f02f01fc075eee452620 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | Ch14Ex4.sce | // Scilab code Ex14.4: Pg 513 (2005)
clc; clear;
m = 1; // Mass of Uranium taken, kg
Q = 208; // Disintegration energy per event, MeV
A = 235; // Mass number of Uranium
N = (6.02e+23*m)/A; // Number of nuclei
E = N*Q; // Disintegration energy, MeV
printf("\nThe total energy released if %1d kg of Urani... |
2625011d340669bede7a0a34e9b9217838807b73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3765/CH4/EX4.6/Ex4_6.sce | d2390aa68377067d7cdbb50e589b95a06688cfd9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 931 | sce | Ex4_6.sce | clc
// Example 4.6.py
// Consider a 15 deg half angle wedge at zero angle of attack in a Mach 3 flow of
// air. Calculate the drag coefficient. Assume that the pressure exerted over the
// base of the wedge, the base pressure, is equal to the free stream pressure.
// Variable declaration
M1 = 3.0 // ups... |
5bba2fb9885fe0b36bbd0ca44c46450839ce0083 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH1/EX1.43/example1_43.sce | 9e377e949effaeaac8f58187715b6d08cbcfc671 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | example1_43.sce | clc
// Given That
r = 10/7 // ratio of nth ring diameter for two media
// Sample Problem 43 on page no. 1.55
printf("\n # PROBLEM 43 # \n")
R = (1/r)^2 // calculation for the ratio of refractive index of media
printf("\n Standard formula used \n mu1/mu2 = D2/D1. \n")
printf("\n the ratio refractive index of media = %... |
8ed8582e83a8ad0ac4f982e1390e3b12a0d4a7d3 | f84f70d084dfe70f4981267c54aae83638a4d71e | /ACSO-master/ACSO-master/Lab 4/Laboratorio 4b/Resta.tst | e0ea8394750ae31d21a47bfb73efce3142683759 | [] | no_license | nicolaspineros/ACSOM | b85b4b770df5ff204c2c117155102c69fecc2dc6 | 3f3a05bd60589ba5f6fa5edba9d999af9dd93517 | refs/heads/master | 2023-03-22T11:34:35.897155 | 2021-03-03T15:35:00 | 2021-03-03T15:35:00 | 344,175,037 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | tst | Resta.tst | load Resta.hdl,
output-file Resta.out,
output-list s%B1.16.1;
set al %B1001011010110101, set ah %B1010110101101101,
set bl %B0010110100101011, set bh %B0101101010010110,
eval; |
37784265e89fdad6e47c0c3e0e89040de25ac213 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH8/EX8.10/ExA_10.sce | 6899006fda147e70849ad0010abf51d4e64827ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | ExA_10.sce | clc;
l=0.5; // length of conductor lying along Y-axis
B=1.2; // Flux density along the X-axis
v=2; // velocity of conductor
//e=Blv; for maximum induced emf all the three quantities should be perpendicular to each other
e=B*l*v;
printf('Maximum induced EMF in conductor is %f V',e);
|
372035961c6d010e2259f99a4a3e0043b8cade77 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3542/CH6/EX6.1/Ex6_1.sce | 9b6152ed0bac999bfcb04b9e63c4240dfb4cdfba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,139 | sce | Ex6_1.sce | // Example no 6.1
// To compute the carrier power, percentage of total power in carrier power and power in each sideband.
// Page no. 260
clc;
clear all;
// Given data
PAM=10*10^3; // Power of transmitted AM signal
k=0.6; ... |
c6da17ed4e2dcf31a0ddadda8b1a1ba1db55c17b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH9/EX9.7/Ex_9_7.sce | 9650a1ba7007183b711fb0ad7d9c55be502e98b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 155 | sce | Ex_9_7.sce | //Example 9.7// cavity gain
clc;
clear;
close;
x=0.5;//
y=(1-(sqrt(x)))/(1+sqrt(x));//
g=(y/(1-y)^2);//
disp("cavity gain is "+string(g)+"/(sqrt(R1*R2))")
|
c6d860fed6e23cf9293be5f52627e8da195767e9 | 448b934390596180e5965efadbcbe8e13809ab8c | /macros/pkgBuildFrame.sci | 635ba4edc3286cf45b43f54041f63e153d7fc215 | [] | no_license | pirpyn/pkg-scilab | 3834d8b5e5e7cbb71e2d2cff14ea763d32259bf0 | b3ac0d499c9b446d02159f29068616fcf2a57f56 | refs/heads/master | 2021-01-19T17:36:20.707736 | 2017-12-11T21:31:23 | 2017-12-11T21:31:23 | 101,072,162 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,592 | sci | pkgBuildFrame.sci | function fig_handle=pkgBuildFrame()
fig_handle = figure('dockable','off',..
'figure_name','Scilab Atoms Package Creator',..
'tag','pkgMainWindow',..
'figure_size',[600,600],..
'menubar_visible','off',..
'toolbar_visible','off',..
'infobar_visible','on',..
'resize','on',..
'visible','off',..
'layout'... |
7ab89dc7b2782d5fb79b41d5844d695860772c20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH10/EX10.2/Example102.sce | 33f37a4dbcc572a1cc35250f22fa1ebf10c8bbc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,445 | sce | Example102.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat transfer, Seventh Edition, Frank Kreith, Raj M Manglik and Mark S Bohn, Chapter 10, Example 2")
//density of saturated liquid in kg/m^3
rho_l=962;
//gravitational acceleration in m/s^2
g=9.8;
... |
7777bc993eb8226461b55f46886bd42b8b59699b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH5/EX5.3/Example_3.sce | 08a5f99ecc41b3536fb3c089de13e36c5bf36cb6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | Example_3.sce | //Chapter-5,Example 3,Page 122
clc();
close();
t=[75 119 183] //time in minute
V=[24.20 26.60 29.32] //volume of alkali used
V_0=19.24
V_a=42.03
k=(2.303 ./t).*log10((V_a-V_0)./(V_a-V))
printf('values of k')
disp(k)
printf('since k values are fairly constant by putting in 1nd order rate... |
aa164787ba7a21b6bda5ae03cc94e37ef671f0ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /3830/CH2/EX2.1/Ex2_1.sce | 6bd11c1fd6c6cf5c15c69181761c0db0bdb38a77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 318 | sce | Ex2_1.sce | // Exa 2.1
clc;
clear;
// Given
// A wien bridge oscillator under consideration
R = 55*10^3; // Resistance in Ohms
// R = R1 = R2 ... given
C = 800*10^-12; // Capacitor in Farad
// C = C2 = C1 .. given
// Solution
f = 1/(2*%pi*R*C) ;
printf(' The frequency of oscillations = %.1f Hz \n',f);
|
9b648cc025d33b13712297aa76241ba0c3208d5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH5/EX5.9/5_9.sce | 976a1d5af104f23e4b949a06219474d1d1f89120 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 591 | sce | 5_9.sce | //Example 5.9
//Modified Newton Raphson Method
//Page no. 165
clc;clear;close;
deff('x=f(x)','x=exp(x)-3*x-sin(x)')
deff('x=f1(x)','x=exp(x)-3-cos(x)')
printf('n\txn\t\t\f(xn)\t\tf1(xn)\t\tXn+1\t\tError\n')
printf('--------------------------------------------------------------------------------------------------... |
c9721cf0f5dd32bba1715d9e9687fd89e1f96eb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3480/CH6/EX6.2/Ex6_2.sce | 21788b28d7bda549ccad6385f72027e25faf1e09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_2.sce | //Example 6.2, page 126
clc
k=1/.5
v=1/.2
v1=-4-5
p=-2*k
s1=-(1/v1)
m=-(5/v1)
printf("The power is %f D", p)
printf("\n The position of image is formed at %f m",s1)
printf("\n The magnification of image is %f cm",m) |
8a123c904f03df672eda9dd0051900bd594471be | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH3/EX3.5/EX3_5.sce | ace5edaabf3f36b3252f94cac1a657aab8e8a4d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sce | EX3_5.sce | //Chapter 3, Example 3.5, page 74
clc
//Initialisation
No=1 //index of refraction
N1=1.3*10**-7
h=20 //height
//Calculation
wc=asin(((4*No)/((4*No)+((h**2)*N1)))) //critical angle
//Results
printf("Critical angle = ... |
53d5d52fa9b47cc871c31c454ac7865735176757 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2975/CH26/EX26.2w/Ex26_2w.sce | 385dcc77ddc5ff1345261ab5ff77438b8fc714c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,649 | sce | Ex26_2w.sce | //developed in windows 8 operating system 64bit
//platform Scilab 5.4.1
//example 26_2w
clc;clear;
//Given Data
press_a=100*10^3; //Pressure at point a (Unit: Pascal)
press_b=100*10^3; //Pressure at point b (Unit: Pascal)
press_d=200*10^3; //Pressure at point c (Unit: Pascal)
press_c=200*10^3; //Pre... |
fb50ad6b5099b53f3129f200f81935c70fd716b7 | 56e59af8cc0c2cc5477a52284f118c9749aea002 | /gliderLeft.tst | 6fcac7ae612b229885bc1346120ee59a781d6e76 | [] | no_license | lnadi17/game-of-life | a5030738bb3d2128f819c3fee427002940a0e789 | 98f21e282fe1df497dd94d9fff99453c6c0b824d | refs/heads/master | 2023-07-20T02:15:44.713953 | 2023-07-07T09:54:18 | 2023-07-07T09:54:18 | 259,964,709 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | tst | gliderLeft.tst | load GameOfLife.asm,
output-file gliderLeft.out,
compare-to gliderLeft.cmp,
output-list RAM[132]%D1.8.1 RAM[133]%D1.8.1 RAM[134]%D1.8.1 RAM[164]%D1.8.1 RAM[165]%D1.8.1 RAM[166]%D1.8.1 RAM[196]%D1.8.1 RAM[197]%D1.8.1 RAM[198]%D1.8.1;
set PC 0,
set RAM[99] 4, // set number of generations
set RAM[100] 0, // set start... |
a49bb133bdcc76bc98312d8ec1e4f56997a3525a | 449d555969bfd7befe906877abab098c6e63a0e8 | /287/CH14/EX14.5/Exa14_5.sci | 096da0cfd535606fced4fbb7e3cad771efe3b41d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sci | Exa14_5.sci | //Design a cellular system for PCS system using QPSK modulation
Smin = -91.4;
fc = 1800;
ht = 50;
ahr = -4.53;
d = 1;
Gt = 12;
Gr = 0;
Lft = 1;
Lfr = 1;
fm = 10.5;
Lp = 69.55 + 26.16*log10(fc) - 13.83*log10(ht) - ahr + (44.9 - 6.55*log10(ht))*log10(d) ;
Pt = Smin - (Gt+Gr) + (Lft + Lfr + fm) + Lp;
di... |
51300cd88d27136b8c3c1c2e17891920507194f3 | cf8d1debc341390936677844b46833ccb593904e | /test/IBM1.prev.tst | 5effa8c94d67e50b7dc4f1da89549ff8bdbd2cf4 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/putrans | 0671811a49cd7a5f65285bee91af2d19519e0c03 | b4d8541b58e62bf41671d6b2c85f59b28e4762b2 | refs/heads/master | 2022-02-21T20:45:54.670788 | 2022-01-28T14:54:48 | 2022-01-28T14:54:48 | 98,093,618 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,422 | tst | IBM1.prev.tst | <?xml version="1.0" encoding="UTF-8"?>
<html><body><pre><!-- head.6788: 2=, size= 3574, 0x80, words= 72 96 1008 96 1008 108 144 240 588 720
--><!--
[2b d6 40 f2 7e ae 0d 80 48 00 60 00 f0 03 60 00
f0 03 6c 00 90 00 f0 00 4c 02 d0 02 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 ... |
76babcdff48c4d63520bb3568ccec076164cd142 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH14/EX14.7.1/14_7_1.sce | 29e2b55031bb7065bfdb39ceb43de686770e77ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | 14_7_1.sce | clc
//initialisation of variables
pe= 126 //ft
ve=16//ft/sec
g= 32.2 //ft/sec^2
w= 62.3 //lbf/ft^3
Q= 64 //ft^3/sec
n= 0.79
vo= 8 //ft/sec
h= 9 //ft
nh= 0.82
//CALCULATIONS
H= pe+(ve^2/(2*g))+13
Ps= H*w*Q*n/550
W= pe+(ve^2/(2*g))+4-((vo^2/(2*g))-h)
W1= nh*H
dh= W-W1
nm= n/nh
e= Ps*((1/nm)-1)
//RESULT... |
9d86cc356df56acf040b28a1c764c9649678b108 | efc2fec9dd841d0ca834702c904e00c52762a9f9 | /VideoDemo/detectPeopleInVideo.sci | 59eb3d0fb7e26eaf0cffbb3add27c560b6010659 | [] | no_license | surajch77/Scilab-Computer-Vision-Toolbox-TestCases | 64c8e0382e8b9d416c4c27c1ed4272f49bf45b51 | 969f9bcddefea05b42c623aeebe2e0cdcffd6eeb | refs/heads/master | 2021-01-20T20:24:14.345296 | 2016-06-29T15:16:52 | 2016-06-29T15:16:52 | 61,932,313 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 118 | sci | detectPeopleInVideo.sci | function detectPeopleInVideo(input_file, output_file)
opencv_detecPeopleInVideo(input_file, output_file)
endfunction
|
1310a61d87ee9e94c6f079341aa6157ba1ca5997 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.76/76.sci | 82838e44d505b8919a710b667a79beea8806884d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 738 | sci | 76.sci | clc;
clear all;
disp("temperature at interfaces")
L=0.16;//m thickness of slab
qg=1.2*10^(6);// W/m^3
k=180;// W/(m*C)
t1=120;// degree C
t2=t1;
tw=t1;
A=1;//m^2
x=L/2;
tmp=(qg/(2*k))*(L-x)*x+tw;
Qmp=qg*A*x;
gradTmp=-Qmp/(A*k);
disp("degree C",tmp,"temperature at mid plane tmp = ")
disp("W/m^2",Qmp,"he... |
ccc8cd4b465799948191adb38f06d8e7c239055a | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH21/EX4.4.5/U4_C4_5.sce | 60d0b593e06586844ed5e7806947ec8b1f5eaede | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | U4_C4_5.sce | //variable initialization
S1=0
L1=2
J1=2
g1=1
S2=1
L2=3
J2=4
g2=5/4
B=0.25 //magnetic field (T)
mu=5.79*10^-5; //mass (eV/T)
//(i)
E1=4*g1*mu*B; ... |
c1c8e58cd369f71f626f2d07d26090e6aa45120d | 047d952507eb3b9d71fac69ec3332225f17f53ef | /main/out/main/testfiles/test04.tst | 6326211c6cd393bf3a23587a380738b1b13fcaf4 | [] | no_license | patrick-nanys/project-laboratories-hw | 89ab8f366219f491e6feba5558bf41ef8205dda1 | ba57a9d5e4ca33a3cc1be3cdb4fe679fe0149f93 | refs/heads/master | 2022-08-09T14:14:31.220503 | 2020-05-18T11:20:03 | 2020-05-18T11:20:03 | 250,313,203 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 44 | tst | test04.tst | 1;e;0
1;-
p1;-;s;-;2;0;-
digOutItem 1
status |
795edb988bf8ddf0c63171beee64958e406f6617 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH6/EX6.11/Ex6_11.sce | a3f927997ecb4161113f46a75cc3b188e7af7d57 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,107 | sce | Ex6_11.sce | clear
//
//
//Initilization of Variables
P=250*10**6 //N-mm/sec //Power transmitted
n=100 //rpm
q_s=75 //N/mm**2 //Shear stress
//Calculations
//From Equation of Power we have
T=P*60*(2*%pi*n)**-1 //N-mm //Torsional moment
//Now from torsional moment equation we have
//T=j*q_s*(d/2**-1)**-1
//After substituting va... |
8203fd96cf257c816ceb32eee49b4a888c44efb0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH13/EX13.2/Example13_2.sce | d7e5f84067b12e8ab5e2ea03bea227f3747c2db5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,090 | sce | Example13_2.sce | //clear//
//Caption:Program to find the maxima and minma electric field
//Example13.2
//page443
clc;
clear
er1 = 4;
ur1 = 1;
er2 = 9;
ur2 = 1;
eo = 8.854187*10^-12;
uo = 4*%pi*10^-7;//free space permittivity and permeability
u1 = uo*ur1; //permeability of medium 1
u2 = uo*ur2; //permeability of medium 2
e1 = eo*er1; /... |
479bedc5c90d038c6df24599670e0d3f479aa076 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH22/EX22.4/example22_4.sce | 0b7de995304121be689f164c845da76f69232c4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 598 | sce | example22_4.sce | //Chapter 22
//Example 22_4
//Page 531
clear;clc;
mva=10;
kv=6.6;
x=(100-85);
v_ph=kv*1000/sqrt(3);
i=mva*1e6/sqrt(3)/kv/1000;
min_fc=0.2*i;
emf=0.15*v_ph;
r=emf/min_fc;
printf("Full load current = %.2f A \n\n", i);
printf("Minimum fault current which will operate the relay = %.2f A \n\n", min_fc);
printf("Voltage ... |
439636f9b0217fb4c274f77aac8dece5947b819a | 5ec8da01280d56e728159668882bdfd2fcfd59f4 | /Imports_track1.sce | 91de64d98b761fe543125d0f5d478c610089a1af | [] | no_license | shaurya101/Vehicle-Resistive-Forces-Model | 350a949f63132606ae1adf9e3fe1a2c1cbd55099 | 0e671d494ac4db964ded5e64a62b9fb6ead28e1a | refs/heads/master | 2022-12-26T14:48:20.397600 | 2020-10-13T20:42:44 | 2020-10-13T20:42:44 | 297,636,209 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sce | Imports_track1.sce | //Importing Drive Cycle
data=csvRead("track1.csv");
Drive.time=data(3:470,1);
Drive.values=data(3:470,2);
//Importing Grade data
value=csvRead("Grade Data.csv")
Grade.time=value(3:470,1)
Grade.values=value(3:470,2)
|
f6014a92437c9a2835f28061e5aa0cd038316ef5 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machines_-_I_M._Verma_And_V._Ahuja_695.zip/Electric_Machines_-_I_M._Verma_And_V._Ahuja_695/CH1/EX1.12/ex1_12.sce | 474efb91463fb567d5e2480b29dbeed9071bc13e | [] | 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 | 353 | sce | ex1_12.sce | errcatch(-1,"stop");mode(2);//Caption:Find the average value of emf induced across the feild terminals
//Exa:1.12
;
;
P=4;//no of poles
N=4*250;//No.of turns
Phy_1=40*P*10^-3;//In Webers
Phy_2=5*P*10^-3;//In Webers
t=0.1;//in seconds
e=N*(Phy_1-Phy_2)/t;
disp(e,'average value of emf induced across the feild... |
eba442b1f769444b036eddca8c07df367cad4a90 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set10/s_Engineering_Thermodynamics_S._S._Khandare_2144.zip/Engineering_Thermodynamics_S._S._Khandare_2144/CH1/EX1.6/ex1_6.sce | e96b6d9951f1c528a0964fd7556580b2438a0297 | [] | 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 | 172 | sce | ex1_6.sce | errcatch(-1,"stop");mode(2);// Exa 1.6
;
;
// Given data
T = 287;// in degree C
T = T + 273;// in K
disp(T,"The temperature on absolute scale in K is");
exit();
|
8a479bf6fe6eb4354f6cce66de4a9c01f0cfdc46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH2/EX2.8/Ex2_8.sce | 98c9dcd43a1351c72517d2ffe373ae2dc8de48de | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | Ex2_8.sce |
//Chapter 2
//page no 59
//given
clc;
clear ;
Br_Si=1.79*10^-15; //Recombination coefficient for Si
Br_Ge=5.25*10^-14; //Recombination coefficient for Ge
Br_GeAs=7.21*10^-10; //Recombination coefficient for GeAs
Br_InAs=8.5*10^-11; //Recombination coefficient fo... |
47ebb73dcd54e1f2bc9afe43f8f930d15ce1818b | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/YU32PFM/ATWM1_Working_Memory_MEG_YU32PFM_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | 2f80c346494cc5985b95d5c22bdf3cd21bc3ce0b | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,405 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
8e915d4f4d20a97174da3d9295da842f61f8b3f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH5/EX5.4/5_4.sce | d2c365a9383269c9a68bef684d4aa35f508406f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | 5_4.sce | clear;
clc;
close;
disp("Example 5.4")
M0=1.4
//from normal shock table
p=0.9582 //p=pt2/pt0
M1=M0
//from isentropic table:
A=1.115 //A=A1/Acr
A11=1.1 //A11=Ax/A1
Af=A11*A
//from normal shock table for M>1
Mx=1.56
//from normal table
p1=0.91 //p=pt2/pt0
p2=p
disp(p,"(a)The best backpressure :")
disp(... |
19bfc3c0c3dd7be13fa682c64697357d57458b4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /22/CH3/EX3.14/ch3ex14.sce | d7a2784cbaa368705ff2c0e04f52f157f457a20f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | ch3ex14.sce | //signals and systems
//time domain analysis of discreet time systems
//convolution
clear;
close;
clc;
n=(0:14);
x=4^-n;
a=[1 -0.6 -0.16];
b=[5 0 0];
y=filter(b,a,x);
clf;
plot2d3(n,y); xlabel('n'); ylabel('y[n]');
|
00475a8dd55be9cee3509d892258c33cf2db68df | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH5/EX5.27/Ex5_27.sce | 63e5bf63ab9692beb75b186fb3e87ec8201d75a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 947 | sce | Ex5_27.sce | //=============================================================
//Chapter 5 example 27
clc;
clear all;
//variable declaration
//V = (5*sin(theta))+(0.6*sin(3*theta))\
a = 5;
b = 0.6;
rd = 35; //resistance in Ω
ra = 30; //resistance in Ω
//calculati... |
9a24455fc9c86e5afe78e112abaf11b88165960c | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Xyzax3data.sci | b2118c90c43b526c6e3e2b6d6ee1acce0afbfffb | [] | 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 | 477 | sci | Xyzax3data.sci | // 08.07.11
function Out=Xyzax3data(Xrange,Yrange,Zrange)
J=mtlb_findstr(Xrange,'=');
Tmp=evstr(part(Xrange,J+1:length(Xrange)));
Px=[Tmp(1),0,0]; Qx=[Tmp(2),0,0];
J=mtlb_findstr(Yrange,'=');
Tmp=evstr(part(Yrange,J+1:length(Yrange)));
Py=[0,Tmp(1),0]; Qy=[0,Tmp(2),0];
J=mtlb_findstr(Zrange,'=');
Tmp=e... |
a2422b07770c9b4536ab906b6e2f53bfd93e7b50 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH4/EX4.25/ex4_25.sce | 9132a118ea2a40ac7b05ecd9be518d333753c44b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 559 | sce | ex4_25.sce | // Exa 4.25
clc;
clear;
close;
format('v',5)
// Given data
R1 = 4;// in M ohm
R2 = 2;// in Mohm
R_G = (R1*R2)/(R1+R2);// in Mohm
Zin = R_G;// in Mohm
disp(Zin,"The input impedance in Mohm is");
R_S = 2.5;// in k ohm
R_S = R_S * 10^3;// in ohm
R_L = 25;// in k ohm
R_L = R_L * 10^3;// in ohm
g_m = 2500;//... |
288b6a16579cd193a987f177ffe12bcae8f3d182 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH18/EX18.16/ex18_16.sce | ec76e576554b88aff9ced8ffeaf08befaa52a1ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sce | ex18_16.sce | // Example 18.16, page no-470
clear
clc
E=600*10^3 //V/m
eps=8.854*10^-12 //F/m
epsr=6
p=eps*(epsr-1)*E
printf("Polarisation produced in NaCl is %.3f *10^-5 C.m^-2",p*10^5)
|
56fe4390ab10ec6e6a4f67b086a6a202321f3855 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3834/CH3/EX3.1.2/Ex3_1_2.sce | 75e5d90e28b818cd0b54d8ce50e7c3c6d12622a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | sce | Ex3_1_2.sce | //Fiber Optics Communication Technology, by Djafer K. Mynbaev and Lovell L.scheiner
//Windows 7
//Scilab version- 6.0.0
//Example 3.1.2
clc;
clear;
//given
//case 1
n1=1.48;//Refractive index of the core for silica fiber
n2=1.46;//Refractive index of the cladding for silica fiber
//case 2
n3=1.495;//Refr... |
046c34a60d49676975627791ab7b3b4c0473d376 | 3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6 | /calculo-numerico/eliminacaoGauss.sci | 3fed44b0fcdaf15bd90fdce82a2830123627ded8 | [
"Apache-2.0"
] | permissive | geovani-moc/Algoritmos | 226ceea9b599bb1979770ac001f5108a0533bb00 | d2d838c158da62a94946a7af29b24ca7396af34e | refs/heads/master | 2023-01-09T12:40:50.330766 | 2020-11-06T17:46:46 | 2020-11-06T17:46:46 | 256,744,544 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,417 | sci | eliminacaoGauss.sci | function solucaoSistema = refinamento(matriz, solucaoSistema, vetorIndependente, tolerancia, iteracoes)
residuo = vetorIndependente - (matriz * solucaoSistema);
erro = norm(residuo, 'inf');
tolerancia = (0.5 * 10 ** (2 - tolerancia)); // algarismos de significancia
[l, u] = lu(matriz);... |
53e9d17d72a26bed25169ed0a29f0a2ec7f11691 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH10/EX10.8/10_8.sce | 449676a180ab1f20b782a1812818d8df2bcab6c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 147 | sce | 10_8.sce | clear; clc; close;
Vio = 1.2*10^(-3);
R1 = 2*10^(3);
Rf = 150*10^(3);
Vo = Vio*((R1+Rf)/R1);
disp(Vo,'Output offset voltage(Volts) = ');
|
9af2454d36a2124c879b0f56020e1e825269e991 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH1/EX1.13/Ex1_13.sce | c91fa71a0eb5bc1f54e225e7c1abad05b925ebb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_13.sce | clear;
clc;
disp('Example 1.13');
// Given values
V = 230; // Voltage, [volts]
W = 4; // Power of heater, [kW]
// solution
// using equation P=VI
I = W/V; // current, [K amps]
mprintf('\n The current taken by heater is = %f amps \n',I*10^3);
// End
|
4d6ca6eb63f6940fcf4a7c7f6e7c4a688dfec6d8 | a620d7649d08ef7a07a6a30fe15842b6cadd023c | /hamming_net.sce | c2729e7f21e8829e31e72ad4169466535da693a5 | [] | no_license | slytherin20/Neural-Network | cc683d588b5f5e3bee5c9d02c91dac28bc166581 | f644b8e21a9e6890c6d60054f02f0af4d90a6694 | refs/heads/master | 2021-10-08T09:07:55.058926 | 2018-11-25T04:23:24 | 2018-11-25T04:23:24 | 158,997,304 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 423 | sce | hamming_net.sce | clc;
clear;
e=[1 -1 -1 -1;-1 -1 -1 1];
x=[1 1 -1 -1;1 -1 -1 -1;-1 -1 -1 1;-1 -1 1 1];
w=e/2;
m=size(x,"r");
p=size(e,"r");
for i=1:m //for the input vector
for j=1:p //for example vector
net(i,j)=w(j,:)*x(i,:)'+m/2;
end
for j=1:p-1
if net(i,j)>net(i,j+1)
n... |
6a010d46a8910d0b14d67c1e3707b132f60ce893 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1430/CH7/EX7.10/exa7_10.sce | caf788de3e1a6ae089c87d7493b8035ff9296a34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 915 | sce | exa7_10.sce | // Example 7.10
// Calculation of Wattmeter Readings
// Assuming phase_a= 0;
V_ab_m= 780; // Line voltage
phase_ab= 30; // in degree
I_a_m=30; // in Amphere
phase_a=-36.9;//in degree
V_cb_m= 780;
phase_cb=90;
I_c_m=30;
phase_c=83.1;
x_ab=V_ab_m*cos(phase_ab*(%pi/180))
y_ab=V_ab_m*sin(phase_ab*(%pi/180))
V_... |
f5e92aa24f8c7496f170c8ff26acf4c1df0c124a | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_ods_6_e.tst | a482c0286ad31f9279f1345f97b9e50070835ba6 | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 8,667 | tst | test_ods_6_e.tst | ** File Info
Version: 1.0 (encrypted)
Num Logs = 1
Num Trans = 0
Num Writers = 0
Total Entries = 6
Tranlog Offset = 1071
Transaction Id = 5
Index Free List = n/a
Total Size of Data = 207
Data Transformation Id = 4
Index Transformation Id = 17
** Entry Info for: all
num: 0000000000000000 pos: 0000000000000051 ... |
31962836ff277248eb503a0ef93357ac3b5c219b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1538/CH21/EX21.5/Ex21_5.sce | 419b32e36452bd056b72fd46e0576dd3cb1eb067 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | Ex21_5.sce | //example-21.5.
//page no-633
//given
//volume
V=0.01 //m^3
//frequency
f=50 //Hz
//area of loop
A=600 //J/m^2
//as we know that
//A=mu*Bmax^16
//also power loss is given by
//P=mu*Bmax^16*f*V
//so
P=A*f*V //watt
printf ("the power loss due to hysteresis is %f W",P)
|
f69b84af29b191f46baf89ebc8773e6b5315061b | 9948e5af5e885117135b1a9ef1e6988dba9a8643 | /test/edifact3.prev.tst | f4305fc1629d1075edf81e57969cf1454a3050ab | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/xtrans | eabfbdeee4d0024dee72174566c5c9de003d94d8 | 95dce33e3241ca46ad95df7b86afe2297106f80d | refs/heads/master | 2022-02-11T06:09:40.393075 | 2022-01-28T14:37:52 | 2022-01-28T14:37:52 | 16,539,509 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,153 | tst | edifact3.prev.tst | <?xml version="1.0" encoding="UTF-8"?>
<interchange>
<UNA sep=":+.? '"></UNA>
<UNH><d1>12345</d1><d2><c1>FINSTA</c1><c2>D</c2><c3>96A</c3><c4>UN</c4></d2></UNH>
<BGM><d1>54</d1><d2>4711</d2><d3>9</d3></BGM>
<DTM><d1><c1>137</c1><c2>19961010</c2><c3>102</c3></d1></DTM>
<LIN><d1>1</d1></LIN>
<FII><d1>AS</d1><d2>6789... |
9fc74cb74695c514793fa113b48006d2a26a801d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH11/EX11.4/PA_Ex_11_4.sce | 9f7e4bf988cecd7506fb01c26163c1e297b4760f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | PA_Ex_11_4.sce | clc
//Chapter 11:Power amplifiers
//example 11.4 page no 475
//given
Pt=4//max power dissipation in watt
Idmax=1.5//max drain current in amp
Vcc=48//supply voltage
P_t=(4*%pi*Pt)/(Vcc*Idmax)//the normalised max transistor dissipation
disp('from figure 11.21 it is found that maximum possible conduction angle is ... |
245fee8356312a9fc281cf356798a94871a6c9a8 | 1489f5f3f467ff75c3223c5c1defb60ccb55df3d | /tests/test_ods_4_a.tst | a8bb4be53c1bf52dd3070bc168a27e73eefe887d | [
"MIT"
] | permissive | ciyam/ciyam | 8e078673340b43f04e7b0d6ac81740b6cf3d78d0 | 935df95387fb140487d2e0053fabf612b0d3f9e2 | refs/heads/master | 2023-08-31T11:03:25.835641 | 2023-08-31T04:31:22 | 2023-08-31T04:31:22 | 3,124,021 | 18 | 16 | null | 2017-01-28T16:22:57 | 2012-01-07T10:55:14 | C++ | UTF-8 | Scilab | false | false | 544 | tst | test_ods_4_a.tst | aaa
bbb
ccc
config.info.default (289 B)
mnemonics.txt (13.1 kB)
begin transaction (level = 1)
aaa
bbb
ccc
config.info.default (289 B)
mnemonics.txt (13.1 kB)
ddd
eee
fff
rollback transaction (level = 1)
aaa
bbb
ccc
config.info.default (289 B)
mnemonics.txt (13.1 kB)
aaa
bbb
ccc
config.info.default (289 B)
mnemonics.txt... |
d5b633aa4bcbabbc4e051ad563d0facb9630d919 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/routines/graphics/gsort.sci | d377f17403110dedfe61ab0b16cbd2a92b7924a9 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 803 | sci | gsort.sci | // test de gsort : a Finir pour ind ds le cas 'l'
// a faire ensuite marcher pour vecteur complexes
N=3,P=2
a=int(10*rand(N,P));
[a1,ind]=gsort(a,'g');
uu=maxi(abs(a(ind)-matrix(a1,N*P,1)))
[a1,ind]=gsort(a,'r');
uu=0.0;for i=1:N,uu=uu+maxi(abs(a(i,ind(i,:))-a1(i,:)));end
[a1,ind]=gsort(a,'c') ; ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.