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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0e611eae23bbeafd3dde2d3ca26b6c5866e5ffcf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH9/EX9.1/s9_1.sce | ac797b1cb26c81d55e8cca4e522332eae84cccdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,750 | sce | s9_1.sce | //Example 9.1
// page no.391
//calculate the rate at which heat must
//be supplied if evapiration occurs at
//(i) 1 atm pressure
//a vaccum of 650 mm Hg
//given data
ro=1020 // kg/m^3, density of feed
sf=4.1 //kj/kg C,specific heat of the feed
sp=3.9 //kj/kg C,specific heat of the product
ci=5 ... |
b72ca1ceaed5dad6833966b0782c71ab1fcf47d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH14/EX14.1.b/ex_14_1_b.sce | 21ab9602b073ea7ceec073edc1a6642d93481612 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | ex_14_1_b.sce | //example 14.1.b//
clc
//clears the screen//
clear
//clears all existing variables//
r=16*1024;
//given rom capacity//
column=sqrt(r)
disp(column,' no of registers in each column = ') |
a9e04d0c9ea64bb968b5c26d240e17832f0e73bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH1/EX1.10/Ex1_10.sce | d72fc597ee1e40c5b0ab6576f5b68f8ff0a58bb0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 529 | sce | Ex1_10.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 1.10\n\n\n");
// Chapter 1: Fundamental Concepts
// Problem 1.10 (page no. 35)
// Solution
//Given
Rho=2000; //Unit: kg/m^3 //The density of fluid
h=-10; //Unit: mm //Height of column of fluid //the height is negative because it is measured up from the... |
45de7bb2f4f6b4004ffdab9452e7da67449d0f20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH17/EX17.6/example6_sce.sce | e4da15b4f81935423418e325c0aaf23aed330c78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | example6_sce.sce | //chapter 17
//example 17.6
//page 729
printf("\n")
printf("given")
f=30*10^3;C1=1000*10^-12;
disp(" third order low pass filter")
disp("-20 dB per decade stage")
fc1=f/.65;
R1=1/(2*3.14*fc1*C1)
R2=R1;
disp("-40dB per decade stage")
C3=1000*10^-12;
C2=2*C3
fc2=f/.8
R4=1/(2*3.14*fc2*C3*(sqrt(2)))
R3=R4;
... |
ad4ef0aab7a35cae8dd2613ebfa496908fb06e60 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH7/EX7.1/Ex7_1.sce | 45201620c180c37842a4ae8a9afe0d74df53bc5e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_1.sce | clc
//Chapter7
//Ex_1
//Given
NA=6.023*10^23 // in mol^-1
d=1.8 //g/cm3
Mat=39.95 //in mol^-1
epsilon_o=8.85*10^-12//F/m2
alpha_e=1.7*10^-40 //F*m2
N=NA*d/Mat //in cm^-3
N=N*10^6 // in m^-3
epsilon_r=1+(N*alpha_e/epsilon_o)
disp(epsilon_r,"Dielectric constant of solid Ar is")
//using clausius-mossotti equa... |
5e3abd145b14d2fe707b7512ca275c8411d15118 | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Controle/T1/Código/V2/lqr - contr e obs.sce | 4998e43d6292e81061558d79ca79a88b96f34dbb | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | lqr - contr e obs.sce | // Criação das matrizes K do controlador e do observador via LQR
Qc = [4,0,0,0;0,1,0,0;0,0,1,0;0,0,0,1] // Matriz Q do controlador
Pc = [10**5,0;0,10**4] // Matriz P do controlador
slc = syslin('c',A,B,C) // Criação do sistema linear do espaço de estados para o controlador
Kclq = lqr(slc,Qc,Pc) // Definição da matriz K... |
2490885bee4bf695d3ee386382fe74589e217fef | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.19/Ex11_19.sce | 6552fdee655acb92cd8f5b93d4510d283d16cb06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,111 | sce | Ex11_19.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.19\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.19 (page no. 586)
// Solution
//A bare steel pipe
//From the Table 11.5,case 2,
Fe=0.79; //Emissivity factor to allow for the departure of the surfaces interchanging heat from complete blackne... |
0c8f00125e031edf3ba8feba7583a5eb89383c28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH11/EX11.6/11_6.sce | 366cdd7957b12f8894e502645960f50e080106d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 180 | sce | 11_6.sce | clc
//Initialization of variables
Hr=-107530 //B/mol fuel
disp("By iteration of temperatures, T=2700 R")
T=2700 //R
//results
printf("Adiabatic flame temperature = %d R",T)
|
439dac675097e33381193f2a4c0ba3b55f7f8dd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH6/EX6.14/Ex6_14.sce | e72918dfc554e38563b285d710a5804cfc69ea67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | Ex6_14.sce |
clc;
Pm=60000;
P=6;
s=0.04;
V=400;
smT=0.2;
f=50;
Ns=(120*f)/P;
Ws=(2*%pi*Ns)/60;
Wr=Ws*(1-s);
Tefl=Pm/Wr;
//for part a
Tem=(((smT/s)+(s/smT))/2)*Tefl;
mprintf('for part a \n the maximun torque is %f Nm\n',Tem);
//for part b
Prot=(s/(1-s))*(Pm);
mprintf('for part b \n the rotor ohmic loss is %f... |
6cd22ca5f6581790da38d827e3c1fa9cbf09653f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH6/EX6.6.3/Ex6_6_3.sce | d03bb1629ab7806c30941e36edf9887c1013c70d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sce | Ex6_6_3.sce | clear
clc
X1=80;//mol % of n-heptane
X2=90;//mol % of n-heptane
X3=95;//mol % of n-heptane
X=24;//mol % of n-heptane at -114.4 C
N1=(100-X1)/(X1-X);//at 80% of n-heptane
N2=(X1-X)/(100-X);//at 80% of n-heptane
N=((N2*100)/X1)*100;//%of n-heptane recovered w.r.t to original n-heptane
printf('N=%.1f',N)
N3=(10... |
c2990375155c8c4f15a139d298d6419cc8cd56ab | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testisoview.sce | 0ca9e742022a53a0ce0b9e77dc093d68f27d7d1e | [] | 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 | 104 | sce | testisoview.sce | exec('testplot.sce',-1)
A=gca(); // figure axes
A.isoview="on"; // change to isometric scale
|
2cbd794da7fd1fbe9e847be65193984356583b14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH25/EX25.8/25_8.sce | 4677f1f10fc42913faf6c3784fe2999cfc34d1b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | 25_8.sce | pathname=get_absolute_file_path('25_8.sce')
filename=pathname+filesep()+'25_8data.sci'
exec(filename)
clear
GJ=2*G1*a*(t1^3)/3 +G2*b*(t2^3)/3;
dtheta=T/GJ;
tmax12=2*G1*(t1/2)*dtheta;
tmax23=2*G2*(t2/2)*dtheta;
maximum=tmax23;
if(tmax12>tmax23) then
maximum=tmax12;
end
printf("\nmaximum shear stress: %f ... |
c2c834abb9ed70914bb8a71c2d9f68407821acdc | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH4/EX4.24/Example4_24.sce | baa8a5dd2e1ab4c5327f767f7a1fe6cbad15f471 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | Example4_24.sce | //Example 4.24
//Program to Compute the 8-point DFT of given Sequence
//x[n]=[0,1,2,3,4,5,6,7] using DIF, radix-2,FFT Algorithm.
clear;
clc ;
close ;
x = [0,1,2,3,4,5,6,7];
//FFT Computation
X = fft (x , -1);
disp(X,'X(z) = '); |
1d0df74bed2a04f603d82607c40a7b9abee5246b | 449d555969bfd7befe906877abab098c6e63a0e8 | /833/CH7/EX7.12/Ex7_12.txt | cfd2cb63e92dbd7a188488e02b3e7a1c0770bc95 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 425 | txt | Ex7_12.txt | //Caption: Determineper pole (a)Number of cross magnetising ampereturns,and (b)Demagnetising ampereturns
//Exa:7.12
clc;
clear;
close;
I=100//Current(in A)
c=500//Armature conductors
p=6//Poles
t=10//Angle of lead(in degree)
a=2//Wave wound
e=(10*p)/2
F_d=(c*I*2*e)/(2*a*p*180)
disp(F_d,'(a)Number of cross... |
36bde429043e69f2a88db0109705f6679e43dc68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /668/CH3/EX3.10/eg3_10.sce | c385ee5f81840626b1360683836617d9b0509e45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | eg3_10.sce | E1 = 10^5; //in V/m
E2 = 10^6; //in V/m
v1 = 1.4*10^4; //in m/s
v2 = 7*10^4;//in m/s
kBT = 26*10^-3; //in eV
q = 1.6*10^-19;
D1 = v1*kBT/E1;
D2 = v2*kBT/E2;
disp(D1,"diffusion constant (in m square per.s) at 1 kV/cm = ")
disp(D2,"diffusion constant (in m square per.s) at 10 kV/cm = ") |
8f476d3c993dfec823dfbe183ede2492e44a19bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.32/EX_2_32.SCE | a2e99b51dfb166be90ea802a58d955581453acb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 612 | sce | EX_2_32.SCE | // Example 2.32:Beta ,Vcc & Rb
clc;
clear;
close;
Rc=2.7;// Collector resistance in killo ohms
Re=0.68;// Collector resistance in killo ohms
Ib=0.02;// Base Current in mA
Vce=7.3;// Collector to emitter voltage in volts
Vbe=0;// Base to emitter voltage in volts
Ve=2.1;// Emitter Voltage
Ie= Ve/Re;// Emiiter C... |
e5070f0595452ae0a99e78514a560fec14d27b38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /55/CH3/EX3.9/3ex9.sci | 277720dd58d7b284cdacf21e62fe1c4b10a250b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 448 | sci | 3ex9.sci | x=1;
y=2;
z=3;
A=[x,y,z];
disp('cardinality of set A is:')
length(A)
B=[1,3,5,7,9]
disp('cardinality of set B is:')
length(B)
// 3.9 (b)
disp('the set E has the following elements)
E=[2,4,6 %inf] //set E is the set of all positive even numbers and N is the set of all natural numbers
disp('function f:N ... |
711fbcac36fba7c5acabd514f38e3a29752cdf1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH21/EX21.2/example_21_2.sce | 2324909c534f6ef17f09da6ba89ff63f948cf05f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,322 | sce | example_21_2.sce | clear;
clc;
disp("--------------Example 21.2----------------")
identifier=1;
sequence_number=9;
// 8 & 0
word1a=dec2bin(8,8);
word1b=dec2bin(0,8);
// 0
word2a=dec2bin(0,8);
word2b=dec2bin(0,8);
// 1
word3a=dec2bin(0,8);
word3b=dec2bin(identifier,8);
// 9
word4a=dec2bin(0,8);
word4b=dec2bin(sequence_nu... |
41a7ac8c45001e7366bc3f634f60aa96e85b1544 | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/determinism-026.tst | a5989649f93aca03695292651578cda95764e0b9 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 21 | tst | determinism-026.tst | ../inputs/mini-19.pbm |
6c5f0528d9f0f658a46752a7f45bec11b0127722 | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /google-code-jam/2011/qualification/B/test-03.tst | cc2abd056cee516afb03532397f6e2e7b4674629 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | tst | test-03.tst | 6
2 QFT QFT 2 RF RF 2 QF
1 QFT 1 RF 3 QEF
1 QFT 1 RF 3 RFE
1 QFT 1 RF 3 REF
1 QFT 1 RF 3 RQF
1 QFT 1 RF 3 RFQ
~~~~~~~~~~~~~~~~~~~~~~~~~~
Case #1: [T]
Case #2: [Q, E, F]
Case #3: [E]
Case #4: []
Case #5: [R, T]
Case #6: [Q]
|
e7d3e7eb673562e06f7c8a225891ad67e754b373 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/13.sci | 40f74ced7e919a1dd6fcba5f83ae989372a4ac81 | [] | 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 | 66 | sci | 13.sci | M=44//Molecular weight
T=20//degree celsius
P=0.9//MPa(Pressure) |
3279f0292948d6525ff79b9afeecfbfecfa307ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /848/CH11/EX11.2/Example11_2.sce | 2c9be115303243c486f88c591e41683bba7608b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 857 | sce | Example11_2.sce | //clear//
//Caption:Pumping rate and zero-signal gain
//Example11.2(a) and (b)
//page 397
clear;
clc;
close;
I = 100e-03; //bias current in Amps
w = 3e-06; //active area width in meters
L = 500e-06; //amplifier lenght in meters
d = 0.3e-06; //active area thickness in meters
q = 1.602e-19; //charge in coulomb... |
2efece43cbb80b4214a5b24b09d5c518fa5cae76 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH6/EX6.2/6_2.sce | 9dc1baa0d8b7100f34df74ed9be08dd7b1850dcf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_2.sce | clear;
clc;
dia=22.26e-3;
r=dia/2;
V=220;
d=6;
temp=25;
P=73;
m0=.84;
f=50;
l=250;
V=round(V/sqrt(3));
del=round((3.86*P/(273+temp))*10000)/10000;
Vd=round((3e6/sqrt(2))*r*del*m0* log(d/r) *1e-3);
//(a)Good Weather
Pc=243.5 * ((f+25)/del) * sqrt(r/d)* (V-Vd)^2 * 1e-5;
PC= Pc * l;
Ptot= 3 *PC;
mp... |
c1556750be15673b7c645cd682cd766bf2430222 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH3/EX3.19/Ex3_19.sce | e980ac46c5ed84251e7a3386bf10d0e972e1907b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sce | Ex3_19.sce | //Ex:3.19
clc;
clear;
close;
n1=1.53;// core refractive index
n2=1.5;// cladding refractive index
y=1.5;// operating wavelength in um
NA=sqrt(n1^2-n2^2);// numerical aperture
a=(2.405*y)/(2*3.14*NA);// max radius in um
printf("The max core radius =%f um", a); |
a0bb71cc18ab429e098a3b93757aae92b6cb142e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Digital_Signal_Processing_R._Babu_52.zip/Digital_Signal_Processing_R._Babu_52/CH2/EX2.20.a/Example2_20_a.sce | 9caf04274a268f98cace37537ec470a32de759de | [] | 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 | 190 | sce | Example2_20_a.sce | errcatch(-1,"stop");mode(2);//Example 2.10 (a)
//To find input h(n)
//X(z)=(z+0.2)/((z+0.5)(z-1);
;
;
;
z=%z;
a=(z+0.5)*(z-1);
b=z+0.2;
h =ldiv(b,a,4);
disp (h,"h(n)=");
exit();
|
fc80fd5df24b8c4f69b2ac6805bfea154762deef | d86b018eb7bf61fd63158c13ffe7cea53c558c9d | /src/main.sce | 8d36c5c218ab7741cd7c0b9c564cb98ac96cf385 | [] | no_license | ingoncalves/face-recognition | 710a67a4ab659333d679ab83576a35c9fef78976 | ed9bb1122bd0cbb544ede993b58e378766eae281 | refs/heads/master | 2021-01-22T08:59:17.237554 | 2015-07-29T17:23:19 | 2015-07-29T17:23:19 | 38,324,975 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,247 | sce | main.sce | clc;stacksize('max');funcprot(0);getd('.');
qtdTestes = 3;
porcentagemMedia = 0;
rejecteds = list();
for i = 1 : qtdTestes
printf("antes de chamar a funcao");
[iClass, iTrain, iTest] = random_indexes(10, 200, 9, 14);
Nc = size(iClass,2);//Numero de classes
Ni = size(iTrain,2);//Numero de imagens por c... |
26b00a29ddf2f2b719fd8f723f4ff2ef6082872a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3594/CH14/EX14.12/Ex14_12.sce | e96b4f3a914829cddf98f7fe526f3248e89c235e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Ex14_12.sce |
clc
//given
N=1500 //rpm
R=4//lb
g=32.2//ft/s^2
w=%pi*N/30
stroke=5//in
r=stroke/2
l=9//in
b=3.5//in
B=(3/2)*R*r/b//primary force
n=l/r
F=(3/2)*R*w^2*r/(g*12*n)//secondary force
printf("\nResultant primary force = %.2f lb\nResultant secondary force = %.f lb",B,F)
|
34d3b46f24c3d6e28612a1d0626e9d4b739da930 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH35/EX35.5/Ex35_5.sce | a926a188464124344f445ac15556287feacb063b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 350 | sce | Ex35_5.sce |
//To Calculate the Amount of Current
//Example 35.5
clear;
clc;
B=20*10^-3;//Magnetic field inside the solenoid in Tesla
n=20*10^2;//Number of turns per unit metre
u0=4*%pi*10^-7;//Permiability of Vaccum
i=B/(u0*n);//Current flowing through the solenoid in Amperes
printf("Current flowing throug... |
20fd51751250ea7a64b9180db7aae21aa684b05a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH20/EX20.1/example_20_1.sce | 2e404fce3ecb5773bcceda361e9660dadbb4352f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 703 | sce | example_20_1.sce | clear;
clc;
disp("--------------Example 20.1---------------")
// 01000010 - first 8 bits of IP4 packet
p="01000010";
s=strsplit(p,4); // split into two
v=bin2dec(s(1)); // version
d=bin2dec(s(2)); // header length
bytes=d*4; // formula
if(((bytes > = 20 )&((v == 4) |(v == 6)))) //minimum number of bytes is ... |
f32943592d1100f5791c59d3c523c176040324bb | 717ddeb7e700373742c617a95e25a2376565112c | /1445/CH2/EX2.54/Ex2_54.sce | 4b6e43d75c6173e39e45e91b7b2daf4a2b97f489 | [] | 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 | 877 | sce | Ex2_54.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 54 Read example 53 of the Book
disp("CHAPTER 2");
disp("EXAMPLE 54");
//VARIABLE INITIALIZATION
C=2.5/(10^6); //capcaitance in Farads
R=15; //in Ohms
L=260/1000; //in Henry
//SOLUTIO... |
d01cf41141eeb5388cc68331a5f1bef07328294f | acf240e588baea95da961484693431cc897e06b3 | /tests/BasicTest.tst | 9228d283529fb353fb780a1dc00fc40d8a1fcc6e | [] | no_license | Notty98/VirtualMachineHack | b81aeaf3005ccf85443ec5c16fbe08a0ca525590 | 265798724e3cd92568e9a851e662569e3a1bb376 | refs/heads/master | 2020-07-29T12:16:45.144669 | 2019-09-20T14:32:42 | 2019-09-20T14:32:42 | 209,797,293 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 558 | tst | BasicTest.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/07/MemoryAccess/BasicTest/BasicTest.tst
load BasicTest.asm,
output-file BasicTest.out,
compare-to BasicTest.cmp,
output-list RAM[256]%D1.6.1 RAM[300]%D1.6.... |
08827a841c8e29f0f0b55329a8e9030e2e89d163 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/whereami.man.tst | 9b7adb91299e988caf3fe854c2a64b3315dc95c1 | [
"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 | 152 | tst | whereami.man.tst | clear;lines(0);
deff('y=test(a)',['y=sin(a)+1';
'y=t1(y)';
'y=y+1'])
deff('y=t1(y)',['y=y^2';'whereami()'])
test(1)
|
a380a66615ee49e2061ff067b225f32936b940a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH1/EX1.14/ex1_14.sce | ec85dca6842aa82fcf4a089e902f8f32dbeb60e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sce | ex1_14.sce | // Example 1.14 page no-35
clear
clc
v0=1.19*10^7//m/sec
B=0.6*10^-4 //wb/m^2
v=400
//Radius of the circle described by the electron due to earth magnetic field
R=3.37*10^-6*sqrt(v)/B
printf("\nRadius of Circle, R=%.2fm",R)
y=sqrt((112)^2-20^2)
y=112-y
printf("\ndeflection of the electron on the screen, y=... |
40c56053ff98792e331b3fc48f196af0619eac34 | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 5/fat.sci | 7b90b48eebfffb86c42e29c1c26c8ec0fd338c38 | [] | no_license | joaolrneto/learning_scilab | 78ecc0019f167b57bc35647c4ac785ece01e443e | 9624c9a6736860a8a836b0f801256b6224756585 | refs/heads/main | 2023-03-17T22:17:51.853368 | 2021-03-15T20:58:34 | 2021-03-15T20:58:34 | 344,478,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 90 | sci | fat.sci | function f = fat(n)
f=1
while n>0
f=f*n
n=n-1
end
endfunction
|
346eda4d145bbf741973c06171d4b8fc8825374b | f58ccbabd8cf8d7e96906cc614bafb76bd2f6295 | /busca.sci | aeb7defac259600a1818f3ce9dafcdf9d16d306a | [] | no_license | thiagomoretto/ai-arm | f4cdce9ecfef6f86dad9c27d992429f67a4648dd | 7d2982dd641959ac749e475480e87fe9e95d5d4f | refs/heads/master | 2021-01-02T23:13:50.761039 | 2014-01-29T13:35:10 | 2014-01-29T13:35:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,945 | sci | busca.sci | // busca.sci
//
// Implementação da busca por descida de gradiente e têmpera
// simulada com finalidade didática. Trata apenas de um
// caso particular, onde o conjunto de estado é representado
// por uma função discreta unidimensional (um conjunto
// de números naturais [0:n]).
//
// Autor: Hemerson Pistori (pistori@... |
adbd0a9ca50c85e61880107de5f7ba411008d014 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH6/EX6.10/Ex6_10.sce | 3be4648e14133a781290fffea7493a5b1acd6054 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_10.sce | //==========================================================================================
// chapter 6 example 10
clc;
clear;
//input data
l = 60; //length in m
r2 = 38/2; // radius of outer cylinder in m
r1 = 18/2; //radius of inner cylinder... |
c920c98ae6bd77e136dab53d21067e2e2368a9d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH2/EX2.2/2_2.sce | 62b62ffa33237c0dbf8074f85ff096acb2ab7774 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sce | 2_2.sce | Fce_ = 2; //dummy variable
Fbd_ = 3; //dummy variable
Lbd = 480; //mm
Lce = 600; //mm
E = 205e6; //205Gpa
Abd = 1020; //mm
Ace = 520; //mm
Dbd_ = (Fbd_*Lbd)/(E*Abd); //dummy variable
Dce_ = (Fce_*Lce)/(E*Ace); //dummy variable
Da = 1; //limiting value
P = ( ( ((450+225)/225)*(Dbd_ + Dce_) - Dce_ )^(-1) ) * Da ;
Fce = ... |
8fe6e170ee61128b7ed0e7be2547ba91ff686ec3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH5/EX5.1/exa_5_1.sce | 5fc37c4e7eaff052fa00595da091e0ce076a8b79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 676 | sce | exa_5_1.sce | // Exa 5.1
clc;
clear;
close;
// Given data
fo= 15;// in kHz
fo= fo*10^3;// in Hz
C=0.01;// in micro F
C=C*10^-6;// in F
L= 1/(4*%pi^2*fo^2*C);// in H
L=ceil(L*10^3);// in mH
// Let L be of 12 mH and internal resistance 30 ohm
R=30;// internal resistance in ohm
XL= 2*%pi*L*10^-3*fo;
Q= XL/R;
R_P= Q^2*R;/... |
2be602dd957bf132927bd96f13008376e1a2de03 | 127061b879bebda7ce03f6910c80d0702ad1a713 | /Hamiltonian/PIL_H_R.sci | c165964a21c339b52e62812c51b000fa2c65cd9c | [] | no_license | pipidog/PiLib-Scilab | 961df791bb59b9a16b3a32288f54316c6954f128 | 125ffa71b0752bfdcef922a0b898263e726db533 | refs/heads/master | 2021-01-18T20:30:43.364412 | 2017-08-17T00:58:50 | 2017-08-17T00:58:50 | 100,546,695 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,896 | sci | PIL_H_R.sci | // **** Purpose ****
// This code generates the <n(R=0)|H|m(R)> matrix using the lat and hop
// results. This output format is particular useful to implement TB.
// **** Variables ****
// [lat]: structure
// <= variable generated by lat
// [hop]: structure
// <= variable generated by lat
// [uc_index]: nx3, integer
/... |
ccaa6210a748538c1bc0ab89742371cc449dd576 | ac66d3377862c825111275d71485e42fdec9c1bd | /Resources/res/map/map1306.sce | b4f5e5a530077df7dbfadaf669f2ec2d9d2db60f | [] | no_license | AIRIA/CreazyBomber | 2338d2ad46218180f822682d680ece3a8e0b46c3 | 68668fb95a9865ef1306e5b0d24fd959531eb7ad | refs/heads/master | 2021-01-10T19:58:49.272075 | 2014-07-15T09:55:00 | 2014-07-15T09:55:00 | 19,776,025 | 0 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 3,187 | sce | map1306.sce | <?xml version="1.0" encoding="UTF-8"?>
<Project Name="map1306" Width="13" Height="13" CellSize="40" BackgroundSize="1" Background="11plus.png">
<Cell Name="雪树" X="1" Y="1" />
<Cell Name="房子" X="3" Y="1" />
<Cell Name="木箱" X="4" Y="1" />
<Cell Name="海豹(怪)" X="10" Y="1" arg0="16" />
<Cell Name="雪树" X="11" Y="1... |
c63d73715a5635e95f43868dd95242a7cddcfdba | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH11/EX11.14/Ex11_14.sce | b55484caf50ef84b0ac2404ce03779763ca9b38b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sce | Ex11_14.sce | //Ex11_14
clc
Pac = 3.2*10^-3//output power
Pd = 27*10^-3//power dissipated collector junction
P_eta = Pac/Pd//power efficiency
disp("Pac = "+string(Pac)+"W")
disp("Pd = "+string(Pd)+"W")
disp("P_eta = Pac/Pd = "+string(P_eta*100)+"%")
|
cfdf414d7ef7f008442663f73cf4cd194b48479f | 01697f0dc71290a6b6e233849a73d19a883845f1 | /sem06/paper8/lab08a/q02.sce | 8a6b3dc3d09d68857b194298c693555a7ad81dc3 | [] | no_license | aaruni96/Math-Lab | 5d83a13547308bd9d1b7daa28be29a49e1020fbd | 488469c9aba9251f5725e0851fb19e2aef38d234 | refs/heads/master | 2021-01-12T06:29:53.790743 | 2018-04-27T09:21:40 | 2018-04-27T09:21:40 | 77,370,232 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | sce | q02.sce | clc;
clear;
function y=f(x)
y=x^4-x-10;
endfunction
a=1;
b=2;
for i=1:5000
x=(a*f(b)-b*f(a))/(f(b)-f(a));
if f(x)>0 then
b=x;
elseif f(x)<0 then
a=x;
else
break;
end
end
mprintf("Solution is %f",x);
|
fccddc24f671bed9cc6e3eec6e6cb0fdb0159c57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH1/EX1.6/Example1_6.sce | 9ce6f1875dd0ecd7c0c6975c9e6735710f2a17e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | Example1_6.sce | //Scilab Code for Example 1.6(i) of Signals and systems by
//P.Ramakrishna Rao
//Determine whether the given signal is periodic or not
clc;
clear;
n=0:1:10;
x(n+1)=2*sin(0.8*%pi*n);
a=gca();
a.x_location="origin";
a.y_location="origin";
n=0:1:10;
plot2d3(n,x,9);
title('x(n)');
disp('ploting the signal an... |
2ec832c0228435534a3405f05fedb09e44ceff64 | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH11/EX11.6.b/ex11_6_b.sce | a959ce38aa07bc32a33cd710167e295a32d5a49f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | ex11_6_b.sce | //Example 11.6(b)
clc;
f=400; //given frequency in Hz
//Given values of bridge elements
R1=2000;
R2=2850;
R4=52;
C4=0.5*10^-6;
//We Know Balanced bridge equations as
Rx=R1*R4/R2;
//For the calculation of Capacitance
//we have R2*C4=R1*Cx
Cx=C4*R2/R1;
disp(Rx,Cx,'The unknown impedence is the series combi... |
92876643597bee62568f390a76029bc9cf3b7e26 | 3cec51e4eebaeffa5b4d6731706f8125de835990 | /operaciones.sce | 8a465ccfbff871d59b3b35108f4491bc36e03790 | [] | no_license | anmartinezdi/Signal-and-systems | f719f5c18d373bd91ad8fd8364ecf028e560e8a6 | 806c391e857a57743d5638e4cc19b7dbc498ac10 | refs/heads/master | 2021-01-20T04:47:43.027187 | 2017-05-03T04:15:37 | 2017-05-03T04:15:37 | 89,734,957 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,685 | sce | operaciones.sce | [y,Fs,b]=wavread("Goodbye.wav");
y=y(1,:);
[x,Fs,b]=wavread("Hello.wav");
x=x(1,:);
[a,Fs,b]=wavread("adele.wav");
a=a(1,:);
[u,Fs,b]=wavread("UN_Plaza_che.wav");
u=u(1,:);
[c,Fs,b]=wavread("York_catedral.wav");
c=c(1,:);
[e,Fs,b]=wavread("estudio_grabacion.wav");
e=e(1,:);
function origin(y)
// nombre del arc... |
d8a7b1160df4eed32e9e675bf8e145348370cba0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1026/CH11/EX11.1/Example11_1.sce | 84d84455bb256060e2075c80e5c249afb884ca43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 307 | sce | Example11_1.sce | //chapter11,Example11_1,pg 298
me=9.1*10^-31//masss of electron
h=6.62*10^-34//planck's const.
delx=10^-8//uncertainity in position
delp=(h/(2*%pi*delx))//uncertainity principle
delv=(delp/me)//uncertainity in velocity
printf("uncertainity in velocity\n")
printf("delv=%.2f m/sec",delv) |
ff05b79b8cba7b5a2b2cdcbd2ae09351ed1128bb | 717ddeb7e700373742c617a95e25a2376565112c | /503/CH12/EX12.2/ch12_2.sci | eec86e1deaae758f4b7d90ace8fbfe05af6832b3 | [] | 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 | 205 | sci | ch12_2.sci | //calculate firing angle value
clc;
Po=15000;
Ro=1.5;
Va=sqrt(Po*Ro);
a=acosd((Va*2*%pi/(3*sqrt(6)*V))-1);disp(a,'firing angle(deg)');
Ia=Va/Ro;
Ith=Ia/3;disp(Ith,'avg current through diodes(A)'); |
1527318557fa367d9ab0ae54dac486071330bd07 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/branchmap.tst | e70eeecd023db953c2cba5adcc3ead792dd9bb60 | [
"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 | UTF-8 | Scilab | false | false | 140 | tst | branchmap.tst | ## Test branchmap command
branchify ProjA/trunk ProjB/trunk
branchmap @^([^/]+)/(.*)/$@heads/\1_\2@
read <branchmap.svn
prefer git
write -
|
15250a90465f453cb07996ba3e2a64436acefc55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH11/EX11.5/ex_5.sce | 0f0dd3f7b82a1e88b6be8363f56a25b41195280e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 630 | sce | ex_5.sce | // Chapter 11_ Metal-Oxide-Semiconductor Field Effect Transistor:Additional Concepts
//Caption_Lightly doped drain transistor
//Ex_5//page 531
tox=500*10^-8
VFBO=-1.25 //initial flat band voltage
e=1.6*10^-19
eps_ox=3.9*8.85*10^-14
ni=1.5*10^10 //intrinsic carrier concentration
VT=0.70
Na=5*10^15
phi_fpo=0.0259... |
38dfcc536cb910b5b8cbe795d43c63d03da1f725 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH17/EX17.23/17_23.sce | 6ceb3ddf32a467c4e352ad50fc2b09ce8a79979c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,968 | sce | 17_23.sce | clear;
clc;
//Example - 17.23
//Page number - 628
printf("Example - 17.23 and Page number - 628\n\n");
// Given
T = 600;//[K] - Temperature
P = 1;//[atm] - Pressure
R = 1.987;//[cal/mol-K] - Universal gas consatnt
// CH4 + H2O = CO + 3*H2 // (Reaction 1)
// CO + H2O = CO2 + H2 // (Reaction 2)
... |
785f1fa8dac0bd4bd6e8c251c9f3caa2527335be | cc3bff70280a1ee19aaf881e852ab1d5a8a1014d | /Experiment No.3 - PDF of different random variable.sce | b273b9104b67990b09206ceb85c49fe21ebf8306 | [] | no_license | imdeepak27/Digital-Communication-Systems | 814380444ff466fdbd693318fdc25815abd85347 | e35a99437a63bb023e2d6468ecfb92633d6049e5 | refs/heads/master | 2022-06-18T01:07:37.718079 | 2020-05-13T04:26:12 | 2020-05-13T04:26:12 | 263,524,581 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 661 | sce | Experiment No.3 - PDF of different random variable.sce | clc;
clear;
u=input(" ");
v=input(" ");
disp("GAUSSIAN RANDOM VARIABLE");
disp("MEAN = "+string(u));
disp("VARIANCE = "+string(v));
x=-10:0.001:10;
N=1/sqrt(2*3.14*v)*exp(-(x-u)^2/(2*v));
figure(1);
plot(x,N);
xlabel("x");
ylabel("PROBABILITY DENSITY");
title("GAUSSIAN PDF");
a=input(" ");
b=input(" ")... |
55e1e5df5651619aa9af8f2485f9f97bda2bb1c4 | e657bbadea88191ece0e48eb447173a4c5f816f6 | /functionPi.sci | f57311bc901ee37e7e336e26ca6e2df2bdcda234 | [] | no_license | vainia/Learning-SCILAB | c37d6071907ea4fad811071a3164454a927602d8 | d77877b1316b8b3546cb32cb9e29e7ad70d25280 | refs/heads/master | 2020-03-10T09:51:08.444686 | 2018-04-12T23:13:06 | 2018-04-12T23:13:06 | 129,320,183 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sci | functionPi.sci | function pi=MojePi1(n)//Deklarujemy funkcje jako MojePi1 z jedna wartoscia pobierana, zapisujaca sie jako wartosc argumentu n. Junkcja zwraca wartosc argumentu pi
suma=0
for k=1:n
suma=suma+1/k^2
end
pi=sqrt(6*suma)
endfunction //koniec definicji funkcji
function pi=MojePi2(n)
suma=0
for k=1:n
sum... |
435483cadceb3f32e0a9acaa9cd03e144235c482 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.11_10.tst | 932645dc38a2d635f34ef17808dd68d9036c35d2 | [] | 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 | 729,329 | tst | 5.11_10.tst | 11 1:1 48:1 109:1 463:1 820:1 1104:1 1307:2 1310:1 1317:1 1428:2 1510:1 1541:1 1575:1 1727:1 1732:1 1820:1 1909:1 1991:1 2044:2 2092:1 2120:1 2173:1 2395:1 2594:1 2616:1 2767:1 2908:1 3028:1 3082:1 3097:1 3264:1 3300:1 3312:1 3345:1 3574:1 3658:2 3790:1 4118:1 4122:1 4265:2 4294:1 4382:1 4409:2 4509:1 4666:1 4716:1 480... |
ffb05dd626e92270c115382f53918333ad9a7786 | 664fdc6470c0da45922ff39e3b58320db9600faf | /control/motor/motor.sci | 7876b92465ccfb9a758186017a0396be3256a2ae | [
"MIT"
] | permissive | beandrewang/drone-sim | 55a60df2b3eb64f56ffc301e739bc3df22a2764d | 5e932e1a3cec62af0dbf23dbbf8eacea06163796 | refs/heads/master | 2021-01-19T11:52:43.493366 | 2017-03-07T01:22:02 | 2017-03-07T01:22:02 | 82,269,144 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 505 | sci | motor.sci | // implement a motor
function [Ia, Ib, Ic, M, theta] = pmsm(A, B, C, R)
// this is a simulator for a pmsm
// A, B, C, the 3 phase voltages
// R, the sample resistance.
// Ia, Ib, Ic, the 3 phase current
// M, the resultance voltage vector magnitude
// theta, the resultance voltage vector phas... |
a880f687487009d41327cc12e075a1a6155d7613 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH4/EX4.9/9.sce | 394c3e2f749a4dffa069429e14ee0479cef66a4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 9.sce | //Variable declaration
me=1.676*10**-27; //mass(kg)
mn=9.1*10**-31; //mass(kg)
h=6.63*10**-34; //planck's constant
//Calculation
lamda_n=h/sqrt(4*mn*me); //de broglie wavelength(m)
//Result
printf('de broglie wavelength is %0.3f nm \n',int(lamda_n*10**9)) |
513fbedef846fd68b870554e06bff9064c709f59 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH19/EX19.1/Ex19_1.sce | 5fddaac8c7e58efd62b393f5e8d1704732a0a454 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,230 | sce | Ex19_1.sce | //Variable declaration:
H = 2.5 //Height of wall (m)
W = 4 //Width of wall (m)
h = 11 //Convective heat transfer coefficient (W/m^2.K)
T1 = 24 //Outside surface temperature ( C)
T3 = -15 //Outside a... |
d2bdbd7287a232e78754771ba14991e52214311c | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/scripts/steamheat.tst | 11e43b83c8ca1976725a2e345f5c202f8106baaa | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,167 | tst | steamheat.tst | # Heat exchanger test
units SI
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + PROPANE ISOBUTANE n-BUTANE n-PENTANE WATER
# lets have some streams for this test
coldInlet = Stream.Stream_Material()
hotInlet = Stream.Stream_Material()
# hot side will use steam property package
hotInlet.thermo... |
4b1862dc39a88e57751fcc3f4304b809cdf0d71d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH9/EX9.6/ex9_6.sce | 0ab44123902541af440edd2471065de7dba56dc0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | ex9_6.sce | //Determine most economical value of diameter and overall diameter of insulation
clear;
clc;
//soltion
//given
gmax=60;//kV/cm
V=132*sqrt(2)/sqrt(3);//kV
d=2*V/gmax;
D=exp(1)*d;
printf("Diameter of conductor(d)= %.1f cm \nInternal diameter of shelath= %.2f cm",d,D);
|
ab8361f256b1d14e6a38ef7cd1ae7e7a1189d6ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH7/EX7.7/7_7.sce | e44afa9cf96fc3798169c219ee1a8f4157f73f01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | 7_7.sce | clc
//initialisation of variables
A= 388.5
l= 349.8
a= 0.61
m= 0.1 //M
//CALCULATIONS
L= A-l
A1= a*A
Lsp= m*A1/1000
//RESULTS
printf (' equivalent conductance of the anion at infinite solution = % 2e mho cm^-2 ',Lsp)
|
379dd1fb6544bad37cb5d3715561b21d3698c75e | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /deter_demo.sci | 04d459e51101a2532857f98c82a2db4dd5d842ce | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 81 | sci | deter_demo.sci | function deter_demo()
a =[1 20 3;15 5 6;8 12 10];
determ(a);
endfunction
|
e72d7a508f87557cc8e4fad23f2df9d663c816dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH6/EX6.14/Ex6_14.sce | 44f02a11877ea84be44229fb53d6d6e41c76d875 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 908 | sce | Ex6_14.sce | //===========================================================================
//chapter 6 example 14
clc;clear all;
//variable declaration
Rm =40; //resistance in Ω
Im = 1; //current in mA
I1 = 10; //current in mA
I2 = 20; //current in mA
I3 = 30; //current in mA
I4 = 40... |
13f86fb4c4dd8138552b4c425a98f87213172035 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1205/CH2/EX2.12.2/E2_12_2.sce | f043f87efebd81f4bebf3eb320b53b71b0d14aaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 733 | sce | E2_12_2.sce | clc;
//F=700N i +1500N j, given forc
Fx=100;//N, Comonent along X axis
Fy=-150;// N, Component along Y axis
Fz=300;// N, Component along Z axis
F=sqrt(Fx^2+Fy^2+Fz^2);// N, magnitude of force F
thetax=acos(Fx/F);// radian , angle with +ve x axis
thetay=acos(Fy/F);// radian , angle with +ve y axis
thetaz=aco... |
d9de6d9920a8639b95ebb7a6fbe2892e412db6ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1268/CH11/EX11.15/a_15.sce | a74ddcbd9ea1f385397e0408918536142002df59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 92 | sce | a_15.sce | clc;
disp("Example A.15")
dratio=4/5
pratio=dratio^-5
disp(pratio,"Pressure drop is ")
|
ae8ab18504349a617c7644510c6ce2d7888304dc | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.1_19.tst | 14887b25e4e942dabf7512e80d221b27d5440811 | [] | 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 | 672,395 | tst | 5.1_19.tst | 1 53:1 112:1 275:1 282:1 326:1 336:2 459:2 501:1 603:1 636:1 660:1 688:2 766:1 987:1 1109:1 1222:1 1268:1 1392:1 1809:1 2229:1 2349:1 2430:1 2785:1 3015:1 3213:1 3264:1 3335:1 3365:1 3430:1 3555:1 3622:1 3987:1 4092:1 4127:1 4212:1 4221:1 4240:1 4382:1 4503:1 4819:1 5034:1 5152:1 5454:1 5704:1 5852:1 6448:1 6892:1 6959... |
9ddf9ff99a36f80a6350d585de7e7edfea607212 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH2/EX2.6/2_6.sce | 97d8758485c1400f1427ba21cdf27a02284dd9f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 729 | sce | 2_6.sce | // example:-2.6,page no.-46.
// program to compute propagation constan,impedence,skin depth,reflection and transmission coefficient.
f=1*10^9;
omega=2*%pi*f;
sigma=5.813*10^7; // for copper.
mue=4*%pi*10^-7; // permeability in free space.
delta=sqrt(2/(mue*sigma*omega)); // skin depth.
gama=((1+%i)/delta); /... |
dee64af0b15d6b22b656dcaade209beab8150e14 | e1bc17aae137922b1ee990f17aae4a6cb15b7d87 | /Completed Simulations/K.Ogata/Scilab/Ex6_3.sci | 47e5da8113440a54c2af44f19085a306d7f09acd | [] | no_license | muskanmahajan37/Xcos_block_examples | 650dceb0afdbfc100f3e9c5a6508443eca030fa2 | 8ac15bc5efafa2afc053c293152605b0e6ae60ff | refs/heads/master | 2022-02-26T04:20:26.365579 | 2019-09-03T12:57:40 | 2019-09-03T12:57:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sci | Ex6_3.sci | function locus4(z)
s=%s
N=s+3
D=s*(s+1)*(s^2+4*s+16)
H=syslin('c',N,D)
disp(roots(D),'open loop poles = ')
disp(roots(N),'open loop zeros = ')
evans(H,z)
endfunction
|
13f4bd4e18943365a5dbf2e555120aab098dae98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2858/CH1/EX1.8/Ex1_8.sce | 710ba50a372f6ea32c55269d547d33fa379b28df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 236 | sce | Ex1_8.sce | //example 1.8
clc; funcprot(0);
Cv=7.061;
tc=15*24*60;
H=2.8/2*1000;
Scmax=87.5; // consolidation
Tc=Cv*tc/H^2;
tv=31.6*24*60;
Tv=Cv*tv/H^2;
//from figure 1.28
Sct=Scmax*0.36;
disp(Sct,"consolidation in 31.6 days in mm");
|
67d4686a9ffc9196a69cb728414b353e2c5bb877 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH1/EX1.8.b/Example1_8_b.sce | b5cd139a062900dbdc3a2db3060c42ccad8adb68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | Example1_8_b.sce | //Example 1.8(b)
clear;
clc;
a=10^5;//Open Loop Gain
b=1;//Feedback Factor
T=a*b;//return ratio or loop gain
d=1+T;//Desensitivity Factor
aperchange=10;//Percentage Change in a
Achange=(1/(1+T))*aperchange;//Percentage Change in Overall Gain
printf("Percentage change in A =%.4f",Achange); |
d0fe8f50cfc4b1d528fe1faea3ad1729740d2c58 | 2abbdbd7a9a8bda139e6a7314a1b8a70ad010ae0 | /Hack-Computer/Prog1.tst | 63a39fe44f131390570c838ec2dd1ca5632c3244 | [] | no_license | Aryan-Reddy/Hack-Computer | 6a1e403a100a9b8eb764aa2ef2acf77dae85f86b | 897053afc8567bf041d0a7bc11152dc35e556722 | refs/heads/main | 2023-06-17T19:21:35.312099 | 2021-07-18T14:15:16 | 2021-07-18T14:15:16 | 387,191,986 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 876 | tst | Prog1.tst | load HackComputer.hdl,
output-file Prog1.out,
output-list time%S1.4.1 reset%B2.1.2 ARegister[]%D1.7.1 DRegister[]%D1.7.1 RAM64[16]%D1.7.1 RAM64[17]%D1.7.1 RAM64[18]%D1.7.1 RAM64[19]%D1.7.1;
// The program computes the arithmetic of RAM[16],RAM[17],RAM[18]
// and writes the result in RAM[19].
ROM32K load Prog1.hack,
... |
d6279dd096bfc9edf25bfd9b53ea0c2e223ce7f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH4/EX4.5.3/4_5_3.sce | 7aeee874b21ed0ac8d05f18ce2870eac7cc197f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | 4_5_3.sce | clc
//initialisation of variables
g= 32.2 //ft/sec^2
h= 5 //ft
Q= 0.6 //ft^3/sec
Cd= 0.6
d= 2//in
Q1= 0.315 //ft^3/sec
h1= 8 //ft
h2= 2 //ft
A= 9 //ft^2
//CALCULATIONS
H= Q1^2/((Cd*%pi*(d/24)^2)^2*2*g)
T= A*2*(sqrt(h1)-sqrt(h2))/(Cd*sqrt(2*g)*60*(d/24)^2)
dhbyt= (Q-Cd*%pi*(d/24)^2*sqrt(2*g*h))*60*12/(%pi*... |
f0f3cd19a1d54a6e2ee29931cb6202f8778df08a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH39/EX39.30/Example39_30.sce | 8c4fcffaaf7578aaf97c6f2ae0ca581b28391a4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 922 | sce | Example39_30.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART IV : UTILIZATION AND TRACTION
// CHAPTER 1: INDUSTRIAL APPLICATIONS OF ELECTRIC MOTORS
// EXAMPLE : 1.30 :
// Page number 710
clear ; clc ; close ; // Clear the work ... |
b8272be81430c70f7cf266c1c28c170831517477 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH2/EX2.15/EX_2_15.sce | 0e3b8a396d5797cb5d05c9879aa58d7aa4efe153 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | EX_2_15.sce | // Example 2.15:diameter
clc;
clear;
close;
mfd=11.6;//in micro meter
a=mfd/2;//in micro meters
v=2.2;//
alpha=((a*10^-6)/(0.65+1.619*sqrt(v)+2.879*((v)^-6)));//
disp(2*alpha*10^6,"core diameter in micro meter ")
//answer is wrong in the textbook
|
b5fef33d3a1efa14989b93befb7c2ad44b7e4e70 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH5/EX5.01/5_01.sce | f21bb7b47bee16c7b4d5e604bd5ba66837041f8f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 952 | sce | 5_01.sce | //Problem 5.01:
//initializing the variables:
//calculation:
//chemical equation provides a variety of qualitative and quantitative information \n essential for the calculation of the quantity of reactants reacted and products formed \n in a chemical process. A balanced chemical equation, as noted above, must ha... |
e39e9553f592e9b898167ad085a079c93db58d48 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH22/EX22.02/22_02.sce | 9a8679c44789047db665008888d53c832987157d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 22_02.sce | //Problem 22.02: A stator winding supplied from a three-phase 60 Hz system is required to produce a magnetic flux rotating at 900 rev/min. Determine the number of poles.
//initializing the variables:
f = 60; // in Hz
ns = 900/60; // in rev/sec
//calculation:
//ns is the synchronous speed, f is the frequency in... |
5c98cc54edae0e8caa07521d7b7efa48b30e9ee1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2492/CH6/EX6.5/ex6_5.sce | 391dbd72907c6c0a0158153f0c7fefa436c5c546 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex6_5.sce | // Exa 6.5
format('v',6)
clc;
clear;
close;
// Given data
Vout = 36;// in V
Vs = 0.028;// in V
B = 1.2/100;
A = Vout/Vs;
Af = A/(1+(B*A));
Vo =Af*Vs;// in V
disp(Vo,"The output voltage in V is");
// 1+BA = 7 or
BA= 6;
Af= A/(1+BA);
Vin = Vout/Af;// in V
disp(Vin,"The input voltage in V is");
|
a0701d26ae7db7e954c1e585646bcfd3ab49fb8c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH5/EX5.8/ex5_8.sce | eb97a4343b51d80674ae39f470f24832b39e15ac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sce | ex5_8.sce | //Frequency Modulation : Transmission : example 5-8 : (pg 222)
phi=0.5;
fi=5*10^3;
d=phi*fi;
x=75*10^3;
y=x/d;
printf("\nThe i/p =2 means that the worst case deviation is about 1/2 rad");
printf("\nd = %.f Hz",d);
printf("\nbecause full volume in broadcast FM corresponds to 75kHz deviation");
printf("\no/p S/N... |
d2d98704ce9ac62cfb657b5376706024dbfda921 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH25/EX25.8/25_8.sce | 9ec20d15748ffa5d88a2b5a2c2eaf6f954c053b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,660 | sce | 25_8.sce | //clc()
disp("f(x,y) = 4*exp(0.8*x) - 0.5*y")
h = 1;
x = 0:h:4;
y(1) = 2;
for i = 1:5
k1(i) = 4*(exp(0.8*x(i)))-0.5*y(i);
x1 = x(i) + h;
y1 = y(i) + k1(i)*h;
k2(i) = 4*(exp(0.8*x1))-0.5*y1;
y(i+1) = y(i) + (k1(i)/2 + k2(i)/2)*h;
end
disp(y(1:5),"y(second order RK method) = ")
for i = 1:... |
a6bc03ed4a1c96971cf7fb1b887caf75e0b21f8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH11/EX11.5/Chapter11_example5.sce | 0e9e75b6a961b9c829819cb989b6686aa81274b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 861 | sce | Chapter11_example5.sce | clc
clear
//Input data
d=8.25;//The diameter of the bore in cm
L=11.25;//The length of the stroke in cm
r=8;//The compression ratio
N=2500;//The speed of the engine in rpm
ip=17;//Indicated power in kW
a=0.08;//Fuel air ratio
T=345;//Inlet temperature mixture in K
p=1.02;//Exhaust pressure in bar
CV=44000;... |
6069d09eddd5bc34deb9d3160dba56fa194b6510 | 67c2f8ab30624ed1e132c02369d61964c927e8e1 | /src/sites/list.tst | 68bd3aa5e47878cdbd4053ca6c053a39ab298146 | [
"MIT"
] | permissive | serbe/rsp | 0a48523893e2c593df711e63d493b37314d52271 | 6d4474a47176def45e80ec91499d7ccbebe7c794 | refs/heads/master | 2023-07-06T08:21:56.101251 | 2023-07-03T09:51:54 | 2023-07-03T09:51:54 | 128,239,330 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | tst | list.tst | ERROR: type should be string, got "https://sockslist.net\r\nhttps://premproxy.com\r\nhttps://proxy-list.org/english/index.php\r\nhttp://nntime.com\r\nhttps://proxy-list.org\r\nhttp://www.gatherproxy.com\r\nhttp://tools.rosinstrument.com\r\n" |
85bfd6947db97a3597421ace7d16dbc30a3ab102 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH1/EX1.8.p/prob1_8.sce | f68ef742cb76d23261eb479507a39e8594aee799 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 638 | sce | prob1_8.sce | // Prob 1.8
clc;
clear;
close;
format('v',5);
// Given data
ph=3;//no. of phase
P=10;//in KVA
VL=230;//in volt
Xs=1.2;//in ohms/phase
Ra=0.5;//in ohm/phase
VP=VL/sqrt(3);//in volt
I=P*10^3/(3*VP);//in Ampere
cosfi=0.8;//Power factor
sinfi=sind(acosd(cosfi));//
//Power factor 0.8 lagging
Eo=sqrt((VP*cosf... |
af47c99daa0c6102c87910f8cd38d3a8bde15a61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2642/CH6/EX6.6/Ex6_6.sce | 924048f2b3e7561d39ea247ac47f278c6f199a70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,747 | sce | Ex6_6.sce | // FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 6 : CONTROL AND STARTING OF A DC MOTORS
// Example : 6.6
clc;clear; // clears the console and command history
// Given data
V_t = 220 // shunt motor supply voltage in V
P_0 = 3550 // o/... |
50b33f47b1af0cc1a7ca38579cefede6159d135e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH9/EX9.3/Ex9_3.sce | 3586c85ef45b07917fc62fa9ca99734e211fe59a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | Ex9_3.sce | //Ex9_3 Pg-475
clc
Aol_Beta_1= 2500 //open loop gain
fol=20 //open loop frequency in HZ
fcl=Aol_Beta_1*fol //close loop frequency in Hz
printf("Close loop Bandwidth = %.0f kHz",fcl*10^-3)
|
8ce4db83a3421951c7e5f7a9e2268f465913cf44 | 845c8ae1a329364b6568f3529318bf19080ab941 | /hdl/AToI16.tst | 07fafa17b309f6227aca8fb832cdae7eadbfa3c3 | [
"Apache-2.0"
] | permissive | DChristianson/FPGA_lpu | 133a843e4b1df4f225aee01438930d7c42659d08 | 86f6cdc9b0aecfbdccd6ed23b73a5026776db18f | refs/heads/main | 2023-02-26T04:53:41.561411 | 2021-02-04T23:52:08 | 2021-02-04T23:52:08 | 336,049,181 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,392 | tst | AToI16.tst | load AToI16.hdl,
output-file AToI16.out,
compare-to AToI16.cmp,
output-list time%S1.4.1 in%D1.3.1 in%B1.16.1 load%B2.1.2 reset%B2.1.2 out%D1.6.1 out%B1.16.1;
set in 48,
tick,
eval,
output;
tock,
eval,
output;
set in 49,
tick,
eval,
output;
tock,
eval,
output;
set in 50,
tick,
eval,
output;
tock,
eval,
output;
se... |
71662ac0f61a9f0e9c4a080bf68e214ed0191066 | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH1/EX1.10/example1_10.sce | 41cd6df4dddd5540c314cc3fd8a666f115e31435 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 715 | sce | example1_10.sce | //Position of Fermi energy at 0K
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 1-10 in page 34
clear; clc; close;
// Data given
h=1.5*10^-34; // Constant of calculation in Js
m_c=0.067*0.91*10^-30; // Effective mass of conduction electron in ... |
1f07a367043707c006582e480e36859a8f33a115 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH2/EX2.28/example_28.sce | 95249c066b0a7a4ce7f551389b3952429583ac52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | example_28.sce | clc
clear
printf("example 2.28 page number 82\n\n")
//to find hardness of water
volume_NaCl=50 //in l
c_NaCl=5000 //in mg/l
m=volume_NaCl*c_NaCl;
equivalent_NaCl=50/58.5;
hardness=equivalent_NaCl*m;
printf("hardness of water = %f mg/l",hardness/1000)
|
c985db4e76f09315bba03d2facd892645e882d5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1892/CH2/EX2.1/Example2_1.sce | f0150cb29b0ce7c756628b037615ce9eba279daf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,432 | sce | Example2_1.sce | // Example 2.1
clear; clc; close;
format('v',6);
// Given data
Is=220;//in Ampere
//For no load
Vo=220;//in volt
Io=6;//in Ampere
wo=350;//in watt
//From locked rotor test
Vsc=125;//in volt
Isc=15;//in Ampere
Wsc=580;//in watt
R1=1.5*1.2;//in Ω
//Calculations
Zeq=Vsc/Isc;//in Ω
Req=Wsc/Isc^2;//i... |
345f4c43cfc61d566439e5fa6491c94f43c8031c | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.14_8.tst | 9107c99d671b6de001451fcff63d7cec853da3c2 | [] | 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 | 6,202 | tst | bow.14_8.tst | 14 20:0.14285714285714285 27:0.5 47:0.5 54:2.0 55:0.2 58:0.03773584905660377 64:0.2 101:1.0 107:0.16666666666666666 142:0.5 186:0.5 189:1.0 223:0.2 230:1.0 321:1.0 332:1.0 345:1.0 502:1.0 963:1.0 1118:1.0 1220:1.0 1458:1.0 1557:1.0
14 22:0.3333333333333333 47:0.25 54:1.0 58:0.018867924528301886 61:1.0 80:0.076923076923... |
00e666db44380960a8075de3883a6968907d199d | 449d555969bfd7befe906877abab098c6e63a0e8 | /34/CH3/EX3.9/Ch3Exa9.sci | 65b2072c5d5fe2b0a85c6ab659b83e1e23ed8ec7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sci | Ch3Exa9.sci | t= 10^(-8); //time period between excitation and radiation, s
hb= 1.054*(10^(-34)); //Reduced Planck's constant, J.s
Eo= hb/(2*t); //uncertainty in photon energy, J
disp(Eo,"Photon energy is uncertain by (in J) :")
h=hb*(2*(%pi)); //Planck's constant
Fo= Eo/h; //uncertainty in frequency of light, Hz
disp(Fo,"Frqu... |
2942e7a46f8e4ec112381fa541c0ba1b36fe16e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /866/CH4/EX4.4/4_4.sce | 72749bc0c8e2de1532fbe200d865eabbbd87850f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,137 | sce | 4_4.sce | clc
//initialisation of variables
Rav= 1 //KN
Re= 4 //KN
Xac= 1.5 //m
Xce= 1.5 //m
Fd= -5 //KN
Rah= -3 //KN
xa= 0 //m
ya= 0 //m
xc= 1.5 //m
yc= 0//m
xe= 3 //m
ye= 0 //m
xf= 3 //m
yf= 1.5 //m
xd= 1.5 //m
yd= 1.5 //m
xb= 0 //m
yb= 1.5 //m
Yef= 1.5 //m
Fb= 3 //KN
//CALCULATIONS
tac= -Rah/(xc-xa)
ta... |
6d6ea12d527bfaa196b34b1fe88bf83bad684ded | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH19/EX19.17/example17_sce.sce | 6ca1ba72cc18edf6a07c4a8812f64a7cfb6281e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | example17_sce.sce | //chapter 19
//example 19.17
//page 858
printf("\n")
printf("given")
f=50;R1=100*10^3;R2=1*10^3;R8=2.7*10^3;R9=R8;
C1=1/(2*3.14*f*.1*R1)
C2=1/(2*3.14*f*R2)
Xc3=.1*((R8*R9)/(R8+R9))
C3=1/(2*3.14*f*Xc3)
C4=C3 |
2d6ab3f156148ae782b6bc2ecce04b7c69331afe | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH6/EX6.5/ex5.sce | 4d0ab154e6b3594c8449f3dab24c329f35b2ac0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,000 | sce | ex5.sce | //CHAPTER 6 _ PRESSURE AND SOUND MEASUREMENT
//Caption : Pressure Gage
// Example 5 // Page 347
p_max=10*10^6 //('Enter the maximum differential pressure')
fn=20000 //(' Enter the frequency')
E=200*10^9; // modulus of elasticity
v=0.3; // poissons ratio
p=7800 // density of steel
disp("Let t/R be rep... |
649a3b8d9d86fb10bc33aaf96167e8d03f4424f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2024/CH13/EX13.3/13_3.sce | 85377a2acbf072d78f3cf85adaf7e766d7d11c47 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 334 | sce | 13_3.sce | clc
clear
//Initialization of variables
ha=1033
hbd=1403+1589
hc=7823
hdd=5142
lhv=2733000
M=29
//calculations
wt=hc-hdd
wc=ha-hbd
wnet=wt+wc
heat=hc-hbd
etat=wnet*100/heat
mr=heat/lhv *142/M
AF=1/mr
//results
printf("Thermal efficiency = %.1f percent",etat)
printf("\n Air fuel ratio = %.1f lbm air/l... |
419db2b80a9006a150898918af354f97023b87c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH5/EX5.8/Ex5_8.sce | db4e987dbb4b0f49d713546a7782a76c3eeb7126 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,131 | sce | Ex5_8.sce | //Ex5_8
//Removal of Periodic Noise by Notch Filtering
// Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;
close;
... |
e2f504426d163489aa424dc29d10af55925751a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3745/CH1/EX1.60/Ex1_60.sce | 14fc8381df5d3d8b0a333739b0596a7b6d18de6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Ex1_60.sce | // Ex 60 Page 402
clc;clear;close;
// Given
d1=0.15*10**-3;//mm
l1=150*10**-2;//m
i2BYi1=1/4;//current ratio
//(d2/d1)**(3/2)=i2BYi1
d2=(i2BYi1)**(2/3)*d1*10**6;//um
l2=1/2*l1*d1/d2*10**6;//m
printf("length of filament = %.2f m",l2)
printf("\n diameter of filament = %.f um",d2)
|
8914b36179fbc9cdc4ba0b82a4506358a889526b | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/checktext.tst | 1d11ded9dc862645b3df9e180d8fdde58c23798f | [
"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 | UTF-8 | Scilab | false | false | 601 | tst | checktext.tst | ## Test Check-Text match and mismatch
set relax
read <min.fi
msgin <<EOF
------------------------------------------------------------------------------
Committer: Ralf Schlatterbeck <rsc@runtux.com>
Committer-Date: Thu 01 Jan 1970 00:00:00 +0000
Check-Text: First commit.
Alter first commit, check text is correct.
EOF
... |
be5b9bca902026ca0e1f527a17fdd09b57a9eb68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH1/EX1.14.p/prob1_14.sce | 9a81fe8110e98aac3fb9f1b3ff3af03d6a9a68a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | prob1_14.sce | // Prob 1.14
clc;
clear;
close;
format('v',7);
// Given data
P1=600//Lightning load in KW
cosfi_1=1;
tanfi_1=tand(acosd(cosfi_1));
P2=800//Inductive load in KW
cosfi_2=.9;//lagging
tanfi_2=tand(acosd(cosfi_2));
P3=800//Capacitive load in KW
cosfi_3=.8;//leading
tanfi_3=-tand(acosd(cosfi_3));//taken -ve
... |
da3c2f7079cea61740ff2c462e71a48e1b8aa37b | e86f908be00c4a3a017e81d12588d76562c56b75 | /macros/arch_rnd.sci | 50facc470b82f512ee2f47cb677d34535a2d93c5 | [] | no_license | ShashikiranYadalam/FOSSEE_SP_task | 8869a14f664329625b76e15e771058b90b69b1e1 | 601ca7b7c91587a430c69c9ceb1f87b196c8e566 | refs/heads/master | 2020-03-20T06:38:26.598686 | 2019-03-01T12:31:10 | 2019-03-01T12:31:10 | 137,255,176 | 0 | 0 | null | 2018-06-14T05:16:17 | 2018-06-13T18:27:32 | HTML | UTF-8 | Scilab | false | false | 958 | sci | arch_rnd.sci | function res = arch_rnd (a, b, t)
//Simulate an ARCH sequence of length t with AR coefficients b and CH coefficients a.
//Calling Sequence
//arch_rnd (a, b, t)
//Parameters
//a: CH coefficients
//b: AR coefficients
//t: Length of ARCH sequence
//Description
//This is an Octave function.
//It Simulates an ARCH sequence... |
9639423241e5816ae5fe8709edd87d701252719c | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /xcos_blocks/lpf_func.sci | b659edf8f66c4b5f918e8f33d0fa90221c504683 | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 254 | sci | lpf_func.sci | function block=lpf_func(block,flag)
if flag ==1
r = 1:block.ipar(1)
block.outptr(1)(r)=block.x(r)
elseif flag==0
j = 1:block.ipar(1)
block.xd(j)=(block.inptr(1)(j)-block.x(j))./block.rpar(j);
end
endfunction
|
c489aaebff3dfe23802617865e21c15e4af63e71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH6/EX6.3/Example_6_3.sce | 7674f1d66d1f8b7d841b4f1b6c081f096360aff7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,899 | sce | Example_6_3.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
function[Q]=ICPS(T0,T,A,B,C,D)
t=T/T0;
Q=((A)*log(t))+(((B*T0)+(((C*T0*T0)+(D/(t*t*T0*T0)))*(t+1)/2))*(t-1))
funcprot(0);
endfunction
function[Q]=ICPH(T0,T,A,B... |
85a505022498f2e3f3e1cb222f6ff684513a0552 | 449d555969bfd7befe906877abab098c6e63a0e8 | /182/CH4/EX4.1/example4_1.sce | 6b0588c98722fb5b00b73eb675d800c9dcf51f61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 654 | sce | example4_1.sce | // To find the meter current and the voltmeter resistance
//example 4-1 in page 88
clc;
//given data
Vcc=20;//Vcc in volts
R=9.3e+3;// R=Rs+Rm=9.3 K-ohm
Im=1e-3'// Im=1 mA
hfe=100;
E=10;// E in volts
Vb=0.7;//voltage drop across base in volts
// calculation
Ve=E-Vb;// emitter voltage in volts
printf("me... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.