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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
77e9ac669b6216303bab63e8f1d00e202a1c3589 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH3/EX3.4/Example3_4.sce | 33e97518f2134fb7dcc1979caef26ac26d83b668 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,507 | sce | Example3_4.sce | clear;
clc;
// Example 3.4
printf('Example 3.4\n\n');
//Page no. 82
// Solution
// Basis 100 g mol of Nd(4.5)Fe(77)B(18.5)
//(a)
n_Fe = 77-0.2;
printf('(a) Molecular formula after adding Cu is Nd(4.5)Fe(%.1f)B(18.5)Cu(.2).\n',n_Fe);
//(b)
o_ml1 = 4.5 ;//[kg mol]
o_ml2 = 77.0 ;//[kg mol]
o_ml3 = 18.5 ... |
165201a0040ea3ec2a7bf79528b76afe824d54ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /1868/CH3/EX3.2/Ch03Ex2.sce | 506cd6786946e0c43ec3e7ae40bdff81815b31f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,186 | sce | Ch03Ex2.sce | // Scilab code Ex3.2: Pg 75 (2005)
clc; clear;
// Part (a)
h = 6.63e-34; // Plank's constant, Js
c = 3e+08; // Velocity of light, m/s
lamda_green = 540e-09; // Wavelength of green light, nm
delta_E_green = h*c/lamda_green/1.602e-19; // Minimum energy change in green light, eV
lamda_red = 700e-09; /... |
72b15cbed33b285ad7c87ca8bc91a86d0e386b75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH4/EX4.7/Ch04Ex7.sce | 6c556b9fd3036434e2b627a9bcf115bc17475c63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 720 | sce | Ch04Ex7.sce | // Scilab Code Ex4.7:: Page-4.8 (2009)
clc; clear;
E0 = 1; // For simplicity assume maximum intensity through polarizer and analyser to be unity, unit
light_fraction = [0.25 0.45 0.65 0.75 0.0];
for i = 1:1:5
E = light_fraction(i)*E0; // Light fraction of the maximum intensity, unit
// From Malus law, E = E0*... |
eefb9ec17086115df9f93296ee685bd4049a7d40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3516/CH19/EX19.2/Ex19_2.sce | 79bf171528fd8347d9311fce107ae09d7023f7c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | Ex19_2.sce | printf("\t example 19.2 \n");
QF=50000000;
G=22.36;
Acpt=1500;
printf("\t approxiate values are mentioned in the book \n");
Q=(QF/(1+(G/4200)*(QF/Acpt)^(1/2))); // eq 19.15
printf("\t Q is : %.2e Btu/hr \n",Q);
printf("\t The radiant-section average rate will be 8350 Btu/(hr) (ft2), and the exit-flue-gas tempera... |
19fc7f434f9475681916e10482f1476744222b8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH5/EX5.10/Ex5_10.sce | dddcbe872ada059e81c49312215addf1cabdf340 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,282 | sce | Ex5_10.sce | //Ex5_10
//Image Bluring Due to Motion
// 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;
clear;
xdel(win... |
5e99a720a12e27040d936e3b0ebbc8c609e04f30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH3/EX3.31/Ex3_31.sce | b9fdab0cdb5070b4024ebdcd708ccf13c859112c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 551 | sce | Ex3_31.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 3-Hydrostatic Forces on surfaces
// Problem 3.31
//Data given in the Problem
dens=1000
g=9.81
d=3
l=4
W=196.2*1000
BOC=3
R=d/2
//calculations
h=d/2
A=BOC*l
F_y=dens*g*%pi/2*R^2*l
//Horizontal rxn at A
F_x=dens*g*A*h
... |
6926a7b1db745e43c9ede1d2e238e7d1e9c8a575 | 08a90c0d1bca9d01121747d1bfe2e55d78f7fb2f | /task2.sce | 8ec5915422e7cca8deaa077049291cb39d1413d4 | [] | no_license | fatawesome/dsp-hw3 | bf3428c1eff50894aa3da04f81204d62158c4598 | c6cb8c63bb1e7ea3229c0c9219af4d8d7f6c7c56 | refs/heads/master | 2021-03-08T00:06:08.353867 | 2020-03-10T13:20:05 | 2020-03-10T13:20:05 | 246,305,447 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,603 | sce | task2.sce | clear()
drums = loadwave('DSP_2020_A3_DATA/drums.wav');
speech = loadwave('DSP_2020_A3_DATA/speech.wav');
violin = loadwave('DSP_2020_A3_DATA/violin.wav');
voice = loadwave('DSP_2020_A3_DATA/voice.wav');
all = loadwave('DSP_2020_A3_DATA/Violin_Viola_Cello_Bass.wav');
// Lowpass:
a_low = [1.9733442497812987, ...
-0.97... |
78c9cb4e6c0fbeb6dc586a0a0469cf768054b224 | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH21/EX4.4.1/U4_C4_1.sce | 143c4e89ee42a0d736a5ce3016669a20419d0843 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 740 | sce | U4_C4_1.sce | //variable initialization
e=1.6*10^-19; //charge of electron (Coulomb)
B=0.5 //magnetic field (Tesla)
lembda=6438*10^-10; ... |
24490b1f1d2972cb187ca10dc8a4bed43aa30e86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH7/EX7.13/example7_13.sce | 7d52819dbb566729424c3bc5f2df4efeef68ec85 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 363 | sce | example7_13.sce | //clc()
P = 93.30;//kPa
T1 = 353;//K
T2 = 373;//K
Pwater1 = 47.98;//kPa
Pwater2 = 101.3;//kPa
Pliq1 = 2.67;//kPa
Pliq2 = 5.33;//kPa
T = T1 + (T2 - T1)*(P - (Pwater1 + Pliq1))/(Pwater2 + Pliq2 - (Pwater1 + Pliq1));
disp("K",T,"(a)The equilibrium temperature = ")
Pwater = 88.50;
y = Pwater * 100 /P;
disp("%",... |
b36041b31aae35c23bd46e148f7df3e5a55ecd7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH2/EX2.1/exa_2_1.sce | 9502023ba3ddd33a8f6edc1766d35964eaaa1cfb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exa_2_1.sce | // Exa 2.1
clc;
clear;
close;
// Given data
miu= 0.3;// in m^2/vs
V= 50;// in mV
V=V*10^-3;// in V
d=0.4;// in mm
d=d*10^-3;// in m
// Part (a)
// miu= vd/E and vd= miu*E, so
vd= miu*V/d;// in m/s
disp(vd,"Drift velocity in m/s is : ")
// Part (b)
T= d/vd;// in sec
disp(T*10^6,"Time required for an el... |
0b620e28861aa8193e7062eaf4f3ad29dbe78e2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3440/CH2/EX2.3/Ex2_3.sce | 1fb774b02949183fc69a8ed0e559d1eeb9f24800 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | Ex2_3.sce | clc
T=300 //K
k=8.617*10^-5 //eV/K
q=1.6*10**-19 //C
m0=0.91*10^-30//kg
n=10^16//cm^3
W=500*10**-4//cm
A=2.5*10**-3//cm62
I=10**-3//A
Bz=10^-4//Wb/cm^2
RH=1/(q*n)
disp(RH,"Hall coefficient in cm^3/C is")
VH=W*RH*I*Bz/A
disp(VH,"Hall voltage in V is")
|
1145a215e4dc6c445f5f2e970ef5b478343bc3bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH3/EX3.1.b/Ex_3_1_b.sce | ce3a50ef1081e9b68a57b95e046f8fda468569a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | Ex_3_1_b.sce | // Example 3.1.b:percentage strain
clc;
clear;
close;
la=0.16;//bond length in nm
st=2.6*10^6;//psi
psi=6894.76;//Nm^-2
e=9*10^10;//NM^-2
yp=((4*la*10^-9*(st*psi)^2)/(e));//in joules
c=10^-8;//
sf=sqrt((2*e*yp)/(%pi*c));//N/m^2
sf1=sf/(psi);//psi
e=(sf/e)*100;//
disp(round(e),"percentage strain (%) is")
|
20e95c1e7b896ebf3f863923ee7aa7e3f4776552 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /xcos_blocks/div2.sci | 5c4c8820ea81a5d4068a1fc1e881a0759fcd1cd4 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 1,426 | sci | div2.sci | function [x,y,typ]=div2(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then //** GET INPUTS
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' ... |
b7fd6d5acc9899c75909f4e6bcda5bc5577ffa21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH12/EX12.8/Ex12_8.sce | 56fd1f61642a2a39d7ac55c58b20f00564f6fce7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | Ex12_8.sce | clear
//
//
//
//Variable declaration
lamda=7000*10^-10; //wavelength(m)
d=5*10^-3; //aperture(m)
f=0.2; //focal length(m)
P=50*10^-3; //power(W)
//Calculation
d_theta=1.22*lamda/d; //angular speed(radian)
A=(d_theta*f)^2; //areal speed(m^2)
I=P/A; //i... |
09daf24bd2eb9b13ffdb54a83d7b57126b517d96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH10/EX10.19/10_19.sce | 1022d5b3af4ce33a2107e0dff447db62fa557290 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 498 | sce | 10_19.sce | //Example 10.19
//Adams Basforth formula
//Page no. 333
clc;clear;close;
x=[0,0.1,0.2,0.3,0.4];i=5;
y=[1,1.0025,1.0101,1.0228];
h=0.1;
deff('y=f(x,y)','y=x*y/2')
//adams basforth formula
y(i)=y(i-1)+h*(55*f(x(i-1),y(i-1))-59*(f(x(i-2),y(i-2)))+37*f(x(i-3),y(i-3))-9*f(x(i-4),y(i-4)))/24
disp(y(i),"By Adams Bas... |
877697ab67d9700508951696ab17fd85abbb9e48 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/sparse.man.tst | a81ab5fe1a6906100a5745d7dcf347e53530ce4c | [
"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 | 99 | tst | sparse.man.tst | clear;lines(0);
sp=sparse([1,2;4,5;3,10],[1,2,3])
size(sp)
x=rand(2,2);abs(x)-full(abs(sparse(x)))
|
680d10457e85e1b2df73ec1ccddb0d6a7d68816c | 449d555969bfd7befe906877abab098c6e63a0e8 | /506/CH8/EX8.3/Example8_3.sce | d64081ba65a977fab8a9d57e12b0725d1702096b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 544 | sce | Example8_3.sce | clear;
clc;
//Caption:To derive output impedence of given figure in open circuit-voltage short-circuit-current theorem
//Solution
//Yo = I/Vo
//When current in a short circuit placed across the output terminals and V is the open circuit voltage
disp('When current in a short circuit placed across the output te... |
78c13128251374c6cff56042b5423c763607e1d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH8/EX8.2/Ex8_2.sce | 0bd89e3081486fc2403115d67cea6f829657af70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,278 | sce | Ex8_2.sce | // Problem 8.2,Page no.207
clc;clear;
close;
L=15 //cm //Length of close coiled helical spring
U=50 //N*m //Strain energy
sigma_s=140 //MPa //Shear stress
D=10 //cm //Mean coil diameter
G=80 //GPa //Modulus of rigidity
R=D*2**-1 //cm //Mean coil Radius
//Calculations
//Let dell be the deflection of the spring whe... |
b285a46029ea9b06adc473f09a8c9c6e5e845d01 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH34/EX34.14.1/ex14_1.sce | e19b26f2ea9d94c780e267f4d2f54ce7a8b9e8f0 | [] | 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 | 238 | sce | ex14_1.sce | errcatch(-1,"stop");mode(2);
disp('probability of first card being a king=4/52')
4/52
disp('probability of second card being a queen=4/52')
4/52
disp('probability of drawing both cards in succession=4/52*4/52=')
4/52*4/52
exit();
|
a123d6c201afaa7339bfe1dd7975401beabfa57d | 8423ca9ce33d0d3ba30dc05b86e8241e4894d0af | /b.sci | 552d56016ca5879bd0295a87c2250313d3284090 | [
"MIT"
] | permissive | fbarrueta22/TAP-1 | b99581dab6414d93988b708d61ac7e5e6610a6e5 | 61324322191684285df528149c7829b8cfe3dc5f | refs/heads/master | 2022-04-25T18:44:31.343068 | 2020-04-18T17:22:50 | 2020-04-18T17:22:50 | 256,637,464 | 1 | 1 | MIT | 2020-04-18T17:22:51 | 2020-04-18T00:22:58 | Scilab | UTF-8 | Scilab | false | false | 129 | sci | b.sci | exec('plates.sci')
filas=5
[A b] = plates(filas,1,1)
printf('A:\n')
disp(A)
printf('\n')
printf('b:\n')
disp(b)
printf('\n')
|
abc8a71df658fe921b96a3ccd1bb53e95814ec55 | 881e0bcc7118244a24f736786ac36140acfb885e | /yeast/results/GAssist-ADI-C.yeast-3/result7s0.tst | 79fe4984e8c5a486146c838ced69818dc30f390b | [] | no_license | woshahua/Experiment_File | 3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc | 6a139cd3f779373799cb926ba90d978235b0de0d | refs/heads/master | 2021-01-01T06:57:13.285197 | 2017-07-28T08:17:38 | 2017-07-28T08:17:38 | 97,557,409 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,585 | tst | result7s0.tst | @relation yeast-3
@attribute Mcg real [0.11, 1.0]
@attribute Gvh real [0.13, 1.0]
@attribute Alm real [0.21, 1.0]
@attribute Mit real [0.0, 1.0]
@attribute Erl real [0.5, 1.0]
@attribute Pox real [0.0, 0.83]
@attribute Vac real [0.0, 0.73]
@attribute Nuc real [0.0, 1.0]
@attribute Class {MIT, NUC, CYT, ME1, ME2, ME3, E... |
2d1f0ffbfe2a21908b314e9710dd6a9c39bd0a3d | d6c6e5351a55752775a06471ab1e767b959dba02 | /Taller 4b/macros/close_source.sci | 26753e433639ee77e6bc3844e12d0d95f1575c96 | [] | no_license | hectornauta/Repoduino | f0a685840d7484f78ddb40c1704ce0d7d174aa41 | 05229fc5d70ecc4bd45102cbb02703cb912a5d14 | refs/heads/master | 2020-08-06T09:07:22.888804 | 2019-12-09T13:17:44 | 2019-12-09T13:17:44 | 212,917,573 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sci | close_source.sci | function close_source(port)
// Description of close_source(source)
try
closeserial(port)
catch
end
endfunction |
c406dd12f8071382e52d9aeac39aa26fc43f53ba | daabc3867b8f4cd1afe9ef0d39701a7d9c4d8acb | /mfhdf/hdfimport/testfiles/ctxtr2_ris.tst | 154d7572b01ef89814ddcdce6410ea803f8e8201 | [
"NetCDF",
"BSD-3-Clause",
"LicenseRef-scancode-hdf5"
] | permissive | schwehr/hdf4 | 142afe72520b32634d84494f51015eb8c7ab0b1f | 97ac2954ca6d6c2bba24ade9301b691b98135709 | refs/heads/master | 2023-03-18T03:48:07.616808 | 2023-03-09T20:49:55 | 2023-03-09T20:49:55 | 581,363,881 | 0 | 0 | NOASSERTION | 2022-12-23T01:17:44 | 2022-12-23T01:17:44 | null | UTF-8 | Scilab | false | false | 527 | tst | ctxtr2_ris.tst | ctxtr2_ris.hdf:
Version Descriptor : (tag 30)
Ref no 1 92 bytes
Number type : (tag 106)
Ref no 2 4 bytes
Image Dimensions-8 : (tag 200)
Ref no 2 4 bytes
RLE Compressed Image-8 : (tag 203)
Ref no 2 400 bytes
Image Dimens... |
8046c595ca21fc578ba89e5508de22ecba91f336 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH16/EX16.5/example5.sce | f731832d48629ae152b3e8508878a0e2a2ac8584 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 904 | sce | example5.sce | // calculate decibel power gain
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 16-5, page 571
clear; clc; close;
// Given data
Ap1=1;// power gain
Ap2=0.5;// power gain
Ap3=0.25;// power gain
Ap4=0.125;// power gain
// Calculation... |
bfa006f75debc853717149da6892cc7d7709e729 | abed134eb329d44a339af93997f34c76b7649173 | /P2Codes/Mux4.tst | 6883a5c9c4eb1257a9d9729c3e91b7dceedbc08a | [] | no_license | Patrickyyh/CSCE-312 | 8823df9f53d378b96c8018064da3823faef95ce3 | b9ba0fd8592ce5d91d1689219ff48d638a66aee0 | refs/heads/master | 2023-05-03T18:46:15.689810 | 2021-05-22T06:02:17 | 2021-05-22T06:02:17 | 369,727,875 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | tst | Mux4.tst | load Mux4.hdl,
output-file Mux4.out,
output-list a%B1.4.1 b%B1.4.1 sel%D2.1.2 out%B1.4.1;
set a 0,
set b 0,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0000,
set b %B0000,
set sel 0,
eval,
output;
set sel 1,
eval,
output;
set a %B0001,
set b %B0000,
set sel 0,
eval,
output;
set sel 1,
eval,
out... |
632e162f9ada2259f7abad8a50185ae1f05f57da | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH4/EX4.15.18/ex_4_15_18.sce | aec63662ec891500c330cbcd99918f25bd1003b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sce | ex_4_15_18.sce | //Chapter-4,Example4_15_18,pg 4-35
v1=5.9*10^3 //velocity of UW in mild steel
v2=4.3*10^3 //velocity of UW in brass
t2=15*10^-3 //thickness of brass plate
t1=v2*t2/v1 //since ve;ocity is inversly ... |
e95c45a74c4886a1656b282a8d31a0133102681f | a550430672dfb5984bd8561b894897323028b7f5 | /tests/results/foot01.tst | 7870bc62571b678eeaf27cc8de9f19520e2d7998 | [] | no_license | carlosmata/LabelPropagation | c91f68489a941e6f8cfb15de478d2fe28eadbcad | 2f169cc4ece49a0d0f868fee15e5eefe02bbc6df | refs/heads/master | 2020-12-18T17:46:23.501020 | 2020-05-09T06:13:16 | 2020-05-09T06:13:16 | 235,474,033 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | tst | foot01.tst | argc:7
Dataset: ../datasets/converted/football.net
Nodes Edges Com Mod NMI Time
seq async 115 1226 10 0.605159 -1 0.000211709
par async 115 1226 12 0.52036 -1 0.068867
|
e6e1beb5263568ee394b88313cccb584e371d24f | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH21/EX21.2/Example21_2.sce | 42b209f6d0a2a9162e7345da1ab0ad31a13e99c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 223 | sce | Example21_2.sce | //Example 21.2.
clc
format(9)
n=10/((50*10^-4)*(1.6*10^-19)) // m^-3
disp("We know that the electron mobilty, un = sigma/nq")
disp("Therefore, the electron concentration,")
disp(n," n(m^-3) = sigma / uq =") |
4329a62e9cb3fdd7d6f38c29bfc7a63c064b8b35 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH3/EX3.32/Ex3_32.sce | 9810c9530166ef503256eadb558fbf2d19f0ba4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | Ex3_32.sce | clear
//Given
e=8.854*10**-12
A=0.5
F=1.8*10**-12 //N
E=1.6*10**-19
//Calculation
q=(2*e*A**2*F)/E
//Result
printf("\n Total charge on the sheet is %0.0f micro C",q*10**6)
|
4f0f76f2375001a45780e51a893f432078ed631c | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH1/EX1.29/example1_29.sce | aa9b969ddbba389e9d1b2c947c5e8db4bdeddb6a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,019 | sce | example1_29.sce | // Find conductivity of intrinsic germanium
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 1-29 in page 53
clear; clc; close;
// Data given
ni=2.5*10^13; // Intrinsic concentration /cm^3
e=1.6*10^-19; // Charge on an electron in C
mu_n=3800; ... |
a2b6c61e67617ccb94c9365c22fd4a228445c981 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/m2sci/sci_diff.sci | 5da4148312375f5c8cdb72cc6e84bdc8f776bc40 | [
"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 | 1,517 | sci | sci_diff.sci | function [stk,txt,top]=sci_diff()
// Copyright INRIA
txt=[]
if stk(top-rhs+1)(5)=='4' then
v='bool2s('+stk(top-rhs+1)(1)+')',
else
v=stk(top-rhs+1)(1),
end
if rhs==1 then
[m,n]=checkdims(stk(top))
x=stk(top)(1)
if m==-1&n==-1 then
set_infos(['mtlb_diff('+x+') may be replaced by '
' '+x+'(2:$)-'+x... |
6e460c663b3a5ecb6d377e9a16dc45184931179f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH16/EX16.2/example16_2.sce | 98d62251720e242a0b2146f3cab9d9ff0fb2607a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | example16_2.sce |
//example 16.2
//design a trapezoidal concrete lined channel
clc;funcprot(0);
//given
Q=100; //discharge
S=25/100000; //bed slope
N=0.016; //rogsity coefficient
s=1.5; //side slope
r=8; //b/d ratio
//using manning equation V=(R^2/3*S^1/2)/... |
49c7e08bf780a92406737e4254fd874b0170bfd0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH6/EX6.32/Ex6_32.sce | 14a3d9a1dcdfff083cfac43287e6e34fd7f6a1a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,105 | sce | Ex6_32.sce | // chapter 6
// example 6.32
// Compute the firing angle and overlap angle
// page-373-375
clear;
clc;
// given
Eph=230; // in V (supply voltage per phase)
f=50; // in Hz (supply frequency)
Ls=0.3; // in mH (source inductance)
Id=15; // in A (load current)
R=1; // onm (internal resistance)
E_loadsource=400; // in V (dc... |
c48decb5bea5ddfc7a80a0edc0c01ef3cfc430dd | e806e966b06a53388fb300d89534354b222c2cad | /macros/ind2gray.sci | d2c8eee85a6da1e9757fa6fe75e82f868102e7d6 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sci | ind2gray.sci | function [output] = ind2gray(img,colormap)
image = mattolist(img);
a = opencv_ind2gray(image,colormap)
d = size(a);
for i=1:d
output(:,:,i) = a(i);
end
endfunction
|
a8671777ceea5f2a1bd05bf642676f1624f6a518 | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/Scripts/Physics/CoriolisForce.SCI | 7bc7aae15d60217ec106ecb2738e1afaad5ae363 | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 1,577 | sci | CoriolisForce.SCI | codeblock readtextfile(ScriptDir+"\_TOOLS.sci");
sf=T_scene_create;
sss=T_getscene;
myviewport=T_getviewport;
myviewport.focaldistance=7;
sss.ambientlightcolor=color(0.25,0.25,0.25);
rootframe=sss.Universe;
refframe=rootframe.addsubframe("refframe");
rmt=MotionRotate.create(refframe,"rot");
rmt.NormDir=vector(0,1,... |
15d213c398ca0f35cad908b8fb288f3a39c76f1f | 0c3cccb3c81eb151f654e5d9d470662c19122857 | /scilab/tpNombrePremiers.sce | b7cc36b471ec324188ae35e31ce01abc588c5aa4 | [] | no_license | gmordelet/oldProg | 6b2bb7c247dd1f16a641d0f840f7c82e8eb37ffb | c108060bf1b87b4aad196484036f226fd9c4422c | refs/heads/master | 2021-01-12T16:28:52.448277 | 2016-10-30T11:16:22 | 2016-10-30T11:16:22 | 69,155,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | tpNombrePremiers.sce | function t = test_premier(n)
t(1, 1:n) = %T
for i = 2:sqrt(n)
if t(i) == %T then
t((2 * i):i:n) = %F
end
end
endfunction
|
feb4ba3c4c8ffb98b287216a6622a21c6f88faea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH5/EX5.1/example1.sce | 1224c825e4a6195f2e2751316548da876edaa84a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,207 | sce | example1.sce | clc
clear
//input data
C1=500//Steam velocity in m/s
U=200//Blade speed in m/s
b2=(90-25)//Exit angle of moving blade measured in axial direction in degree
a1=(90-20)//Nozzle angle in axial direction in degree
m=5//Steam flow rate in kg/s
printf('The scale of the velocity vector diagram is 1:50\n\nThe followi... |
c7ef46c999b560fc10255a14386f34890cd9792d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH7/EX7.3/Exa7_3.sce | a1d251bc32cbde721cc712d65d4370604f0254cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,621 | sce | Exa7_3.sce | //Exa 7.3
clc;
clear;
close;
//Alternative 1:
disp("Alternative 1:");
Io=150000;//in Rs
Ap=45570;//in Rs
n=5;//in years
//Formula : (P/A,i,n)=(((1+i/100)^n)-1)/((i/100)*(1+i/100)^n)
// when i=10 %
i1=10;//in % per annum
PW1=-Io+Ap*(((1+i1/100)^n)-1)/((i1/100)*(1+i1/100)^n);//in RS
disp(PW1,"The present wor... |
71b4097164b16349f6832aeca8d6e24d6c5b8aed | b73e9d989ebb6c74535238e10eede063a5d7e66b | /FEA5.sce | b8a43931950aae7060310813c3955558e2f9ba8f | [] | no_license | ParthaSurve/CODES_SEM_VI | 930a520ccdbc7cb389dac6b6f03900674b5e1a6b | 1f6afa9b92ad8263d0773ce0f90f9ffa5943b8e4 | refs/heads/master | 2021-01-21T05:13:44.089655 | 2017-02-25T17:46:44 | 2017-02-25T17:46:44 | 83,149,933 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,488 | sce | FEA5.sce | //
// AEROSPACE STRUCTURES II
// Assignment 1
//--------------------------------------------------------//
// Created : 3-02-2017
// Weighted Residual Methods : Comparing Least-Square_Collocation_Galerkin_analytical
// Ref: P.Seshu
// Author: Partha Surve (SC14B036, Aerospace Engineering 3rd Year, IIST)
//=========... |
0cf55a7f3febd65bf7baf76a06ee15a2fd89e20d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH2/EX2.13/example2_13.sce | 3dff8744be19621333b0d1aa75e69c15c3e86771 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 754 | sce | example2_13.sce | clear;
clc;
// Stoichiometry
// Chapter 2
// Basic Chemical Calculations
// Example 2.13
// Page 24
printf("Example 2.13, Page 24 \n \n");
// solution
//mass %
m1 = 13.70 // HCl
m2 = 8.67 // NaCl
m3 = 100 // H2O
m = m1+m2+m3 // mass of solution
w1 = m1/m*100
w2 = m2/m*100
w3 = m3/m*100
pr... |
57172eb40c5368ec0296f57b0dc4081c507c1492 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH1/EX1.6/Chapter16.sce | 953c5daaf2b7a0a9b369f70e5b7907e5a1ffe716 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 978 | sce | Chapter16.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 1, Example 6")
//The temprature of the plate(Ts) is 225°C
//The ambient temprature (Tinf) is 25°C
//The change in plate temprature with time is dT/dt=-.02K/s
//... |
a0a6d826987926920c443d59bea2b16572b95e22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH27/EX26.2/EX26_2.sce | f37d994af2284890615e4e9c8f80fc815ca6ed99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 780 | sce | EX26_2.sce | // Grob's Basic Electronics 11e
// Chapter No. 26
// Example No. 26_2
clc; clear;
// Calculate (a)the cutoff frequency fc; (b)Vout at 1 kHz; (c)Theta at 1 kHz (Assume Vin = 10 Vpp for all frequencies)
// Given data
R = 1*10^3; // Resistor=1 kOhms
L = 50*10^-3 // Inductor=50 mHenry
Vin = 10; ... |
9578d970b94b7d26fadf0a88f01ddf07f7b7d725 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH7/EX7.9/EX7_9.sce | cea9fbe233a146549976019aed94c458d4116939 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX7_9.sce | //Finding of Equivalent Diameter
//Given
L=1400;
L1=800;
L2=400;
L3=200;
D1=0.6;
D2=0.4;
D3=0.2;
//To Find
a=L1/(D1)^5;disp(a);
b=L2/(D2)^5;disp(b);
c=L3/(D3)^5;disp(c);
d=(a+b+c);disp(d);
d1=d^1/5;
D=L/d1;
disp( "Diameter ="+string(D)+" meter");
|
e2c6542c8cbf4269e30573e31330eeb3d1f4d588 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH12/EX12.15/12_15.sce | cee9cde87a9112313cce38f8099ff5831963c891 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 12_15.sce | clear; clc; close;
//part a
Vce_min = 1;
Vce_max =22;
Vceq = 12;
D2 = abs(((1/2)*(Vce_max+Vce_min)-Vceq)/(Vce_max-Vce_min))*100;
disp(D2,'Second harmonic distortion(Percentage) = ');
//part b
Vce_min = 4;
Vce_max =20;
Vceq = 12;
D2 = abs(((1/2)*(Vce_max+Vce_min)-Vceq)/(Vce_max-Vce_min))*100;
disp(D2,'Se... |
5b2846f6ba38053656f7b698dd85f931ed3e67b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH19/EX19.4/Example19_4.sce | 262d00c05696e7df75815b9df7ee7542e89e40c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sce | Example19_4.sce | //computation of equilibrium constant for a reaction
clear;
clc;
printf("\t Example 19.4\n");
n=2;
E0cathode=0.15;//standard electrode potential of cathode(Cu2+/Cu+), V
E0anode=-0.14;//standard electrode potential of anode(Sn2+/Sn), V
E0cell=E0cathode-E0anode;//standard emf of the cell, V
K=exp(n*E0ce... |
c51c34d4dd5543a067e28b4103b33d2152285ea7 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_M._V._Despande_833.zip/Electrical_Machines_M._V._Despande_833/CH7/EX7.6/Ex7_6.sce | 31e1b348f7f5bbf8d1fffdb56751e43e61435016 | [] | 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 | 510 | sce | Ex7_6.sce | errcatch(-1,"stop");mode(2);//Caption: Select a two circuit armature winding for a d.c machine
//Exa:7.6
;
;
p=4//Number of poles
n=1000//Speed of d.c. machine(in r.p.m)
V=400//Voltage of d.cmachine(in volts)
B=0.04//Flux per pole(in weber)
s_1=41//Slot 1
s_2=45//Slot 2
s_3=51//Slot 3
a=2//Number of paral... |
899d279dd96ffa832fd96fa0704e7d56dedd8f46 | 991911b2a5fe25b4515d60ea80978b8550f90178 | /SCILab/geraCoef.sci | f1a3f224713bcd69eda5163c86ae43635626b316 | [] | no_license | fongoses/comunicacao-dados-2013-2 | 48d2f0cd592ea50c8b1ec6f815c8de62f122c4de | 2981e42c5be4550ccd8dd4d4ef93b4397a1ea0d3 | refs/heads/master | 2016-09-10T10:44:16.480842 | 2013-12-17T12:48:45 | 2013-12-17T12:48:45 | 32,294,010 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sci | geraCoef.sci | function r = geraCoef(n, Ts, T, A)
a0 = (2*A*Ts)/T;
if n == 0 then
r = a0;
else
r = a0*(sin((%pi*n*Ts)/T)/((%pi*n*Ts)/T));
end;
endfunction |
b42ada69770719d8df37948fcbce9052ac482a3a | a24c640895f1cfb1e3242099f641df51ee10297e | /example_programs/references.tst | 4d635571d21c44b05454eebf20f6c77c47bc5236 | [
"CC-BY-3.0"
] | permissive | supermaximo93/Toast-Prototype-Interpreter | 1c3d981a550f6498bb5fcc8952fdd6a5ae4c71b3 | 13547e96813add755791b33a19a4831f5e338094 | refs/heads/master | 2021-01-19T10:58:00.401688 | 2012-03-14T09:18:27 | 2012-03-14T09:18:27 | 3,140,649 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 440 | tst | references.tst | ///////////////////////////////////////////////////////////////////////
/////////////// REFERENCES ///////////////
///////////////////////////////////////////////////////////////////////
let assign(ref, value) =
let ~ref = value
end
let x = 0
assign(@x, 5)
print(x) // prints 5
let inc(... |
272533f6a203652cfa7323437aca8ed6c58f3639 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH3/EX3.a.22/Example_a_3_22.sce | 3a2a115a4c8bd19ab7b81a6592601d244a651e09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | Example_a_3_22.sce | //Example_a_3_22 page no:150
clc;
V=4;
R1=2;
R2=3;
Vx=V/0.8;
Isc=V/(R1+R2);
Rth=Vx/Isc;
disp(Vx,"the thevenin voltage is (in V)");
disp(Rth,"the thevenin resistance is (in ohm)");
|
6fe7b7559fb7aecc4e1b67b8a3327baf3e3e2e53 | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/PCIeGen3/LFSRForPCIEGen3/LFSR_lowpass.sce | 50893df931279bd4929039e558c249d565d8b30e | [] | no_license | lrayzman/SI-Scripts | 5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d | 9ab161c6deff2a27c9da906e37aa68964fabb036 | refs/heads/master | 2020-09-25T16:23:23.389526 | 2020-02-09T02:13:46 | 2020-02-09T02:13:46 | 66,975,754 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,235 | sce | LFSR_lowpass.sce | //Simulation of DC wander based on LFSR-generated bitstream
//
//
stacksize(64*1024*1024);
clear; //Clear user variables
//////////////////////////////////////////////////SPECIFY////////////////////////////////////////
///// LFSR Specifications /////
n=23; //Length o... |
d5ae6a22cfe41961a4bc1e44bca3eab50fce5e39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH7/EX7.3.b/ex_7_3_b.sce | 18eeb652ac2113f5b685124c780bf2af107937a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 438 | sce | ex_7_3_b.sce | //Example 7.3.b: emf
clc;
clear;
close;
// given data:
W=10;// output of the generator in k-w
V=250; // voltage in volts
R=0.07; // in ohm
Il=(W*1000)/V;// load current in A
Vf=Il*R;// voltage drop in feeder
Vt=V+Vf;// terminal voltage
Rsh=63.2; // shunt resistance in ohm
Ra=0.05; // armature resistance in ohm
Vb=2; //... |
9e3adbc6a052d5c4c2bfc2b36ad2e6a6634b1489 | 449d555969bfd7befe906877abab098c6e63a0e8 | /842/CH3/EX3.8/Example3_8.sce | 93da994c5ce421fe972ec6fb8d14704651da6db6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,795 | sce | Example3_8.sce | //clear//
//Example3.8:Fourier Series Representation of Periodic Impulse Train
clear;
clc;
close;
T =4;
T1 = T/4;
t = [-T,0,T];
xt = [1,1,1]; //Generation of Periodic train of Impulses
t1 = -T1:T1/100:T1;
gt = ones(1,length(t1));//Generation of periodic square wave
t2 = [-T1,0,T1];
qt = [1,0,-1];//Derivative of periodi... |
655e31e5e8990e051fc9e3fab4deeab834df207d | 449d555969bfd7befe906877abab098c6e63a0e8 | /116/CH11/EX11.1/exa11_1.sce | 45a82df9458958bd53a025eb7ae80b58b37fe1a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exa11_1.sce |
//Example 11.1
//Page 501
//Refer to figure 11.5 on page 500
disp('By seeing the figure, it can be seen that the minimum delay between a terminal transmitting D bit and receiving it back in the following E bit is seven bit times')
disp('At a 192 kbps data rate the duration of bit is 5.2 usec. Thus, the total ro... |
c3f350841686d8f30d07ea5ea832f1561ab8228c | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/gnd_dig.sce | d1073a8339da0061bccc3505ffe40db76dea0984 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 149 | sce | gnd_dig.sce | style.fontSize=12;
style.displayedLabel="GND_dig";
pal9 = xcosPalAddBlock(pal9,"gnd_dig",[],style);
pal8 = xcosPalAddBlock(pal8,"gnd_dig",[],style);
|
d388edab4e9ce8160e8d7469f5fc5573330557a6 | 20cb67dfa1b49e48489fbe0cdd5a9be59b0dd7f4 | /LectureNotesCollection/MA1506/Lab/Assignment/try/xCube.sce | ae054a9430945ef1595c7f1006d655403631fba3 | [] | no_license | BenHuiHui/Resources | 19a0e2457d1c7bbdd76981fcde397e7b6f2cd37b | e590ce7504b28e21ab304009c96e4cf35665ddb7 | refs/heads/master | 2021-06-02T20:13:49.562675 | 2016-07-22T04:31:32 | 2016-07-22T04:31:32 | 63,844,685 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 35 | sce | xCube.sce | x = -1:0.1:1;
y = x^3;
plot(x,y); |
fa28a741632877f04381201674ce20c53c42bfac | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_3/Scilab_codes/Pertubed_pole_Zero_cancellation_a.sce | 0abbfc3d1fe42dfcb71993ea7bea5fde1976df47 | [] | no_license | TheShiningVampire/EE324_Controls_Lab | 8ff1720b852bf24dca3c172082f5f898f80f69f3 | 9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8 | refs/heads/main | 2023-07-09T17:30:38.041544 | 2021-08-23T12:14:29 | 2021-08-23T12:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | Pertubed_pole_Zero_cancellation_a.sce | clear
close
clc
clf()
s = poly(0,'s');
a = -1:0.1:1;
t = 0:0.01:1;
for i = -1:0.1:1
g = (s-3+i)/(s^2-s-6)
G = syslin('c', g);
gs = csim('step' , t , G);
if (i==0)
plot2d(t,gs, style =2)
else
plot2d(t,gs)
end
end
xlabel('Time','fontsize',4)
ylabel('Ampl... |
feea545c7833ef57956cfaca9b5617fb55e2af31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH3/EX3.21/Ex3_21.sce | ebc84c89a0548b9dc7fb55dc7d88f64a2bb4d622 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 757 | sce | Ex3_21.sce | //===========================================================================
//chapter 3 example 21
clc;clear all;
//variable declaration
x1 = 49.7; //voltage in V
x2 = 50.1; //voltage in V
x3 = 50.2; //voltage in V
x4 = 49.6; //voltage in V
x5 = 49.7; //voltage in V
n ... |
1ae31f989ba95c5356701e9fd7d960865551a8e7 | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH2/EX2.30/EX2_30.sce | 131f9235eba0f67736fefead858530aedc31bc3e | [] | 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 | 678 | sce | EX2_30.sce | clc;funcprot(0);//Example 2.30
//Initilisation of Variables
r1=5;....//inner radius of hallow cylinder in m
r2=15;....//outer radius of hallow cylinder in m
r=0.05;....//inner radius of hallow cylinder in m
q=10^5;....//heat transfer rate at inner surface in W/m^2
T1=1000;....//temparature of inner surface in deg... |
a9a9cf765f3090ace8bd8f9ab0e8a4fd087f1eb4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH34/EX34.5/Example34_5.sce | a360a492fa2f37852a8c08e53b45fc3ab5822a82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 978 | sce | Example34_5.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART III : SWITCHGEAR AND PROTECTION
// CHAPTER 8: PROTECTION OF ALTERNATORS AND AC MOTORS
// EXAMPLE : 8.5 :
// Page number 625-626
clear ; clc ; close ; // Clear the wor... |
2a65d3c83085a9fa49cce553c5736884fde6f1a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH7/EX7.18/EX_7_18.sce | 38cc2bbf1704f6a97b430d64e03cddb94bc72ca2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | EX_7_18.sce | // Example 7.18:oscillation frequency
clc;
clear;
close;
C=100;//capacitance of tunned circuit in pico farad
L1=50;//INDUCTANCE of tunned circuit in micro henry
L2=50;//INDUCTANCE of tunned circuit in micro henry
fo=(1/(2*%pi*sqrt((L1+L2)*10^-6*C*10^-12)))*10^-6;//tunned frequency in mega hertz
disp(fo,"tunned frequen... |
8b0c43c68cc4a50e58b6d79aa2235c81821f46a7 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.6_5.tst | 09b32b6df193336ea3ea447e45a1f3b40541ea0b | [] | 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 | 770,340 | tst | 5.6_5.tst | 6 259:1 952:1 977:2 995:1 1086:1 1219:1 1365:1 1622:1 1701:1 1704:1 1840:1 1938:1 2211:1 2445:1 2474:1 2480:1 2500:1 2505:1 2857:1 2920:1 2923:1 2933:1 3130:1 3163:1 3695:1 3763:1 3836:1 4071:2 4120:2 4156:1 4294:1 4338:1 4520:1 4534:1 4661:1 4665:1 4703:1 4946:1 5457:1 5901:1 6068:1 6157:1 6227:1 6245:1 6385:1 6495:1 ... |
427aa4165c4ff31a18dfef853039101029c8d307 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Measurements_And_Measuring_Instruments_N._V._Suryanarayana_1376.zip/Electrical_Measurements_And_Measuring_Instruments_N._V._Suryanarayana_1376/CH4/EX4.4/4_4.sci | 66775d56a4a9eb4af59d4e57bf0a78aedb1670e9 | [] | 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 | 120 | sci | 4_4.sci | errcatch(-1,"stop");mode(2);//4.4
;
Q=3000;
S=0.1;
M=2000;
X=Q*S/M;
printf("The value of X=%.2f ohm",X)
exit();
|
b35f241e19ca179d55724b70d079b8fa6523e8ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH3/EX3.1/Example3_1.sce | e0321fcbd80949dd3fa18ba9e304bed106796505 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 975 | sce | Example3_1.sce | clear ;
clc;
// Example 3.1
printf('Example 3.1\n\n');
//Page no. 79
// Solution
// Let component 1 be Ce and component 2 be O
// Basis 2kg mol CeO
mol1 = 1.0 ;//[kg mol]
mol2 = 1.0 ;//[kg mol]
total = mol1+mol2 ;//[kg mol]
mol_fr1 = mol1/total ;//mole fraction of Ce
mol_fr2 = mol2/total ;//mole fracti... |
9ee6053f915a67ba2745c3b2aced0f5db6a75edf | 449d555969bfd7befe906877abab098c6e63a0e8 | /167/CH16/EX16.2/ex2.sce | 51719ea1c61a560dc711928085d0591568f17c81 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 627 | sce | ex2.sce | //example 2
//Dissociation Temperature of Hydrogen
clear
clc
P=10 //given pressure in atm
Nh=0.2 //No.of kmol of atomic hydrogen produced in the reaction
Nh2=0.9 //No. of kmol of molecular hydrogen left as reactant
Ntotal=Nh+Nh2 //Total no. of kmol of reactant and products
vh=2 //From the stoichometry of the re... |
74fa62962f8ce94e2bd74dc0b1ff2f89a2baf96c | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_B._S._Narang_3622.zip/Material_Science_B._S._Narang_3622/CH6/EX6.1/Ex6_1.sce | 217ac65f849e225f8210f499aea5353971b715ad | [] | 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 | 232 | sce | Ex6_1.sce | errcatch(-1,"stop");mode(2);//Initialisation of variables
mo=9.028e-28//grams
c=3e10
E=mo*c^2
ev=1.6e-12//electron volt
EineV=E/ev
EinMeV=EineV/10^6
printf('energy in million electron volt is %f MeV \n',EinMeV)
exit();
|
710ef567fc5e20536ac58ab39bd97a9537ca125b | 1362c7130b565072410949eb3f4dc8dab09efd98 | /Project Files/SetWomanSectionCapacity.tst | 48f3ee01426e085a3457b913c9c61fb33c6f4bce | [] | no_license | YurishoSan/DBMS_5775_5366_5244 | 8670b57c827d9f61bebce85b4ef062ce8bb05ba4 | 58b981ed21eb7473ffa45973c9956a786697b6e4 | refs/heads/master | 2021-01-23T12:21:15.199350 | 2015-06-24T18:28:29 | 2015-06-24T18:28:29 | 32,469,186 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 395 | tst | SetWomanSectionCapacity.tst | PL/SQL Developer Test script 3.0
9
-- Created on 23/06/2015 by YURISHO
declare
-- Local variables here
i integer;
begin
-- Test statements here
dbms_output.put_line('Updating Beit Midrash 0: New Woman Section size is: ' ||Package.SetWomanSectionCapacity(0));
dbms_output.put_line('Updating Beit Midrash 1: Ne... |
3ab697870be9c25db05ba36f34f7862db715fc53 | bacd6919260d728f4316702bbe1edf811810bede | /legacy/33/console/Untitled43456345.sce | 773978071b8ccff6646d2bcbb902bb5cb3b377f8 | [] | no_license | vopl/sp | 332d8c2ff536fc5d8772ff2f3fbeca9b50c47641 | a4313f4d7af47cc3132d7546947d4d668c7e487e | refs/heads/master | 2020-04-16T02:09:36.036424 | 2016-10-05T18:08:30 | 2016-10-05T18:08:30 | 65,293,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Untitled43456345.sce |
tt = read("P:\finance\spectrumSeparator\nhel.Composite\20.1.win.3\console\4", -1, 5);
clf;
//plot(tt(:,1));
//plot((tt(:,2)+tt(:,4))/2,'k');
//plot(-(tt(:,2)+tt(:,4))/2 + tt(:,4),'b');
//plot(tt(:,2),'k');
//plot(tt(:,4),'k');
//plot((tt(:,3)+tt(:,5))/2,'k');
//plot(-(tt(:,3)+tt(:,5))/2 + tt(:,5),'b');
... |
c2ed43bd4ff8f7ffbc72690dbc1bfbe1d95784ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.2.A/EX3_2_A.sce | e5637157d681133a544f531e36bea3272daee685 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | sce | EX3_2_A.sce | //EXAMPLE 3.2.A
clc;
Syms s t
w=2;
laplace(sin(w*t),t,s)
|
1bc0133df6af117f445030d81d3581b2ac369793 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-DataMining/SP_LinRegrMultiDataSet-NZ-01TMP.tst | b7c51b9f7a9f0af466d72ea966d9e8964c91c4b1 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,026 | tst | SP_LinRegrMultiDataSet-NZ-01TMP.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-... |
9fe61193f344efcc03aa9e7e7dd68c317350a047 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH28/EX28.4/Ex28_4.sce | 2518cbcc667427ef56bc2dfdf386be7dea85da3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 145 | sce | Ex28_4.sce | clc;
//e.g 28.4
L1=1000*10**-6;
L2=100*10**-6;
M=20*10**-6;
C=20*10**-12;
fo=1/(2*%pi*sqrt((L1+L2+2*M)*C));
disp('MHZ',fo*10**-6,"fo=");
|
283928ce3fca10b2af129edb90b10b418f26c634 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH1/EX1.2/example2_sce.sce | 9ad37d0d300216e2de122d8f4208bcd6a0cd9b92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | example2_sce.sce | // chapter 1
// example 1.2
//page 17. figure 1.21
//given
Rc=4700,Re=2700;// Resistor is in ohm
Vcc=12;Vee=12;// voltage is in volt
Vbe=.7;// assuming Vbe
Ie=(Vee-Vbe)/(2*Re);
disp(Ie)//current is in ampere
Icq=Ie;
disp(Icq)//current is in ampere
Vc=Icq*Rc;
Vce=Vcc+Vbe-Vc;
disp(Vce) |
8c8b39923af37441c6250d73425fb3ef21adf54e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH1/EX1.15.3/ex1_15_3.sce | caf682f56f530ad60881d67979c0b02245dc18aa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 717 | sce | ex1_15_3.sce | //Chapter-1,Example1_15_3,pg 1-69
n1=1 //for 1st order
n2=2 //for 2nd order
t=3.4 //angle where 1st order reflection done
t1=t*%pi/180 //convert degree to radian
m=sin(t1)
... |
6e390f04a28c193424c036e90bf3663ec97d2f70 | 27fecbbeb6c49dcf03b9bddf1b867c31e13a3825 | /Simulações/Relatório 04/t3.sci | 250d890358f3609327bb4d3024c4ea3e6dfe5fcd | [] | no_license | LucasHattoriCosta/Poli | 42c9fc2d34c31e01336265fbdac3e4921d56e096 | b1ac609c3675539b4e921909c35ea196ffc44df3 | refs/heads/master | 2023-03-15T12:22:03.745943 | 2020-06-29T17:32:48 | 2020-06-29T17:32:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sci | t3.sci | clc
clear
// Características do sistema:
pi = %pi
R = 3
c = 0.1
ro = 0.1 // kg/m
g = 9.80 // m/s²
l = 0.5 // m
L = 2*l // m
m = L*ro
alpha = l/R
//Vetor de Estados Iniciais
theta_0 = pi/6
omega_0 = 9
E = [theta_0,omega_0]
//Vetor Tempo
t0 = 0
dt = 0.005
tf = 100
t = t0:dt:tf
//Integração
function z_dot = deriva(t,... |
0e0aaf6aafd685b3e6eff1a1cd4d171eeb05d8ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH12/EX12.2/ex12_2.sce | b15fba91eff3fb792447db1c232b5455e75bfba5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,182 | sce | ex12_2.sce | clc
//Example 12.2
//Calculate total power dissipated
disp('Given')
disp('Van=200 with angle 0 degree and Zp=100with angle 60 degree')
Zpamp=100;Zpang=60
//Since one of the phase voltage is given, we need to find other phase voltages
Vanamp=200;Vbnamp=200 ; Vcnamp=200;
Vanang=0;Vbnang=-120;Vcnang=-240;
disp('T... |
c4c6d63f927b44df5e3c0af98dd838ed8fc226cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH5/EX5.6/ex_5_6.sce | 9054fa99554fb375c6d22bf67e8d98ac62038c68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | ex_5_6.sce | //find diameter of shaft
clc
//solution
//given
f=100//N/mm^2
//let Ra and Rb be reaction at A and B
//taking moment about A
Rb={(35*750)+(25*150)}/950//kN
Ra=25+35-Rb//kN
//since maximum stress is taken into account, therfore maximum moment will be taken into calculations...
Mc=Ra*150//N-mm
Md=Rb*200//N-mm
... |
38ec9f0a1d6c0911c93cb83b7a6c64d3bb9dd4e9 | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH14/EX14.5/ex_14_5.sce | 58a2bf99f92fab01855a174b5333a4bc51f460f6 | [] | 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 | 496 | sce | ex_14_5.sce | //determine dia of the shaft
clc
//solution
//given
M=3000*1000//N-mm
T=10000*1000//N-mm
ftu=700//N/mm^2
tu=500//N/mm^2
Fs=6
ft=ftu/Fs//N/mm^2
t=tu/Fs//N/mm^2
//let d eb dia of shaft
Te=sqrt(T^2 + M^2)//N-mm
//Te=(%pi/16)*t*d^3
d1=(Te/16.36)^(1/3)//mm
printf("the dia of axle is,%f mm\n",d1)
Me=0.5*[M+ s... |
f3c898b9d39c719aa3705e5425885476190ab1bb | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH8/EX8.6/Ex8_6.sce | dca0f6d9342b00292fbb859c8a7f0f253080ca63 | [] | 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 | 1,159 | sce | Ex8_6.sce | // Variable declaration
n1 = 58 // sample-1 size
n2 = 27 // sample-2 size
t = 1.99 // t value corresponding to alpha/2
// Calculation
f1 = [66.4,67.7,68.0,68.0,68.3,68.4,68.6,68.8,68.9,69.0,69.1,69.2,69.3,69.3,69.5,69.5,69.6,69.7,69.8,69.8,69.9,70.0,70.0,70.1,70.2,70.3,70.3,70.4,70.5,70.6,70.6,70.8,70... |
703b6f2a1b731e1d0cb02e93ed43d0cebd90d720 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH18/EX18.10/18_10.sce | 122aa34162a2e6bbc7b8a32c586c0d7ecc3e56bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | sce | 18_10.sce | //////Variable Declaration
Dh = 7.6e-7 //Diffusion coefficient of Hemoglobin, cm2/s
Do2 = 2.2e-5 //Diffusion coefficient of oxygen, cm2/s
rh = 35. //Radius of Hemoglobin, °A
ro2 = 2.0 //Radius of Oxygen, °A
k = 4e7 //Rate constant for binding of O2 to Hemoglobin, 1/(M.s)
NA =6.022e23 ... |
caacf0b4dc0aa25aed8c349aa9709f30309a6c44 | 9948e5af5e885117135b1a9ef1e6988dba9a8643 | /test/x121.prev.tst | 47067a30a4550f99f15029e349c1f15fcddf98dd | [
"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,738 | tst | x121.prev.tst | <?xml version="1.0" encoding="UTF-8"?>
<interchange>
<ISA><d1>00</d1><d2> </d2><d3>00</d3><d4> </d4><d5>ZZ</d5><d6>SUBMITTERS ID </d6><d7>ZZ</d7><d8>RECEIVERS ID </d8><d9>010122</d9><d10>1253</d10><d11>U</d11><d12>00401</d12><d13>000000905</d13><d14>1</d14><d15>T</d15><d16><c1></c1><c2></c2></d16><... |
4e2a2daefcb1d6796b5d796c01160f7831ae7d8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH3/EX3.2.e/3_02_example.sci | 55a7b2dca4adad8c8ddea7d82a04a8575d9f170f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sci | 3_02_example.sci | //Example 3-02 Measuring Atmospheric Pressure with Barometer
h = 740 //height of mercury column [m]
g = 9.805 //gravitational acceleration [m^2/s]
rho = 13570 //density of mercury [kg/m^3]
|
dd2a2110d5dd9da175cb62add8efcfa67b94afc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH34/EX34.27/Ex34_27.sce | 405bf3da6ccaac7673ebca47927c645a9f2b57cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 750 | sce | Ex34_27.sce | // Example 34_27
clc;funcprot(0);
//Given data
// Annual fixed and running charges
// Diesel Rs.(300/kW + 0.5/kWh)
// Steam Rs.(1200/kW + 0.125/kWh)
E=500*10^6;//kWh
// Calculation
//(a)
// P=Maximum load in kW
// K=Load factor
// C_1=(300*P + (0.5*P*K*8760))
// C_2=(1200*P + (0.125*P*K*8760))
// Unit ener... |
279e41aef3e5acac30fe989c82cb5a0a27a1e7e0 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnTa/enta.3.tst | 72fdbcb3cecc239458912bdb7eb2125c7bb40334 | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 64,316 | tst | enta.3.tst | a a b s h a r ஆ ப ் ஷ ர ்
a a c h a a r a y a ஆ ச ா ர ய ா
a a d i n a a r a a y a n ஆ த ி ன ா ர ா ய ன ்
a a d i s h v a r ஆ த ி ஷ ் வ ர ்
a a d i t y a ஆ த ி த ் ய ா
a a g l a g o d o s a w a n k o ஆ க ் ல க ோ த ோ ச வ ன ் க ோ
a a g a s h e ஆ க ா ஷ ்
a a h l a d ஆ ஹ ் ல ா த ்
a a i n a ஆ ய ் ன ா
a a j ... |
822e16251346c352f169e9c3f5ea0eeb0c4acaf9 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.19_10.tst | b40df6269e1733bd8c64500b649ad5510f7c4f09 | [] | no_license | mandar15/NLP_Project | 3142cda82d49ba0ea30b580c46bdd0e0348fe3ec | 1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2 | refs/heads/master | 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,755 | tst | bow.19_10.tst | 19 25:1.0 29:0.1 898:1.0 1127:1.0
19 4:0.125 15:0.02857142857142857 910:1.0
19 25:1.0 83:1.0 115:0.5 1205:1.0
19 4:0.125 15:0.02857142857142857 580:1.0 910:1.0
19 2:0.07692307692307693 25:1.0
19 2:0.07692307692307693 4:0.125 15:0.02857142857142857 29:0.1 1144:1.0
19 2:0.07692307692307693 25:1.0
19 4:0.125 15:0.02857142... |
578723c1e4c462c1751081e38e59f35f45d16fd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH1/EX1.7.b/ex_1_7_b.sce | 04abf1bf1342c2a459169b90b054db2dcde83611 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | ex_1_7_b.sce | // Example 1.7.b : photocurrent
clc, clear
r=0.85; // reponsivity of a photodiode in apmere per watt
p1=2; // incident light power in milli watt
disp("Given input power saturation is 1.5mw so Ip is not proportional to Pop hencewe cannot find the value of photocurrent")
|
aac93ac1457093f2c1e702400964cbd3448e97cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH19/EX19.4/19_4.sce | 78c5f1fd125eefecacc429384787ae2d81cc8beb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | sce | 19_4.sce | clc;
clear;
s=[0.0002 0.0002 0.0005 0.0005 0.001 0.001];
r=[0.2 0.5 0.2 0.5 0.2 0.5];
u=[0.25; 0.5; 0.4; 0.75; 0.5; 1];
logs=log10(s);
logr=log10(r);
logu=log10(u);
for i=1:6
m(i,1)=1;
m(i,2)=logs(i);
m(i,3)=logr(i);
end
a=m\logu;
disp(10^a(1),"alpha=")
disp(a(2),"sigma=")
disp(a(3),"rho="... |
7bcf83db7f9dcd5c7365f4b44cc2e704cde9a692 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH1/EX1.30.b/ex_1_30_b.sce | 522d9de48932daf73d60d96304797b8ea2cea0b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | ex_1_30_b.sce | //Example 1.30.b // determine the maximum value of temperature
clc;
clear;
close;
//given data :
T=20; // rate change of temperature may be +ve or -ve in celcius
t=120; // in seconds
t1=18; // time constant for the bulb in seconds
t2=36; // time constant for the well in seconds
w=2*%pi*(1/t);
A=atan(w*t1)+ata... |
ec36a2823eb85e792b8c857edffce7f322365e9c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3850/CH32/EX32.8/Ex32_8.sce | 16da7a6dbec865a246e5bde4d2c9627fc681e55d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | Ex32_8.sce |
//Find the Reading of the Ammeter
//Example 32.8
clear;
clc;
R1=140.8;//Given resistance
RA=480;//Reactance of the Coil
Rsh=20;//Shunt resistance
Req=RA*Rsh/(RA+Rsh);//Equivalent resistance of the ammeter
Reqc=R1+Req;//Equivalent resistance of the circuit
I=Rsh/Reqc;//current goes through th... |
d29bb52bfd8633f8f2d986b4d25c79cef7ac1cc7 | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /compare.sci | ce492c872f95f63ca51f4d45a99a08a55ae6d596 | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sci | compare.sci | function compare(data,nahead,varargin)
y = data(:,1);
[lhs,rhs] = argn(0);
if(rhs==1) then
nahead = 1;
end
if(varargin==null)
error('NO Model Supplied')
end
m = size(varargin);
Y = [];
for(i=1:m)
k = predict(varargin(i),data,nahead)
Y = [... |
f5bad2f54525446b1faad2ae2a445f1dc2f36195 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.47/Ch02Ex47.sce | c78aa51269d18dbd55b3b661d46c8601872214d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 555 | sce | Ch02Ex47.sce | // Scilab Code Ex2.47:: Page-2.33(2009)
clc; clear;
mu = 1.46; // Refractive index of the soap film
lambda = 6000e-010; // Wavelength of light used, m
r = 0; // Angle of refraction for normal incidence, degrees
n = 0; // Order of interference for minimum thickness
// For bright fringe in reflected pa... |
5a97c613ab3d9c1ee445d673f5272e547687aea2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH3/EX3.6/ex3_6.sce | a2633f725b1bc32b5de9eaa8c7427ffe0c6a0e55 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 436 | sce | ex3_6.sce | // Exa 3.6
clc;
clear;
close;
format('v',7)
// Givven data
V1= 60*expm(%i*0*%pi/180);// in V
V2= 40*expm(%i*-%pi/3);// in V
add_V= V1+V2;// in V
diff_V= V1-V2;// in V
disp("The sum of V1 and V2 is : ")
disp(string(abs(add_V))+" sin (theta"+string(atand(imag(add_V),real(add_V)))+"°) V")
disp("The difference ... |
d6b8c4d75906268f4efba2e0a67326380bf5c652 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/statelevels/statelevels5.sce | 51a2765cd4783e04d2488d7daf8c0635bae34ef6 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | statelevels5.sce | t=[0
2.50000000000000e-07
5.00000000000000e-07
7.50000000000000e-07
1.00000000000000e-06
1.25000000000000e-06];
x=[-0.00104287295007201
-0.00244190236539361
0.00330474678679599
0.00312506274996585
-0.00888427641170878
-0.000128837692967764
];
[levels,histogram,binlevels] = statelevels(x,1e3,'mode');
disp(levels)
//outp... |
0100e4a33ab8817e38f06495cc99dea4f0060526 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH4/EX4.4/Ex4_4.sce | d4098f1d9906dfab980cbdb4d79331687cdffe43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,653 | sce | Ex4_4.sce |
clc
clear
//Input data
C=61;//The mass of carbon present in the coal according to coal analysis on mass basis in %
H=4;//The mass of hydrogen present in the coal according to coal analysis on mass basis in %
O=3;//The mass of oxygen present in the coal according to coal analysis on mass basis in %
N=2;//The mass... |
d4c722f6695e83171e9a9a9c39131995361cea6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH10/EX10.4/10_4.sce | 6e3e154671d527acd1c41a7f0797be663c8f3c8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | 10_4.sce | //chapter 10
//example 10.4
//page 296
clear;
clc ;
//given
R1=3.9 ;
R2=2.2;//in Mohm
Rl=27;
Rs=1.5;//in kohm
gm=4 ;//mA/V
Rg=R1*R2/(R1+R2);
Zi=Rg;
Rp=1/gm;//in kohm
Zo=1000*(Rs*Rp)/(Rs+Rp);
Av=(gm*((Rs*Rl)/(Rs+Rl)))/(1+gm*((Rs*Rl)/(Rs+Rl)));
printf('\nZi=%.1f Mohm',Zi)
printf('\nZo=%d ohm',Zo)
print... |
fb0848887d5a9cee1d4e2560165e2c0cee8bb0dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH14/EX14.8/Ex14_8.sce | d5039727ed07cb4c315ad9fb35afb5415d8fdc92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex14_8.sce |
// Example 14.8
Q=30; // Angle between 2 slots
q1=6; // No.Of coils
sa=sind((q1*Q)/2); // Distribution factor (Numerator part )
sb=sind(Q/2); // Distribution factor (denominator part )
kd=sa/(q1*sb); // Distribution f... |
ddecac0c510fb276d3a5d070aeb665942db59c9f | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/macros/metanet/g_qweig.sci | de338cd96d351097956b4e98ee14c0a8d92b2cc9 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"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 | 76 | sci | g_qweig.sci | function q=g_qweig(g)
[lhs,rhs]=argn(0), if rhs=0 then g=the_g, end
q=g(25)
|
9dabd22388ddd2e65bdd50a367bac96b0bed2670 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/jintgen/redef_local_03.tst | 1d66cca86bc6b94439b6aa094d9ab414f207f8f4 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | tst | redef_local_03.tst | // @Harness: verifier
// @Purpose: "Test for redefinitions of local variables"
// @Result: "RedefinedLocal @ 10:17"
architecture redef_local_01 {
operand-type A[5]: int [0,31];
instruction "I" a: A {
execute {
local a: int = 0;
}
}
}
|
c3d524d78a22d29f14fa761de9b4f684164d8111 | 7f2d9d779f4466bec18ad262358b8ced7e18b508 | /lab_1/Not8.tst | ec341a6f81a072ee4e197008916b9d183d331e82 | [] | no_license | cs17b008/Computer_System_Design_Lab-CS17B008_CS17B009- | 16ee344950624a5acfe96201507f5cb1baa71e22 | 1ac7a43a116987c7cb5588401a169820a5b1daa4 | refs/heads/master | 2023-01-29T07:43:53.192562 | 2020-12-11T06:45:30 | 2020-12-11T06:45:30 | 292,307,878 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 284 | tst | Not8.tst | load Not8.hdl,
output-file Not8.out,
compare-to Not8.cmp,
output-list in%B1.8.1 out%B1.8.1;
set in %B00000000,
eval,
output;
set in %B11111111,
eval,
output;
set in %B10101010,
eval,
output;
set in %B00111100,
eval,
output;
set in %B00010010,
eval,
output; |
d629d2f88aa3592159589e93c121494d648c2949 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH2/EX2.9/Ex2_9.sce | ffd2b201bc298197cf867184a3792169052dc26e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_9.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 2.5.1\n')
//given data
k1=2000 //stiffness of spring 1 in N/m
k2=1500 //stiffness of spring 2 in N/m
k3=3000 //stiffness of spring 3 in N/m
k4=500 //stiffness of spring 4 in N/m
k5=500 //stiffness of spring 5 in N/m
fn =10 //natural frequency of ... |
2744b6e4d39778e5d4c18ed4a9d00422ad945b01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH10/EX10.16/10_16.sce | 4e5bc99af3f9e517f9e3fb76e197cbbe9d4c0a3e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | 10_16.sce | clc
//initialisation of variables
H= 41300
R= 1.987 //atm lit/mol K
T= 595 //K
M= 128 //gm
R1= 8.314*10^7 //atm lit/mol K
N= 6.02*10^23 //moleccules
k= 3.95*10^-6 //sec^-1
//CALCULATIONS
s= sqrt((k*10^3/(4*N))*(128/(%pi*R1*T))^0.5*%e^(H/(R*T)))
//RESULTS
printf (' collision diameter= %.3e cm',s)
|
63172a937aa2d2fc4383f29523129bec117befab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH3/EX3.14/Ex3_14.sce | a6f17477c86f7501dac2b0bbab7d76d7bb7927fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | Ex3_14.sce | // Example 3.14
clc;
clear;
close;
// Given data
format('v',6);
Rf= 20*10^3;// in Ω
R1= 10*10^3;// in Ω
//Part (i) When switch S is off,
Aoff_non_inv= 1+Rf/R1;// non-inverting amplifier circuit gain
Aoff_inv= -Rf/R1;// inverting amplifier gain
Aoff= Aoff_non_inv+Aoff_inv;// amplifier circuit gain
disp(... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.