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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
920ff79dba2da6e36a92c200464bfceccd79d62c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH7/EX7.10/Ex7_10.sce | 192db4cbb40d1e9806cf82f5a787ad2881037963 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 924 | sce | Ex7_10.sce | // Initilization of variables
p=0.0125 // m // pitch of screw
d=0.1 //m // diameter of the screw
r=0.05 //m // radius of the screw
l=0.5 //m // length of the lever
W=50 //kN // load on the lever
mu=0.20 // coefficient of friction
pie=3.14 //constant
// Calculations
theta=atand(p/(2*pie*r)) //degree // theta i... |
1b38a6bcb3f2d7eaecded50f09823f6ebca205de | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/proof/axiom.tst | c702be19d7100cfedbb457a7e552cb74599a6770 | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 3,304 | tst | axiom.tst | COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Luciano Serafini (serafini) |
COMMENT | * |
COMMENT | * SUBJECT: AXIOM SCHEMAS TEST |
COMMENT | * |
COMMENT | * GETFOL VERSION: june 1991 |
COMMENT | * |... |
374dcb7e2c8eeab0421cd55cda571864b21e811a | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH6/EX6.56/ex_6_56.sce | 69940fb527dad7eac3346488d34e43c440d5dc79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | ex_6_56.sce | clc;
N=4;
n=-10:10;
x=[zeros(1,find(n==0)-1) rand(1,-find(n==0)+find(n==N)+1) zeros(1,length(n)-find(n==N))];
plot2d3(n,x)
nf=-5:0.5:5;
figure
subplot(2,1,1)
plot2d3(ceil(nf),x);
xtitle('f[n]','n')
subplot(2,1,2)
ng=nf-1/2;
plot2d3(ceil(ng),x);
xtitle('g[n]','n')
disp("from the graphs it is visible that f... |
a7a69e901851949e353835b36526f5cc8410932b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH12/EX12.2/ex12_2.sce | 0048c213473d8d232eb8f8ef7f63a88374d93e50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 668 | sce | ex12_2.sce | //Transmission Lines : example 12-2 : (pg 574 & 575)
a=2;//parallel wire line
//D/d where D is spacing between the wires n d is diameter of 1 conductor
b=2.35;//coaxial line
D=0.285;
d=0.08;
e=1;//dielectric constant of insulating material relative to air
z=(276/e)*log10(2*2);
z1=(138/e)*log10(b);
z2=(138/sqrt... |
b8f6bc19ce13c8e6b3e9e71b9c6024ed86de4a5e | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /LG Plaza Dodge.sce | 83e2207fed5ee0b4c76da8cde3a350e483527b1f | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 141,196 | sce | LG Plaza Dodge.sce | Name=LG Plaza Dodge
PlayerCharacters=Quaker Challenger
BotCharacters=Quaker Rotation.rot
IsChallenge=true
Timelimit=320.0
PlayerProfile=Quaker Challenger
AddedBots=Quaker Rotation.rot
PlayerMaxLives=0
BotMaxLives=9
PlayerTeam=2
BotTeams=1
MapName=boxerliprounded.map
MapScale=6.0
BlockProjectilePredictors=t... |
1eaaca1f284d0f6443d8109adb2340a60d7bc416 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1026/CH9/EX9.9/Example9_9.sce | dcc7d07a43803c02b2dcc30bd4181c8d697d330d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | Example9_9.sce | //chapter9,Example9_9,pg 240
lam=0.58*10^-10
theta1=6.5*(%pi/180)
theta2=9.15*(%pi/180)
theta3=13*(%pi/180)
//from bragg's law
d1=lam/(2*sin(theta1))*10^10
d2=lam/(2*sin(theta2))*10^10
d3=lam/(2*sin(theta3))*10^10
printf("interplannar spacing of crystal\n")
printf("%.2f:",d1);printf("%.2f:... |
23beb1acc37838e8a829881241a3ea441b808fa2 | 842ede7c817bc33e9cc63e3a53b2269365a6d7fa | /cplusplus/multi.out | a4d2019d6b6a25973987c421cba8ef4f5d25eb2a | [] | permissive | ivmai/cudd | 863f4a48de1986a97d23ebcb2ee2a1e050055e51 | f54f533303640afd5dbe47a05ebeabb3066f2a25 | refs/heads/release | 2023-06-24T01:40:46.808630 | 2016-01-01T01:20:00 | 2016-01-20T22:59:33 | 50,067,768 | 97 | 65 | BSD-3-Clause | 2023-06-16T22:51:42 | 2016-01-20T23:25:05 | C | UTF-8 | Scilab | false | false | 1,050 | out | multi.out | Report from thread 0 with 32 variables: 7598 nodes and 2147483648 minterms
Variable order: x30 x0 x31 x29 x1 x28 x2 x27 x3 x26 x4 x25 x5 x6 x24 x23 x9 x21 x10 x22 x14 x15 x20 x19 x18 x17 x16 x13 x12 x11 x7 x8
A random number from our generator: 751438031
Report from thread 1 with 33 variables: 8333 nodes and 4294967296... |
a3be905e02775a2144c6f9ea6aea9e10b2fcbf5a | 717ddeb7e700373742c617a95e25a2376565112c | /1100/CH10/EX10.6/10_6.sce | cb9c95d092b41b118c98b237e3dd180820c9d402 | [] | 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 | 413 | sce | 10_6.sce | clc
//initialisation of variables
P= 15 //psia
S= 1.7050 //Btu/lb R
sg= 1.7549 //btu/lb R
sfg= 1.4415 //Bru/lb R
hg= 1150.8 //btu/lb
hfg= 969.7 //Btu/lb
vg= 26.29 //cu ft/lb
vfg= 26.27 //cu ft/lb
//CALCULATIONS
n= (sg-sx)/sfg
sx= sg-n*sfg
hx= hg-n*hfg
vx= vg-n*vfg
//RESULTS
printf ('Volume= %.2f cu ft/... |
012f1013a500ab2b17484500cfdda84bdf2fd7c9 | 404a2e3f51b4ebdb3077527e16a7c546e1ce4f43 | /cnum/sistemas_de_integracao.sce | af933a15409c21b8e1fef03598a4d48dfd1b60ae | [] | no_license | iuripereira/gradprojects | a20e5d6dadec39f7a1574d3aeb3b08e108b7ee28 | 9ed9fc3f9b60ff8634b7699b5b593b345ee7b5ef | refs/heads/main | 2023-03-07T22:51:30.209708 | 2021-02-21T23:31:47 | 2021-02-21T23:31:47 | 341,007,435 | 0 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 1,944 | sce | sistemas_de_integracao.sce | // Sistemas de Integracao - 24/04/207
// Três lagos constituem um complexo de geracão de energia elétrica, abastecimento de água e irrigação.
// A tabela 1 fornece medições, para os três lagos, de cotas e áreas planimétricas de espelho d'agua.
// Calcule o volume máximo de água que pode ser acumulada em cada lago.... |
669f62b9d707eaeb914179fb966ec9d29555cfc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2015/CH9/EX9.14/9_14.sce | 2cdab63792e8a00c3bf087ef862cf90d032acc55 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | 9_14.sce | clc
//initialisation of variables
p2=1.5 //pressure in bar
p1=1 //pressure in bar
v=0.05 //volume in m*m*m
x=0.35 //increse in pressure
g=1.4
r=1.4
n=120 //number of cycles
//CALCULATIONS
wa=v*(p2-p1)*100
wi1=3.5*100*p1*v*(((p2/p1)^((r-1)/r))-1)
ceff=wi1/wa
vo=v/4
pr=wa*n/60
prs=x*(p2-p1)
p3=p1+prs
wi2... |
cbb9c81f7340f66a6d2307ea7d46ee75c4a8f2fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH2/EX2.14/2_14.sce | 2e7af67d0a662763e9d0003fdea779e2e7f83dab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | 2_14.sce | clear
clc
disp('Exa-2.14');
k=50;mc2=0.511*10^-3;c=3*10^8; // all the values of energy are in GeV and c is in SI units
v=sqrt(1-(1/(1+(k/mc2))^2)); //speed of the electron in terms of c
k=c-(v*c); //difference in velocities
printf('Speed of the electron as a fraction of c is %.12f*10^... |
fc4d64c8f0b6fe04a5b0c21a409d27a1fbf374a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH8/EX8.9/Ex8_9.sce | 0ff17fba7f06a552e48b5f282a83eac88acd025b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,758 | sce | Ex8_9.sce |
// Given:-
T0 = 295 // in kelvin
// Analysis
// From solution to Example 8.2.
mcwdot = 9.39e6 // mass flow rate of the cooling water in kg/h
// Part(a)
// With saturated liquid values for specific en... |
08bcd505219f170ed12e06f2b19012e6d6c0ecc6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH11/EX11.14/11_14.sci | c58a60f28ac0a41d40af6ff7bb32aaa5a65efd3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sci | 11_14.sci | clc();
clear;
//To determine the charge to mass ratio for proton
v=20; //cyclotron frequency in MHz
B=1.3; //magnetic field in T
//d=q/m=(2*pi*v)/B
d=(2*%pi*v*10^6)/B //charge to mass ratio of proton
printf("q/m=%f C/kg",d); |
bb7ab0bf682de5bb3c238af6432491b14e7d8f3e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2579/CH4/EX4.46/Ex4_46.txt | c9d7e2b0c41073542ec1a547099e07d9d8c00d74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 318 | txt | Ex4_46.txt | //Ex:4.46
clc;
clear;
close;
f=4*10^3;// frequency in MHz
y=300/f;// wavelength in m
w=10/100;// width in m
Ap=25;// power gain in dB
Ap1=10^(Ap/10);// power gain
h=(Ap1*y^2)/(4.5*w);// aperture height in m
printf("The aperture height in m = %f m", h);
printf("\n The aperture height in cm = %f cm", h*100); |
b5800c869fb0452687e5ae91894232c98f128753 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH3/EX3.10.1/ex_3_10_1.sce | 4596880d537d03cdc37dbe5a718449b4abf533ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 398 | sce | ex_3_10_1.sce | //Example 3.10.1// multiplier
clc;
clear;
close;
//given data :
V1=200;//in V
V2=100;//in V
V3=10;// in V
Rm=100;//in ohm
I_fsd=50*10^-3;
//for the range 0-10V
Rt3=V3/I_fsd;
Rs3=Rt3-Rm;
disp(Rs3," the multiplier,Rs3(ohm) = ")
//for the range 0-100V
Rt2=V2/I_fsd;
Rs2=Rt2-(Rm+Rs3);
disp(Rs2,"the multiplier,Rs2(ohm) = ... |
6a0f41c6e25d437c0528c9a747584a6cdddfac67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH1/EX1.39.b/example139b.sce | c12228730af03ba2de7006b34d7e16c8d3c26125 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 83 | sce | example139b.sce | //Example 1.39b
//Sketch the signal x(t)=tu(t)
clc;
t=0:1/100:10
x=t
plot(t,x) |
3405ac621b526ad448b0571ea901ff4529bb304d | bf24e30d6ed9b0d16fe0d59f6caf6ee61aa714cd | /missionA/mission1a.sci | 816eda18c94927dd9148436065dbdb7333109fc0 | [
"MIT"
] | permissive | pierre-geeraert/Projet_exolife | c8d3b623f2cbcaaaf5c510c8f438da2c82980be8 | cff5ca5cb1602d1b1ef589b847536b9e61e631ee | refs/heads/master | 2021-05-03T06:30:23.099197 | 2018-02-15T14:50:01 | 2018-02-15T14:50:01 | 120,595,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sci | mission1a.sci | exec('readpbm.sci')
exec('display_gray.sci')
img = readpbm('Encelade_surface.pbm');
//gray = display_gray(img);
max_gray=max(img);
//216
colonne=512;
ligne=384;
//si point le plus blanc if img(j,i) > 200
//si point le plus noir if img(j,i) < 50
for i=1:ligne
for j=1:colonne
if img(j,i) > 150
... |
52aeb4431616e6add44926e1b8447be843cb00f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH5/EX5.9/EX5_9.sce | 1268d6c0f9f40a4131b8121ceac9c48e6d3065d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX5_9.sce | //Chapter 5, Example 5.9, page 202
clc
//Initialisation
pr=-108.7 //received signal power in dB
fa=50 //noise tempreture
b=2700 //frequency in Hz
N=5 //noise figure ... |
4e95aa1871bc1684b52376ee522f8586549aad90 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_And_Circuits_K._L._Kishore_1511.zip/Electronic_Devices_And_Circuits_K._L._Kishore_1511/CH5/EX5.13/ex5_13.sce | 0ebbcd4067ad4b90d98f300761e40eb5e66e25d9 | [] | 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 | 177 | sce | ex5_13.sce | errcatch(-1,"stop");mode(2);// Example 5.13 page no-307
v=20 ///v
igss=5*10^-12 //A
rgs= v/igss
printf("Input Resistance, Rgs = %.0f * 10^12 Ohm",rgs/10^12)
exit();
|
e52ec924ec597cdad77b164515f5fed654ac56bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH2/EX2.3d/eg2_3d.sce | 7aab989e144bcc4e46da8c35a3ec4785d998927e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg2_3d.sce | germ_free_mice = [158 192 193 194 195 202 212 215 229 230 237 240 244 247 259 301 301 321 337 415 434 444 485 496 529 537 624 707 800];
conventional_mice = [159 189 191 198 235 245 250 256 261 265 266 280 343 356 383 403 414 428 432];
disp (mean(germ_free_mice), "Sample mean for germ-free mice is ");
disp (median(ge... |
61c3441e47b9975571c4d69290691c143bd0975c | 203811c2233e8539e9c88a0c988b651914c07c97 | /130040019_assignment1/130040019/code/q2.sce | a33210c1f794a87ec73969153e3d50b0047279c4 | [] | no_license | kalpeshpatil/SpeechProcessingAssignments | eeef26f925e137f045cfef996b1bcf59a1be3902 | f80137d2c55a249244a79b5aed13b9ddeb20a80b | refs/heads/master | 2021-01-10T23:31:37.828701 | 2017-03-09T08:58:18 | 2017-03-09T08:58:18 | 70,431,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,980 | sce | q2.sce | clear all
//Function to calculate filter response using difference equation
function [y]= time_response (x,num,den,n_samples)
y = zeros(n_samples,1)
//numerator is constant (all pole filter)
y(1) = num(1)*x(1)
//response by taking coefficients for denominator
for ii =2:n_samples
te... |
fbde2f135aa11571192e8624f6efd3c3f10dafc8 | cfac21260a4737c49982a78160361703914dac1f | /sem1/old_src/Программы и so on/lab_5/Segway/Segway_on_3_with_by_hand.sce | 5cb23b46df5b8f300df01c066edb74b16e2947f1 | [] | no_license | Zenkin/courses | 680442fa57bc3b1c872e15e9bc7e98b579bfd39e | b0b0aafe0c358a611868fd764a2ad1cb71078d8d | refs/heads/master | 2020-03-23T22:19:20.542398 | 2018-07-24T13:55:20 | 2018-07-24T13:55:20 | 139,969,727 | 0 | 0 | null | 2018-07-06T10:19:48 | 2018-07-06T10:19:47 | null | UTF-8 | Scilab | false | false | 6,094 | sce | Segway_on_3_with_by_hand.sce | Umax = 7.380 //управляющее напряжение
mw = 0.015; //масса колеса
ms = 0.519 - 2*mw //масса всей конструкции
mm = 0.081; //масса низа (двигателя)
mg = 0.015; //масса гироскопа
mc = ms - 2*mm - mg; //масса кирпича со всеми крепежными деталями
dg = 0.023; ... |
74d8b00617f6520e7bc32a353ebf82fd1d347157 | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/SparamUtilities/S2P_Gain_Deembedd/S2P_Gain_Deembed_v1.sce | bed1f2645cddbb1fa208ad2866c85d1c815da026 | [] | 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 | 5,191 | sce | S2P_Gain_Deembed_v1.sce | // ====================== S-params Gain De-Embedd====================
//
// Gain-based De-Embedder
// Creates an 2-port touchstone file with De-Embedded magnitude
// and ideal return loss
//
// (c)2012 L. Rayzman
//
//
// Created : 02/03/2012
// Last Modified:
//
// Note: Only 2-port S-params sup... |
20712d4fb00102653d366176e0c17fdb0c5b2eb1 | 0577305335a94b42b5326da932fa216f0a3be24b | /Assignment 4/Eigen_Values_and_Eigen_Vectors.sce | a9f223e460e2ab713245fa0ef87c93d5d7aec786 | [] | no_license | RITIKHARIANI/Scilab-Assignment | 540ff67cce176b49c556e7d21cebbb03a8653e0f | b979fb6771f0e0855fa632a216a54aca892114ea | refs/heads/master | 2020-12-18T20:37:55.331452 | 2020-06-03T10:49:33 | 2020-06-03T10:49:33 | 235,514,808 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,115 | sce | Eigen_Values_and_Eigen_Vectors.sce |
disp('Please enter the matrix A');
a11=input("Enter a11: ");
a12=input("Enter a12: ");
a13=input("Enter a13: ");
a21=input("Enter a21: ");
a22=input("Enter a22: ");
a23=input("Enter a23: ");
a31=input("Enter a31: ");
a32=input("Enter a32: ");
a33=input("Enter a33: ");
A=[a11,a12,a13;a21,a22,a23;a31,a32,a33];
lam = po... |
16b4ca19cb2d480a9956c90f31eb5a926d309313 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH9/EX9.16/Ex9_16.sce | 6ca42a4c6aafc50e786ca25e229b42a31348b7e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,285 | sce | Ex9_16.sce | //Example 9_16 page no:371
clc;
Vrymag=400;
Vryang=0;
Vybmag=400;
Vybang=-120;
Vbrmag=400;
Vbrang=-240;
Zmag=8.94;
Zang=63.4;
//calculating the phase current
Irmag=Vrymag/Zmag;
Irang=Vryang-Zang;
Iymag=Vybmag/Zmag;
Iyang=Vybang-Zang;
Ibmag=Vbrmag/Zmag;
Ibang=Vbrang-Zang;
disp(Irmag,"the magnitude of Ir... |
fe55d0c67396ca8eacc880b8000b9d67ffe8a90e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH9/EX9.7/Ch09Ex7.sce | 6cb02667b00707177d9a11278043a4e8ecadf8da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 659 | sce | Ch09Ex7.sce | // Scilab Code Ex9.7: Page-466 (2011)
clc;clear;
mu1 = 1.54; // The refractive index of core
mu2 = 1.50; // The refractive index of cladding
lambda = 1.3e-006;....// Operating wavelength of optical fibre, m
a = 25e-006;....// Radius of fibre core, m
v = 2*%pi*a*sqrt(mu1^2-mu2^2)/lambda; // V-number of opt... |
83bb5e145ba5240c59b7f3992855d3bf6f4435f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH6/EX6.12/6_12.sce | 6316ff84b54276a479e9e21e1be9fdad0fa03325 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_12.sce | V=400
w=2*50*%pi
P=25000
pf1=0.7
theta1=acos(pf1)
Il1=P/(sqrt(3)*V*pf1)*exp(-%i*theta1)
Ip1=Il1/sqrt(3)
pf2=0.85
theta2=acos(pf2)
Il2=P/(sqrt(3)*V*pf2)*exp(-%i*theta2)
Ip2=Il2/sqrt(3)
Ic=Ip2-Ip1 ////calculation mistake in the book at this step
C=real(Ic/(V*w*%i))
disp(C) |
f087369d9e0e68686884fac847b5c044c960cf1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH10/EX10.5/Ex10_5.sce | 9a8fd6658316ce5e56ca5827fef3fc3334fb3534 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 713 | sce | Ex10_5.sce | //chapter-10 page 487 example 10.5
//==============================================================================
clc;
clear;
x1=35855;//Distance between geostationary orbit to surface of earth in km
x2=6371;//Distance between center of earth to surface of earth in km
//CALCULATION
x=x1+x2;//distance of sa... |
803d8e627fbd8c7420a35a8bdac397f1f97b2eb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH6/EX6.11/Ex6_11.sce | 950f29af079f931a44e2eb8a7a776920691d0572 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 4,798 | sce | Ex6_11.sce | //Book - Power System: Analysis & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye
//Chapter - 6 ; Example 6.11
//Scilab Version - 6.0.0 ; OS - Windows
clear;
clc;
linedata=[2 4 0.0090 0.10 1.72 //Entering line data from table 6.2 & 6.3
2 5 0.0045 ... |
d13c01a718f8be6397e4eb9ad6f6c68701fc594a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3740/CH6/EX6.4/Ex6_4.sce | a401aa301e80a7a18f0f738cb253acfa0b171342 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 575 | sce | Ex6_4.sce | //Optoelectronics - An Introduction, 2nd Edition by J. Wilson and J.F.B. Hawkes
//Example 6.4
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given
//Let the focal length ratio of objective lens to eyepiece lens of a telescope be f2/f1 = 'f'
f=30;
Lambda=633e-9;//wavelength of the laser beam in m
D... |
75aefc1c5a1af83c31d0ee6f132f42632eaa4ff5 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/microdaq_macros/mdaqAITask.sci | 856d80d37d7f7bf3f57881d19aaa351e0d1a413d | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 359 | sci | mdaqAITask.sci | function task = mdaqAITask()
task = tlist(["aitlist","init","start","read","stop","trigger", "sync"],..
mdaqAIScanInit,..
mdaqAIScanStart,..
mdaqAIScanRead,..
mdaqAIScanStop,..
mdaqAIScanTrigger,..
... |
35301d27dfa0c6666338444e2a0140e0247c982c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH7/EX7.15/Ex7_15.sce | 2a3bdef189b53bd2cbe7344069ca8bb0e8cec4ed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,238 | sce | Ex7_15.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 7.15\n\n\n");
// Chapter 7 : Mixtures Of Ideal Gases
// Problem 7.15 (page no. 343)
// Solution
//Problem 7.14 using equations, Rm=((ma/(ma+mv))*Ra)+((mv/(ma+mv))*Rv) and phy*pvs=pv
W=0.005; //Humidity ratio
pm=14.7; //mixture is at 14.7 psia
//W=... |
7b2db8dd7ef53cb11f2b1c71ada3ef53424ad8fe | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_MatFunc/logDet.sce | d773d50711be223f5f55efaf0c679dd83e3df5d4 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 243 | sce | logDet.sce | // Function Name: logDet
// Return val and sign, store the calculated log determinant in val and sign the determinant is equal to exp(val)*sign
// Calculating the logDet
inputMat = [ 1, 2; 3, 4;]
result = armaMatFunc("logDet",inputMat)
|
0f7b4325ddde154428367a1480373d40887b60cf | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.9_8.tst | 042b74cc2d82d134a86db42218ebddada9d9b6a9 | [] | 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 | 5,080 | tst | bow.9_8.tst | 9 27:0.5 55:0.3333333333333333 71:0.5 142:1.0 249:0.16666666666666666 348:1.0 352:1.0 607:1.0
9 12:0.5 27:0.5 46:0.14285714285714285 55:0.3333333333333333 116:0.5 120:0.16666666666666666 729:0.3333333333333333 1523:1.0
9 6:1.0 22:1.0 27:0.5 55:0.3333333333333333 64:0.08333333333333333 71:0.5 105:0.07692307692307693 150... |
bf2a54974056368fed1926b47863c55b7ee42cbd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3515/CH4/EX4.11/Ex_4_11.sce | fd3554937927849aba957f411fa38ffec142ef7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 918 | sce | Ex_4_11.sce | // Exa 4.11
format('v',7);
clc;
clear;
close;
// Given data
WLn= 100;
WLp= 200;
unCox= 0.2;// mA/V^2
unCox=unCox*10^-3;//in A/V^2
RSS= 25;// in kΩ
RSS= RSS*10^3;// in Ω
I=0.8;// in mA
I=I*10^-3;//in A
V_A= 20;// in V
i_D= I/2;// in A
// Formula i_D= 1/2*unCox*WLn*V_OV^2
V_OV= sqrt(2*i_D/(unCox*WLn));/... |
c1ded09b45e58c34b55ced5e4b0d624302c65d25 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH3/EX3.1/Ex3_1.sce | 56cd7d9c8eed5c979290ff37c04f6413a2b5e985 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 624 | sce | Ex3_1.sce | // Calculating effective length of air gap
clc;
disp('Example 3.1, Page No. = 3.12')
// Given Data
Ws = 12;// Slot width in mm
Wt = 12;// Tooth width in mm
lg = 2;// Length of air gap in mm
Kcs = 1/(1+(5*lg/Ws));//Carter's co-efficient for slots
// Calculation of effective length of air gap
ys=Ws+Wt;//Slot Pitch in mm
... |
380c3e1e69b10ccc37817fac384edcbc6076a49e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3764/CH5/EX5.1/Ex5_1.sce | f96f0fa5bc93378647c7d550b0a080bf4b1bbce4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 731 | sce | Ex5_1.sce | clc
//
//
//Variable declaration
M=8 // Bending moment(kip.in)
A=(2.5)*(1.5) // Area(in**2)
R=5.969
e=0.0314 ... |
296bb9faf49fea72ee77f22aa95876d4ceb8b485 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH3/EX3.17/Ex3_17.sce | 01c39c5d602f089c220eb18516260136094c7e7d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 664 | sce | Ex3_17.sce | //Example 3.17//
// Following the calculations of sample problem 3.3 we find that the length of the body diagonal is
rMg=0.078;//nm // Ionic radius of Magnesium (From Appendix 2)
rO=0.132;//nm // Ionic radius of Oxygen (From Appendix 2)
a=2*rMg+2*rO
//mprintf("a = %f nm",a)
l=sqrt(2)*a
mprintf("l = %f nm",l)
... |
b558dc03af096defdaedb28ee38801e3f8e247f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH1/EX1.7/Exa1_7.sce | a2b38107b77402fc72daf23528e5aa09f8aa174d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | Exa1_7.sce | //Exa 1.7
clc;
clear;
close;
//Given data
Vin=18;//in volt
IZ=20;//in mA
ILav=(5+35)/2;//in mA
VZ=12;//in volt
Vo=12;//in volt
I=IZ+ILav;//in mA
R=(Vin-Vo)/(I*10^-3);//in Ohm
disp(R,"Current limiting resistance in Ohm : ");
P=(I*10^-3)^2*R;//in Watts
disp(P,"Power disspation in resistance in Watt : "); |
921d88f463d1a04eb1d6111d862389613723b45e | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH6/EX6.2/2.sce | a9e4917f108f35d3cff60f2b3fa04b39be0ebbc4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 349 | sce | 2.sce | // Implementation of example 6.2
// Basic and Applied Thermodynamics by P.K.Nag
clc
clear
//Temperature T, Rate of heat transfer Q, Power W
T1 = 30+273;//K
T2 = -15+273;//K
Q2 = 1.75;//kJ/s
//For minimum power requirement
Q1 = Q2*T1/T2;
W = Q1 - Q2;
printf('Least power necessary to pump the heat continuo... |
6e43839211f838d9901c38be579f754116f90219 | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH4/EX4.11/ex4_11.sce | 8fe233ce712f7918242d102f8fcf5c8a3187719b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 966 | sce | ex4_11.sce | //Example 4.11
clc;
R1=10000;
R2=10000;
V=100; //Voltage across given terminals
VR2=R2*V/(R1+R2); //Using Voltage divider between R1 R2
//Also the true voltage across R2
// Case I: Given is sensitivity of 1000
S1=1000; //Given sentivity
Rv=S1*VR2; ... |
958e685472112c970d3e5b15e49fa587a57fce10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH3/EX3.3.7/Example3_7.sce | 0d58c8043b4ce783209ef1a847730919c3e23a70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 402 | sce | Example3_7.sce | //Chapter-3,Example3_3_7,pg 3-8
//as total internal reflection takes place for light travlling within 5 degree of the fibre axis
angle_c=90-5 //critical angle
n1=1.50 //refractive index of core
n2=n1*sind(ang... |
94040c19bd19b3e365d250cd5a9b3803ce339ffd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH6/EX6.20/ex6_20.sce | a9924f09039d29dda2939514d5a800ec437e8403 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | ex6_20.sce | // Exa 6.20
clc;
clear;
close;
// Given data
Q2 = 10^5;// in kJ/hr
T1 = -3;// in °C
T1 = T1 + 273;// in K
T2 = 22;// in °C
T2 = T2 + 273;// in K
COP_heat = 1/(1-T1/T2);
W = Q2/COP_heat;// in kJ/hr
W = W/3600;// in kW
disp(W,"Minimum power required in kW is");
|
7caa291b54f1a5a66e60b373342a91069a33235b | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH18/EX18.6/ex18_6.sce | 9569dc1e113520f89d722fd520a138315ab7730c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | ex18_6.sce | clc;clear;
//Example 18.6
//calculation of conductivity of intrinsic and doped semiconductors
//given values
h=4.52*10^24;//no of holes per m^3
e=1.25*10^14;//no of electrons per m^3
ue=.38;//e mobility
uh=.18;//hole mobility
q=1.6*10^-19;//charge of e in C
//calculation
ni=sqrt(h*e);//intrinsic concentrati... |
4d0a0c41d132eee14768e506c4901269e11afcc2 | 717ddeb7e700373742c617a95e25a2376565112c | /1592/CH9/EX9.3/example_9_3.sce | 9d63851855d27edeeee945145e42cf84c1a52707 | [] | 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 | 415 | sce | example_9_3.sce | //Scilab Code for Example 9.3 of Signals and systems by
//P.Ramakrishna Rao
//Convolution of two signals
clc;
clear;
n=1;
for t=-5:0.1:5
x(n)=-2*u(t-0.5)+2*u(t-1.5);
y(n)=(t+1)*u(t+1)-(t+1)*u(t-2);
n=n+1;
end
z=conv(x,y);
t=-5:0.1:5;
plot2d2(t,x,5);
title('x(t)');
figure(1);
t=-5:0.1:5;
plo... |
7ae41a40ddebb4d5076be1dfc7717ba92a01cb51 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH6/EX6.23/6_23.sce | fc79fcb68f263dfbcd52932d87757842a496563c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6_23.sce | clc
//initialisation of variables
g= 32.2 //ft/sec^2
H= 200 //ft
f= 0.01
L= 8100 //ft
d= 3 //in
d1= 1 //in
//CALCULATIONS
vn= sqrt(2*g*H/(1+(4*f*L*(1/d)^4/(d/12))))
h= vn^2/(2*g)
//RESULTS
printf ('height of the jet= %.2f ft',h)
|
bcf0243a66d09631397f75f4b3d6b42560b5efe8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH3/EX3.21/Ex3_21.sce | 433fc503b4432959bd298be8ac4d00eb55774fcf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | Ex3_21.sce | clear
//Given
q=10**-7
e=8.854*10**-12
//Calculation
a=q/e
//Result
printf("\n Electric flux through the surface of the cube is %0.2f Nm**2C-1",a*10**-4)
|
2916cbd1f8992c2737c49badb592d68e5b6a0751 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1627/CH7/EX7.1/Ex7_1.sce | 9f41ccd3f7f74dc6b03de69b4a156a2d847f9f29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sce | Ex7_1.sce | clc
//initialisation of variables
p=3.57//m^2
v=5.14//m
//CALCULATIONS
R=p/v//m
//RESULTS
printf('The hydraulic radius is=% f m',R)
|
d6f745ec31b8e93086edbfb6011f92c2065e8736 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/JC99WDZ/ATWM1_Working_Memory_MEG_JC99WDZ_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | 17a9b776621067b44e32b05728aa9f14d7b3289a | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,383 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor... |
20424a374096af80343d826ee06f782d689c68f4 | cb952289471732053d3db787d93f249ea37a7e55 | /5º PERÍODO/Processamento Digital de Sinais/TRABALHO/Ultrassom.sce | f5757e262ab5ee07182ce796788524bed2f5eebb | [] | no_license | kaikecc/UFRN | 647d09e6beeadfeabfb59f479cd77a5c2ff7bebc | 821cce2e36808e890a75714d71b7cc1a24e52c27 | refs/heads/master | 2022-08-09T19:23:52.552924 | 2022-06-23T21:27:05 | 2022-06-23T21:27:05 | 177,469,993 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,942 | sce | Ultrassom.sce | arq = uigetfile();// importar o arquivo ULTRASSOM_UNO
m = fscanfMat(arq);// cria uma matriz
t = m(:,1);// primeira coluna = tempo em microsegundos
t_d = m(:,2); // segunda coluna = tempo dados em microsegundos
dis = t_d ./ 58; // distancia em cm
//***** gera vetor de diferencas de tempo entre uma amostra e outra... |
062e6cf0dcabb86873e3373ff0e3fd9e88c0a2a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /165/CH11/EX11.13/ex11_13.sce | 0b3e3e5810bc093ed0d93f32a03d4741ac7d9bfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 445 | sce | ex11_13.sce | //Example 11.13
clc;
//Wein's Bridge
//Given values of bridge elements
R1=800;
C1=0.5*10^-6;
C2=1.0*10^-6;
R2=400;
R4=1000;
//Frequency of the circuit
x=sqrt(C1*C2*R1*R2);
f=invr(2*%pi*x);
printf('\nFrequency for which bridge is balance is %.2f Hz\n',f)
//Given is following condition
// R2/R1 + C1/C2 = R4... |
5ce0b1908699b46cb8848fd6bb4bc7086bf99860 | 4058f38b392324aa5099819881f3c7d7219a174f | /Flip flops/SR Flipflop/SR_FF Level Triggered/SR FF.sce | 02760242592c495c232a3aef280a9d1be0aab994 | [] | no_license | anupma-s/Scilab-Xcos-Arduino-Digital-Circuits | 612a033422bf14e2e58bcdce371f15cafb30224f | 2b4bf8e8f155d20a5eda2feb31c5523a51569d73 | refs/heads/master | 2021-01-20T17:20:13.073180 | 2016-07-04T15:25:07 | 2016-07-04T15:25:07 | 62,569,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,192 | sce | SR FF.sce | ok=open_serial(1,2,115200);
if ok~=0 then error('Unable to open serial port, please check'); end
S=0;
R=0;
SPin=5; //Input S is given to Pin 5
RPin=6; //Input R is given to Pin 6
//assuming initially, Q=0 & Qbar=1
Q=0;
Qbar=1;
QPin=9;
QbarPin=10;
clockPin=2; //external clock
for i=1:1000 //Runs ... |
bcf0953c93bb637e1087cc5f3478115e0158357e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.5/Ex11_5.sce | 442c91a817615458a9a2b7d0f2771103f3b1f481 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,501 | sce | Ex11_5.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.5\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.5 (page no. 558)
// Solution
printf("In problem 11.4,\n");
//From example 11.4,,,
//For Brick,
deltaX=6/12; //6 inch = 6/12 feet //deltaX=length //unit:ft
A=1; //area //unit:ft^2
k=0.40; //... |
3374b397d77605a5e0f41a0c7e7a075268338785 | 449d555969bfd7befe906877abab098c6e63a0e8 | /704/CH2/EX2.50/2_50.txt | 1b9cf1b2f102f7d0a4c642d3d1ee8043f886e882 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,023 | txt | 2_50.txt | //Caption:Determine Copper losses and total losses and Output and BHP of the motor and efficiency of the motor
//Exam:2.50
clc;
clear;
close;
V=230;//supply voltage(in V)
I_l=200;//line current(in Amp)
I_p=V*I_l;//input power (in watts)
R_sh=50;//shunt field resistance(in Ohm)
R_a=0.04;//armature resistance (i... |
6db611765c114de230473754dc378e01c73aaa64 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/db2pow/db2pow3.sce | e5100afb815d70dbfa7e65e67b0b80923d79e44d | [] | 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 | 234 | sce | db2pow3.sce | //check o/p when i/p is a postive vector
y=[10 12 12 34 24 23]
ydb=db2pow(y);
disp(ydb);
//output
//column 1 to 5
// 10. 15.848932 15.848932 2511.8864 251.18864
// column 6
// 199.52623
|
fa7d03797cf9822c63ab42eed7690fcbd8f0ecf2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH7/EX7.7/7_7.sce | 476aa01ec5a95e0717a14ca04a7b18ea98dabb7e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,971 | sce | 7_7.sce | //To determine the percent drop from the substation to various points
//Page 340
clc;
clear;
An=4; //Service Area
l=1; //Length of 0a
//Voltages in kV
Vll=13.2; //Line to line
Vln=7.62; //Line to neutral
//Peak Loading
Dp=1000; //Peak Loading Intensity per sq.miles
Sl=2000; //Lumped Load in kVA
//Off... |
71ef56b8a7072e76afc229bcb94ffeccb00d4002 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1538/CH22/EX22.2/Ex22_2.sce | a91aaaa31b49c165518c24344003ab0db46d7a59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | Ex22_2.sce | //example-22.2
//page no-660
//given
//critical temp of Pb
T0=7.17 //K
//critical field
H0=0.0803 //A/m
//to find the critical field at
T1=3 //K
T2=10 //K
//critical field at T1
Hc1=H0*(1-T1^2/T0^2) //A/m
//critical field at T2
Hc2=H0*(1-T2^2/T0^2) //A/m
printf ("the critical field at 3K temp is %f... |
b59d7771a039bf4b601c2d6fb9a4198de4d1840e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2345/CH5/EX5.2/Ex5_2.sce | 674acd347b4746548b9d06b7ed9d68118ae63905 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | Ex5_2.sce | //Finding charge and potential gradient
//Example 5.2(pg 193)
clc
clear
C=0.0002*(10^-6)//capacitance in F
V=20000//P.D across condenser in V
t=2//thickness in mm
Q=C*V//charge on each plate in coulomb
g=(V/t)*(1/1000)// potential gradient in kV/mm
printf('Charge given to condenser is %e Coulombs \n',Q)
print... |
06b4f7d55a515761da4921397f3263f48b5a1d02 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH9/EX9.11/Ch09Ex11.sce | 8956c214ab1a6d4b1609211e04d4769e3ac0fdaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch09Ex11.sce | // Scilab code Ex9.11 Page:298 (2006)
clc; clear;
k = 1.38e-023; // Boltzmann constant, J/mol/K
e = 1.6e-019; // Energy equivalent of 1 eV, eV/J
Theta_D = 96; // Debye temperature, kelvin
N0 = 0.3678; // Density of states at Fermi energy
V = 1; // Volume of the material, metre cube
T_c = 1.... |
26d189872624019f20e94788fea4d6644778ac39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH11/EX11.5/Ex11_5.sce | 8e9859baf2f935a461c5471d2694b05e8135a4ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 807 | sce | Ex11_5.sce | // Chapter 11
// Band pass Filter
// Page.No-418
// Example11_5
// Given
clear;clc;
f2=1200; //in Hz
f1=800; //in Hz
BW=f2-f1;
printf("\n The Bandwidth is %.3f Hz\n",BW); // Result
fo=(f1*f2)^0.5;
printf("\n fo is %.0f Hz\n",fo); // Result
Q=fo/BW;
printf("\n Q is %.2f \n",... |
0b4716aeb9510146e03964da3b3513587ecbf69d | f0919c8ea73f22939a890aa4f8327f8200344d2b | /html/network_acl.tst | d07527e0a78ab3e375fb473d75543eae21c1e881 | [] | no_license | kalex375/OVC | af5e91f90754454b90f339e846c5b9112d38d6c8 | f4b47dfc497299c4944b4ff9b93253c279012454 | refs/heads/master | 2021-05-31T07:55:44.326597 | 2013-12-02T14:15:52 | 2013-12-02T14:15:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | tst | network_acl.tst | PL/SQL Developer Test script 3.0
28
begin
dbms_network_acl_admin.create_acl (
acl => 'utl_http.xml',
description => 'HTTP Access',
principal => 'ORA_VER',
is_grant => TRUE,
privilege => 'connect',
start_date => null,
end_date => null
);
dbms_network_acl_admin.add_pr... |
25f677a0fd7666c84e0fc8b59245f531b03e3197 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH1/EX1.25/Ex1_25.sce | 7769961b92f1d831d091b67847fb1a49ea570bfc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,336 | sce | Ex1_25.sce | //Variable declaration
Vd=0.7 //diode voltage(V)
Ro=18 //output resistance(k ohms)
R1=2 //diode1 resistance(k ohms)
R2=2 //diode2 resistance(k ohms)
//Calculations
//Part a
V1=10 //voltage to D1(V)
V2=0 ... |
08440ab222e7985a82fe5cec52168a08d6a80aab | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /newnewmaeve.sce | a9941a106450e4fdd2bc359c2fadd0b72a8e4d51 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 66,603 | sce | newnewmaeve.sce | Name=newnewmaeve
PlayerCharacters=Maeve
BotCharacters=Tank QC Fast Strafes.bot;air1_far_long.bot;Dodgey.bot;Pigeon Jumper.bot;Quaker Bot Long Strafes.bot;Quaker Bot Fast Strafes.bot;air1_UFO.bot;Quaker Bot Hard.bot;Quaker Bot Medium.bot
IsChallenge=false
Timelimit=60.0
PlayerProfile=Maeve
AddedBots=Quake Mix.rot;Quake ... |
dbab2ee0b6f3bf95023c62d05f149053861750ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /2863/CH2/EX2.36/ex2_36.sce | 3659068211a9ce497f581a54f72b6f53a5ecb3ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | sce | ex2_36.sce | //chapter 2
printf("\n");
f=2*10^9;
c=3*10^8;
lamda=c/f;
printf("the wavelngth is %gm",lamda);
//part b
Pr=10^-12;
Gt=200;
Gr=200;
d=3*10^6;
Pt=((4*(%pi)*d)/lamda)^2*(Pr/(Gt*Gr));
printf("\nthe transmitted power is %gW",Pt);
|
5095563de2faa7e86aa241ea5df26b08c690cb24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2912/CH5/EX5.23/Ex5_23.sce | 3bf7b66a6ea4f8e916964423b832fe9a1eba568e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,042 | sce | Ex5_23.sce | //chapter 5
//example 5.23
//Calculate energy corresponding to the 2nd and 4th quantum states
//page 112
clear;
clc;
//given
a=2; // in Angstrom (length of the box)
m=9.1E-31; // in Kg (mass of electron)
h=6.626E-34; // in J-s (Planck'c constant)
n2=2, n4=4; // two quantum states
e=1.6*1E-19; // in C (charg... |
c68a5ef8b0ad1abcc65c73e12d173652504bf087 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH5/EX5.4.b/5_4_soln.sce | 03d5b199bb7bea4029b3be1f20b5818848f1e703 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | sce | 5_4_soln.sce | clc;
pathname=get_absolute_file_path('5_4_soln.sce')
filename=pathname+filesep()+'5_4_data.sci'
exec(filename)
// Solutions:
// volumetric displacement of pump,
Vd=(%pi*((Dc/1000)+(Dr/1000))*(e/1000)*(L/1000))/2; //m^3
// since,1m^3 = 1000L
Vd=1000*Vd; //L
// Results:
printf("\n Results: ")
printf("\n The volumetri... |
ca24e92ce69a7bb0589405951c785019dbe39a5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1385/CH9/EX9.10/9_10.sce | 22a21e405620a6c8dc20a7b83ff907089bbb3d4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | 9_10.sce | clc
//initialisation of variables
c= 0.1 //M
Kb= 1.8*10^-5
Kw= 10^-14
//CALCULATIONS
C= sqrt(c*Kw/Kb)
//RESULTS
printf (' concentration of hydronium ion = %.1e mol per litre',C)
|
5c7c11df002122981974d661ab2bc8f7a76c2ad4 | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/io/fetch1.tst | 98c3b2d7f01cf866a6d39df1b91df25f35fbac6b | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 348 | tst | fetch1.tst | COMMENT | |
COMMENT | THIS file (together with fetch2 and fetch3) |
COMMENT | tests the command fetch |
COMMENT | |
DECLARE SENTCONST A B C D;
MARK init1;
DECLARE INDVAR x y z w t n m;
FETCH fetch2.tst FROM init2 TO end2 ;
DECLARE PREDCONST P 1;
DECLARE PREDCONST Q 1;
DECLARE PREDCONST P2 2;
MARK end1;
DECLARE PREDCONS... |
ff10db089060f96d8ee164f79d1cc78554aa2d11 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH21/EX21.2/Example21_2.sce | e3087d14336ac9d9bf5ce29d331c248fad64f7b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,089 | sce | Example21_2.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 14: LIGHTNING AND PROTECTION AGAINST OVERVOLTAGES DUE TO LIGHTNING
// EXAMPLE : 14.2 :
// Page number 383
clear ; clc ; ... |
621b7629bb88fb91cd924674100d7e7c41cee47d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH7/EX7.7/pe7_7.sce | ecc216b9841a433bb03ec9b1a224d165343aca59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | pe7_7.sce | //example 7.7
clc;funcprot(0);
//Initialization of Variable
V1=12;//V
V2=22;//V
I=.7;//A
Ta=80;//degreeC
Ps=17.1//supply power
//calculation
K=V2/1.23-1;
disp(K,"Rf/Ri=:")
printf('pick Rf=22; Ri=1.3;')
Id=round(Ps/V1*10)/10;
D=round((1-(V1/V2))*100)/100;
Ir=D^.5*Id;
disp(Id,"rms current in A:")
Ps=Ir^2*... |
a0301a14eece2f6dd5bff5f308e3743c8e3963ff | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH9/EX9.10/EX9_10.sce | a7428666fcfa835e4812aaa1ba5dc327df223546 | [] | 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 | 863 | sce | EX9_10.sce | clc;funcprot(0);//Example 9.10
//Initilisation of Variables
F4_3=0.27;...//Shape factor (for perpendicular rectangles) from charts
F5_6=0.19;...//Shape factor (for perpendicular rectangles) from charts
F5_3=0.15;...//Shape factor (for perpendicular rectangles) from charts
F4_6=0.26;...//Shape factor (for perpendic... |
e781c25976e74855ce4d1a06ebeee2acc996b24d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH5/EX5.20/ex5_20.sce | b7afe4f21514d4975fd76a53e52f686c2d8347c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 163 | sce | ex5_20.sce | //Example 5.20, page no-317
clear
clc
ei=0.15*10^-3
em=2*ei
B=0.1
l=60*10^-3
v=em/(B*l)
printf("Velocity of flow V = %.2f m/sec = %.1f cm/sec",v,v*100)
|
227a852f3e2d4d0ff81af2bae1b643443e496f6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH12/EX12.16/ex12_16.sce | 174e4a3891f9acbf2c85f15549f03a7c2d4f396d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 865 | sce | ex12_16.sce | clc;
warning("off");
printf("\n\n example12.16 - pg624");
// given
d=24*10^-6; //[m] - diameter of wire
T=415; //[K] - operating temperature of hot wire anemometer
P=0.1; //[W] - power consumption
L=250*d;
Tair=385; //[K] - temperature of air in duct
A=%pi*d*L;
Tfilm=(T+Tair)/2;
// properties of air at T... |
f71836104091635f91a1fef70732063cfc984d0c | 20392bee9b9ba080dc86418049e09f82be683a14 | /Design_Experiment_1/MUX4WAY16.tst | 35582ad5760f6b2562eb1bb6f75718b66652f36b | [] | no_license | Liveitabhi/CSD-LAB | 698645e3fee27fadc70979c6c64d7de13c58ffbd | e91c386c9d575fcced2f5163eea958033ca1e245 | refs/heads/master | 2023-01-23T05:31:42.301079 | 2020-12-09T08:52:58 | 2020-12-09T08:52:58 | 298,178,775 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | tst | MUX4WAY16.tst | load MUX4WAY16.hdl,
output-file MUX4WAY16.out,
compare-to MUX4WAY16.cmp,
output-list x1%B1.16.1 x2%B1.16.1 x3%B1.16.1 x4%B1.16.1 s%B2.2.2 z%B1.16.1;
set x1 0,
set x2 0,
set x3 0,
set x4 0,
set s 0,
eval,
output;
set s 1,
eval,
output;
set s 2,
eval,
output;
set s 3,
eval,
output;
set x1 %B0001001000110100,
set x2 ... |
4bc22ffe48258dacf30e78458db60baea8d30982 | 51dafce62d23d24ff12da43eb29775cdd7aaf08e | /Pendulo Duplo 2.sce | d7fb783051197d601a3ec67ad32e19cc325ed9f7 | [] | no_license | ThadeuJose/PreditorCorretor | f4550888a2918d5f33e3f093f2cac0d5c1af3c47 | bdf2213c1a02cc21c6270ef2f8c93f154ca8722f | refs/heads/master | 2021-01-16T18:19:27.761791 | 2014-12-09T23:55:52 | 2014-12-09T23:55:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,537 | sce | Pendulo Duplo 2.sce | clear
funcprot(0)//Alter the protection level of the function to unprotected
//Define the functions f1,f2,f3,f4 to be able to put in the list
deff('fun1 = f1(u1,u2,u3,u4)', 'fun1=u2')
deff('fun2 = f2(u1,u2,u3,u4)', 'fun2=(((-g)*((2*m1)+m2)*sin(u1))-(m2*g*sin(u1-(2*u3)))-(2*sin(u1-u3)*m2*(((u4^2)*l2)+(((u3^2)*l1)*co... |
e664e5689c4de0227338adb1f45be45570726df1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH18/EX18.38/18_38.sce | ffc0dc063b0f35980c9749074115e6f95f9818db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | 18_38.sce | //ques-18.38
//Calculating S and A and G for vaporization of benzene
clc
n=2;//moles of benzene
T=273+80.2;//boiling point (in K)
g=78;//molar weight of benzene (in g)
Lv=101;//latent heat of vaporization (in cal/g)
U=n*g*Lv;
H=U;
S=H/T;
G=H-T*S;
A=G;
printf("The entropy change is %.1f cal/K and A=G=%d.",S,... |
f42f70232fe5bd7e05d888181c83e143e85f9468 | 3890255c146d4a852d986de243114983fffc96de | /Semestre 2/TI/TP3/TIEchantillonnage.sci | 04e6571a619bbb7bec2490b406f017a5a93647dd | [] | no_license | plowed/MASTER | 0cc61d0d366e5a431ed6c1669bad6d77ecdbde22 | 7f147df200a9474d3753939c1a680c834673bfcb | refs/heads/master | 2016-09-05T13:22:51.712340 | 2014-03-04T19:54:34 | 2014-03-04T19:54:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,027 | sci | TIEchantillonnage.sci | //TI : TP3 : sur et sous-échantillonnage
//binome : Ryutoor et Allart
function sous = TISousEchantillonnage(image,n)
sous = zeros(size(DonneeRougeGris,1)/n,size(DonneeRougeGris,2)/n);
couleurValeur = 0;
// i = 1;
// j = 1;
for i = 1:n : size(image,1)
for j = 1:n: size(image,2)
... |
9384128d9c11830637529430c967a70fa7f30c06 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /ET.sce | 081e2bf57b3c5ddee37a41a8ed3831892bd32194 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 15,881 | sce | ET.sce | Name=ET
PlayerCharacters=Quaker
BotCharacters=Medic.bot
IsChallenge=false
Timelimit=60.0
PlayerProfile=Quaker
AddedBots=Quaker Bot Long Strafes.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=2
BotTeams=1
MapName=cataicfps.map
MapScale=3.8125
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer... |
b7e6086ef79081a0a0267313f8984638f9f16b9a | cefe1787aed5bd5b40d2139f03ad095cab6f6c01 | /input/ejemplo1.tst | 16295cf4734a0addc39627318f7b80045a83226b | [] | no_license | ftmlik/tfg_roc_keel | 088e73a34b6569c1c0a0d5880d98740888ef552d | 071179de84fa663099aaeb695d60fbbda6076e11 | refs/heads/master | 2020-04-04T02:49:17.564536 | 2017-01-07T15:16:13 | 2017-01-07T15:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | tst | ejemplo1.tst | true-class positive negative
positive 0.9 0.1
positive 0.9 0.1
negative 0.9 0.1
positive 0.9 0.1
negative 0.9 0.1
negative 0.9 0.1
positive 0.9 0.1
positive 0.9 0.1
negative 0.9 0.1
negative 0.9 0.1
|
d9caa659434cf15409e8095046f3a3e093127d7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /839/CH19/EX19.2/Example_19_2.sce | 4ecbba749a9de764305af76cbb45b42d536c14b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,402 | sce | Example_19_2.sce | //clear//
clear;
clc;
//Example 19.2
//Given
P = 1.2; //[atm]
Tb = 97; //[C]
Td = 105; //[C]
f = 0.6;
xF(1) = 0.33;
xF(2) = 0.37;
xF(3) = 0.30;
//Solution
//(a)
//From Fig. 19.1
K(1) = 2.68/P;
K(2) = 1.21/P;
K(3) = 0.554/P;
//In Eq.(19.12), the right hand side of the equation becomes
RHS = (... |
4d0d95e4efe1cd2930f58b69ce55fd68938b2816 | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH3/EX3.11/3_11.sce | a0443c39a75a388d4565b44bc015dc0b7d358a21 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3_11.sce | t = 480 ; // Torque of constant intensity
L = 144 ; // Length of bar
G = 11.5e06; // Modulus of elasticity in Psi
Ip = 17.18 ; // Polar moment of inertia
U = ((t^2)*(L^3))/(G*Ip*6) // strain energy in in-lb
disp("in-lb",U,"The strain energu for the hollow shaft is") |
3c080b535fbf9fd475520dd54546721099f5041d | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH15/EX15.1/15_01.sce | 997baa09e035ea54157b75f571f83879433b4667 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 15_01.sce | //Example No. 15_01
//Elliptic Equations
//Pg No. 488
clear ; close ; clc ;
l = 15
h = 5
n = 1 + 15/5
f(1,1:4) = 100 ;
f(1:4,1) = 100 ;
f(4,1:4) = 0 ;
f(1:4,4) = 0 ;
//At point 1 : f2 + f3 - 4f1 + 100 + 100 = 0
//At point 2 : f1 + f4 - 4f2 + 100 + 0 = 0
//At point 3 : f1 + f4 - 4f3 + 100 + 0 = 0... |
012819cda40630b60c4ce6e06e32d7229a8bbd62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH5/EX5.25/ex_5_25.sce | b00200c1994d3d7d32daf2a96b39088b89b0778c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_5_25.sce | clear;
clc;
close;
dt=.1;
t0=1;//positive number
t=-10:dt:10;
for i=1:length(t)
if modulo(t(i),t0)==0 then
x(i)=1;
else
x(i)=0;
end
end
a=gca();
plot2d3(t,x);
plot(t,x,'r.')
poly1=a.children.children;
poly1.thickness=3;
poly1.foreground=2;
xtitle('x(t)','t')
wmax=10;
w=-... |
f138a0a065a5a5095ed245eb4e21d6e9cff42d4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH8/EX8.2/8_2.sce | ff705e58fb43f7c26d182da1c543b39fa3aee9f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | 8_2.sce | //example 8.2
clc; funcprot(0);
// Initialization of Variable
h1=2758.0;
h2=1939.3;
h3=173.88;
h4=h3+8.06/0.85;
neta=(h1-h2-h4+h3)/(h1-h4);
disp(neta*100,"thermal efficiency in %");
mdot=100*1000*3600/(h1-h2-h4+h3);
disp(mdot,"mass flow rate in kg/h");
Qindot=mdot*(h1-h4)/3600/1000;
disp(Qindot,"energy infl... |
d37ba6ae0955e53286726f8b2f3e92eb7455292e | 348b83f2cd32e6616b86e704a374661890d58cda | /singular_fun.sce | 4d2323b23df493051d9723944dfbbbb376f15964 | [] | no_license | YashGandhi17/Scilab | 012b35caad56d0c7600b9a207956e25774339c66 | 6d509dc17afe2ca32376df795693c84f94e3f360 | refs/heads/master | 2020-04-07T03:13:24.046967 | 2018-11-17T17:24:44 | 2018-11-17T17:24:44 | 157,837,866 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | singular_fun.sce | function[xn] = singular_fun(wave_type,start_index,end_index,phase)
n=start_index:end_index;
select(wave_type)
case "ui" then
xn = [zeros(1, abs(start_index) + phase), 1, zeros(1, end_index - phase)];
case "us" then
xn = [zeros(1, abs(start_index) + phase), ones(1, end_index - phase... |
18e04a3bdacd7cb8a2e21e87aca56ca598c1b0ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH29/EX29.2/Ex29_2.sce | 61d4f28a27648d768ec8c19aecf36c23265d4a01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | Ex29_2.sce | //Example 29.2
q=1.60*10^-19;//Charge of an electron (C)
V=50*10^3;//Potential difference (V)
hf=q*V;//Maximum photon energy (J)
hf=hf*1/(1.60*10^-19);//maximum photon energy (eV)
printf('Maximum x-ray photon energy = %0.1f keV',hf/1000)
//Openstax - College Physics
//Download for free at http://cnx.org/content/... |
28690cd36f054a6dc55e82387f0005624cf58bd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH9/EX9.14/Ex9_14.sce | ffc1f54ffbe808bb8ef8e6e0e89d574b68eac26e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | Ex9_14.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 9 Frequency Response of Amplifier Pg no. 318 and 319
clear;
clc;
//Given
//Figure 9.31
VGS=12;//gate to source voltage in volts
IGSS=40D-9;//gate saturation current in amperes
VDD=12;//drain supply voltage in volts
RD=6.8D3;//drain resistance in ohms
RG=15D6... |
01f8476cc85aca873b7e58f599a2920154a768af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2666/CH15/EX15.11/15_11.sce | 50308391d5ba8930cc1719e5784ebf3e2c1e6375 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | 15_11.sce | clc
//initialisation of variables
p=22.9//Btu per pound
p1=38.5//Btu per pound
v=15.40//Btu per pound dry air
h=13.26//cu ft
w=2000//lb
//CALCULATIONS
P=p1-p//Btu per lb dry air
V=w/h///b
//RESULTS
printf('The total weight=% f lb',V)
|
c4c44f747959edb914d6fd1a9369a63a2fb18f22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH7/EX7.5/7_5exam.sce | 78e90d4922c7849dad80a404add393c9d82f0cfb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 883 | sce | 7_5exam.sce | //Engineering and Chemical Thermodynamics
//Example 7.5
//Page no :319
clear ; clc ;
//Given
P = 50 ; // [bar]
T = 25 + 273.2 ; //[K]
y_eth = 0.2 ;
y_pro = 0.8 ;
T_c_eth = 305.5 ; //[K],From Appendix A.1
T_c_pro = 370 ; //[K],From Appendix A.1
P_c_eth = 48.7 ; //[bar],From Appendix A.1
P_c_pro = 42.4 ; ... |
ed136390e6cdc776677924e6bc8195cea63566ec | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.14_6.tst | 94e216099b580aa55faa628413a416d1e7361422 | [] | 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 | 42,182 | tst | bow.14_6.tst | 14 9:0.5 16:0.047619047619047616 29:0.1111111111111111 33:0.125 53:0.2 144:0.3333333333333333 160:0.3333333333333333 935:0.125 949:0.03333333333333333 1155:0.5 1393:1.0 2588:0.25 5269:1.0 5337:0.5 5389:1.0 5465:1.0 5637:1.0 5665:1.0 5824:1.0 6159:1.0 7382:1.0
14 9:0.5 14:1.5 16:0.14285714285714285 33:0.25 53:0.2 61:0.2... |
22e70e912edb9da478a67dccbb1027da32f9a29c | 98efda43218be3d9e665771c28742517fd4f334f | /Testfun/Original/is2rc.sci | 679d79c87a01bc3440f0f036260bac286cadbcf9 | [] | no_license | ankurmallick/Scilab_spt | bded5b3ed7c5618770ef4bb997b5f61aa7732cd9 | e35c986f70147ee773796c839153ed7adbda3941 | refs/heads/master | 2021-01-17T06:48:24.162281 | 2016-12-05T12:54:24 | 2016-12-05T12:54:24 | 43,445,584 | 0 | 2 | null | 2015-12-10T05:15:44 | 2015-09-30T16:47:57 | Scilab | UTF-8 | Scilab | false | false | 1,192 | sci | is2rc.sci | function [k] = is2rc(isin)
// Convert inverse sine parameters to reflection coefficients
//
// Calling Sequence
// K = is2rc(isin)
//
// Parameters
// isin: input inverse sine parameters. Needs to be an array real numbers
// k: output reflection coefficients corresponding to the reflection coefficients in input
//
... |
0195ca6c0246be23b739f54c1f7a9c6744b498e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH8/EX8.1/example8_1.sce | 347c6c87aeb00c47c4d1ba91ab9463b71aa336bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 451 | sce | example8_1.sce |
//example 8.1
//page 288
clc; funcprot(0);
//initialisation of variable
L=10;//length
R=0.002;//radius
P1=200;
P2=260;
pi=3.14;
rho=0.81*1000;
mu=19.1/10000;
Sp=-(P1+0.81*6*9.81-P2)/L;//slope of pressue
taumax=R/2*Sp*1000;
disp(taumax,"maximum shear force(N/m^2)");
vmax=R^2/4/mu*Sp*1000;
disp(vmax,"max... |
eedad3ea8fb459bc924adf36bb0acfadbc26e9d3 | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_6/Scilab_codes/P_design_for_given_zeta.sce | 9e02284a787b4eb58f8df9202d1cba7810e0e75e | [] | 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 | 227 | sce | P_design_for_given_zeta.sce | clear
close
clc
s = poly(0,'s');
G = (1)/((s+3)*(s+4)*(s+12));
Glin = syslin('c',G);
evans(Glin,5000);
// Finding theta from the damping ratio
zeta = 0.35;
theta = acos(zeta);
x = -20:0.1:20;
y = -tan(theta)*x;
plot(x, y);
|
c9882f983675286f38406c557a4c37374feb328d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH12/EX12.6.1/12_6_1.sce | 747fe8223ab87454d63b3282cef34e592f539f2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 169 | sce | 12_6_1.sce | clc
//initialisation of variables
r= 3.5
T= 186 //F
T1= 60 //F
//RESULTS
R= (((T+460)/(T1+460))^r-1)*100
//RESULTS
printf ('percentage rise = %.1f per cent',R)
|
530b168b39d7d67a3b239f73984e186927b8af0a | 244971ae8af51184d278cdc2be1c80775413adae | /SSSeDelay.sci | 2c668712c8796cae9a21e0bdf1273afff7dc1a13 | [] | no_license | MSCA-SIMFREE/748767 | 5879f1f139b608c7cd2f1bd62325b281c9c1e7d1 | 4726206e514f1e47e939e73b9339c056057866db | refs/heads/master | 2020-12-27T15:21:13.646362 | 2020-02-03T11:40:00 | 2020-02-03T11:40:00 | 237,951,088 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,103 | sci | SSSeDelay.sci | // The code was developed under Horizon2020 Framework Programme
// Project: 748767 — SIMFREE
function y=SSSeDelay(x,TimeDelay_ns)
// Delays the Electrical Input
//
// Calling Sequence
// y=SSSeDelay(x,TimeDelay_ns)
//
// Parameters
// x : Electrical Input
// TimeDelay_ns : The val... |
fe91dde31987ad0b45dc4832967ab07bd3d285e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH12/EX12.1.e/E12_1.sce | 2701162604242a6b2322b1b6c687c39bd4a3485f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 198 | sce | E12_1.sce | clc
//Initialization of variables
P=100 //W
t=10 //s
l=560 //nm
//calculations
TE=P*t
E1=6.626*10^-34 *2.998*10^8 /(l*10^-9)
N=TE/E1
//results
printf("No. of photons required = %.2e ",N)
|
de1b0b6edcf49720b4189fbbf00e9cfa6ee9f1d9 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.19_12.tst | f736f6ac2be179a54636765f95187d70600b6638 | [] | 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 | 416,331 | tst | 5.19_12.tst | 19 120:1 946:1 1313:1 1672:1 2541:1 2800:1 2985:1 3005:1 3360:1 3395:1 3872:1 3943:1 4091:1 5380:1 6260:1 6274:78 6494:1 6670:1 6958:1 7164:1 7888:1 7902:1 8098:1 8241:1 8646:1 8777:1 9026:1 9520:2 9535:1 9586:1 9945:1 10147:1 10397:1 10925:1 11499:1 11618:1 11946:1 12198:1 12203:1 12319:1 13111:2 13676:1 13763:1 13765... |
1c081cfef44ebd838aa625e5b4e3b5af751bbd4f | e1fcb98fc42106c41335695379d620ba376ad2ab | /Interpolacao/func.sci | e562634f6fa6313daf0ebe31aad78eebce2dc5e8 | [] | no_license | LuizFelipeLemon/CN | 82c142ff28c2cb63d1f8cb433965d63089628235 | 605076edd4ea218dd5e49dbba2b109f61efa9cfa | refs/heads/master | 2021-08-19T16:08:20.094123 | 2017-11-26T20:51:15 | 2017-11-26T20:51:15 | 103,070,142 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sci | func.sci | function s = luiz (x,y,img)
cont=1;
for i=x(1):0.01:x(length(x))
v = lagrange(x,y,i);
s(cont)= v;
cont=cont+1;
end
matplot(img)
plot(x,y,'.r')
plot(x(1):0.01:x(length(x)),s','b')
endfunction
|
f6e9746e3aa90126c5a3462efecc19e88c5704f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH2/EX2.14/ex2_14.sce | 788a27fd56b2e44345fecdfd7e08dd850e111923 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | ex2_14.sce | // Exa 2.14
clc;
clear;
close;
format('v',7)
// Given data
R1 = 5;// in ohm
R2 = 2;// in ohm
R3 = 8;// in ohm
V1 = 20;// in V
V2 = 12;// in V
// V1-R2*I-R1*I = 0;
I = V1/(R1+R2);// in A
// Vth + V2 - R2*I = 0;
Vth = (R2*I) - V2;// in V
Rth = ((R1*R2)/(R1+R2)) + R3;// in ohm
I_N = Vth/Rth;// in A
R_L = ... |
ec92dac6dfc50736852c943836b3f610ce639619 | f0919c8ea73f22939a890aa4f8327f8200344d2b | /test/param.tst | 86228ceefc8f2bfbbfdace0cd9e945d5d509d410 | [] | no_license | kalex375/OVC | af5e91f90754454b90f339e846c5b9112d38d6c8 | f4b47dfc497299c4944b4ff9b93253c279012454 | refs/heads/master | 2021-05-31T07:55:44.326597 | 2013-12-02T14:15:52 | 2013-12-02T14:15:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,911 | tst | param.tst | PL/SQL Developer Test script 3.0
114
select
arg.rn,
arg.argument_name param_name,
arg.defaulted defaulted,
arg.in_out direct,
case
when param_type is null and
arg.data_type in ('CHAR',
'NCHAR',
'NVARCHAR2',
'VARCHAR2') then 'STR'
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.