blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2 values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15 values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7 values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36 values | src_encoding stringclasses 17 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 5 10.4M | extension stringclasses 15 values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39d1ce2421258aa12aa7998bc680ec506e4b7759 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH5/EX5.7/ex5_7.sce | 52e0e3a0a31c954139a2cd9553cea2fa144dfa0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | ex5_7.sce | // Example 5.7, page no-191
clear
clc
//comparing given equation with stanard equation
mf=150 //modulation index
fm=1 // modulating frequency in KHz
fd=mf*fm
bw=2*(mf+1)*fm
printf("frequency deviation = %.0f kHz\n Bandwidth = %.0f kHz \n\n Expression for instantaneous frequency is given by, \n f = 10^8-150*(10^3)*sin(2*3.14*10^3*t)",fd,bw)
|
583d7e8294929e859ab9b96e105bd88949897f53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH8/EX8.4/Ex8_4.sce | 08b5a49ad06157bcd40d27cce5af65a99eb14e2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | Ex8_4.sce | //Ex8_4
clc
Ir=10*10^(-3)
disp("Ir = "+string(Ir)+" ampere/lumen of radiant energy ") //photodiode Reverse saturation current for constant reverse bias VR
RF=10*10^(3)
disp("RF= "+string(RF)+ " ohm") //Feedback resistance
E=1*10^(-2)
disp("E = "+string(E)+" lumens")// radiant energy
IR=Ir*E
disp("IR =Ir*E= "+string(IR)+" ampere") // Reverse saturation current
Vo=IR*RF
disp("Vo=IR*RF= "+string(Vo)+" volts") // output voltage
s=E/Vo
disp("scale factor=E/Vo= "+string(E)+" lumens/V") // Scale factor of photometer
|
80bf76c00edb3bf1e4dc264510dd3a46d461bdb5 | ba5d14a99711f45c6f3d2d28e4e8c12c9120e536 | /Plotando uma função qualquer.sce | fd83ac3185f0d1f55e893db42ccb9c33bb4f88ad | [] | no_license | RuanXavierSantos/Exercicios_Scilab | 0bf7aa6cc0b94e84bd560861c77d7a1a6c17bc2b | 219c1609766e1ac1ad27f9469012d7f3bb6c8dea | refs/heads/main | 2023-09-03T00:50:12.356763 | 2021-10-20T13:29:22 | 2021-10-20T13:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 37 | sce | Plotando uma função qualquer.sce | x=[1:0.7:7];
y=(x^4)-4;
plot(x,y)
|
cf27679932b363fffe7668eb192223ee015d0ec8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3750/CH1/EX1.2/Ex1_2.sce | ede3b39ffd2aea8ed9d79d403c198a605803ab14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,090 | sce | Ex1_2.sce | //Strength Of Material By G.H.Ryder
//Chapter 1
//Example 2
// To Calculate Strain energy
P=10,000; //Tension 100d, Unit in KN
E=205,000; //Young's Modulus, Unit in N/mm^2
RootDia=16.6; //Root diameter of thread, Unit in mm
AreaOfCore=%pi*(RootDia^2)/4 //Unit in mm^2
ShankDia=20; // Diameter at Shank, Unit in mm
AreaAtShank=%pi*(ShankDia^2)/4; //Unit in mm^2
ThreadLength=25; //Unit in mm
ShankLength=50; // Unit in mm
StressInScrew=P/AreaOfCore; //Unit in N/mm^2
StressInShank=P/AreaAtShank; //Unit in N/mm^2
TotalSE=(StressInScrew^2)*AreaOfCore*ThreadLength+(StressInShank^2)*(AreaAtShank*ShankLength)/(2*E);
// Total Strain Energy, Unit in N/mm^2
//If Shank is turned down to root diameter(16.6mm) for same maximum stress
StressInBolt=P/AreaOfCore; //Unit in N/mm^2
NewSE=((StressInBolt^2)*(AreaOfCore)*(ThreadLength+ShankLength))/(2*E)
//Strain Energy after shank is turned down to root diameter, Unit in Nmm
printf("Total Strain Energy=%f Nmm\n", TotalSE)
printf("Strain Energy after Shank is turned down to root diameter=%f Nmm\n", NewSE)
|
6dd6eb7683ebfba6c20227f30da292077cf5108d | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH5/EX5.5/Example5_5.sce | da0665e563d6f3c68cad1ea3722ced40ee3ad35c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | Example5_5.sce | //Given that
g = 9.8 //in m/s^2
M = 3.3 //in kg
m = 2.1 //in kg
//Sample Problem 5-5
printf("**Sample Problem 5-5**\n")
//from FBD1
//both will have common acceleration
//mg - T = ma
//T = Ma
//adding -> mg = (M+m)a
a = m * g /(M + m)
T = m *g - m *a
printf("The acceleration of both the blocks is %f m/s^2\n", a)
printf("The tension in the string is %f N", T) |
301eed59eff28e10d1c3f8e91e3479f9e69f5ae8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH23/EX23.7/example7.sce | 7451648b6d8dd45620dedc2bd999c687b3312e89 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | example7.sce | // find width of output pulse
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 23-7, page 919
clear;clc; close;
// Given data
C=470*10^-6;// capacitance in faraday
R=10*10^6;// resistance in ohms
// Calculations
W=1.1*R*C;// pulse width
disp("seconds",W,"pulse width=")
// Result
// Pulse width is 1.44 hrs |
c25418f0f5ec3efebedd1a1d88f589e34d692932 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH7/EX7.8/ex7_8.sce | 5431f5125226dae0cdb3f4ad3f6926efcf278ad3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 387 | sce | ex7_8.sce | // Example 7.8, page no-164
clear
clc
t=1*10^-14//s
T=300//K
m=9.11*10^-31//Kg
e=1.6*10^-19//C
n=6*10^28//per m^3
sig=(n*t*e^2)/m
printf("\nthe electrical conductivity is %.4f * 10^7/ohm-m",sig*10^-7)
k=1.38*10^-23
k1=n*%pi^2*k^2*T*t/(3*m)
printf("\n\nThermal conductivity is %.2f W/m-k",k1)
L=k1/(sig*T)
printf("\n\nthe Lorentz number is %.4f *10^-8 W.Ohm/k^2",L*10^8)
|
ed2a3ecee0b7266f282e0275a8977394e28f62df | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/demos/icse/icse.sci | 030eec75612cd9dece52a79b4d796d75977c909b | [
"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 | 823 | sci | icse.sci | function [co,u,g,itv,dtv]=icse(u,simu,nap,imp)
//Calcul du controle optimal sans mise a l'echelle du
//controle et ponderation egale des observations
//variables d'entree :
//u(nu) : parametres initiaux
//simu : chaine de caracteres donnant le nom du sous programme
// decrivant le probleme
//nap : nombre maximum d' appels du simulateur
//imp : valeur de debug pendant l'optimisation
//variables de sortie :
//co : cout final
//u(nu) : parametres finaux
//g(nu) : gradient final
//itv(nitv) : tableau de travail (entiers fortran)
//dtv(ndtv) : tableau de travail (double precision fortran)
//Utiliser les macros icot et icob pour extraire l'etat
//!
// Copyright INRIA
df0=1;
nu=prod(size(u))
ech=ones(1,nu);
cof=ones(1,nob*ntob);
[co,u,g,itv,dtv]=icsegen(u,simu,nap,imp)
|
bd1d6b6128f4cc950c14b0c32d48f86e6eb86095 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/oto-manguean/cly.tst | e3f8d0edf57f46c1eeba1ea35364ea3043645c28 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 18,919 | tst | cly.tst | yjoq⁴ V;PROG;PL;3
yjoq⁴ V;PROSP;SG;3
yjoq⁴ V;PROG;SG;2
yjoq⁴ V;HAB;PL;1+INCL
yjoq⁴ V;PROG;SG;3
yjoq⁴ V;PROG;SG;1
yjoq⁴ V;PROSP;PL;1+INCL
yjoq⁴ V;PFV;PL;1+EXCL
yjoq⁴ V;HAB;PL;2
yjoq⁴ V;PROSP;SG;2
yjoq⁴ V;PROG;PL;1+INCL
yjoq⁴ V;HAB;SG;1
yjoq⁴ V;PROG;PL;2
yjoq⁴ V;PFV;PL;1+INCL
yjoq⁴ V;HAB;SG;3
yjoq⁴ V;HAB;PL;1+EXCL
yjoq⁴ V;PFV;SG;1
yjoq⁴ V;PFV;SG;3
yjoq⁴ V;PFV;PL;3
yjoq⁴ V;PFV;SG;2
yjoq⁴ V;PROSP;SG;1
yjoq⁴ V;PROSP;PL;3
yjoq⁴ V;PFV;PL;2
yjoq⁴ V;HAB;SG;2
yjoq⁴ V;PROG;PL;1+EXCL
yjoq⁴ V;PROSP;PL;2
yjoq⁴ V;PROSP;PL;1+EXCL
yjoq⁴ V;HAB;PL;3
xyaq² V;PFV;PL;3
xyaq² V;HAB;PL;2
xyaq² V;PROSP;PL;1+EXCL
xyaq² V;PROG;SG;2
xyaq² V;PROG;SG;3
xyaq² V;PROG;PL;3
xyaq² V;HAB;SG;2
xyaq² V;PFV;SG;1
xyaq² V;PROSP;PL;2
xyaq² V;PROSP;PL;3
xyaq² V;PROG;PL;1+INCL
xyaq² V;PFV;SG;3
xyaq² V;HAB;PL;3
xyaq² V;PFV;PL;1+INCL
xyaq² V;PROG;SG;1
xyaq² V;HAB;PL;1+EXCL
xyaq² V;PROSP;SG;2
xyaq² V;PROSP;SG;1
xyaq² V;PFV;SG;2
xyaq² V;PROSP;SG;3
xyaq² V;HAB;SG;1
xyaq² V;HAB;PL;1+INCL
xyaq² V;PROG;PL;1+EXCL
xyaq² V;PFV;PL;1+EXCL
xyaq² V;PROG;PL;2
xyaq² V;HAB;SG;3
xyaq² V;PFV;PL;2
xyaq² V;PROSP;PL;1+INCL
ndlyu⁴² V;PFV;PL;2
ndlyu⁴² V;HAB;SG;1
ndlyu⁴² V;HAB;SG;3
ndlyu⁴² V;PFV;SG;2
ndlyu⁴² V;PROSP;PL;1+INCL
ndlyu⁴² V;PROG;SG;2
ndlyu⁴² V;PROSP;PL;3
ndlyu⁴² V;PFV;PL;1+EXCL
ndlyu⁴² V;PROSP;PL;2
ndlyu⁴² V;PROSP;SG;2
ndlyu⁴² V;PROSP;SG;1
ndlyu⁴² V;HAB;PL;3
ndlyu⁴² V;PFV;PL;3
ndlyu⁴² V;PROG;PL;3
ndlyu⁴² V;HAB;PL;1+EXCL
ndlyu⁴² V;PROG;SG;1
ndlyu⁴² V;HAB;PL;2
ndlyu⁴² V;PFV;SG;3
ndlyu⁴² V;PROSP;PL;1+EXCL
ndlyu⁴² V;PROG;PL;2
ndlyu⁴² V;HAB;SG;2
ndlyu⁴² V;PROG;PL;1+EXCL
ndlyu⁴² V;PROSP;SG;3
ndlyu⁴² V;PFV;PL;1+INCL
ndlyu⁴² V;PROG;PL;1+INCL
ndlyu⁴² V;PFV;SG;1
ndlyu⁴² V;PROG;SG;3
ndlyu⁴² V;HAB;PL;1+INCL
son³ V;PROSP;PL;1+INCL
son³ V;HAB;SG;2
son³ V;HAB;PL;3
son³ V;PROG;SG;2
son³ V;PROSP;PL;2
son³ V;HAB;SG;1
son³ V;PROSP;SG;3
son³ V;HAB;PL;2
son³ V;PROG;PL;3
son³ V;PFV;PL;2
son³ V;PFV;SG;2
son³ V;PROG;SG;3
son³ V;PFV;SG;1
son³ V;HAB;PL;1+INCL
son³ V;PROG;PL;1+EXCL
son³ V;PROG;PL;1+INCL
son³ V;PFV;PL;3
son³ V;PROSP;SG;1
son³ V;HAB;PL;1+EXCL
son³ V;PFV;PL;1+EXCL
son³ V;PROG;SG;1
son³ V;HAB;SG;3
son³ V;PROSP;SG;2
son³ V;PFV;PL;1+INCL
son³ V;PROG;PL;2
son³ V;PROSP;PL;1+EXCL
son³ V;PFV;SG;3
son³ V;PROSP;PL;3
ngya⁴² V;PROG;PL;3
ngya⁴² V;PROSP;SG;3
ngya⁴² V;PROSP;PL;1+INCL
ngya⁴² V;PROG;PL;1+EXCL
ngya⁴² V;PROG;PL;2
ngya⁴² V;HAB;PL;1+EXCL
ngya⁴² V;PFV;SG;1
ngya⁴² V;HAB;PL;1+INCL
ngya⁴² V;PFV;PL;1+INCL
ngya⁴² V;PROG;SG;2
ngya⁴² V;HAB;SG;2
ngya⁴² V;PROSP;PL;3
ngya⁴² V;PFV;SG;2
ngya⁴² V;HAB;SG;1
ngya⁴² V;PROG;SG;1
ngya⁴² V;PFV;PL;1+EXCL
ngya⁴² V;PROSP;SG;1
ngya⁴² V;PROSP;PL;2
ngya⁴² V;PROSP;SG;2
ngya⁴² V;PROG;PL;1+INCL
ngya⁴² V;PFV;PL;2
ngya⁴² V;HAB;PL;3
ngya⁴² V;HAB;SG;3
ngya⁴² V;PFV;SG;3
ngya⁴² V;HAB;PL;2
ngya⁴² V;PROG;SG;3
ngya⁴² V;PROSP;PL;1+EXCL
ngya⁴² V;PFV;PL;3
qya³ V;HAB;SG;3
qya³ V;PROSP;SG;2
qya³ V;HAB;PL;1+EXCL
qya³ V;PROSP;SG;3
qya³ V;HAB;SG;1
qya³ V;PROSP;SG;1
qya³ V;PFV;PL;1+EXCL
qya³ V;PROG;PL;2
qya³ V;PFV;SG;3
qya³ V;PFV;SG;1
qya³ V;PFV;PL;1+INCL
qya³ V;PROG;SG;2
qya³ V;PROSP;PL;3
qya³ V;PROSP;PL;1+EXCL
qya³ V;PROSP;PL;1+INCL
qya³ V;PFV;SG;2
qya³ V;PROSP;PL;2
qya³ V;PROG;SG;1
qya³ V;PROG;SG;3
qya³ V;PFV;PL;2
qya³ V;PFV;PL;3
qya³ V;HAB;SG;2
qya³ V;HAB;PL;1+INCL
qya³ V;PROG;PL;1+INCL
qya³ V;HAB;PL;3
qya³ V;HAB;PL;2
qya³ V;PROG;PL;3
qya³ V;PROG;PL;1+EXCL
ykwaq⁴ V;PROSP;SG;1
ykwaq⁴ V;HAB;SG;3
ykwaq⁴ V;PFV;SG;1
ykwaq⁴ V;PFV;SG;3
ykwaq⁴ V;PROG;SG;3
ykwaq⁴ V;PROSP;SG;3
ykwaq⁴ V;PROSP;SG;2
ykwaq⁴ V;HAB;SG;1
ykwaq⁴ V;PROG;SG;2
ykwaq⁴ V;HAB;SG;2
ykwaq⁴ V;PROG;SG;1
ykwaq⁴ V;PFV;SG;2
yqo² V;PFV;PL;1+EXCL
yqo² V;HAB;SG;2
yqo² V;HAB;PL;1+EXCL
yqo² V;PFV;SG;2
yqo² V;PFV;PL;1+INCL
yqo² V;PFV;SG;3
yqo² V;PROSP;PL;1+INCL
yqo² V;PROSP;SG;1
yqo² V;PROSP;PL;1+EXCL
yqo² V;HAB;SG;3
yqo² V;PROG;PL;2
yqo² V;HAB;PL;1+INCL
yqo² V;PROG;PL;1+EXCL
yqo² V;PROSP;SG;2
yqo² V;PFV;PL;3
yqo² V;HAB;PL;2
yqo² V;PROG;SG;2
yqo² V;HAB;SG;1
yqo² V;PROSP;PL;2
yqo² V;PFV;SG;1
yqo² V;HAB;PL;3
yqo² V;PROG;SG;1
yqo² V;PROG;PL;3
yqo² V;PROSP;PL;3
yqo² V;PROG;SG;3
yqo² V;PFV;PL;2
yqo² V;PROG;PL;1+INCL
yqo² V;PROSP;SG;3
nkwi¹ V;HAB;SG;1
nkwi¹ V;PROSP;PL;1+EXCL
nkwi¹ V;PROSP;PL;1+INCL
nkwi¹ V;HAB;PL;1+INCL
nkwi¹ V;HAB;SG;2
nkwi¹ V;PROSP;PL;2
nkwi¹ V;PROG;SG;1
nkwi¹ V;PROSP;SG;3
nkwi¹ V;PFV;PL;2
nkwi¹ V;PROG;PL;2
nkwi¹ V;PROG;PL;1+INCL
nkwi¹ V;PFV;PL;1+EXCL
nkwi¹ V;PROSP;PL;3
nkwi¹ V;HAB;SG;3
nkwi¹ V;PFV;PL;3
nkwi¹ V;PROG;PL;1+EXCL
nkwi¹ V;PFV;PL;1+INCL
nkwi¹ V;PROG;PL;3
nkwi¹ V;PROSP;SG;1
nkwi¹ V;PROG;SG;3
nkwi¹ V;PFV;SG;2
nkwi¹ V;HAB;PL;2
nkwi¹ V;PFV;SG;1
nkwi¹ V;HAB;PL;3
nkwi¹ V;PFV;SG;3
nkwi¹ V;PROSP;SG;2
nkwi¹ V;PROG;SG;2
nkwi¹ V;HAB;PL;1+EXCL
swenq³ V;HAB;PL;1+EXCL
swenq³ V;PFV;SG;2
swenq³ V;PROG;PL;3
swenq³ V;PROG;PL;1+EXCL
swenq³ V;PROSP;SG;3
swenq³ V;PROSP;SG;1
swenq³ V;PROSP;PL;1+INCL
swenq³ V;HAB;PL;1+INCL
swenq³ V;PFV;PL;2
swenq³ V;PROG;PL;1+INCL
swenq³ V;PFV;PL;1+INCL
swenq³ V;PFV;SG;1
swenq³ V;PROSP;PL;1+EXCL
swenq³ V;HAB;SG;2
swenq³ V;HAB;PL;3
swenq³ V;PFV;PL;1+EXCL
swenq³ V;PROG;PL;2
swenq³ V;HAB;SG;3
swenq³ V;PFV;SG;3
swenq³ V;HAB;SG;1
swenq³ V;PROSP;PL;3
swenq³ V;PROG;SG;1
swenq³ V;PROG;SG;3
swenq³ V;PFV;PL;3
swenq³ V;HAB;PL;2
swenq³ V;PROSP;SG;2
swenq³ V;PROSP;PL;2
swenq³ V;PROG;SG;2
jen² V;PROG;SG;3
jen² V;PROSP;SG;2
jen² V;HAB;PL;1+INCL
jen² V;HAB;SG;3
jen² V;PROSP;PL;3
jen² V;HAB;PL;1+EXCL
jen² V;PFV;PL;1+INCL
jen² V;PROG;PL;3
jen² V;HAB;PL;2
jen² V;PFV;PL;1+EXCL
jen² V;PROG;SG;2
jen² V;PROSP;SG;1
jen² V;PROSP;PL;1+INCL
jen² V;PROSP;PL;2
jen² V;PROG;PL;1+INCL
jen² V;HAB;PL;3
jen² V;PROG;PL;1+EXCL
jen² V;PROSP;SG;3
jen² V;PROG;PL;2
jen² V;PFV;SG;3
jen² V;HAB;SG;2
jen² V;PFV;PL;3
jen² V;PFV;PL;2
jen² V;PROG;SG;1
jen² V;PROSP;PL;1+EXCL
jen² V;HAB;SG;1
jen² V;PFV;SG;1
jen² V;PFV;SG;2
ndywan² V;HAB;PL;1+EXCL
ndywan² V;PFV;PL;2
ndywan² V;PFV;PL;3
ndywan² V;PROSP;PL;1+INCL
ndywan² V;PFV;SG;3
ndywan² V;PROG;PL;1+EXCL
ndywan² V;PFV;PL;1+EXCL
ndywan² V;PROG;PL;1+INCL
ndywan² V;PROSP;PL;2
ndywan² V;PFV;SG;2
ndywan² V;PROG;SG;2
ndywan² V;PROSP;SG;1
ndywan² V;HAB;PL;2
ndywan² V;PFV;SG;1
ndywan² V;PFV;PL;1+INCL
ndywan² V;PROG;PL;3
ndywan² V;PROSP;SG;3
ndywan² V;HAB;PL;1+INCL
ndywan² V;HAB;PL;3
ndywan² V;HAB;SG;3
ndywan² V;PROSP;SG;2
ndywan² V;PROSP;PL;3
ndywan² V;HAB;SG;1
ndywan² V;PROG;SG;3
ndywan² V;PROG;PL;2
ndywan² V;PROSP;PL;1+EXCL
ndywan² V;PROG;SG;1
ndywan² V;HAB;SG;2
sqi² V;PROG;SG;3
sqi² V;PROSP;PL;2
sqi² V;PROG;PL;1+EXCL
sqi² V;PROSP;PL;1+INCL
sqi² V;PFV;PL;3
sqi² V;HAB;SG;1
sqi² V;PFV;PL;2
sqi² V;PROSP;PL;3
sqi² V;PROSP;SG;2
sqi² V;HAB;PL;3
sqi² V;PROG;PL;1+INCL
sqi² V;HAB;PL;1+INCL
sqi² V;PROG;SG;1
sqi² V;HAB;PL;2
sqi² V;HAB;SG;3
sqi² V;HAB;SG;2
sqi² V;PFV;PL;1+EXCL
sqi² V;PROSP;SG;3
sqi² V;PFV;SG;3
sqi² V;PFV;SG;1
sqi² V;PFV;PL;1+INCL
sqi² V;PROG;SG;2
sqi² V;PROSP;PL;1+EXCL
sqi² V;HAB;PL;1+EXCL
sqi² V;PFV;SG;2
sqi² V;PROSP;SG;1
sqi² V;PROG;PL;3
sqi² V;PROG;PL;2
nxin⁴² V;PROSP;SG;3
nxin⁴² V;PROSP;SG;1
nxin⁴² V;PROSP;SG;2
nxin⁴² V;PROG;SG;3
nxin⁴² V;PFV;SG;2
nxin⁴² V;HAB;SG;2
nxin⁴² V;PROG;SG;1
nxin⁴² V;HAB;SG;1
nxin⁴² V;PFV;SG;3
nxin⁴² V;PROG;SG;2
nxin⁴² V;HAB;SG;3
nxin⁴² V;PFV;SG;1
nkonq⁴² V;PROG;PL;1+INCL
nkonq⁴² V;PROSP;SG;3
nkonq⁴² V;PROSP;SG;1
nkonq⁴² V;PROG;PL;2
nkonq⁴² V;PFV;PL;1+INCL
nkonq⁴² V;PFV;PL;2
nkonq⁴² V;PFV;SG;1
nkonq⁴² V;PROSP;SG;2
nkonq⁴² V;PFV;SG;3
nkonq⁴² V;PROSP;PL;1+INCL
nkonq⁴² V;PROG;SG;2
nkonq⁴² V;PROSP;PL;2
nkonq⁴² V;PROSP;PL;1+EXCL
nkonq⁴² V;PROG;PL;1+EXCL
nkonq⁴² V;PROG;SG;1
nkonq⁴² V;PROG;PL;3
nkonq⁴² V;HAB;SG;1
nkonq⁴² V;PROSP;PL;3
nkonq⁴² V;PROG;SG;3
nkonq⁴² V;PFV;SG;2
nkonq⁴² V;HAB;PL;2
nkonq⁴² V;HAB;SG;2
nkonq⁴² V;HAB;PL;3
nkonq⁴² V;HAB;PL;1+INCL
nkonq⁴² V;PFV;PL;3
nkonq⁴² V;PFV;PL;1+EXCL
nkonq⁴² V;HAB;SG;3
nkonq⁴² V;HAB;PL;1+EXCL
ntsa²⁴ V;PROSP;SG;3
ntsa²⁴ V;PROSP;PL;1+EXCL
ntsa²⁴ V;PROSP;PL;3
ntsa²⁴ V;HAB;PL;3
ntsa²⁴ V;PFV;PL;1+INCL
ntsa²⁴ V;PFV;SG;3
ntsa²⁴ V;HAB;SG;2
ntsa²⁴ V;PROG;PL;2
ntsa²⁴ V;PROG;SG;1
ntsa²⁴ V;PROG;PL;1+INCL
ntsa²⁴ V;PFV;SG;2
ntsa²⁴ V;PROSP;SG;1
ntsa²⁴ V;PROG;SG;2
ntsa²⁴ V;HAB;PL;2
ntsa²⁴ V;PFV;SG;1
ntsa²⁴ V;HAB;PL;1+EXCL
ntsa²⁴ V;HAB;SG;1
ntsa²⁴ V;PROSP;PL;2
ntsa²⁴ V;PFV;PL;3
ntsa²⁴ V;HAB;PL;1+INCL
ntsa²⁴ V;HAB;SG;3
ntsa²⁴ V;PROG;PL;1+EXCL
ntsa²⁴ V;PROSP;SG;2
ntsa²⁴ V;PROG;PL;3
ntsa²⁴ V;PFV;PL;1+EXCL
ntsa²⁴ V;PROG;SG;3
ntsa²⁴ V;PROSP;PL;1+INCL
ntsa²⁴ V;PFV;PL;2
yo² V;PROSP;PL;1+EXCL
yo² V;PROG;PL;2
yo² V;PFV;PL;2
yo² V;HAB;PL;3
yo² V;PFV;PL;1+EXCL
yo² V;PROG;PL;1+INCL
yo² V;PFV;PL;1+INCL
yo² V;PFV;SG;1
yo² V;HAB;SG;3
yo² V;HAB;SG;2
yo² V;PROG;PL;3
yo² V;PROG;SG;2
yo² V;PFV;SG;3
yo² V;PROSP;PL;3
yo² V;PROSP;SG;3
yo² V;HAB;PL;1+EXCL
yo² V;PFV;PL;3
yo² V;PROG;SG;3
yo² V;HAB;SG;1
yo² V;PROSP;SG;1
yo² V;PROSP;PL;2
yo² V;PROG;SG;1
yo² V;PROSP;PL;1+INCL
yo² V;HAB;PL;2
yo² V;PROG;PL;1+EXCL
yo² V;PROSP;SG;2
yo² V;HAB;PL;1+INCL
yo² V;PFV;SG;2
kwan¹ V;HAB;SG;3
kwan¹ V;HAB;PL;2
kwan¹ V;HAB;PL;3
kwan¹ V;PFV;PL;1+INCL
kwan¹ V;HAB;SG;1
kwan¹ V;PROG;SG;1
kwan¹ V;PROG;SG;3
kwan¹ V;PROSP;SG;2
kwan¹ V;PROSP;SG;3
kwan¹ V;PROSP;PL;3
kwan¹ V;HAB;PL;1+INCL
kwan¹ V;PROG;PL;3
kwan¹ V;PFV;SG;2
kwan¹ V;PROG;PL;1+INCL
kwan¹ V;PROSP;SG;1
kwan¹ V;PFV;PL;3
kwan¹ V;PROG;PL;2
kwan¹ V;PROG;SG;2
kwan¹ V;PROG;PL;1+EXCL
kwan¹ V;PFV;PL;2
kwan¹ V;PFV;SG;3
kwan¹ V;PROSP;PL;2
kwan¹ V;PROSP;PL;1+EXCL
kwan¹ V;HAB;SG;2
kwan¹ V;PFV;PL;1+EXCL
kwan¹ V;PFV;SG;1
kwan¹ V;PROSP;PL;1+INCL
kwan¹ V;HAB;PL;1+EXCL
ne⁴² V;PROG;PL;3
ne⁴² V;PFV;SG;1
ne⁴² V;PFV;SG;3
ne⁴² V;PROSP;SG;2
ne⁴² V;HAB;PL;2
ne⁴² V;PFV;PL;1+INCL
ne⁴² V;PROG;SG;3
ne⁴² V;PROG;PL;2
ne⁴² V;PFV;PL;2
ne⁴² V;PROSP;SG;1
ne⁴² V;HAB;PL;1+INCL
ne⁴² V;PROSP;PL;1+INCL
ne⁴² V;HAB;SG;1
ne⁴² V;PROSP;PL;3
ne⁴² V;PFV;PL;1+EXCL
ne⁴² V;HAB;PL;1+EXCL
ne⁴² V;PFV;SG;2
ne⁴² V;PROSP;PL;2
ne⁴² V;PROG;SG;1
ne⁴² V;PROG;SG;2
ne⁴² V;PROSP;PL;1+EXCL
ne⁴² V;HAB;SG;3
ne⁴² V;HAB;SG;2
ne⁴² V;PFV;PL;3
ne⁴² V;PROG;PL;1+INCL
ne⁴² V;PROSP;SG;3
ne⁴² V;PROG;PL;1+EXCL
ne⁴² V;HAB;PL;3
sen⁴² V;PFV;SG;2
sen⁴² V;PROSP;SG;1
sen⁴² V;PFV;SG;3
sen⁴² V;PROSP;SG;2
sen⁴² V;PROSP;SG;3
sen⁴² V;PROG;SG;1
sen⁴² V;PROG;SG;3
sen⁴² V;PFV;SG;1
sen⁴² V;HAB;SG;1
sen⁴² V;HAB;SG;2
sen⁴² V;HAB;SG;3
sen⁴² V;PROG;SG;2
sla¹ V;PFV;PL;1+INCL
sla¹ V;HAB;PL;1+EXCL
sla¹ V;PFV;PL;2
sla¹ V;PROG;PL;3
sla¹ V;HAB;SG;3
sla¹ V;PFV;PL;3
sla¹ V;PROG;PL;1+INCL
sla¹ V;PROG;SG;3
sla¹ V;PFV;SG;1
sla¹ V;PFV;SG;2
sla¹ V;PROSP;PL;2
sla¹ V;PROG;SG;2
sla¹ V;PROG;PL;2
sla¹ V;PROG;PL;1+EXCL
sla¹ V;PFV;PL;1+EXCL
sla¹ V;HAB;PL;3
sla¹ V;HAB;SG;2
sla¹ V;PROSP;SG;3
sla¹ V;PROSP;SG;2
sla¹ V;PROSP;PL;1+INCL
sla¹ V;PFV;SG;3
sla¹ V;HAB;SG;1
sla¹ V;PROSP;PL;3
sla¹ V;PROG;SG;1
sla¹ V;PROSP;PL;1+EXCL
sla¹ V;HAB;PL;1+INCL
sla¹ V;PROSP;SG;1
sla¹ V;HAB;PL;2
nglu³ V;HAB;PL;1+EXCL
nglu³ V;HAB;SG;1
nglu³ V;PROG;SG;1
nglu³ V;PROG;SG;3
nglu³ V;PFV;SG;2
nglu³ V;PROG;PL;2
nglu³ V;PROSP;PL;1+EXCL
nglu³ V;PROG;PL;1+EXCL
nglu³ V;PFV;PL;3
nglu³ V;HAB;PL;2
nglu³ V;HAB;PL;1+INCL
nglu³ V;PROG;PL;1+INCL
nglu³ V;PROSP;SG;3
nglu³ V;PROSP;PL;3
nglu³ V;PFV;SG;1
nglu³ V;PROSP;SG;1
nglu³ V;PFV;PL;2
nglu³ V;PROSP;PL;2
nglu³ V;PROG;SG;2
nglu³ V;PFV;SG;3
nglu³ V;HAB;SG;3
nglu³ V;PFV;PL;1+EXCL
nglu³ V;PROSP;SG;2
nglu³ V;PROSP;PL;1+INCL
nglu³ V;PROG;PL;3
nglu³ V;HAB;SG;2
nglu³ V;PFV;PL;1+INCL
nglu³ V;HAB;PL;3
yna³ V;PFV;SG;1
yna³ V;PROG;SG;1
yna³ V;PROG;PL;2
yna³ V;HAB;PL;3
yna³ V;HAB;PL;1+EXCL
yna³ V;PROG;PL;1+INCL
yna³ V;HAB;PL;1+INCL
yna³ V;PROSP;PL;1+INCL
yna³ V;PFV;PL;1+EXCL
yna³ V;HAB;PL;2
yna³ V;PROG;PL;3
yna³ V;PFV;PL;1+INCL
yna³ V;PROSP;PL;1+EXCL
yna³ V;PROSP;SG;1
yna³ V;HAB;SG;1
yna³ V;PROSP;PL;3
yna³ V;PFV;PL;2
yna³ V;PROSP;PL;2
yna³ V;PROG;PL;1+EXCL
yna³ V;PFV;PL;3
yta⁴ V;PFV;SG;2
yta⁴ V;PROSP;SG;3
yta⁴ V;HAB;SG;2
yta⁴ V;PROG;SG;1
yta⁴ V;PROSP;SG;2
yta⁴ V;HAB;PL;2
yta⁴ V;HAB;PL;3
yta⁴ V;PFV;SG;3
yta⁴ V;PFV;SG;1
yta⁴ V;PFV;PL;1+INCL
yta⁴ V;PROSP;PL;1+INCL
yta⁴ V;PROG;PL;1+EXCL
yta⁴ V;PROSP;PL;1+EXCL
yta⁴ V;PROSP;PL;3
yta⁴ V;PROG;PL;2
yta⁴ V;PROG;PL;3
yta⁴ V;HAB;PL;1+EXCL
yta⁴ V;PROSP;SG;1
yta⁴ V;PFV;PL;3
yta⁴ V;HAB;SG;3
yta⁴ V;PROG;PL;1+INCL
yta⁴ V;PROG;SG;2
yta⁴ V;PROSP;PL;2
yta⁴ V;HAB;PL;1+INCL
yta⁴ V;PFV;PL;2
yta⁴ V;PFV;PL;1+EXCL
yta⁴ V;PROG;SG;3
yta⁴ V;HAB;SG;1
ngyla³ V;PROG;SG;2
ngyla³ V;PROSP;SG;3
ngyla³ V;PROSP;PL;1+EXCL
ngyla³ V;PROSP;SG;2
ngyla³ V;PROG;PL;1+EXCL
ngyla³ V;PROSP;PL;1+INCL
ngyla³ V;PROG;SG;1
ngyla³ V;HAB;SG;2
ngyla³ V;HAB;PL;3
ngyla³ V;PROG;SG;3
ngyla³ V;PROSP;SG;1
ngyla³ V;PFV;PL;3
ngyla³ V;PFV;PL;2
ngyla³ V;HAB;SG;3
ngyla³ V;PROG;PL;2
ngyla³ V;PROG;PL;3
ngyla³ V;PFV;PL;1+INCL
ngyla³ V;PROSP;PL;3
ngyla³ V;HAB;PL;2
ngyla³ V;PFV;SG;2
ngyla³ V;PFV;SG;3
ngyla³ V;PFV;SG;1
ngyla³ V;PFV;PL;1+EXCL
ngyla³ V;PROG;PL;1+INCL
ngyla³ V;PROSP;PL;2
ngyla³ V;HAB;PL;1+INCL
ngyla³ V;HAB;SG;1
ngyla³ V;HAB;PL;1+EXCL
nton³ V;PROG;PL;1+EXCL
nton³ V;HAB;SG;2
nton³ V;PFV;SG;2
nton³ V;HAB;PL;2
nton³ V;HAB;SG;3
nton³ V;HAB;PL;1+INCL
nton³ V;PFV;PL;1+INCL
nton³ V;PFV;PL;2
nton³ V;PROG;SG;1
nton³ V;HAB;PL;1+EXCL
nton³ V;HAB;SG;1
nton³ V;PROG;PL;3
nton³ V;HAB;PL;3
nton³ V;PFV;PL;3
nton³ V;PROSP;SG;1
nton³ V;PROSP;PL;1+EXCL
nton³ V;PFV;SG;3
nton³ V;PROG;PL;1+INCL
nton³ V;PROG;PL;2
nton³ V;PROSP;PL;3
nton³ V;PROSP;PL;1+INCL
nton³ V;PROG;SG;3
nton³ V;PROSP;PL;2
nton³ V;PROSP;SG;2
nton³ V;PROSP;SG;3
nton³ V;PFV;PL;1+EXCL
nton³ V;PROG;SG;2
nton³ V;PFV;SG;1
xti²⁰ V;PROSP;SG;2
xti²⁰ V;HAB;SG;3
xti²⁰ V;PFV;SG;3
xti²⁰ V;PROG;SG;3
xti²⁰ V;PROSP;SG;1
xti²⁰ V;HAB;SG;2
xti²⁰ V;PFV;SG;2
xti²⁰ V;PROG;SG;2
xti²⁰ V;PROG;SG;1
xti²⁰ V;PFV;SG;1
xti²⁰ V;PROSP;SG;3
xti²⁰ V;HAB;SG;1
yno¹ V;PROSP;SG;3
yno¹ V;HAB;PL;1+EXCL
yno¹ V;HAB;PL;3
yno¹ V;PFV;PL;3
yno¹ V;HAB;PL;2
yno¹ V;PROSP;PL;1+EXCL
yno¹ V;HAB;PL;1+INCL
yno¹ V;PROG;SG;1
yno¹ V;PROG;SG;2
yno¹ V;PROSP;PL;2
yno¹ V;HAB;SG;2
yno¹ V;PROG;PL;2
yno¹ V;PFV;SG;2
yno¹ V;PFV;SG;1
yno¹ V;PROG;SG;3
yno¹ V;PROSP;PL;1+INCL
yno¹ V;PROSP;SG;2
yno¹ V;PROG;PL;1+EXCL
yno¹ V;PFV;PL;1+EXCL
yno¹ V;PFV;PL;1+INCL
yno¹ V;PROSP;SG;1
yno¹ V;PROSP;PL;3
yno¹ V;HAB;SG;1
yno¹ V;PFV;PL;2
yno¹ V;PROG;PL;3
yno¹ V;PFV;SG;3
yno¹ V;PROG;PL;1+INCL
yno¹ V;HAB;SG;3
snyaq¹ V;PROSP;PL;3
snyaq¹ V;PROG;PL;2
snyaq¹ V;HAB;PL;2
snyaq¹ V;PFV;PL;1+EXCL
snyaq¹ V;PFV;PL;2
snyaq¹ V;HAB;PL;3
snyaq¹ V;PROSP;SG;1
snyaq¹ V;PFV;SG;1
snyaq¹ V;HAB;SG;1
snyaq¹ V;PROSP;PL;1+INCL
snyaq¹ V;PROSP;SG;3
snyaq¹ V;PFV;PL;3
snyaq¹ V;PROG;PL;1+INCL
snyaq¹ V;HAB;SG;3
snyaq¹ V;PROG;SG;1
snyaq¹ V;PROG;SG;3
snyaq¹ V;PROG;PL;3
snyaq¹ V;PROG;SG;2
snyaq¹ V;PFV;SG;2
snyaq¹ V;PROG;PL;1+EXCL
snyaq¹ V;HAB;PL;1+INCL
snyaq¹ V;PFV;PL;1+INCL
snyaq¹ V;PROSP;PL;1+EXCL
snyaq¹ V;PROSP;SG;2
snyaq¹ V;HAB;PL;1+EXCL
snyaq¹ V;HAB;SG;2
snyaq¹ V;PFV;SG;3
snyaq¹ V;PROSP;PL;2
yja¹ V;HAB;PL;1+EXCL
yja¹ V;PROG;SG;3
yja¹ V;HAB;SG;1
yja¹ V;HAB;PL;1+INCL
yja¹ V;PROSP;SG;1
yja¹ V;PROSP;PL;3
yja¹ V;PFV;PL;2
yja¹ V;PFV;SG;2
yja¹ V;PROG;SG;1
yja¹ V;PFV;SG;1
yja¹ V;PROG;PL;1+INCL
yja¹ V;PROSP;PL;1+EXCL
yja¹ V;PROSP;SG;3
yja¹ V;HAB;SG;3
yja¹ V;HAB;PL;3
yja¹ V;PFV;PL;1+EXCL
yja¹ V;PROG;SG;2
yja¹ V;PROSP;PL;2
yja¹ V;PFV;SG;3
yja¹ V;PROG;PL;3
yja¹ V;PROSP;SG;2
yja¹ V;HAB;PL;2
yja¹ V;PROSP;PL;1+INCL
yja¹ V;PROG;PL;1+EXCL
yja¹ V;PFV;PL;3
yja¹ V;PFV;PL;1+INCL
yja¹ V;HAB;SG;2
yja¹ V;PROG;PL;2
sna³ V;PROSP;SG;2
sna³ V;PROG;SG;3
sna³ V;PROG;PL;2
sna³ V;HAB;PL;1+EXCL
sna³ V;HAB;PL;3
sna³ V;HAB;SG;1
sna³ V;PROG;PL;1+INCL
sna³ V;PROG;PL;1+EXCL
sna³ V;PROSP;SG;3
sna³ V;PROSP;PL;3
sna³ V;PFV;PL;1+EXCL
sna³ V;PFV;SG;3
sna³ V;PFV;SG;2
sna³ V;PROSP;SG;1
sna³ V;HAB;SG;3
sna³ V;PFV;PL;3
sna³ V;PROSP;PL;1+EXCL
sna³ V;HAB;PL;1+INCL
sna³ V;HAB;SG;2
sna³ V;HAB;PL;2
sna³ V;PROG;SG;2
sna³ V;PFV;SG;1
sna³ V;PROSP;PL;1+INCL
sna³ V;PROG;SG;1
sna³ V;PFV;PL;2
sna³ V;PFV;PL;1+INCL
sna³ V;PROSP;PL;2
sna³ V;PROG;PL;3
sqwi¹⁴ V;PROSP;SG;2
sqwi¹⁴ V;HAB;SG;3
sqwi¹⁴ V;PROSP;SG;3
sqwi¹⁴ V;PFV;SG;3
sqwi¹⁴ V;PROG;SG;3
sqwi¹⁴ V;PROSP;SG;1
sqwi¹⁴ V;HAB;SG;2
sqwi¹⁴ V;PFV;SG;2
sqwi¹⁴ V;PROG;SG;1
sqwi¹⁴ V;PROG;SG;2
sqwi¹⁴ V;PFV;SG;1
sqwi¹⁴ V;HAB;SG;1
nchin¹ V;PROG;SG;1
nchin¹ V;PFV;SG;3
nchin¹ V;HAB;SG;1
nchin¹ V;PROSP;SG;1
nchin¹ V;HAB;SG;3
nchin¹ V;PROSP;SG;3
nchin¹ V;HAB;SG;2
nchin¹ V;PFV;SG;1
nchin¹ V;PROG;SG;2
nchin¹ V;PROG;SG;3
nchin¹ V;PFV;SG;2
nchin¹ V;PROSP;SG;2
qne⁴² V;HAB;PL;3
qne⁴² V;HAB;SG;1
qne⁴² V;HAB;PL;2
qne⁴² V;HAB;PL;1+INCL
qne⁴² V;PROG;PL;1+INCL
qne⁴² V;PROG;PL;2
qne⁴² V;PFV;SG;1
qne⁴² V;HAB;SG;2
qne⁴² V;PROG;SG;1
qne⁴² V;PFV;SG;2
qne⁴² V;PROG;PL;1+EXCL
qne⁴² V;PFV;SG;3
qne⁴² V;PFV;PL;1+EXCL
qne⁴² V;PROSP;PL;1+INCL
qne⁴² V;PROSP;PL;2
qne⁴² V;PROSP;SG;1
qne⁴² V;PROSP;PL;3
qne⁴² V;PROG;SG;3
qne⁴² V;PFV;PL;3
qne⁴² V;PFV;PL;2
qne⁴² V;PROG;PL;3
qne⁴² V;PFV;PL;1+INCL
qne⁴² V;PROSP;SG;3
qne⁴² V;HAB;PL;1+EXCL
qne⁴² V;HAB;SG;3
qne⁴² V;PROSP;SG;2
qne⁴² V;PROSP;PL;1+EXCL
qne⁴² V;PROG;SG;2
nda³ V;PROG;SG;3
nda³ V;PROSP;SG;2
nda³ V;HAB;SG;2
nda³ V;PFV;SG;3
nda³ V;PROSP;SG;3
nda³ V;PFV;SG;1
nda³ V;PROG;SG;1
nda³ V;PFV;SG;2
nda³ V;HAB;SG;1
nda³ V;PROSP;SG;1
nda³ V;PROG;SG;2
nda³ V;HAB;SG;3
ntykanq³ V;HAB;PL;1+INCL
ntykanq³ V;PROSP;PL;1+INCL
ntykanq³ V;PROSP;PL;3
ntykanq³ V;PFV;SG;1
ntykanq³ V;PFV;PL;2
ntykanq³ V;PFV;SG;3
ntykanq³ V;PFV;PL;1+EXCL
ntykanq³ V;PFV;PL;3
ntykanq³ V;PROSP;SG;3
ntykanq³ V;PROSP;SG;2
ntykanq³ V;PROG;PL;2
ntykanq³ V;HAB;PL;2
ntykanq³ V;PROG;SG;3
ntykanq³ V;HAB;SG;2
ntykanq³ V;PFV;SG;2
ntykanq³ V;PROSP;PL;1+EXCL
ntykanq³ V;PROG;SG;1
ntykanq³ V;PROG;PL;3
ntykanq³ V;PROG;SG;2
ntykanq³ V;PROSP;PL;2
ntykanq³ V;PROSP;SG;1
ntykanq³ V;HAB;SG;3
ntykanq³ V;PROG;PL;1+INCL
ntykanq³ V;PFV;PL;1+INCL
ntykanq³ V;HAB;PL;3
ntykanq³ V;PROG;PL;1+EXCL
ntykanq³ V;HAB;PL;1+EXCL
ntykanq³ V;HAB;SG;1
qan⁴ V;PROG;PL;1+EXCL
qan⁴ V;PFV;SG;3
qan⁴ V;PROG;PL;3
qan⁴ V;HAB;PL;3
qan⁴ V;HAB;SG;2
qan⁴ V;HAB;SG;1
qan⁴ V;PROSP;PL;1+INCL
qan⁴ V;PROG;PL;2
qan⁴ V;PROG;PL;1+INCL
qan⁴ V;PROSP;SG;3
qan⁴ V;PFV;PL;1+EXCL
qan⁴ V;PROG;SG;2
qan⁴ V;HAB;SG;3
qan⁴ V;HAB;PL;1+EXCL
qan⁴ V;PFV;PL;3
qan⁴ V;HAB;PL;1+INCL
qan⁴ V;PFV;PL;1+INCL
qan⁴ V;PFV;SG;2
qan⁴ V;PFV;PL;2
qan⁴ V;PROSP;SG;1
qan⁴ V;PROSP;SG;2
qan⁴ V;HAB;PL;2
qan⁴ V;PROSP;PL;3
qan⁴ V;PROG;SG;1
qan⁴ V;PROG;SG;3
qan⁴ V;PFV;SG;1
qan⁴ V;PROSP;PL;2
qan⁴ V;PROSP;PL;1+EXCL
|
e38b9d871d4081f6ba8df203cb3803bc36a06a92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /534/CH5/EX5.5/5_5_Sphere_Two_Step.sce | f0fb0366dfaf2044c034845f91f4622dc87fdf39 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,163 | sce | 5_5_Sphere_Two_Step.sce | clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 5.5 Page 280 \n'); //Example 5.5
// Two step cooling process of Sphere
//Operating Conditions
ha = 10; //[W/m^2.K] Heat Convection coefficientat air
hw = 6000; //[W/m^2.K] Heat Convection coefficientat water
k = 20; //[W/m.K] Thermal Conductivity
rho = 3000; //[kg/m^3] Density
c = 1000; //[J/kg.K] Specific Heat
alpha = 6.66*10^-6; //[m^2/s]
Tiw = 335+273; //[K] Initial Temp
Tia = 400+273; //[K] Initial Temp
Tsurr = 20+273; //[K] Temp of surrounding
T = 50+273; //[K] Temp of center
ro = .005; //[m] radius of sphere
//Using eqn 5.10 and
Lc = ro/3;
Bi = ha*Lc/k;
ta = rho*ro*c*2.30*(log10((Tia-Tsurr)/(Tiw-Tsurr)))/(3*ha);
//From Table 5.1 at this Bi
C1 = 1.367;
eta = 1.8;
Fo = -1*2.30*log10((T-Tsurr)/((Tiw-Tsurr)*C1))/eta^2;
tw = Fo*ro^2/alpha;
printf("\n (a) Time required to accomplish desired cooling in air ta = %.1f s\n\n (b) Time required to accomplish desired cooling in water bath tw = %.2f s",ta,tw);
//END |
503584672d957d355ac25f3c01a44a513933b77a | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/Ramp_ADC.sce | 886aad45e9633f2ee3793680bcd24a6f8ffd6233 | [] | 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 | 206 | sce | Ramp_ADC.sce | style.fontSize=14;
style.displayedLabel="<table> <tr><td align=center>Ramp<br>ADC</td></tr></table>";
pal1_2 = xcosPalAddBlock(pal1_2,"Ramp_ADC",[],style);
pal6 = xcosPalAddBlock(pal6,"Ramp_ADC",[],style);
|
c886501dc4849f4c78151f98799d3bf8da0255a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH6/EX6.15/Exa_6_15.sce | d412a5db688453cb2585d4bb028001da5e3f2ce1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 854 | sce | Exa_6_15.sce | //Exa 6.15
clc;
clear;
close;
format('v',7);
//Given Data :
p_gauge=15;//bar
p_at=750;//mm of Hg
p_at=p_at/760*1.01325;//bar
p=p_gauge+p_at;//bar
ms=200;//Kg/hr
Cpw=4.187;//KJ/KgK
t1=80;//degree C
hf1=Cpw*t1;//KJ/Kg
hf2=858.6;//KJ/Kg(at p=16 bar)
hg2=2791.8;//KJ/Kg(at p=16 bar)
hfg2=1933.2;//KJ/Kg(at p=16 bar)
ts=201.37;//degree C
x2=0.8;//dry
h2=hf2+x2*hfg2;//KJ/Kg
q=ms*(h2-hf1);//KJ/hr
q=q/3600;//KJ/s
disp(q,"Heat transfer in boiler in KJ/s : ");
tsup=ts+t1;//degree C
Cp=2.2;//KJ/KgK
hsup3=hg2+Cp*(tsup-ts);//KJ/Kg
qsup=ms*(hsup3-h2)/3600;//KJ/s
disp(qsup,"Heat transfered in superheated steam in KJ/s : ");
Vg=0.1237;//m^3/Kg(at 16 bar)
Ts=201.37+273;//K
Tsup=tsup+273;//K
Vsup=Tsup/Ts*Vg;//m^3/Kg
density=1/Vsup;//Kg/m^3
disp(density,"Density of steam in Kg/m^3 : ");
//Steam table is used to get some data.
|
684c9a2cf797ed9b2750eb2256925ba0a3d6f035 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH5/EX5.2/Ex5_2.sce | 586b8b3f188fe74469f9642dc97fa7693219d661 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | Ex5_2.sce | clear
//
//
//
//Variable declaration
T=1500; //temperature(K)
lamda=5500; //wavelength(m)
lamda_m=20000; //wavelength(m)
//Calculations
T_dash=lamda_m*T/lamda; //temperature of sun(K)
//Result
printf("\n temperature is %0.0f K",T_dash)
|
280c91028ec5f3e2438e193d84354b484d9a002b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH9/EX9.6/Ex9_6.sce | ecce6dc27c906d486f03d5d18036b980b945adc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,157 | sce | Ex9_6.sce | // Initilization of variables
W1=100 //N // load acting at pt. C vertically
W2=50 //N // load acting at point B horizontaly
L=2 //m // length of each bar in the hexagonal truss
theta=60 //degree // internal angle of the truss
// Calculations
// We calculate the values of different members of the truss
HG=L*sind(theta)
AF=L
// Support A is hinged whereas support F is a roller support. Firstly we find the support reactios as follows,
Rf=(W2*HG)/AF //N // moment at F
Xa=W2 //N // sum Fx=0
Ya=W1-Rf //N // sum Fy=0
// Now pass a section through the truss cutting the members CD,GD,GE & GF and consider equilibrium of right hand portion of the truss
Fcd=(Rf*(L/2))/(L*sind(theta)) // N (C) // Taking moment about G
// Now pass a scetion pq cutting the members CB,GB & GA
Fga=((Rf*(L+(L/2)))-(W1*(L/2)))/(L*sind(theta)) // N (T) // Taking moment about B
// take moment about G
Fcb=((W1*(L/2))+(Rf*(L/2)))/(L*sind(theta)) // N (C)
Fgb=(Fcb*cosd(theta))-(Fga*cosd(theta)) // N (T) // sum Fx=0
// Results
clc
printf('The axial force in the member CD (Fcd) is %f N \n',Fcd)
printf('The axial force in the member GB (Fgb) is %f N \n',Fgb)
|
7306def302363a15b0d5ffd5d8bf10783b91c345 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH30/EX30.5/30_5.sce | a8ca5d54ab925159fa74272bb08236b52422e627 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 965 | sce | 30_5.sce | //clc()
x = 10;//cm
L = 0.0835;
t1 = 5;
//for first step t = 5 is applied to nodes (1,1) , (1,2) and (1,3) to yield following matrices
A = [2.167,-0.0835,0;-0.0835,2.167,-0.0835;0,-0.0835,2.167];
B = [6.2625;6.2625;14.6125];
X = inv(A)*B;
disp("At t = 5 s")
disp(det(X(1,1)),"T11 = ")
disp(det(X(2,1)),"T12 = ")
disp(det(X(3,1)),"T13 = ")
//similarly we get,
T21 = 0.1274;
T22 = 0.2900;
T23 = 4.1291;
T31 = 2.0181;
T32 = 2.2477;
T33 = 6.0256;
disp(T21,"T21 = ")
disp(T22,"T22 = ")
disp(T23,"T23 = ")
disp(T31,"T31 = ")
disp(T32,"T32 = ")
disp(T33,"T33 = ")
C = [13.0639;0.2577;8.0619];
Y = inv(A)*C;
disp("At t = 10 s")
disp(det(Y(1,1)),"T11 = ")
disp(det(Y(2,1)),"T12 = ")
disp(det(Y(3,1)),"T13 = ")
//similarly we get,
T21 = 6.1683;
T22 = 0.8238;
T23 = 4.2359;
T31 = 13.1120;
T32 = 8.3207;
T33 = 11.3606;
disp(T21,"T21 = ")
disp(T22,"T22 = ")
disp(T23,"T23 = ")
disp(T31,"T31 = ")
disp(T32,"T32 = ")
disp(T33,"T33 = ")
|
552082ce94e51c775368531ed89768b64699e599 | e02aa9695b075784e5d6aba93cab02d1864f1039 | /Méthodes_numériques/projet/script_scilab/q9.sce | 05bece94dfeaae758bf9fb3f1a3cddaa965c86d9 | [] | no_license | michelprojets/Ensimag1 | 1a4cf84203f0e63a71ece278bf364d32d2219825 | b9ed4a050c7c548781a9e26d99747e8883c5c1f5 | refs/heads/master | 2021-09-13T15:47:16.632446 | 2018-05-01T18:17:26 | 2018-05-01T18:17:26 | 103,514,194 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,487 | sce | q9.sce | //Début Q9
T = 60
h1 = 1/10
h2 = 1/100
h3 = 1/1000
n = 21
m1 = 1
m2 = 0.5
X_0 = zeros(n,1)
function[S_M] = secondmembre(Y)
S_M = zeros(n,1)
S_M(1) = -max(Y(1) - Y(2), 0)**(1.5)
for i= 2 : (n-1)
S_M(i) = max(Y(i-1) - Y(i),0)**(1.5) - max(Y(i) - Y(i+1),0)**(1.5)
end
S_M(n) = max(Y(n-1) - Y(n), 0)**(1.5)
endfunction
function[F_y] = feulerimp(Y)
F_y = M*(Y - 2*X_k + X_km1) - (h**2)*secondmembre(Y)
endfunction
function[X_kp1] = eulerimp()
X_k = X_0
X_km1 = X_m1
X_kp1(:, 1) = X_k
for k = 2 : N
X_kp1(:, k) = fsolve(X_k, feulerimp)
X_km1 = X_k
X_k = X_kp1(:, k)
end
endfunction
function[V]= vitesse()
for k = 1 : N
if k == 1
V(:,k) = (1/h)*(X(:,k) - X_m1)
else
V(:,k) = (1/h)*(X(:,k) - X(:,k-1))
end
end
endfunction
function[N_calc]= calcul_N(T, h)
N_calc = T/h
endfunction
function[H] = enrg_meca(mm,h, N)
for k = 1:n
if modulo(k, 2) == 0
MA(k,:) = mm
else MA(k,:) = 1
end
end
M = diag(MA)
X_m1 = zeros(n, 1)
X_m1(1,1) = -h
X = eulerimp()
v = vitesse()
H = zeros(1,N)
for k = 1 : N
for i = 1 : n
H(1,k) = H(1,k)+(1/2)*M(i,i)*(v(i,k))**2
end
for j = 1 : (n-1)
H(1,k) = H(1,k)+(2/5)*(max(X(j,k)-X((j+1),k),0))**(5/2)
end
end
endfunction
//N1 = calcul_N(T, h1)
//E11 = enrg_meca(m1,h1, N1)
//E21 = enrg_meca(m2,h1, N1)
//N2 = calcul_N(T, h2)
//E12 = enrg_meca(m1,h2, N2)
//E22 = enrg_meca(m2,h2, N2)
//
N3 = calcul_N(T, h3)
//E13 = enrg_meca(m1,h3, N3)
E23 = enrg_meca(m2,h3, N3)
//t1 = 0:h1:(N1-1)*h1
//t2 = 0:h2:(N2-1)*h2
t3 = 0:h3:(N3-1)*h3
//scf(1) //fenetre 1
//plot2d(t1, E11, 60)
//xtitle("Energie mécanique dans le temps pour m = 1 et h = 1/10")
//scf(2) //fenetre 2
//plot2d(t2, E12, 60)
//xtitle("Energie mécanique dans le temps pour m = 1 et h = 1/100")
//
//
//scf(3) //fenetre 3
//plot2d(t3, E13, 60)
//xtitle("Energie mécanique dans le temps pour m = 1 et h = 1/1000")
//
//scf(4) //fenetre 4
//plot2d(t1, E21, 20)
//xtitle("Energie mécanique dans le temps pour m = 0.5 et h = 1/10")
//
//scf(5) //fenetre 5
//plot2d(t2, E22, 20)
//xtitle("Energie mécanique dans le temps pour m = 0.5 et h = 1/100")
//
//
scf(6) //fenetre 6
plot2d(t3, E23, 20)
xtitle("Energie mécanique dans le temps pour m = 0.5 et h = 1/1000")
|
4910daaff908da1152ff154bac6d58261a0b2360 | e0a67b34837bcf9fc346d1f280becd88d39bfa10 | /Audball.InstructionsDE.sce | 44f5af704cd327f9c995002fa3c7c360ee348f04 | [] | no_license | danchesse/HarmonizationDE | 938e0838be5d87baa16e2744d9108e4f86758fb3 | e5e04a6fc68f5629110116711cc01b0fc872595a | refs/heads/master | 2020-09-17T01:29:55.378413 | 2016-09-22T18:55:59 | 2016-09-22T18:55:59 | 67,238,107 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,307 | sce | Audball.InstructionsDE.sce | scenario = "Auditory Oddball Instructions (German Version)";
scenario_type = trials;
# sets the default text font
default_font = "Arial";
default_font_size = 14;
default_text_color = 0,0,0; # sets text to black
# sets the background colour to white (default is black)
default_background_color = 255,255,255;
#center the text
default_text_align = align_center;
begin;
bitmap { filename = "SleepLookCircle.bmp";} NoSleep;
bitmap { filename = "SleepLook.bmp";} Sleep;
bitmap { filename = "IncorrectLookCircle.bmp";} NoLookAway;
bitmap { filename = "IncorrectLook.bmp";} LookAway;
bitmap { filename = "CorrectLookCircle.bmp";} YesLook;
bitmap { filename = "CorrectLook.bmp";} Look;
bitmap { filename = "BlankSubject.bmp";} sub;
wavefile { filename = "AODinstruct1DE.wav"; } adi1;
sound {
wavefile adi1;
attenuation = 0.2;
} aod1Instruction;
wavefile { filename = "1000.wav"; } onekHz;
sound {
wavefile onekHz;
attenuation = 0.2;
} target;
wavefile { filename = "500.wav"; } stan;
sound {
wavefile stan;
attenuation = 0.2;
} standard;
wavefile { filename = "AODinstruct2DE.wav"; } adi2;
sound {
wavefile adi2;
attenuation = 0.2;
} aod2Instruction;
wavefile { filename = "AODinstruct3DE.wav"; } adi3;
sound {
wavefile adi3;
attenuation = 0.2;
} aod3Instruction;
wavefile { filename = "AODinstruct4DE.wav"; } adi4;
sound {
wavefile adi4;
attenuation = 0.2;
} aod4Instruction;
wavefile { filename = "AODinstruct5DE.wav"; } adi5;
sound {
wavefile adi5;
attenuation = 0.2;
} aod5Instruction;
picture {} default;
trial {
sound aod1Instruction;
time = 0;
picture {bitmap sub;
x = 0; y = 0;
};
time = 1000;
duration = next_picture;
};
trial {
trial_duration = 1000;
sound standard;
time = 0;
};
trial {
sound aod2Instruction;
time = 0;
};
trial {
sound target;
};
trial {
sound aod3Instruction;
};
trial {
sound target;
};
trial {
sound aod4Instruction;
};
trial {
sound target;
};
trial {
sound aod5Instruction;
picture {bitmap sub;
x = 0; y = 0;
};
duration = next_picture;
picture {bitmap Look;
x = 0; y = 0;
};
time = 400;
duration = next_picture;
picture {bitmap YesLook;
x = 0; y = 0;
};
time = 600;
duration = next_picture;
picture {bitmap Look;
x = 0; y = 0;
};
time = 800;
duration = next_picture;
picture {bitmap YesLook;
x = 0; y = 0;
};
time = 1000;
duration = next_picture;
picture {bitmap Look;
x = 0; y = 0;
};
time = 1200;
duration = next_picture;
picture {bitmap YesLook;
x = 0; y = 0;
};
time = 1400;
duration = next_picture;
picture {bitmap sub;
x = 0; y = 0;
};
time = 1600;
duration = next_picture;
picture {bitmap LookAway;
x = 0; y = 0;
};
time = 2600;
duration = next_picture;
picture {bitmap NoLookAway;
x = 0; y = 0;
};
time = 2800;
duration = next_picture;
picture {bitmap LookAway;
x = 0; y = 0;
};
time = 3000;
duration = next_picture;
picture {bitmap NoLookAway;
x = 0; y = 0;
};
time = 3200;
duration = next_picture;
picture {bitmap LookAway;
x = 0; y = 0;
};
time = 3400;
duration = next_picture;
picture {bitmap NoLookAway;
x = 0; y = 0;
};
time = 3600;
duration = next_picture;
picture {bitmap sub;
x = 0; y = 0;
};
time = 3800;
duration = next_picture;
picture {bitmap Sleep;
x = 0; y = 0;
};
time = 8500;
duration = next_picture;
picture {bitmap NoSleep;
x = 0; y = 0;
};
time = 9000;
duration = next_picture;
picture {bitmap Sleep;
x = 0; y = 0;
};
time = 9200;
duration = next_picture;
picture {bitmap NoSleep;
x = 0; y = 0;
};
time = 9400;
duration = next_picture;
picture {bitmap Sleep;
x = 0; y = 0;
};
time = 9600;
duration = next_picture;
picture {bitmap NoSleep;
x = 0; y = 0;
};
time = 9800;
duration = next_picture;
picture {bitmap sub;
x = 0; y = 0;
};
time = 2000;
duration = next_picture;
};
|
30bd7470c4c654e18a7c28da8870c3f7920b3ee3 | 430dbe3d1e055ef1ba68148cfda4e8798774dfe9 | /bitseal.tst | 9935c720d953c0e388a870f6ac19c6b9c169523e | [] | no_license | campassi/bitseal | bff7817b2e393d961c19028871d47c9d793a8d33 | 477e363f9f91b1d23cc1a80792f188e1f64ca7b7 | refs/heads/master | 2021-01-17T15:11:46.907004 | 2018-06-28T14:36:19 | 2018-06-28T14:36:19 | 20,122,546 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,310 | tst | bitseal.tst | :::::::::::::::::::::::::::
::deep SHA256 round testing
bitseal 64-bit Debian 7 vps
passwd: 'Satoshi Nakamoto'
sharnd: '0x93a4bfec9','39632764617'
calctm: '17674 secs'
prvkey: '26f8f2f71b246d21bf292d724648ff00452e32060c0ed8b7811f3817886d04c2'
prvb58: '5J7T5dUirMX2LLJVoVy3gxxVBUFNrifK7hRaUbwvK89QxeAvNj5'
pubb58: '1Dx6nfHg6YrvMUsK6o8gdaQEoPk1poAAKT'
passwd: 'rabbit*&^%'
sharnd: '39632764617','0x93a4bfec9'
calctm: '16823 secs'
prvkey: '1076379daaafae6933a3070570c3b0c9895401c4556f8c078e89cd1f8846d7b1'
prvb58: '5HwY5M3p3hrmA53jJcJEBsURnR7PZqJs55bVABj4aHS74ejmU3N'
pubb58: '12aQkUbrmvmxVHokZYVMuE7jCYACxpoKnz'
bitseal 32-bit Debian 7 vps
passwd_: 'Satoshi Nakamoto'
sha_rnd: '0x93a4bfec9','39632764617'
calctm_: '27511 secs'
privkey: '26f8f2f71b246d21bf292d724648ff00452e32060c0ed8b7811f3817886d04c2'
privb58: '5J7T5dUirMX2LLJVoVy3gxxVBUFNrifK7hRaUbwvK89QxeAvNj5'
pub_b58: '1Dx6nfHg6YrvMUsK6o8gdaQEoPk1poAAKT'
passwd_: 'rabbit*&^%'
sha_rnd: '0x93a4bfec9','39632764617'
calctm_: '27590 secs'
privkey: '1076379daaafae6933a3070570c3b0c9895401c4556f8c078e89cd1f8846d7b1'
privb58: '5HwY5M3p3hrmA53jJcJEBsURnR7PZqJs55bVABj4aHS74ejmU3N'
pub_b58: '12aQkUbrmvmxVHokZYVMuE7jCYACxpoKnz'
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::short repetitive testing to check for out of bounds errors
::the public b58 is most complex so test it
::any breakage before it will be reflected here
while true; do ./bitseal | grep pubb58 | cut -d "'" -f 2 >> output; done
grep -v 1Z2A5K7WxYpYLCSMXKKeiNSvamS7C34UQ output
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::simple checking across multiple platforms with short rounds
bitseal 64-bit Debian 7 phys
passwd: 'Satoshi Nakamoto'
sharnd: '10067967','0x999fff'
calctm: '7 secs'
prvkey: '4640eeb02392e618749f5abe6de9bf199a6c82f894c1919e26ce5ad87c65c38f'
prvb58: '5JME7iBPhFJ7SatrqoXrh86yD5Xtf54T8rEfFmEQLtz5t8L5UJD'
pubb58: '14S5b16e4hmYbytxNe7y53v8zjEQRDx8Ru'
bitseal 64-bit Debian 7 vps
passwd: 'Satoshi Nakamoto'
sharnd: '10067967','0x999fff'
calctm: '4 secs'
prvkey: '4640eeb02392e618749f5abe6de9bf199a6c82f894c1919e26ce5ad87c65c38f'
prvb58: '5JME7iBPhFJ7SatrqoXrh86yD5Xtf54T8rEfFmEQLtz5t8L5UJD'
pubb58: '14S5b16e4hmYbytxNe7y53v8zjEQRDx8Ru'
bitseal 32-bit Debian 7 vps
passwd: 'Satoshi Nakamoto'
sharnd: '10067967','0x999fff'
calctm: '15 secs'
prvkey: '4640eeb02392e618749f5abe6de9bf199a6c82f894c1919e26ce5ad87c65c38f'
prvb58: '5JME7iBPhFJ7SatrqoXrh86yD5Xtf54T8rEfFmEQLtz5t8L5UJD'
pubb58: '14S5b16e4hmYbytxNe7y53v8zjEQRDx8Ru'
:::::::::::::::::::::::::::::::
::check with alternate programs
c=$(echo -n "Satoshi Nakamoto" | sha256sum | awk '{print $1}'); echo -n 0x$c | xxd -r -c 64 | sha256sum
21ee5734569831d26b398831435f01a137102322ea4fceff2cd5f0ae99080727
passwd: 'Satoshi Nakamoto'
sharnd: '2','0x2'
calctm: '0 secs'
prvkey: '21ee5734569831d26b398831435f01a137102322ea4fceff2cd5f0ae99080727'
prvb58: '5J5EJaKzoB7TjjRzyJDGpPhiDo9jQevCKpXYjHZq4wekMYG7Pjt'
pubb58: '1CNRGf4Xcvjozp7hdJ3ucWUAndWtsCV4de
#bash will start tripping up after lots of rounds since it doesn't
#handle binary that well.
|
8ac46684511898a27ac9af15b42208768d5fa5d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH1/EX1.27/1_27.sce | f3ea1e30cf02b6cf6e720e24b4437b929b57a613 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_27.sce | //clc();
clear;
//To calculate the possible order of spectra
N=5.905*10^3; //grating lines in lines per centimetre
lambda=6000*10^(-8); //wavelength of light in centimetres
d=1/N;
m=d/lambda;
printf("the possible order of spectra with a plane transmission grating is %f",m);
|
9c5e6a9123147339b487e605bb185404ab2597ef | ff76030a5bfdd339bad94fffed7b2070bf996a70 | /calculo-numerico/ajuste_polinomial.sce | 360022d2450145e99ed171172cc921f9efea04b1 | [] | no_license | vini2reis/Calculo-Numerico | f04389542d1aed21e5d363f7fa2986816ee80263 | d2c04fe19c55db39922193bb4028bdbd67b4b089 | refs/heads/main | 2023-08-24T19:06:51.909473 | 2021-11-08T17:53:48 | 2021-11-08T17:53:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 789 | sce | ajuste_polinomial.sce |
clear
clc
format(16)
n=5;
m=3;
X=[25.03;27.03;28.33;29.51;31.57];
Y=[1.227;1.251;1.262;1.259;1.234];
for i=1:n
for j=1:m+1
A(i,j)=X(i) ^ (j-1);
end
end
x=inv(A' *A)*A' *Y;
for i=1:n
S=0;
for j=1:m+1
S=S+x(j)*X(i)^(j-1);
end
YY(i)=S;
end
k=100;
xx=linspace(X(1),X(n),k);
for i=1:k
S=0;
for j=1:m+1
S=S+x(j)*xx(i)^(j-1);
end
Ya(i)=S;
end
//plot(X,Y,' m',xx,Ya,'b');
//xv=-x(2)/(2*x(3));
//yv=x(3)*xv^2 + x(2)*xv+x(1);
//printf('xv=%f \n ',xv)
//printf('yv=%f \n ',yv)
S=0;
for i=1:n
S=S+Y(i);
end
ym=S/n;
SM=0;
SN=0;
for i=1:n
SM=SM+(Y(i)-ym)^2;
SN=SN+(Y(i)-YY(i))^2;
end
R2=1-SN/SM;
printf('R2=%f \n ',R2)
printf('X=%f \n ',x)
//printf('xv=%f \n ',xv)
//printf('yv=%f \n ',yv)
|
4a197bd03311c6aecf961316b82f6622afb406ab | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.15_1.tst | 3ae24da6b0c12042cf278a991e4df10adeec224d | [] | 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 | 26,543 | tst | bow.15_1.tst | 15 18:0.14285714285714285 122:0.2 1607:1.0 3437:1.0 3654:1.0 6095:1.0 6158:1.0 6159:2.0 7240:1.0 7247:1.0 8305:1.0
15 15:1.0 18:0.14285714285714285 24:1.0 41:0.09090909090909091 53:0.5 67:0.3333333333333333 69:0.5 75:0.2 87:1.0 133:1.0 209:0.25 262:1.0 416:1.0 431:1.0 477:1.0 707:1.0 1302:1.0 1889:1.0 4217:1.0 4765:0.3333333333333333 6052:1.0
15 35:0.08333333333333333 41:0.09090909090909091 75:0.1 995:0.16666666666666666 3531:2.0 4756:1.0 4880:0.5 4881:1.0 4947:1.0 5400:1.0 5612:1.0 5840:1.0 6036:1.0 6601:0.5 6861:0.5
15 12:0.01818181818181818 20:0.08333333333333333 67:0.6666666666666666 74:0.3333333333333333 75:0.1 87:1.0 98:0.5 192:0.4 653:1.0 742:1.0 756:0.3333333333333333 1180:1.0 3235:1.0 5302:1.0
15 15:1.0 58:0.25 67:0.6666666666666666 87:1.0 96:1.0 122:0.2 222:1.0 398:0.2 639:0.14285714285714285 995:0.16666666666666666 1149:1.0 1339:1.0 1343:0.5 2704:1.0 3859:1.0 4777:0.3333333333333333 4782:1.0 4831:0.75 4841:0.16666666666666666 4950:1.0 4971:1.0 5180:1.0 6745:1.0 7079:1.0
15 235:0.3333333333333333 543:0.1111111111111111 931:1.0 939:0.5 1341:0.5 2235:1.0 8657:1.0
15 35:0.08333333333333333 41:0.09090909090909091 67:0.3333333333333333 75:0.1 122:0.2 197:0.2 516:1.0 758:0.16666666666666666 779:1.0 1341:0.5 1343:0.5 2553:1.0 3394:1.0 4005:1.0 4981:0.3333333333333333 7126:1.0 7466:1.0
15 4:0.3333333333333333 12:0.01818181818181818 18:0.14285714285714285 41:0.18181818181818182 63:1.0 77:0.3333333333333333 84:1.0 96:1.0 113:1.0 214:1.0 226:0.07142857142857142 339:1.0 645:0.5 765:1.0 801:0.5 1255:1.0 1257:2.0 3284:1.0 3682:1.0 4765:0.3333333333333333 4805:0.5 4831:0.25 4929:1.0 5092:1.0 5724:1.0 5877:1.0 6970:1.0 7583:1.0 9026:1.0 9230:1.0
15 12:0.03636363636363636 13:0.2 18:0.14285714285714285 197:0.2 236:1.0 262:1.0 305:0.3333333333333333 501:1.0 877:1.0 1257:1.0 4765:0.3333333333333333 4767:0.3333333333333333 4795:0.25 5482:1.0 5578:1.0 6091:2.0 6092:2.0 6181:1.0 7152:1.0 7386:1.0 8384:1.0 8898:1.0
15 12:0.01818181818181818 13:0.2 41:0.09090909090909091 1889:1.0 4792:1.0 4881:1.0 5482:1.0 6088:1.0 6619:1.0 7663:1.0 7665:1.0 9431:1.0
15 1:0.125 18:0.14285714285714285 36:0.06666666666666667 41:0.18181818181818182 53:0.5 70:0.16666666666666666 84:0.5 85:0.3333333333333333 194:0.3333333333333333 198:0.16666666666666666 213:1.0 216:1.0 299:1.0 398:0.2 707:1.0 711:1.0 939:0.5 995:0.16666666666666666 1545:1.0 2965:1.0 4005:1.0 4765:0.3333333333333333 4767:0.3333333333333333 4777:0.3333333333333333 4831:0.5 4874:1.0 4903:0.5 4999:0.3333333333333333 5061:0.5 5259:1.0 5360:1.0 5548:1.0 5756:1.0 5955:1.0 6178:1.0 6271:1.0
15 47:0.3333333333333333 70:0.08333333333333333 87:1.0 113:1.0 122:0.2 192:0.2 995:0.16666666666666666 1086:0.5 1295:1.0 4851:1.0 4967:1.0 5003:1.0 5415:1.0 5724:1.0 5953:1.0 6309:1.0 6542:1.0 6695:1.0 7247:1.0 7786:1.0
15 12:0.03636363636363636 13:0.2 18:0.42857142857142855 41:0.09090909090909091 67:0.6666666666666666 85:0.3333333333333333 115:0.5 128:1.0 196:0.3333333333333333 289:1.0 354:1.0 910:0.5 3006:1.0 4307:1.0 4343:1.0 5485:1.0 5486:1.0 5714:1.0 6236:1.0 6542:1.0 8044:1.0 8179:1.0
15 4:0.3333333333333333 15:1.0 35:0.16666666666666666 41:0.18181818181818182 47:0.3333333333333333 878:1.0 917:0.5 1341:0.5 2157:0.5 2669:1.0 2747:1.0 3206:1.0 4782:1.0 4796:1.0 4805:1.0 4827:1.0 4872:1.0 4939:1.0 4976:1.0 5074:0.25 5168:1.0 5793:1.0 6619:1.0 6993:1.0 7115:1.0 7460:1.0 7801:1.0 7999:1.0 9163:1.0 9430:1.0
15 12:0.03636363636363636 13:0.2 15:1.0 18:0.14285714285714285 20:0.08333333333333333 47:0.3333333333333333 67:0.3333333333333333 75:0.2 98:1.0 117:0.5 191:1.0 355:1.0 398:0.2 415:0.3333333333333333 501:1.0 568:0.5 1019:1.0 1255:1.0 2467:1.0 4853:0.25 4879:1.0 4904:1.0 4961:1.0 5297:1.0
15 1:0.125 12:0.03636363636363636 20:0.16666666666666666 37:1.0 41:0.18181818181818182 67:0.6666666666666666 72:1.0 75:0.2 82:0.1111111111111111 85:0.3333333333333333 139:1.0 305:0.3333333333333333 500:1.0 675:1.0 1545:1.0 1604:1.0 1607:2.0 1923:1.0 2333:1.0 4805:0.5 4872:1.0 5177:1.0 5665:1.0 6601:0.5 7635:1.0
15 24:1.0 54:1.0 70:0.16666666666666666 98:1.0 113:1.0 235:0.3333333333333333 415:0.3333333333333333 531:0.5 1218:1.0 1339:1.0 3531:1.0 4765:0.3333333333333333 4767:0.3333333333333333 4795:0.25 4805:0.5 4865:1.0 4972:0.3333333333333333 5045:1.0 6175:1.0 6366:1.0 6665:1.0 6827:1.0 8829:1.0
15 67:0.3333333333333333 84:0.5 147:0.5 164:0.5 387:1.0 398:0.4 415:0.3333333333333333 810:1.0 2965:1.0 4521:1.0 4939:1.0 6270:0.5 6271:1.0 7859:1.0
15 24:1.0 36:0.13333333333333333 75:0.1 758:0.16666666666666666 910:0.5 4433:1.0 4540:1.0 7893:1.0
15 36:0.13333333333333333 85:0.3333333333333333 2145:1.0 4805:0.5 4818:0.3333333333333333 4852:1.0 4972:0.6666666666666666 5887:1.0 6117:1.0 6205:0.5 7309:1.0
15 113:1.0 3531:1.0 4802:0.25 4807:1.0 4818:0.6666666666666666 4831:0.25 4841:0.16666666666666666 5032:1.0 5081:1.0 5157:1.0 5177:0.5 5305:1.0 5441:0.5 5685:1.0 5793:1.0 5890:1.0 5936:1.0 6102:1.0 6586:1.0
15 18:0.14285714285714285 41:0.09090909090909091 75:0.1 122:0.2 191:0.5 213:1.0 305:0.3333333333333333 306:1.0 477:1.0 542:0.3333333333333333 568:0.25 917:0.5 995:0.16666666666666666 1086:0.5 1341:0.5 1754:1.0 3806:1.0 3953:1.0 4853:0.25 5023:1.0 5452:0.5 5661:1.0 6163:1.0 6601:0.5 7656:1.0 7778:1.0 8147:1.0 9057:1.0
15 36:0.06666666666666667 75:0.1 235:0.3333333333333333 368:1.0 369:0.5 1086:0.5 3264:1.0 4777:0.6666666666666666 4841:0.16666666666666666 4852:1.0 5061:0.5 5189:0.2 6047:0.5 6048:1.0 7935:1.0
15 41:0.09090909090909091 47:0.3333333333333333 75:0.1 98:0.5 122:0.2 128:1.0 192:0.2 388:1.0 398:0.2 527:0.5 771:1.0 801:0.25 1343:0.5 1682:1.0 1889:1.0 2192:1.0 2977:1.0 4765:0.3333333333333333 4767:0.3333333333333333 4777:0.3333333333333333 4800:1.0 4818:0.3333333333333333 4831:0.25 4841:0.16666666666666666 4846:1.0 4894:1.0 5032:2.0 5153:1.0 5168:1.0 5182:1.0 5259:1.0 5483:1.0 5880:1.0 5937:1.0 6196:1.0 6899:1.0 6985:1.0 7084:1.0 7407:1.0 8147:1.0 8558:1.0 9152:1.0
15 3:0.5 67:0.3333333333333333 84:0.5 139:1.0 177:0.25 192:0.2 261:0.3333333333333333 348:0.3333333333333333 398:0.4 451:1.0 501:1.0 549:1.0 550:1.0 912:1.0 1991:1.0 3712:1.0 3865:1.0 5710:1.0 7206:1.0 8301:2.0
15 12:0.01818181818181818 75:0.1 113:1.0 192:0.2 197:0.2 198:0.16666666666666666 234:1.0 615:1.0 748:0.5 758:0.16666666666666666 910:0.5 3531:2.0 4777:0.3333333333333333 4846:1.0 5136:1.0 5367:1.0 5504:1.0 5704:1.0 6695:1.0
15 20:0.08333333333333333 24:1.0 75:0.2 416:1.0 1951:1.0 4403:1.0 4765:0.3333333333333333 4807:1.0 4975:0.5 5038:1.0 5061:0.5 5661:0.5 5666:1.0 5929:1.0 6052:1.0 6759:1.0
15 41:0.18181818181818182 67:0.3333333333333333 75:0.1 122:0.2 261:0.3333333333333333 277:0.16666666666666666 415:0.3333333333333333 454:0.5 499:1.0 564:1.0 813:1.0 3062:1.0 4783:1.0 5078:1.0 5955:1.0
15 41:0.09090909090909091 47:0.3333333333333333 67:0.3333333333333333 70:0.08333333333333333 75:0.1 104:0.25 122:0.2 124:0.3333333333333333 261:0.3333333333333333 277:0.16666666666666666 527:0.5 995:0.3333333333333333 1054:1.0 1343:0.5 1435:1.0 1919:1.0 2139:1.0 2809:1.0 3394:1.0 3847:1.0 4765:1.3333333333333333 4805:0.5 4818:0.6666666666666666 4839:1.0 4969:1.0 5521:1.0 5628:1.0 5870:1.0 6040:1.0 6178:1.0 6636:1.0 6861:0.5 6990:1.0 7737:1.0 8395:1.0 9096:1.0
15 1:0.125 24:1.0 41:0.36363636363636365 47:1.3333333333333333 85:0.3333333333333333 109:0.5 122:0.2 139:1.0 148:0.125 1259:1.0 1434:1.0 2948:1.0 3035:1.0 4777:0.3333333333333333 4795:0.5 4841:0.16666666666666666 4846:1.0 4865:1.0 4881:1.0 4885:1.0 4950:0.3333333333333333 5078:1.0 5242:1.0 5441:0.5 5531:1.0 5848:1.0 6643:1.0 7424:1.0 7686:2.0 8522:1.0
15 1:0.125 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 48:0.3333333333333333 67:0.3333333333333333 75:0.2 85:0.3333333333333333 122:0.6 222:1.0 277:0.16666666666666666 363:1.0 431:0.5 564:1.0 1341:0.5 2638:1.0 3062:1.0 3611:2.0 4765:1.0 4777:0.3333333333333333 4782:3.0 4831:0.25 4841:0.3333333333333333 5170:1.5 5177:0.5 5242:1.0 5521:1.0 5522:1.0 6345:1.0 6636:2.0 8633:1.0 8647:1.0 9115:1.0
15 12:0.01818181818181818 20:0.08333333333333333 61:0.3333333333333333 75:0.1 98:0.5 197:0.2 277:0.16666666666666666 415:0.3333333333333333 477:1.0 718:1.0 758:0.16666666666666666 767:1.0 2904:1.0 3178:1.0 4795:0.25 4871:1.0 5202:1.0 5393:1.0 6407:1.0 6601:0.5 6861:0.5 8496:1.0
15 1:0.125 18:0.14285714285714285 41:0.09090909090909091 74:0.3333333333333333 299:1.0 337:1.0 361:1.0 398:0.2 732:1.0 801:0.25 917:0.5 1027:1.0 1607:1.0 3611:1.0 4213:1.0 4777:0.3333333333333333 4792:1.0 4805:0.5 4818:0.3333333333333333 4841:0.16666666666666666 4853:0.25 4950:0.3333333333333333 4966:1.0 5040:1.0 5074:0.25 5259:1.0 5444:1.0 5627:1.0 5666:1.0 5668:1.0 5793:1.0 5912:1.0 6524:1.0 7937:1.0 9036:1.0
15 12:0.01818181818181818 20:0.08333333333333333 39:0.16666666666666666 41:0.09090909090909091 70:0.08333333333333333 122:0.2 398:0.6 477:1.0 502:1.0 573:2.0 758:0.16666666666666666 779:1.0 801:0.25 1095:0.3333333333333333 1341:0.5 1603:1.0 4005:1.0 4871:1.0 4905:1.0 4961:1.0 5452:0.5 6512:1.0 6652:1.0 8000:1.0
15 1:0.125 74:0.3333333333333333 337:1.0 361:1.0 398:0.2 732:1.0 801:0.25 1751:2.0 4003:1.0 4213:1.0 4792:1.0 5306:1.0 6088:1.0 7121:1.0
15 35:0.08333333333333333 41:0.09090909090909091 976:1.0 1191:1.0 1341:0.5 1723:1.0 4919:1.0 5050:1.0 5890:1.0 6052:1.0 7668:0.5 7840:1.0
15 15:1.0 67:0.3333333333333333 87:1.0 96:1.0 198:0.16666666666666666 4760:0.2 4782:1.0 4785:0.3333333333333333 4851:1.0 5565:1.0
15 1:0.125 20:0.08333333333333333 67:0.6666666666666666 75:0.2 87:1.0 122:0.2 137:1.0 172:1.0 197:0.2 226:0.07142857142857142 398:0.2 502:1.0 516:1.0 898:1.0 1192:1.0 2262:1.0 3394:1.0 4671:1.0 4786:0.3333333333333333 5127:1.0 5643:1.0 6044:1.0 6214:1.0 8000:1.0
15 24:1.0 41:0.18181818181818182 75:0.1 79:0.25 124:0.3333333333333333 148:0.125 198:0.16666666666666666 277:0.16666666666666666 337:1.0 398:0.2 517:0.5 622:1.0 639:0.14285714285714285 714:1.0 1009:1.0 1499:1.0 2336:1.0 2986:1.0 3817:1.0 5032:1.0 5061:0.5 5180:1.0 5297:1.0 5298:1.0 5612:1.0 5729:1.0 5778:1.0 5877:1.0 6019:1.0 6088:1.0 6091:1.0 6095:1.0 6096:1.0 7246:1.0 7247:1.0 7678:1.0 9431:1.0
15 70:0.08333333333333333 113:1.0 122:0.2 148:0.125 305:0.3333333333333333 463:1.0 502:1.0 910:0.5 4343:1.0 4765:0.6666666666666666 4777:0.3333333333333333 4782:1.0 4795:0.25 4805:0.5 4853:0.25 4967:1.0 4971:1.0 5186:1.0 5665:1.0 5668:1.0 5796:1.0 7634:1.0 8000:1.0 8387:1.0 9437:1.0
15 18:0.14285714285714285 41:0.09090909090909091 67:0.3333333333333333 87:1.0 191:0.5 192:0.2 289:1.0 337:1.0 500:1.0 611:1.0 798:1.0 1019:1.0 1226:1.0 1628:0.5 1740:1.0 1754:1.0 2336:1.0 2933:1.0 3490:0.3333333333333333 4852:1.0
15 109:0.5 701:1.0 758:0.16666666666666666 4765:0.3333333333333333 4837:1.0 4868:1.0 4948:1.0 5908:1.0 5962:1.0 6196:1.0 7133:1.0 8301:1.0
15 41:0.18181818181818182 4761:0.5 4762:1.0 4763:1.0 4764:1.0 4765:0.3333333333333333 4766:1.0 4767:0.3333333333333333 4768:1.0 4769:1.0 4795:0.25 4805:0.5 4807:1.0 4821:1.0 4932:1.0 5040:1.0 6052:1.0 6084:1.0 6085:1.0 6309:1.0 6467:0.3333333333333333 6469:1.0 6585:1.0 6886:1.0 7807:1.0 8411:1.0 8664:1.0 9032:1.0
15 47:0.3333333333333333 122:0.2 226:0.07142857142857142 289:1.0 621:1.0 675:1.0 4765:0.6666666666666666 4767:0.3333333333333333 4792:1.0 4880:0.5 5061:0.5 7641:1.0 7654:1.0 7948:1.0
15 15:1.0 35:0.08333333333333333 36:0.13333333333333333 54:1.0 191:0.5 277:0.16666666666666666 441:1.0 813:1.0 912:1.0 958:1.0 1969:1.0 4666:1.0 4765:0.3333333333333333 4782:1.0 4796:1.0 4819:0.25 4820:1.0 4853:0.25 4950:0.3333333333333333 5032:1.0 5153:1.0 5202:1.0 5483:1.0 5594:1.0 5668:1.0 5796:1.0 6306:1.0 6699:1.0 7919:1.0 7920:1.0 8149:1.0 8915:1.0 8939:1.0
15 15:3.0 18:0.14285714285714285 47:0.3333333333333333 67:0.6666666666666666 70:0.08333333333333333 72:1.0 82:0.2222222222222222 84:0.5 94:1.0 130:1.0 213:1.0 226:0.07142857142857142 299:1.0 451:1.0 599:1.0 653:1.0 672:0.5 698:1.0 1751:2.0 2135:1.0 4796:1.0 4831:0.25 6274:1.0 7570:1.0
15 41:0.09090909090909091 67:0.3333333333333333 75:0.1 85:0.3333333333333333 122:0.2 191:0.5 306:1.0 398:0.2 441:1.0 516:1.0 588:1.0 733:1.0 981:1.0 995:0.16666666666666666 2004:1.0 4796:3.0 4818:0.3333333333333333 4821:1.0 4841:0.16666666666666666 4853:0.25 4874:1.0 5040:1.0 5441:0.5 5725:1.0 6906:1.0 7113:1.0 8775:1.0 8915:1.0
15 18:0.14285714285714285 27:0.14285714285714285 41:0.09090909090909091 67:0.3333333333333333 75:0.2 94:1.0 98:0.5 118:1.0 191:0.5 568:0.25 1149:1.0 2336:1.0 2438:1.0 4765:0.6666666666666666 4802:0.25 4805:0.5 4852:1.0 4853:0.25 5003:1.0 5128:1.0 5240:1.0 5259:1.0 5483:1.0 6503:1.0 6585:1.0 6699:1.0 6906:1.0 6937:1.0 9036:1.0
15 11:0.2 70:0.08333333333333333 113:1.0 191:0.5 192:0.2 230:1.0 326:0.3333333333333333 568:0.25 733:1.0 1991:1.0 4765:0.3333333333333333 4767:0.3333333333333333 4777:0.3333333333333333 4805:0.5 4831:0.5 4841:0.16666666666666666 5074:0.25 5259:1.0 5483:1.0 5665:1.0 5958:1.0 6503:1.0 7113:1.0 7456:1.0
15 1:0.125 18:0.14285714285714285 27:0.14285714285714285 35:0.08333333333333333 41:0.18181818181818182 47:0.3333333333333333 67:0.3333333333333333 87:1.0 214:1.0 390:1.0 441:1.0 566:0.2 568:0.25 599:1.0 733:1.0 1919:1.0 3801:1.0 3953:1.0 4765:0.6666666666666666 4777:0.3333333333333333 4805:0.5 4872:1.0 4894:1.0 6084:1.0 7309:1.0 7822:1.0
15 47:0.3333333333333333 67:0.3333333333333333 98:0.5 415:0.3333333333333333 473:1.0 535:0.5 550:1.0 995:0.16666666666666666 1344:1.0 1889:1.0 2765:1.0 2905:1.0 3513:1.0 3661:1.0 4023:1.0 4374:1.0 5521:1.0 5955:1.0 6664:1.0 7883:1.0 8275:1.0 8276:1.0 8277:1.0 8278:1.0 8279:1.0
15 12:0.01818181818181818 18:0.14285714285714285 36:0.06666666666666667 41:0.09090909090909091 47:0.6666666666666666 53:1.5 70:0.08333333333333333 108:0.3333333333333333 109:0.5 124:0.3333333333333333 299:1.0 415:0.3333333333333333 463:1.0 692:1.0 732:1.0 748:0.5 995:0.16666666666666666 998:1.0 2553:1.0 3178:0.3333333333333333 4802:0.25 4805:0.5 4831:0.25 4967:1.0 5023:1.0 5370:1.0 5504:1.0 5505:1.0 5733:1.0 6535:1.0 9096:2.0
15 4:0.3333333333333333 20:0.08333333333333333 24:1.0 47:0.3333333333333333 69:0.5 98:0.5 191:0.5 192:0.2 398:0.2 415:0.3333333333333333 568:0.25 1047:1.0 4821:1.0 4827:2.0 4831:0.75 4837:1.0 4946:1.0 4947:1.0 4948:1.0 5997:1.0 6149:1.0 7797:1.0
15 1:0.125 24:1.0 75:0.2 85:0.3333333333333333 109:0.5 136:1.0 277:0.16666666666666666 305:0.3333333333333333 477:1.0 639:0.14285714285714285 2180:1.0 2552:1.0 6465:3.0 7256:1.0 7448:1.0 7510:1.0
15 36:0.06666666666666667 48:0.3333333333333333 299:1.0 326:0.3333333333333333 3531:1.0 3813:0.5 4361:1.0 4765:0.3333333333333333 4777:0.3333333333333333 4782:1.0 4795:0.25 4807:1.0 4824:1.0 4831:0.5 4838:2.0 4846:1.0 4865:1.0 5189:0.2 5312:1.0 5356:2.0 5890:1.0 6508:1.0 6509:1.0 6510:1.0 6511:1.0 7100:1.0 7466:1.0 8576:1.0
15 18:0.42857142857142855 36:0.06666666666666667 41:0.09090909090909091 75:0.2 139:1.0 197:0.2 216:1.0 4767:0.3333333333333333 4777:0.3333333333333333 4782:1.0 4793:0.3333333333333333 4818:0.3333333333333333 4821:1.0 4831:0.25 4841:0.16666666666666666 4855:1.0 4902:0.5 4972:0.3333333333333333 5008:0.5 5170:0.5 5177:0.5 5394:1.0 5795:1.0 5936:1.0 6102:1.0 6412:1.0 6518:1.0 6519:2.0 6891:1.0 7326:1.0 8551:1.0 8772:1.0
15 41:0.09090909090909091 98:0.5 113:1.0 122:0.2 227:0.5 995:0.16666666666666666 1198:1.0 4765:0.3333333333333333 4807:1.0 5859:0.5 6062:1.0 6234:1.0 6732:1.0 8048:1.0 8322:1.0 8403:1.0
15 41:0.09090909090909091 4765:0.3333333333333333 4777:0.3333333333333333 4805:0.5 4819:0.25 4855:1.0 4880:0.5 5032:1.0 5079:1.0 5554:1.0 5945:1.0 6695:1.0 7158:1.0 8039:1.0 8187:1.0 8942:3.0
15 12:0.01818181818181818 18:0.14285714285714285 24:2.0 41:0.09090909090909091 47:0.3333333333333333 63:1.0 67:0.3333333333333333 69:0.5 70:0.08333333333333333 75:0.2 82:0.1111111111111111 98:0.5 152:0.3333333333333333 216:1.0 257:1.0 374:1.0 564:1.0 568:0.25 588:1.0 622:1.0 733:1.0 803:1.0 939:0.5 1339:1.0 2103:1.0 2336:1.0 3178:0.3333333333333333 4760:0.2 4765:0.3333333333333333 4767:0.3333333333333333 4782:1.0 4795:0.25 4831:0.25 4880:0.5 4950:0.3333333333333333 5707:1.0 6065:1.0 7108:1.0 7999:1.0
15 24:1.0 36:0.06666666666666667 41:0.09090909090909091 70:0.08333333333333333 109:0.5 748:0.5 995:0.3333333333333333 1923:1.0 2186:1.0 2206:1.0 3531:2.0 4765:0.6666666666666666 4777:0.3333333333333333 4782:1.0 4800:1.0 4807:1.0 4866:1.0 5040:1.0 5047:0.5 5074:0.25 5078:1.0 5240:1.0 5309:1.0 5346:1.0 5632:1.0 5665:1.0 5668:1.0 5694:1.0 5735:1.0 5890:1.0 6478:1.0 6585:1.0 6754:1.0 6930:1.0 7466:1.0 7641:1.0 7706:1.0 7953:1.0 8149:1.0 8322:1.0 8360:1.0 8403:1.0
15 15:1.0 18:0.14285714285714285 24:1.0 28:2.0 36:0.13333333333333333 41:0.09090909090909091 45:1.0 47:0.6666666666666666 51:1.0 67:0.3333333333333333 98:1.0 108:0.3333333333333333 235:0.3333333333333333 331:0.6666666666666666 362:1.0 398:0.2 477:1.0 495:1.0 535:0.5 639:0.14285714285714285 767:1.0 1572:1.0 2113:1.0 2797:1.0 4765:0.3333333333333333 6052:1.0 6478:1.0 9157:1.0
15 36:0.13333333333333333 41:0.09090909090909091 995:0.16666666666666666 4765:1.0 4782:1.0 4796:1.0 4821:1.0 4843:1.0 4972:0.6666666666666666 5189:0.2 5259:1.0 5666:1.0 6699:1.0 6788:1.0 9157:1.0 9403:1.0
15 27:0.14285714285714285 41:0.2727272727272727 74:0.3333333333333333 75:0.1 152:0.3333333333333333 191:0.5 230:1.0 369:0.5 494:1.0 1923:1.0 2336:1.0 3921:1.0 4777:0.3333333333333333 4793:0.3333333333333333 4812:1.0 4831:0.25 4874:1.0 5643:1.0 6276:1.0 7271:1.0 7642:1.0
15 226:0.07142857142857142 2873:1.0 4765:0.6666666666666666 4807:1.0 4827:1.0 4831:0.25 4841:0.16666666666666666 4939:1.0 5259:1.0 5277:0.5 5327:1.0 5393:1.0 5537:1.0 6309:1.0 7808:1.0 9034:1.0 9368:1.0 9369:1.0
15 36:0.06666666666666667 41:0.09090909090909091 98:0.5 262:1.0 1851:1.0 4465:1.0 4765:0.6666666666666666 4831:0.25 4853:0.25 4929:1.0 5661:0.5 5668:1.0 5877:1.0 6102:1.0 6366:1.0 7247:1.0 7656:1.0
15 3:0.5 18:0.14285714285714285 39:0.16666666666666666 61:0.3333333333333333 67:0.3333333333333333 85:0.3333333333333333 87:1.0 198:0.16666666666666666 368:1.0 398:0.2 409:0.3333333333333333 441:1.0 566:0.2 582:0.3333333333333333 639:0.14285714285714285 2004:1.0 4819:0.25 4820:1.0 5742:1.0 6722:1.0 6723:1.0 8177:1.0 8200:1.0
15 11:0.2 35:0.08333333333333333 41:0.09090909090909091 995:0.16666666666666666 1341:0.5 2669:1.0 4767:0.6666666666666666 4818:0.3333333333333333 4831:0.75 4866:1.0 4871:1.0 4950:0.6666666666666666 4969:1.0 4988:1.0 5168:1.0 5189:0.2 5793:1.0 6475:1.0 6741:1.0 6742:1.0 6743:1.0 6744:1.0 7090:1.0 7953:1.0 8177:1.0
15 18:0.14285714285714285 41:0.09090909090909091 124:0.3333333333333333 148:0.125 197:0.2 477:1.0 527:0.5 758:0.16666666666666666 877:1.0 1189:1.0 1682:1.0 2714:1.0 2933:1.0 4343:1.0 4818:0.6666666666666666 4880:0.5 4885:1.0 4969:1.0 4975:0.5 5259:1.0 5451:1.0 5675:1.0 5686:1.0 6187:1.0 6214:1.0 6489:1.0 6861:0.5 6901:1.0 7461:1.0 7616:1.0 7807:1.0 8409:1.0
15 3:0.5 70:0.08333333333333333 939:0.5 1443:1.0 1754:1.0 4819:0.25 4834:1.0 5003:1.0 5032:1.0 5061:0.5 5503:1.0 7086:1.0
15 41:0.09090909090909091 47:0.3333333333333333 67:0.3333333333333333 69:0.5 79:0.25 98:1.0 108:0.3333333333333333 361:1.0 419:1.0 451:1.0 779:1.0 1754:1.0 4649:1.0 4852:1.0 5061:0.5 5202:1.0 5254:1.0 6159:1.0 8703:1.0
15 41:0.09090909090909091 52:0.5 75:0.4 98:0.5 398:0.2 477:2.0 995:0.5 1155:1.0 1198:0.5 1740:1.0 3712:1.0 4666:1.0 4767:0.3333333333333333 4777:1.0 4800:1.0 4818:0.6666666666666666 4831:0.25 4841:0.16666666666666666 4969:1.0 5040:1.0 5305:1.0 5309:1.0 5590:1.0 5661:0.5 5922:1.0 6642:1.0 7656:1.0 7766:1.0 9078:1.0
15 15:1.0 18:0.14285714285714285 41:0.09090909090909091 58:0.25 67:0.6666666666666666 69:0.5 75:0.1 82:0.1111111111111111 108:0.3333333333333333 109:0.5 128:1.0 139:1.0 142:1.0 289:1.0 314:1.0 398:0.2 463:1.0 495:1.0 516:1.0 572:1.0 692:1.0 707:1.0 779:1.0 860:1.0 1143:1.0 1192:1.0 1671:1.0 1923:1.0 3489:1.0 4005:1.0 4418:1.0 4874:1.0 4922:1.0 5240:1.0 5590:1.0 5594:1.0 6239:1.0 6798:1.0 7116:1.0 7140:1.0
15 41:0.09090909090909091 995:0.16666666666666666 4802:0.25 4831:0.25 5040:1.0 5081:1.0 5177:1.0 5257:1.0 5982:1.0 6065:1.0 6204:1.0 6469:1.0 7113:1.0 7458:1.0
15 4:0.3333333333333333 12:0.01818181818181818 18:0.14285714285714285 20:0.08333333333333333 41:0.09090909090909091 67:0.3333333333333333 78:1.0 113:1.0 128:1.0 995:0.16666666666666666 4777:0.3333333333333333 4792:1.0 4818:0.3333333333333333 4841:0.16666666666666666 5074:0.25 5618:1.0 6527:1.0 6655:1.0
15 20:0.08333333333333333 47:0.3333333333333333 67:0.3333333333333333 85:1.0 128:1.0 197:0.2 285:1.0 398:0.2 652:1.0 712:0.3333333333333333 7685:1.0 7810:1.0
15 293:1.0 4760:0.2 4792:1.0 4831:0.5 4950:0.3333333333333333 5170:0.5 6453:1.0
15 39:0.16666666666666666 41:0.09090909090909091 75:0.1 87:1.0 196:0.3333333333333333 415:0.3333333333333333 1572:1.0 3551:1.0 4848:1.0
15 27:0.14285714285714285 41:0.18181818181818182 70:0.08333333333333333 99:1.0 164:0.5 166:0.25 177:0.25 415:0.6666666666666666 562:1.0 1620:1.0 2069:2.0 2118:1.0 4765:0.3333333333333333 4777:0.3333333333333333 4792:1.0 4897:1.0 4924:1.0 5019:1.0 5202:2.0 5576:1.0 5752:1.0 5830:1.0 6218:1.0 6366:1.0 6407:1.0 7639:1.0
15 3:0.5 12:0.01818181818181818 41:0.09090909090909091 70:0.16666666666666666 109:0.5 115:0.5 122:0.2 291:1.0 331:0.3333333333333333 368:1.0 613:1.0 748:0.5 918:1.0 1043:1.0 1186:0.5 3441:1.0 3531:1.0 3859:1.0 4307:1.0 4765:0.3333333333333333 4819:0.25 4821:1.0 4841:0.16666666666666666 4852:1.0 4867:0.5 4950:0.3333333333333333 5045:1.0 5061:0.5 5092:1.0 5526:1.0 5576:1.0 6213:1.0 6293:1.0 6699:1.0 6845:1.0
15 24:1.0 41:0.18181818181818182 113:1.0 160:1.0 192:0.2 198:0.16666666666666666 306:1.0 398:0.2 441:2.0 454:0.5 568:0.25 626:1.0 718:1.0 801:0.25 824:1.0 995:0.16666666666666666 1432:1.0 1657:1.0 1889:1.0 2187:1.0 2892:1.0 4374:1.0 4765:0.3333333333333333 4777:0.6666666666666666 4819:0.25 5526:1.0 5997:1.0 6124:1.0 6832:1.0 7327:1.0 7613:1.0 8852:1.0
15 4:0.3333333333333333 12:0.03636363636363636 331:0.3333333333333333 440:1.0 995:0.16666666666666666 1089:1.0 1516:1.0 2035:1.0 4793:0.3333333333333333 4795:0.25 4803:1.0 4831:0.25 4841:0.16666666666666666 4903:0.5 5047:0.5 5346:1.0 7466:1.0
15 24:1.0 70:0.08333333333333333 75:0.1 109:0.5 115:0.5 122:0.2 191:0.5 249:0.5 277:0.16666666666666666 462:1.0 857:1.0 1019:1.0 4874:1.0 4903:0.5 4922:1.0 5074:0.25 5078:1.0 5287:1.0 5649:1.0 9236:1.0 9377:1.0
15 15:1.0 18:0.14285714285714285 24:1.0 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 53:0.5 67:0.3333333333333333 74:0.3333333333333333 84:0.5 96:2.0 122:0.2 128:1.0 139:2.0 192:0.2 220:1.0 368:1.0 398:0.6 409:0.3333333333333333 415:0.3333333333333333 542:0.3333333333333333 550:1.0 712:0.3333333333333333 801:0.25 1595:1.0 2730:1.0 2965:1.0 4199:1.0 4854:1.0 5360:1.0 5614:1.0 5997:1.0 6196:1.0 6271:1.0 8415:1.0
15 77:0.3333333333333333 113:2.0 235:0.3333333333333333 299:1.0 931:1.0 939:0.5 4765:1.0 4777:0.3333333333333333 4800:1.0 4818:0.6666666666666666 4831:0.25 4999:0.3333333333333333 5177:0.5 5360:1.0 5873:1.0 6335:1.0 6555:1.0 6655:1.0 6699:1.0
15 18:0.14285714285714285 67:0.3333333333333333 82:0.1111111111111111 98:0.5 148:0.125 415:0.3333333333333333 779:1.0 1026:1.0 1339:1.0 4760:0.4 4795:0.25 4818:0.3333333333333333 4880:0.5 5023:1.0 5277:0.5 5628:1.0 5706:1.0 9377:1.0
15 15:1.0 67:0.3333333333333333 85:0.3333333333333333 177:0.25 197:0.2 363:1.0 374:1.0 543:0.1111111111111111 599:1.0 639:0.14285714285714285 911:0.5 1336:1.0 1603:1.0 1787:1.0 2351:1.0 2933:1.0 3223:1.0 3513:1.0 4500:1.0 5202:1.0
15 299:2.0 4821:1.0 4831:0.25 8025:1.0
15 15:1.0 36:0.06666666666666667 47:0.3333333333333333 147:0.5 898:1.0 2341:1.0 4783:1.0 4819:0.25 4821:2.0 4827:1.0 4831:0.25 4930:1.0 5189:0.4 5254:1.0 5476:1.0 5554:1.0 6309:1.0 6475:1.0
15 18:0.14285714285714285 41:0.09090909090909091 98:0.5 368:1.0 732:1.0 912:1.0 1026:1.0 1263:1.0 1341:0.5 4756:1.0 4777:0.3333333333333333 4821:1.0 4831:0.25 5479:1.0 5694:1.0 6102:1.0
15 24:1.0 27:0.14285714285714285 67:0.6666666666666666 75:0.1 79:0.25 85:0.3333333333333333 98:0.5 122:0.4 128:1.0 136:1.0 235:0.3333333333333333 332:1.0 398:0.4 543:0.1111111111111111 566:0.2 582:0.3333333333333333 679:1.0 712:0.3333333333333333 877:1.0 2004:1.0 2254:1.0 2332:1.0 2556:1.0 2933:1.0 3062:1.0 5934:1.0 6933:1.0 7271:1.0 8540:1.0
15 3:0.5 67:0.3333333333333333 758:0.16666666666666666 2452:1.0 4765:0.3333333333333333 4767:0.6666666666666666 4795:0.25 4834:1.0 4880:0.5 5819:1.0 6309:1.0 6906:1.0 7034:1.0 7276:1.0 7277:1.0 7479:1.0 7801:1.0 8330:1.0 8332:1.0
15 41:0.09090909090909091 879:1.0 995:0.16666666666666666 1607:1.0 4374:2.0 4767:0.3333333333333333 4777:0.3333333333333333 4795:0.25 4821:1.0 4874:1.0 4875:1.0 4880:0.5 5011:1.0 5157:1.0 5697:1.0 5795:1.0 5890:1.0 6126:1.0 8447:1.0
15 1:0.125 18:0.14285714285714285 35:0.08333333333333333 41:0.09090909090909091 47:0.3333333333333333 75:0.1 130:1.0 192:0.2 261:0.3333333333333333 299:1.0 419:1.0 441:1.0 818:1.0 995:0.16666666666666666 996:1.0 1238:1.0 1915:1.0 2336:1.0 3098:1.0 4819:0.25 5132:1.0 5177:0.5 5327:1.0 5503:1.0 6088:1.0 6475:1.0 7041:1.0 8465:1.0
15 36:0.06666666666666667 41:0.09090909090909091 75:0.1 113:1.0 128:1.0 192:0.2 261:0.3333333333333333 299:1.0 995:0.16666666666666666 996:1.0 1027:1.0 1047:1.0 1238:1.0 4374:1.0 4782:1.0 4824:1.0 4831:0.25 4841:0.16666666666666666 4950:0.3333333333333333 5092:3.0 5132:1.0 5189:0.2 5327:1.0 5346:1.0 5668:1.0 5946:1.0 6102:1.0 6475:1.0 6669:1.0 7041:1.0 8465:1.0
15 35:0.08333333333333333 36:0.06666666666666667 41:0.09090909090909091 995:0.16666666666666666 4777:0.3333333333333333 4800:1.0 4831:0.25 5040:1.0 5044:1.0 5081:1.0 5202:1.0 5259:1.0 5850:1.0 7987:1.0 9230:1.0 9232:1.0
15 18:0.14285714285714285 47:0.3333333333333333 75:0.1 192:0.2 1089:1.0 1740:1.0 1850:1.0 4777:0.3333333333333333 4782:1.0 4831:0.25 5162:1.0 5202:1.0 5578:2.0 6102:1.0 6285:1.0 6407:1.0 8074:1.0
15 15:1.0 41:0.09090909090909091 50:1.0 65:1.0 115:0.5 369:0.5 398:0.4 451:1.0 995:0.16666666666666666 1421:1.0 1435:1.0 1443:1.0 1751:1.0 2933:1.0 3530:1.0 4765:0.3333333333333333 4777:0.3333333333333333 5112:0.3333333333333333 5237:0.3333333333333333 5262:1.0 5800:1.0 5974:1.0 6458:1.0 6642:1.0 7309:1.0 8095:1.0 8713:1.0
15 75:0.1 85:0.3333333333333333 98:0.5 1090:1.0 3135:1.0 4765:0.3333333333333333 4777:0.3333333333333333 4947:1.0 4999:0.3333333333333333 5461:2.0 7260:0.5 7613:1.0
15 12:0.03636363636363636 41:0.09090909090909091 42:1.0 84:0.5 113:1.0 305:0.3333333333333333 398:0.2 436:1.0 451:1.0 566:0.2 601:1.0 692:1.0 766:1.0 939:0.5 1385:1.0 2103:1.0 3880:1.0 4805:0.5 5438:1.0 6025:1.0 7482:1.0 8165:1.0 9300:1.0
15 41:0.18181818181818182 113:2.0 122:0.2 128:1.0 995:0.16666666666666666 1027:1.0 2346:1.0 4765:0.3333333333333333 4795:0.25 4796:1.0 4818:0.3333333333333333 4867:0.5 5032:1.0 5068:1.0 5177:0.5 5305:1.0 5486:1.0 5666:1.0 5793:1.0 6277:1.0 6628:1.0 6669:1.0 6898:1.0 6925:1.0 7517:1.0 8651:1.0
|
b734e31a3ac79d6afeba4bc8c069b22a823a40a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1868/CH2/EX2.9/Ch02Ex9.sce | 80f41e64c49871ba089bf490ccb76330aefdc1ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | sce | Ch02Ex9.sce | // Scilab code Ex2.9: Pg.53 (2005)
clc; clear;
K_mu = 4.6; // Kinetic energy of muon, MeV
// For convinience let m_mew*(c^2) = E_mew
E_mu = 106; // Energy of muon, MeV
E_pion = sqrt((E_mu^2) + (K_mu^2) + (2*K_mu*E_mu)) + sqrt((K_mu^2) + (2*K_mu*E_mu));
m_pion = E_pion; // Mass of pion, MeV/(c^2)
printf("\nMass of Pion = %3.0f MeV/(c^2)", m_pion);
// Result
// Mass of Pion = 142 MeV/(c^2)
|
20822048ace678cf41b3287b3e3bf37fa05e6b1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH22/EX22.1/22_1.sce | 431391e035853a18ac021877c8594f7e4472611f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,125 | sce | 22_1.sce | clear
clc
//Example 22.1
disp('Example 22.1')
//Parameters
Yxs=0.4;B=0.2;Pm=50;Ki=22;
a=2.2;mu_m=0.48;Km=1.2;Sf=20;
//ODE model
function ydot=model(t,y,D)
X=y(1);S=y(2);P=y(3);
Xdot=-D*X+mu(S,P)*X;
Sdot=D*(Sf-S)-1/Yxs*mu(S,P)*X;
Pdot=-D*P+[a*mu(S,P)+B]*X
ydot=[Xdot Sdot Pdot]';
endfunction
//Rate law
function mu=mu(S,P)
mu=mu_m*(1-P/Pm)*S/(Km+S+S^2/Ki);
endfunction
t=0:0.1:100;t0=0;
y0=[6 5 19.14]';//Initial stable condition
D=0.202*1.1;//10% increase
y_up = ode(y0, t0, t, list(model,D))
D=0.202*0.9;//10% decrease
y_down = ode(y0, t0, t, list(model,D))
subplot(2,1,1);
plot(t,y_up(1,:),color='red');
plot(t,y_down(1,:));
xtitle("$D=0.202\ h^{-1}$","Time(h)","Biomass (g/L)")
legend("Dilution +10%","Dilution -10%")
subplot(2,1,2);
t=0:0.1:100;t0=0;
y0=[6 5 44.05]';//Initial stable condition
D=0.0389*1.1;//10% increase
y_up = ode(y0, t0, t, list(model,D))
D=0.0389*0.9;//10% decrease
y_down = ode(y0, t0, t, list(model,D))
plot(t,y_up(1,:),color='red');
plot(t,y_down(1,:))
xtitle("$D=0.0389\ h^{-1}$","Time(h)","Biomass (g/L)");
legend("Dilution +10%","Dilution -10%")
|
c3186aee001ea73360c510c6db5c81329a5da098 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH2/EX2.26/2_26.sci | b567dd842c1d7c83894c847b50a7e022760b4753 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 120 | sci | 2_26.sci | //2.26
clc;
R25=100;
ath=-0.05;
dth=35-25;
R35=R25*[1+ath*dth];
printf("Resistance at 35 degree C= %.2f ohm ",R35) |
d3e012a59c29bc361c45514ca4be033629a56257 | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP3/ejercicio7.sce | a6c4058e952f7c88c931862cd43a9bbb9340c876 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,128 | sce | ejercicio7.sce | function av = autovalores(A)
eigval=abs(spec(A));
av=max(eigval);
endfunction
function rho = ejercicio7()
//Metodos
exec jacobi.sci;
exec gs.sci;
exec sor.sci;
exec gc.sci;
//Variables globales
tol=1E-8;
maxit=50;
w=1.07;
//Declaracion de las matrices
A4=zeros(4,4);
A8=zeros(8,8);
A16=zeros(16,16);
//Declaracion de las dimensiones
n4=size(A4,1);
n8=size(A8,1);
n16=size(A16,1);
//Declaracion de los vectores independientes
b4=zeros(n4,1);
b8=zeros(n8,1);
b16=zeros(n16,1);
//Declaracion de los vectores solucion iniciales
x04=zeros(n4,1);
x08=zeros(n8,1);
x016=zeros(n16,1);
//Declaracion de los vectores solucion
x4=zeros(n4,1);
x8=zeros(n8,1);
x16=zeros(n16,1);
//Estructuras basicas
fila=[-1 4 -1];
columna=[0.5 2 0.25 1]';
//Matrices con los resultados de cada metodo, para cada matriz
r_h4=zeros(4,maxit);
r_h8=zeros(4,maxit);
r_h16=zeros(4,maxit);
//Vector radios espectrales
rho=zeros(3,1);
//Construccion del sistema
//Primera fila de las matrices
A4(1,1:2)=[fila(2) fila(3)];
A8(1,1:2)=[fila(2) fila(3)];
A16(1,1:2)=[fila(2) fila(3)];
//Llenamos las matrices
//4x4
for (i=2:n4-1)
A4(i,i-1:i+1)=fila;
end
//8x8
for (i=2:n8-1)
A8(i,i-1:i+1)=fila;
end
//16x16
for (i=2:n16-1)
A16(i,i-1:i+1)=fila;
end
//Ultima fila de las matrices
A4(n4,n4-1:n4)=[fila(1) fila(2)];
A8(n8,n8-1:n8)=[fila(1) fila(2)];
A16(n16,n16-1:n16)=[fila(1) fila(2)];
//Llenamos el vector b
b4=columna;
b8=[columna; columna/2];
b16=[columna; columna/2; columna/4; columna/8];
//Calculos
//4x4
//Jacobi
tic(); //Inicia el timer
[x4,it4,r_h]=jacobi(A4,b4,x04,maxit,tol);
t4=toc(); //Corta el timer
r_h4(1,1:length(r_h))=r_h; //Llena el vector de residuos
//Gauss-Seidel
tic(); //Inicia el timer
[x4,it4,r_h]=gs(A4,b4,x04,maxit,tol);
t4=toc(); //Corta el timer
r_h4(2,1:length(r_h))=r_h; //Llena el vector de residuos
//SOR
tic(); //Inicia el timer
[x4,it4,r_h]=sor(A4,b4,x04,maxit,tol,w);
t4=toc(); //Corta el timer
r_h4(3,1:length(r_h))=r_h; //Llena el vector de residuos
//Gradiente conjugado
tic(); //Inicia el timer
[x4,it4,r_h]=gc(A4,b4,x04,tol);
t4=toc(); //Corta el timer
r_h4(4,1:length(r_h))=r_h; //Llena el vector de residuos
//Graficas
figure(1);
plot2d("nn",r_h4(1,:),style=1);
plot2d("nn",r_h4(2,:),style=2);
plot2d("nn",r_h4(3,:),style=3);
plot2d("nn",r_h4(4,:),style=5);
legend(['jacobi','gauss-seidel','sor','gradiente conjugado']);
//8x8
//Jacobi
tic(); //Inicia el timer
[x8,it8,r_h]=jacobi(A8,b8,x08,maxit,tol);
t8=toc(); //Corta el timer
r_h8(1,1:length(r_h))=r_h; //Llena el vector de residuos
//Gauss-Seidel
tic(); //Inicia el timer
[x8,it8,r_h]=gs(A8,b8,x08,maxit,tol);
t8=toc(); //Corta el timer
r_h8(2,1:length(r_h))=r_h; //Llena el vector de residuos
//SOR
tic(); //Inicia el timer
[x8,it8,r_h]=sor(A8,b8,x08,maxit,tol,w);
t8=toc(); //Corta el timer
r_h8(3,1:length(r_h))=r_h; //Llena el vector de residuos
//Gradiente conjugado
tic(); //Inicia el timer
[x8,it8,r_h]=gc(A8,b8,x08,tol);
t8=toc(); //Corta el timer
r_h8(4,1:length(r_h))=r_h; //Llena el vector de residuos
//Graficas
figure(2);
plot2d("nn",r_h8(1,:),style=1);
plot2d("nn",r_h8(2,:),style=2);
plot2d("nn",r_h8(3,:),style=3);
plot2d("nn",r_h8(4,:),style=5);
legend(['jacobi','gauss-seidel','sor','gradiente conjugado']);
//16x16
//Jacobi
tic(); //Inicia el timer
[x16,it16,r_h]=jacobi(A16,b16,x016,maxit,tol);
t16=toc(); //Corta el timer
r_h16(1,1:length(r_h))=r_h; //Llena el vector de residuos
//Gauss-Seidel
tic(); //Inicia el timer
[x16,it16,r_h]=gs(A16,b16,x016,maxit,tol);
t16=toc(); //Corta el timer
r_h16(2,1:length(r_h))=r_h; //Llena el vector de residuos
//SOR
tic(); //Inicia el timer
[x16,it16,r_h]=sor(A16,b16,x016,maxit,tol,w);
t16=toc(); //Corta el timer
r_h16(3,1:length(r_h))=r_h; //Llena el vector de residuos
//Gradiente conjugado
tic(); //Inicia el timer
[x16,it16,r_h]=gc(A16,b16,x016,tol);
t16=toc(); //Corta el timer
r_h16(4,1:length(r_h))=r_h; //Llena el vector de residuos
//Graficas
figure(3);
plot2d("nn",r_h16(1,:),style=1);
plot2d("nn",r_h16(2,:),style=2);
plot2d("nn",r_h16(3,:),style=3);
plot2d("nn",r_h16(4,:),style=5);
legend(['jacobi','gauss-seidel','sor','gradiente conjugado']);
//Calculo de los radios espectrales
rho(1)=autovalores(A4);
rho(2)=autovalores(A8);
rho(3)=autovalores(A16);
endfunction |
6c2da4570afca9ae2310fb51fcb5b69213aae7eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH8/EX8.3/Ex8_3.sce | cf692919bcff252a65678d36dea8d9268cc7c4ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | Ex8_3.sce | clear
//
//
//Initilization of Variables
d=750 //mm //Diameter of water supply pipes
h=50*10**3 //mm //Water head
sigma=20 //N/mm**2 //Permissible stress
rho=9810*10**-9 //N/mm**3
//Calculations
//Pressure of water
P=rho*h //N/mm**2
//Stress
//sigma=p*d*(2*t)**-1
//After further simplifying
t=P*d*(2*sigma)**-1 //mm
//Result
printf("\n Thickness of seamless pipe is %0.3f mm",t)
|
cbf848ed3ce1614c170a8c24c0642a7d23d0a4b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2210/CH8/EX8.7/8_7.sce | b7c3341daf9498b01b0a6dda258f4d2b3fa5e490 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 8_7.sce | //Chapter 8, Problem 7
clc
fl=511e6 //lowest frequency at the divider
res=1e6 //resolution
fh=887e6 //highest frequency at the divider
//calculation of division factor
N=fl/res
N2=fh/res
printf("Lowest value of division factor, N = %d \n\n",N)
printf("Highest value of division factor, N = %d ",N2)
|
e39f76c31db81bd819d6b298635f4c5457b7af84 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/mtlb/mtlb_length.sci | f2620684affa986ca736c4e6d39440a450acb336 | [
"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 | 343 | sci | mtlb_length.sci | function r=mtlb_length(a)
//used by mfile2sci translator to emulate "length" when translator as no
//type information on the length argument
//You may replace this function call by
// length(..) if argument is a character string
// max(size(..)) else
//!
// Copyright INRIA
if type(a)==10 then
r=length(a)
else
r=max(size(a))
end
|
d6a6135fc4a7b22761d4f69fac8b15eb3801e785 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH1/EX1.6/Exa1_6.sce | b26bd2f81576fa9e4267a8d1a4948177fc427309 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | Exa1_6.sce | //Exa6
clc;
clear;
close;
//given data :
a=3.15; //in Angstrum
a=a*10^-10;//in meter
//angle
theta=20.2;//in degree
n=1;//(first order)
//for BCC crystal
d110=a/sqrt(2);//in meter
//Formula n*lamda=2*d*sin(theta)
lamda=(2*d110*sin(theta*%pi/180))/n;//in meter
disp("Wavelength is : "+string(lamda*10^10)+" Angstrum") |
5b09a55173afae47f1216768d3390eb3662fbd6e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH7/EX7.19/Ex7_19.sce | d2446049df4e2fd4a8250222bdd53712426cfe00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 715 | sce | Ex7_19.sce | clc;
close();
clear();
//page no 261
//prob no. 7.19
//All frequencies in Hz
D=5; //deviation ratio
fc=[400 560 730 960]; //Center frequency
delta_f=0.075 .*fc; //frequency deviation
W=delta_f ./D ; //modulating frequency
Bt=2 .*(delta_f + W); //Bandwidth
fl=fc - Bt/2; //Lower frequency
fh=fc + Bt/2; //Higher frequency
figure
x=[301:1100];
y=[1.5];
y=[y zeros(302:fl(1))]
for i=1:3
y=[y ones(fl(i):fh(i))];
y=[y zeros(fh(i)+1:fl(i+1))];
end
y=[y ones(fl(4):fh(4))];
y=[y zeros(fh(4):1100)];
plot(x,y);
xtitle('Composite baseband spectrum','f,Hz');
delta_frt=D*1046;
Brt=2*(delta_frt+1046);
disp('Hz',Brt,'(b) The RF transmission bandwidth is ');
|
73f411ccb7d35c2f5fd6e673075bdd05f9afb3e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH5/EX5.7/Ex5_7.sce | 7dfbcd95b4e933f668ad4cb1576fd5752ce24b6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | Ex5_7.sce | clc
a = 100000 // Ej(p/f,e%,j) in Rs
n = 5 // life in years
e = 20 // M.A.R.R.
e = e/100 // M.A.R.R.
i = e
A = 32000 // savings in Rs
s = 20000 // salvage value in Rs
b = ((A*(((i+1)^n)-1)/i)+s)/a // (F/p,I,5)
i2 = (b)^(1/n)-1 // internal rate of return
printf("\n ERR = %0.4f\n Internal rate of return = %0.2f percent" , b , i2*100)
disp("Since Internal rate of return is > M.A.R.R , therefore project is feasible")
|
c0b9cca70d36ce5152659da57b46aa709c6a4631 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH19/EX19.9/Ex19_9.sce | c270dbd14a3bdf02dfc95fc2e5b3d68f1133232d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 765 | sce | Ex19_9.sce | clc;
//e.g 19.9
Vcc=10;
Rc=5*10**3;
RE1=500;
R1=50*10**3;
R2=10*10**3;
Rs=600;
rE=500;
beta1=50;
Vbe=0.7;
vs=100*10**-3;
Rl=50*10**3;
Vth=(Vcc*R2)/(R1+R2);
disp('V',Vth*1,"Vth=");
Rth=(R1*R2)/(R1+R2);
disp('10^3ohm',Rth*10**-3,"Rth=");
RE=RE1+rE;
disp('ohm',RE*1,"RE=");
Ie=(Vth-Vbe)/(RE+(Rth/beta1));
disp('mA',Ie*10**3,"Ie=");
re=25/(Ie*10**3);
disp('ohm',re*1,"re=");
Ri=beta1*(re+rE);
disp('Kohm',Ri*10**-3,"Ri=");
Ris=(Rth*Ri)/(Rth+Ri);
disp('ohm',Ris*1,"Ris=");
rl=(Rc*Rl)/(Rc+Rl)
disp('kohm',rl*10**-3,"rl=");
Av=rl/(re+rE);
disp(Av);
VinBYVs=(Ris)/(Ris+Rs);
disp('V',VinBYVs*1,"VinBYVs=");
Avs=Av*VinBYVs;
disp(Avs);
V0=Avs*vs;
disp('mV',V0*10^3,"V0=");//answer printed in the book is wrong(variation in decimal point)
|
7deb6b1261af64fd11af258ca54d13e4de9edbe3 | 07758ca5d5cd7f32e688a972c8f6fa90b95c617d | /COUSIN_raphael_projet_scilab/COUSIN_Raphael_ex01_caracteristiques.sce | 195c6f35276bebd7b73695b25a70459a57caa2db | [] | no_license | racousin/papers | b1bdc78837df34793448cc32fa4d650743ec1cdd | a1839b984c62c0f6cf48c7314f7d3c878b4dc4a7 | refs/heads/master | 2021-05-07T01:18:21.684265 | 2019-07-04T19:09:45 | 2019-07-04T19:09:45 | 110,237,287 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | COUSIN_Raphael_ex01_caracteristiques.sce | //ex1Q1
t = linspace(-1, 1, 100);
x0 = linspace (-2, 2, 5);
clf();
subplot(1, 2, 1);
xtitle( 'cas a(x) = x','t','x')
for i = 1 : 5
plot2d(t, x0(i) * exp(t) ,[i]);
end;
subplot(1,2,2);
xtitle( 'cas a(x) = -x','t','x')
for i = 1 : 5
plot2d(t, x0(i) * exp(-t), [i]);
end;
legends(['x0 = -2';'x0 = -1';'x0 = 0';'x0 = 1';'x0 = 2'],[1,2,3,4,5],opt="below");
//xs2pdf(gcf(),"Q1");
|
729b67349205d777c5ace9e422ce983726cb50f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH10/EX10.3/Ex10_3.sce | 8ec926a0a3eaf1670efca09b51829fd42deb76b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,055 | sce | Ex10_3.sce | clear all; clc;
disp("Scilab Code Ex 10.3 : ")
//Given:
ep_x = -350;//(*10^-6) Normal Strain
ep_y = 200; //*(10^-6) Normal Strain
gamma_xy = 80; //*(10^-6) Shear Strain
//Orientation of the element:
tan_thetap = -(ep_x - ep_y)/(gamma_xy);
thetap1 = (0.5)*(atan(tan_thetap));
//Maximum in-plane shear strain:
l = (ep_x - ep_y)/2;
tou = gamma_xy/2;
R = sqrt( l^2 + tou^2);
max_inplane_strain = 2*R;
gamma_xy_1 = (-l*sin(2*thetap1)+ tou*cos(2*thetap1))*2;
strain_avg = (ep_x + ep_y)/2;
thetap1 = thetap1*(180/%pi);
thetap2 = (90 + thetap1);
thetap =[thetap1 thetap2];
//Display:
printf('\n\nThe orientation of the element = %1.1f degrees, %1.1f degrees ',thetap);
printf('\nThe maximum in-plane shear strain = %1.0f *10^-6 ',max_inplane_strain);
printf('\nThe average strain = %1.0f *10^-6 ',strain_avg);
//--------------------------------------------------------------------------END--------------------------------------------------------------------------------------
|
76e3b5abba6519ee8b75f952a8337cba28fdbf02 | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /dotslashdemo.sci | a3580e240cd42a38da8ca65d5e248d26c1ab2899 | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sci | dotslashdemo.sci | function dotslashdemo()
b = [4,10,9;10,20,15];
bb = [1,2,3;5,2,5];
a = uint8([16,10,8;4,5,2]);
aa = uint8([12,20,28;2,4,6]);
c = uint16([12,6,10;6,2,5]);
cc = uint16([10,24,6;2,12,3]);
d = int8([-12,-10,9;-20,-30,-16]);
dd = int8([10,-6,-12;18,-2,-26]);
e = int16([12,16,20;4,18,20]);
ee = int16([18,20,10;4,6,8]);
ans_b = b./bb;
ans_a = a./aa;
ans_c = c./cc;
ans_d = d./dd;
ans_e = e./ee;
disp(ans_b);
disp(ans_a);
disp(ans_c);
disp(ans_d);
disp(ans_e);
endfunction
|
c463ddc6f084111651620a3c6b117ad701ecf586 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH28/EX28.4/ques4.sce | 72b1d6605d5372f83a7499471f65b9c349764544 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,516 | sce | ques4.sce | //ques4
clear
clc
disp('See figure in question');
disp('using numerical poissons equation u(i-1)(j)+u(i+1)(j)+u(i)(j-1)+u(i)(j+1)=h^2f(ih,jh)');
disp('Here f(x,y)=-10(x^2+y^2+10');
disp('Here for u1 i=1,j=2 putting in equation this gives : ');
disp('u1=1/4(u2+u3+150');
disp('similarly ');
disp('u2=1/4(u1+u4+180');
disp('u3=1/4(u1+u4+120');
disp('u4=1/4(u2+u3+150');
disp('reducing therse equations since u4=u1');
disp('4u1-u2-u3-150=0');
disp('u1-2u2+90=0');
disp('u1-2u3+60=0');
disp('Solvng these equations by Gauss jordon method ');
A=[4 -1 -1;1 -2 0;1 0 -2];
r=[150;-90;-60];
D=A;d=r;
n=3;
//create upper triangular matrix
s=0;
for j=1:n-1
if A(j,j)==0
k=j;
for k=k+1:n
if A(k,j)==0
continue
end
break
end
B=A(j,:); C=r(j);
A(j,:)=A(k,:); r(j)=r(k);
A(k,:)=B; r(k)=C;
end
for i=1+s:n-1
L=A(i+1,j)/A(j,j);
A(i+1,:)=A(i+1,:)-L*A(j,:);
r(i+1)=r(i+1)-L*r(j);
end
s=s+1;
end
//Solution of equations
x(n)=r(n)/A(n,n);
for i=n-1:-1:1
sum=0;
for j=i+1:n
sum=sum+A(i,j)*x(j);
end
x(i)=(1/A(i,i))*(r(i)-sum);
end
//hecking with scilab functions
p=inv(D)*d;
//Output
disp('@----------------------------------------------------------@')
disp('Output [B][x]=[b]')
disp('Upper riangular Matrix [B] =');disp(A)
disp('Matrix [b] =');disp(r)
disp('solution of linear equations :');disp(x') |
88f299303c7ae2b49dd53a52e1622a8fed7edfa7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH5/EX5.15/Ex5_15.sce | a99cbab30a16489cf2d466c00d7c8a6fa7080bcd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 468 | sce | Ex5_15.sce |
//ch-5 page 187 pb-3
//
//
dAB=100
aa=1.875
ab=1.790
le=10
ba=1.630
bb=1.560
td=aa-ab
apd=ba-bb
printf("\n first setting')
printf("\n true difference is %0.3f meters',td)
printf("\n apparent difference of level = %0.3f meters',apd)
printf("\n second setting')
A=ba-td
e1=bb-A
cA=(le/dAB)*e1
cB=((le+dAB)/dAB)*e1
printf("\n collimation error is %0.3f meters',e1)
printf("\n correction at A= %0.3f meters',cA)
printf("\n correction at B= %0.3f meters',cB)
|
f771dab55d624eaabead9113b621969cd956ea68 | daf9a7434ea9996fc591a79030570f48e396cdc5 | /Normal/N(0,1)/Normal CDF.sce | 65dc8fc9520fe3effcda65900313db6984b37dd9 | [] | no_license | isabelle-le/MonteCarloSimulation | c8dbfc2f5485f6dc6291654032ecad6c01cce401 | f96e0a11569b3e4dade452d99e9c1bbd6c3efb81 | refs/heads/master | 2020-04-05T22:40:20.686962 | 2018-11-12T19:18:50 | 2018-11-12T19:18:50 | 157,263,752 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 752 | sce | Normal CDF.sce | //Normal (0,1) Distribution CDF
// Le Thu Huong ADEO1
clc
N = 10000;
n = 30;
x0 = -4;
xmax = 4;
delx = 0.2;
x = [x0:delx:xmax];
for k = 1:length(x)
c=0;
for j = 1:N
ubar = 0;
alpha = 0;
for i = 1:n
u = rand();
ubar = ubar + u/n;
end
alpha = sqrt(12*n)*(ubar - 0.5);
normal = alpha;
if normal < x(k)+ delx then
c = c + 1;
end
end
Proba(k)= c/N;
end
plot(x,Proba,'dg');
title('Simulation of Normal Distribution - CDF');
xlabel(' number of x');
ylabel(' F[x]');
|
77a5767a4c6a007a1a39669255b25241c109619e | 9e8eb5a9631d8770d0d0a918c1dc57e5122ae94d | /Noise removal.sce | 338597c3deb11d7b14a9a61d09c56efc3dc17a27 | [] | no_license | vishalraj3112/Image-processing | db2948c37be6ef43c13ff120b97680bf13151d8d | 160a17990e1c80da44ef0daf2d148d6f33d37c6c | refs/heads/master | 2020-04-03T06:49:20.483364 | 2018-10-28T16:36:46 | 2018-10-28T16:36:46 | 155,085,134 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 924 | sce | Noise removal.sce | clc
clear all
im=imread('E:\IVP\coins.png')
imn1=imnoise(im,'gaussian',0,0.02);
imn2=imnoise(im,'salt & pepper',0.2);
imn1=double(imn1);
imn2=double(imn2);
im=double(im)
[r c]=size(im)
i01=zeros(r,c)
i02=i01;
i03=i02;
i04=i03;
wlpf=(1/9)*[1 1 1;1 1 1;1 1 1]
for i=2:r-1
for j=2:c-1
I=imn1(i-1:i+1,j-1:j+1)
i01(i,j)=sum(I.*wlpf)
I=gsort(I)
i02(i,j)=I(5)
I1=imn1(i-1:i+1,j-1:j+1)
i03(i,j)=sum(I1.*wlpf)
I1=gsort(I1)
i04(i,j)=I1(5)
end
end
figure,
subplot(131),imshow(uint8(imn1)),title("original gausian image")
subplot(132),imshow(uint8(i01)),title("filtered b lpf")
subplot(133),imshow(uint8(i02)),title("filtered b median filter")
figure,
subplot(131),imshow(uint8(imn2)),title("original salt and pepper image")
subplot(132),imshow(uint8(i03)),title("filtered b lpf")
subplot(133),imshow(uint8(i04)),title("filtered b median filter")
|
33b18cc112c63ff4da48fe27dfd0668f5d8920fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH19/EX19.23/example23_sce.sce | 070ea9575694ba7589be1623b3a9201b76e7e926 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | example23_sce.sce | //chapter 19
//example 19.23
//page 871
printf("\n")
printf("given")
Vcc=23;Rl=8;Rf2=100*10^3;Rf1=5.6*10^3;Cf=1*10^-6;
Vp=Vcc-5
Po=(Vp)^2 /(2*Rl);
printf("maximum output power is %3.2fW\n",Po)
Acl=(Rf1+Rf2)/Rf1;
printf(" voltage gain %3.1f\n",Acl)
f=1/(2*3.14*Cf*Rf1);
printf("lower cutoff frequency is %dHz\n",f) |
4faee78aabacbb2d2131326e93c187d06e1292ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH5/EX5.7/Ex5_7.sce | fbd47a85f7739d0e79f6e88d70401734c73fa083 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,001 | sce | Ex5_7.sce | // Example 5.7
clear all;
clc;
// Given data
T_F = 500; // Temeperature in Fahrenheit
P = 2000; // Pressure in psi
rho = 49.6; // Density in terms of lb/ft^3
// Converting the given temperature from Fahrenheit to Celsius
T_C = (5/9)*(T_F-32);
// Converting the temperature from Celsius to Kelvin scale
T_K = 273+T_C;
// Using the data given in Table 5.2,
D_bar_0 = 0.16; // Diffusion coefficient at 293 K
rho_0 = 62.4; // Density at 293 K in terms of lb/ft^3
L_T2_0 = 8.1; // Diffusion area at 293 K in cm^2
T_0 = 293; // Standard Temperature in kelvin
m = 0.47; // Material specific constant
// Calculation
D_bar = D_bar_0*(rho_0/rho)*(T_K/T_0)^m;
L_T2 = L_T2_0*(rho_0/rho)^2*(T_K/T_0)^(m+1/2);
// Result
printf('\n Diffusion coefficient of ordinary water = %4.3f cm \n',D_bar);
printf('\n Diffusion area of ordinary water = %3.1f cm^2 \n',L_T2);
|
533066ace9b2743a0dee3c032e07e728383e25b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH2/EX2.8/ex2_8.sce | 43e766ac167f3bb95813af9a94263e25d4de0782 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 509 | sce | ex2_8.sce | //Page Number: 96
//Example 2.8
clc;
//Given,
c=3D+8; //m/s
a=7; //cm
b=3.5; //cm
f=3D+9; //Hz
h0=10; //amp/m
//Wave impedance
lamc=2*a;
lam=c/f;//m
lam=lam*100;//cm
lamg=lam/sqrt(1-(lam/lamc)^2); //cm
z0=377*lamg/h0; //ohm
a1=a/100;//m
b1=b/100;//m
//Average power transmitted
p=(z0*h0*h0*a1*b1)/4;
disp('W',p,'Average power transmitted:');
//Peak electric field
e0=z0*h0;
disp('kV/m',e0/1000,'Peak electric field:');
//Answer for p is given as 28.3 W but it should be 32.99W
|
15f2a2692aac796855488724c9b225b9dbdb00b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH7/EX7.6/Ex7_6.sce | c34d04e0ba892b660d958bc46a8e6dc0515ef1cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,270 | sce | Ex7_6.sce | clc
De = 20
disp("De= "+string(De)+"cm^2/s")//initializing value of diffusion coefficient
Db=De
Nde = 5*10^17
disp("Nde= "+string(Nde)+"cm^-3")//inializing value of emitter doping
Nab = 10^17
disp("Nab= "+string(Nab)+"cm^-3")//inializing value of base doping
Wb = 10^-4
disp("Wb= "+string(Wb)+"cm")//initializing value of base width
ni = 1.5*10^10
disp("ni = "+string(ni)+"cm^-3") //initializing value of electron density of ionisation electron for silicon
// for case (a) value of Te=10^-6s
Te1 = 10^-6
disp("Te= "+string(Te1)+"s")//inializing value of minority carrier lifetime for the electrons and holes
Le1 = sqrt(De*Te1)
disp("The diffusion length is,Le1 = sqrt(De*Te)= "+string(Le1)+"cm")//calculation
Lb1=Le1
disp("The diffusion length is,Lb1= "+string(Lb1)+"cm")//calculation
peo1 = (ni)^2/Nde
disp("The majority carrier densities for the emitter in npn transistor is,peo = (ni)^2/Nde= "+string(peo1)+"cm^-3")//calculation
nbo1 = (ni)^2/Nab
disp("The majority carrier densities for the base in npn transistor is,nbo = (ni)^2/Nab= "+string(nbo1)+"cm^-3")//calculation
alpha_1 = (1-((peo1*De*Wb)/(nbo1*Db*Le1)))*(1-((Wb^2)/(2*Le1^2)))
disp("The current gain is,alpha_ = (1-((peo*De*Wb)/(nbo*Db*Le1)))*(1-((Wb^2)/(2*Le^2)))= "+string(alpha_1))//calculation
Beta1 = (alpha_1)/(1-alpha_1)
disp("The current gain Beta1 = (alpha_1)/(1-alpha_1) = "+string(Beta1))//calculation
//for case (b) value of Te=10^-8s
Te2 = 10^-8
disp("Te= "+string(Te2)+"s")//inializing value of minority carrier lifetime for the electrons and holes
Le2 = sqrt(De*Te2)
disp("The diffusion length is,Le = sqrt(De*Te)= "+string(Le2)+"cm")//calculation
peo2 = (ni)^2/Nde
disp("The majority carrier densities for the emitter in npn transistor is,peo = (ni)^2/Nde= "+string(peo2)+"cm^-3")//calculation
nbo2 = (ni)^2/Nab
disp("The majority carrier densities for the base in npn transistor is,nbo = (ni)^2/Nab= "+string(nbo2)+"cm^-3")//calculation
alpha_2 = (1-((peo2*De*Wb)/(nbo2*Db*Le2)))*(1-((Wb^2)/(2*Le2^2)))
disp("The current gain alpha_ = (1-((peo*De*Wb)/(nbo*Db*Le2)))*(1-((Wb^2)/(2*Le^2)))= "+string(alpha_2))//calculation
Beta2 = (alpha_2)/(1-alpha_2)
disp("The current gain Beta2 = (alpha_2)/(1-alpha_2) = "+string(Beta2))//calculation
|
d27ad6b4086991c1f83ffb7a3c107bdf025efae2 | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0025.tst | 412a5d30a877fb2de99032562904bd22269cf87b | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 292 | tst | 0025.tst | spliTtER r {}
FiLter JI { }
fiLTeR wfqxv {nOT K or m Or R iUO oR Z OR ac OR Ig oR s oR NOT M kt OR nOt F Or GI q }
cA brAncH h
grOUpER M {MoDule s{ } MoDulE q{ IF > SD We = t DeLTA 3 E <= n rdELTa 04S } AGgRegatE IuC }
UNgRoupER Gw { }
gROUpFILTer d {}
mErGEr rnC { Export M } |
134d6ae3710abfdb3b64b6953a2792569e91a73f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH6/EX6.13/13.sce | c71f376c7c2777087396c94a2fc61d454477a8a3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | 13.sce | clc
// Given that
l = 150 // length of fiber in meter
P_in = 10 // power of input signal in micro Watt
P_out = 8 // power of output signal in micro Watt
// Sample Problem 13 on page no. 280
printf("\n # PROBLEM 13 # \n")
alpha = (10 * log10(P_in / P_out))/l //calculation for absorption coefficient
printf("\n Standard formula used \n alpha=10/L*log(Pi/Po).\n")
printf("\n Attenuation loss is %f dB/m. ",alpha)
|
975db407cb6d9587957b78495ead4a6801ec2124 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH3/EX3.10.1/Example3_10a.sce | 01cdabbb5aa42b34655b20238dd75158b8764177 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sce | Example3_10a.sce | clc
//Given that
lambda = 0.52 // wavelength in angstrom
theta = 5 // in degree
n = 1 // order of brags reflection
//Sample Problem 10 a Page No. 139
printf("\n\n\n # Problem 10 a # \n")
printf("\n Standard formula Used \n 2 * d * sin(theta) = n * lambda ")
d = n * lambda / (2 * sin (theta * %pi / 180))
//calculation of separation between adjacent layers of crystals
printf ("\n Separation between adjacent layers of crystals is %f angstrom. ", d)
|
5d0e442c7cd8a1b0d6132b1c3c389a6917472b7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /296/CH5/EX5.1/eg5_1.sce | 44ad3afda9d605ea0877fbac9e7c7b173ce6ea75 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sce | eg5_1.sce | Na = 10^18;
Nd = 5*10^15;
ni = 1.5*10^10;
kT = 0.0259;
E1 = kT*log(Na/ni);
E2 = kT*log(Nd/ni);
qV1 = E1+E2;
qV2 = kT*log(Na*Nd/ni^2);
disp(E1,"Fermi level position in p region (in eV)=")
disp(E2,"Fermi level position in n region (in eV)=")
disp(qV1,"Contact potential (in eV)=")
disp(qV2,"Contact potential (in eV)=")
disp("Contact potential value verified") |
3b73e7cd4c8eeb69364c0b1805d381612742beea | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH18/EX18.5/ex18_5.sce | 186b145d04389ea6fa045f4dec63e187ca34be9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | ex18_5.sce | clc;clear;
//Example 18.5
//calculation of resistivity
//given values
e=1.6*10^-19;
ni=2.5*10^19;//intrinsic density of carriers per m^3
ue=.39;//mobility of e
uh=.19;//mobility of hole
//calculation
c=e*ni*(ue+uh);//conductivity
r=1/c;//resistivity
disp(r,'resistivity in ohm m is'); |
324231fcc800586114e727ec0914c8b25e1be39a | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /CostDistanceKCD/3dof/SCENARIO/manip.sce | d5cd90ffc871f27453d81d18651910560f3b1bb1 | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 975 | sce | manip.sce | #************************************************************
# Scenario of manipulator
#
# date : Wed Nov 5 12:18:44 2014
#************************************************************
p3d_sel_desc_name P3D_ENV manipulator
p3d_sel_desc_name P3D_ROBOT VISBALL
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.987000 4.574000 0.000000 0.000000 0.000000 8.172000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT manip_3dofs_ROBOT
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 52.380000 -17.440000 3.872000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -13.576629 -55.439410 12.650448
p3d_set_camera_pos 1.259874 3.365417 0.431096 14.767500 4.710060 1.246421 0.000000 0.000000 1.000000 0.000000
|
997b32adcd086aad8d90f332c3159e88529129d6 | b0aff14da16e18ea29381d0bd02eede1aafc8df1 | /mtlbSci/builder.sce | 5f03cb06524880a81108b47df3b766fb7e858399 | [] | no_license | josuemoraisgh/mtlbSci | 5d762671876bced45960a774f7192b41124a13ed | 5c813ed940cccf774ccd52c9a69f88ba39f22deb | refs/heads/main | 2023-07-15T23:47:11.843101 | 2021-08-26T17:52:57 | 2021-08-26T17:52:57 | 385,216,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | builder.sce | toolbox_dir = get_absolute_file_path("builder.sce");
tbx_builder_macros(toolbox_dir);
tbx_build_loader(toolbox_dir);
tbx_build_cleaner(toolbox_dir);
tbx_builder_src(toolbox_dir);
tbx_builder_gateway(toolbox_dir);
tbx_build_localization(toolbox_dir);
tbx_builder_help(toolbox_dir);
|
d961b08ea2216d07edf1cd4373e8135dc2a305dd | ad460dded801650808ab694d8abdc2bdf495293c | /tests/create.tst | b3f4606c231becba132196058ed6bd675849b959 | [
"MIT"
] | permissive | pkvijay/metaDR | 43fe6a12deba2e66f2558d787c84c2eaefc6aa91 | 99d832798400356e38405e44f85f1f4d6fe36c99 | refs/heads/master | 2020-04-04T03:46:35.406937 | 2015-08-12T22:10:42 | 2015-08-12T22:10:42 | 27,464,652 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 503 | tst | create.tst | create /test root
create /test/k1 a
create /test/k2 b
create /test/k3 c
create /test/k4 d
create /test/k5 e
create /test/k6 f
create /test/k7 g
create /test/k8 h
create /test/k9 i
create /test/k10 j
create /test/k11 k
create /test/k12 l
create /test/k13 m
create /test/k14 n
create /test/k15 o
create /test/k16 p
create /test/k17 q
create /test/k18 r
create /test/k19 s
create /test/k20 t
create /test/k21 u
create /test/k22 v
create /test/k23 w
create /test/k24 x
create /test/k25 y
create /test/k26 z
|
e2abc621d0c32d026cd21e98fe7fad06d7e4089e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH21/EX21.6/21_6.sce | 850239d60d4e09e74e0b2e2b616ac8186b38aeda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,328 | sce | 21_6.sce | clear
clc
//Example 21.6
disp('Example 21.6')
//data
x=[ 17.7 1380.
23.6 1458.
13.2 1322.
25.2 1448.
13.1 1334.
27.8 1485.
29.8 1503.
9. 1540.
14.3 1341.
26. 1448.
23.2 1426.
22.8 1417.
20.4 1384.
17.5 1380.
18.4 1396.
16.8 1345.
13.8 1349.
19.4 1398.
24.7 1426.
16.8 1361.
14.9 1347.
27.6 1476.
26.1 1454.
20. 1393.
22.9 1427.
22.4 1431.
19.6 1405.
31.5 1521.
19.9 1409.
20.3 1392.];
n=1;
N=size(x,1);
T=mean(x,'r');
//For our example n=1 because each measurement is a subgroup
S=mvvacov(x);
//Note that mvvacov calculates covariance with denominator N, while
//variance caluclates with denominator N-1, hence diagonal entry of mvvacov does not
//match with variance calculated manually for each vector
//As per wikipedia the book is wrong and for covariance matrix we should
//use N-1 but here we follow the book
Tsquare=zeros(N,1);
for k=1:N
Tsquare(k)=n*(x(k,:)-T)*inv(S)*(x(k,:)-T)';
end
UCL=11.63;
plot(repmat(UCL,1,N),color='black');
plot(Tsquare,'+')
legend("UCL 99% confidence limit")
xtitle("Example 21.6","Sample number","$T^2$")
|
51b11ba5b10325d5760543f210919837d7f2114e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH11/EX11.1/PA_Ex_11_1.sce | 10f7239b4e315ba42df8f719f7116c1d0489175f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sce | PA_Ex_11_1.sce | clc
//Chapter 11:Power amplifiers
//example 11.1 page no 456
//given
Po=5//max power in watts
Rl=50//load resistance in ohm
Vp=sqrt(2*5*50)//peak voltage across Rl
Vcc=24//supply voltage
Ip=Vp/Rl//peak current corresponding to Vp
Iq=Vcc/50//Q point current value
Pcc=Vcc*Iq//power supplied
Eff=(Po/Pcc)*100//efficiency
mprintf('peak voltage across Rl is %f V \n the peak current is %f A \n the power supplied is %f W \n the efficiency is %f ',Vp,Ip,Pcc,Eff)
disp('the transistor that is selected must be able to dissipate 11.52W in case the input power drops to zero and the transistor Vce breakdown voltage must be at least 48V(2*Vcc)')
|
cbed5c6f650a9ca9dfa921935d4ebea818407cb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH2/EX2.3/2_3.sce | ebe340860a8861e6aa77b6fac0793f33ec8ed8bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,094 | sce | 2_3.sce | clear;
clc;
printf("\t\t\tExample Number 2.3\n\n\n");
// heat transfer through a composite wall
// illustration2.3
// solution
// 1. heat transfer through studs for unit depth
l = 0.0413;// [m] length of wood studs
b = 1.0;// [m] unit depth
A = l*b;// [square meter] area of studs for unit depth
hi = 7.5;// [W/square meter per degree celsius] convectional heat transfer coefficient
ho = 15;// [W/square meter per degree celsius] convectional heat transfer coefficient
Kb = 0.69;// [W/m per degree celsius] heat transfer coefficient of brick
Kgi = 0.96;// [W/m per degree celsius] heat transfer coefficient of gypsum inner sheath
Ki = 0.04;// [W/m per degree celsius] heat transfer coefficient of insulation
Kws = 0.1;// [W/m per degree celsius] heat transfer coefficient of wood stud
Kgo = 0.48;// [W/m per degree celsius] heat transfer coefficient of gypsum outer sheath
Rair = 1/(ho*A);// [degree celsius /W] convection resistance outside of brick
dx_b = 0.08;// [m] thickness of brick
dx_os = 0.019;//[m] thickness of outer sheet
dx_ws = 0.0921;// [m] thickness of wood stud
dx_is = 0.019;// [m] thickness of inner sheet
Rb = dx_b/(Kb*A);// [degree celsius /W] conduction resistance in brick
Ros = dx_os/(Kgi*A);// [degree celsius /W] conduction resistance through outer sheet
Rws = dx_ws/(Kws*A);// [degree celsius /W] conduction resistance through wood stud
Ris = dx_is/(Kgo*A);// [degree celsius /W] conduction resistance through inner sheet
Ri = 1/(hi*A);// [degree celsius /W] convection resistance on inside
Rt = Rair+Rb+Ros+Rws+Ris+Ri;// [degree celsius /W] total thermal resistance through the wood stud section
printf("total thermal resistance through the wood stud section is %f degree celsius /W",Rt);
// 2. heat transfer through insulation section
A1 = 0.406-A;// [square meter] area of insulation section for unit depth
dx_ins = 0.0921;// [m] thickness of insulation
Rins = dx_ins/(Ki*A1);// [degree celsius /W] conduction resistance through insulation section
// five of the materials are same but resistance involve different area
// i.e. (40.6-4.13) cm instead of 4.13 cm
// so that each of the previous must be multiplied by a factor of (4.13/(40.6-4.13)) = 0.113
Rt_ins = (Rair+Rb+Ros+Ris+Ri)*0.113+Rins;// [degree celsius /W] total resistance through insulation section
printf("\n total thermal resistance through the insulation section is %f degree celsius /W",Rt_ins);
R_overall = 1/((1/Rt)+(1/Rt_ins));// [degree celsius /W] overall resistance for the section
// the value is related to overall heat transfer coefficient by
// Q = U*A*dt = dt/R_overall
// where A is area of total section
A_ = 0.406;// [square meter] area of total section
U = 1/(R_overall*A_);// [W/square meter degree celsius] overall heat transfer coefficient
// R value is somewhat different from thermal resistance and is given by
R_value = 1/U;// [degree celsius square meter/W] R value of system
printf("\n overall heat transfer coefficient is %f W/square meter per degree celsius",U);
printf("\n R value is %f square meter/W",R_value);
|
49774999c812e9215c110173a42bced477d4bec9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH16/EX16.28/16_28.sce | 723b2c50ff4f02b42de86170d41f47d5def84ea8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | 16_28.sce | clear
clc
t1=15
P1=1.3
pf1=.75
t2=9
P2=.4
pf2=.8
pfd=.95
kvar1i=P1*1e3*tan (acos(pf1))
kvar1f=P1*1e3*tan (acos(pfd))
kvarr1=kvar1i-kvar1f
kvar2i=P2*1e3*tan (acos(pf2))
kvar2f=P2*1e3*tan (acos(pfd))
kvarr2=kvar2i-kvar2f
SBC=abs(kvarr2-kvarr1)
FBC=min(kvarr2,kvarr1)
mprintf("Switch Bank Capacity: %.2f KVAR, Fixed Bank Capacity: %.2f KVAR",SBC, FBC)
|
0d67fd1a8b560c661375b1d080823bfa11f10e45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2132/CH5/EX5.23/Example5_23.sce | 7231682df359c35b47e90704f3c910d0fff03125 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 492 | sce | Example5_23.sce | //Example 5.23
clc;
clear;
close;
format('v',6);
//Given data :
D1=300/1000;//meter
D2=150/1000;//meter
Q=50/1000;//m^3/sec
A1=%pi/4*D1^2;//m^2
A2=%pi/4*D2^2;//m^2
delpBYw=3;//p1/w-p2/w=3;//m
v1BYv2=A2/A1;
Z1=0;//meter
Z2=0;//meter
g=9.81;//gravity constant
//HeadLoss=1/8*v^2/2/g
//Z1+p1/w+v1^2/2/g=Z2+p2/w+v2^2/2/g+HeadLoss
v2=sqrt((Z1-Z2+delpBYw)/(1/2/g-v1BYv2^2/2/g+1/8/2/g));//m/s
Q=A2*v2;//m^3/s
Q=Q*1000;//litres/sec
disp(Q,"Discharge in pipe in litres/sec : ");
|
2be91d74255e21c07e7b9bd85255a2e7983b9469 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH11/EX11.9/ex_11_9.sce | d88a26a01b5c3c5616a4f435b1582f9a8d6c7a3e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | ex_11_9.sce | //Example 11.9 // capacitance
clc;
clear;
close;
W=100;//in watts
V=110;//in volts
Vc=220;//in volts
f=50;//in hertz
I=W/V;// in amperes
R=V/I;//in ohms
Z=Vc/I;// in ohms
Xc=sqrt(Z^2-R^2);// IN OHMS
C=(1/(2*%pi*f*Xc));// in farads
disp(C*10^6,"capacitance in micro farads is")
|
ce32efa46a74b1e4315d323b006cfbbeb79af614 | c9fb7b224ecd2667e852df2fa71650e0d151ff40 | /Average_GCP2P.sci | af086624a3f528ab3851b61b56141dd79df4bc1a | [] | no_license | janeriongcol/ndsg-chupacabra | 13a2d3983fa57ae411fa9b665d255e5e7ed00d58 | bafd668a8247b965aee9d2482f0ead4ea6d158a3 | refs/heads/master | 2021-01-18T14:05:38.927008 | 2014-01-08T14:31:45 | 2014-01-08T14:31:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,082 | sci | Average_GCP2P.sci | di = pwd() + "/Documents"
num_files = 15
num_cycles = 100
file_names = ["data_gcp2p_AverageConnectionSetUpTime.txt", "data_gcp2p_AverageUtilization.txt", "data_gcp2p_AveragePlaybackDelayTime.txt",
"data_gcp2p_AverageRTT.txt", "data_gcp2p_AverageReject.txt"]
conn_arr = ["data_gcp2p_ConnectionSetUpTime1.txt", "data_gcp2p_ConnectionSetUpTime2.txt", "data_gcp2p_ConnectionSetUpTime3.txt",
"data_gcp2p_ConnectionSetUpTime4.txt", "data_gcp2p_ConnectionSetUpTime5.txt", "data_gcp2p_ConnectionSetUpTime6.txt",
"data_gcp2p_ConnectionSetUpTime7.txt", "data_gcp2p_ConnectionSetUpTime8.txt", "data_gcp2p_ConnectionSetUpTime9.txt",
"data_gcp2p_ConnectionSetUpTime10.txt", "data_gcp2p_ConnectionSetUpTime11.txt", "data_gcp2p_ConnectionSetUpTime12.txt",
"data_gcp2p_ConnectionSetUpTime13.txt", "data_gcp2p_ConnectionSetUpTime14.txt", "data_gcp2p_ConnectionSetUpTime15.txt"]
util_arr = ["data_gcp2p_Utilization1.txt", "data_gcp2p_Utilization2.txt", "data_gcp2p_Utilization3.txt",
"data_gcp2p_Utilization4.txt", "data_gcp2p_Utilization5.txt", "data_gcp2p_Utilization6.txt",
"data_gcp2p_Utilization7.txt", "data_gcp2p_Utilization8.txt", "data_gcp2p_Utilization9.txt",
"data_gcp2p_Utilization10.txt", "data_gcp2p_Utilization11.txt", "data_gcp2p_Utilization12.txt",
"data_gcp2p_Utilization13.txt", "data_gcp2p_Utilization14.txt", "data_gcp2p_Utilization15.txt"]
play_arr = ["data_gcp2p_PlaybackDelayTime1.txt", "data_gcp2p_PlaybackDelayTime2.txt", "data_gcp2p_PlaybackDelayTime3.txt",
"data_gcp2p_PlaybackDelayTime4.txt", "data_gcp2p_PlaybackDelayTime5.txt", "data_gcp2p_PlaybackDelayTime6.txt",
"data_gcp2p_PlaybackDelayTime7.txt", "data_gcp2p_PlaybackDelayTime8.txt", "data_gcp2p_PlaybackDelayTime9.txt",
"data_gcp2p_PlaybackDelayTime10.txt", "data_gcp2p_PlaybackDelayTime11.txt", "data_gcp2p_PlaybackDelayTime12.txt",
"data_gcp2p_PlaybackDelayTime13.txt", "data_gcp2p_PlaybackDelayTime14.txt", "data_gcp2p_PlaybackDelayTime15.txt"]
rtt_arr = ["data_gcp2p_AverageRTT1.txt", "data_gcp2p_AverageRTT2.txt", "data_gcp2p_AverageRTT3.txt",
"data_gcp2p_AverageRTT4.txt", "data_gcp2p_AverageRTT5.txt", "data_gcp2p_AverageRTT6.txt",
"data_gcp2p_AverageRTT7.txt", "data_gcp2p_AverageRTT8.txt", "data_gcp2p_AverageRTT9.txt",
"data_gcp2p_AverageRTT10.txt", "data_gcp2p_AverageRTT11.txt", "data_gcp2p_AverageRTT12.txt",
"data_gcp2p_AverageRTT13.txt", "data_gcp2p_AverageRTT14.txt", "data_gcp2p_AverageRTT15.txt"]
rej_arr = ["data_gcp2p_AverageReject1.txt", "data_gcp2p_AverageReject2.txt", "data_gcp2p_AverageReject3.txt",
"data_gcp2p_AverageReject4.txt", "data_gcp2p_AverageReject5.txt", "data_gcp2p_AverageReject6.txt",
"data_gcp2p_AverageReject7.txt", "data_gcp2p_AverageReject8.txt", "data_gcp2p_AverageReject9.txt",
"data_gcp2p_AverageReject10.txt", "data_gcp2p_AverageReject11.txt", "data_gcp2p_AverageReject12.txt",
"data_gcp2p_AverageReject13.txt", "data_gcp2p_AverageReject14.txt", "data_gcp2p_AverageReject15.txt"]
function compute(arr, name, ttl, x, y)
ave = zeros(num_files,2)
tot = zeros(num_cycles,1)
leg = [ttl; x; y]
disp(leg)
for i=1:num_cycles
ave(i,1) = i-1
end
for i=1:num_cycles
for j=1:num_files
fd = mopen(di+arr(j),'r')
res = fscanfMat(di+arr(j))
tot(i) = tot(i) + res(i,2)
mclose(fd)
end
ave(i,2) = tot(i)/num_files
end
//ave = string([leg ;ave])
//disp(ave)
//write(di+file_names(name),ave)
fprintfMat(di+file_names(name), ave)
endfunction
compute(conn_arr, 1, "Average Connection Set-up Time", "Time", "Connection Set-up Time")
compute(util_arr, 2, "Average Utilization Rate", "Time", "Utilization (%)")
compute(play_arr, 3, "Average Playback Delay Time", "Time", "Playback Delay Time")
compute(rtt_arr, 4, "Average RTT", "Time", "RTT")
compute(rej_arr, 5, "Average Rejection Rate", "Time", "Rejection (%)")
mclose('all')
|
e95d734c8736215d1a61ce954cc93dc8d5a71815 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH4/EX4.5/EXAMPLE4_5.SCE | e45161d246f9107a56a2bab1ec72dc0f77dbde75 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 726 | sce | EXAMPLE4_5.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 4
//Radio Receiver
clear all;
clc;
printf("EXAMPLE 4.5(PAGENO 152)");
//given
IF = 455*10^3//intermediate frequency in hertz
f_s = 900*10^3//signal frequency in hertz
Q = 80//quality factor
//calculations
f_0 = f_s + IF//local oscillator frequency
f_si = f_s + 2* IF//image frequency
p = (f_si/f_s)-(f_s/f_si)
a = sqrt(1+(Q*p)^2)//image frequency rejectio ratio
//results
printf("\n\n(i)Local oscillator frequency = %.2f Hz",f_0);
printf("\n\n(ii)Image frequency = %.2f Hz",f_si);
printf("\n\n(iii)Image frequency rejection ratio = %.2f",a);
printf("\n\n(iv)Note:Their is mistake in textbook in the calculation of image frequency")
|
3215a2cb713347d566185fef8e699fdcd471ad3b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH10/EX10.13/Ex10_13.sce | f8a14a9a6a10973d9e76a309e9e4fddf0621bb34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 916 | sce | Ex10_13.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex10_13.sce
clc;
clear;
p1=12;
p2=8;
f=50;
printf("\n (a)")
printf("\n \t (i)Speed when cumulatively cascaded:")
N1=(120*f)/(p1+p2);
printf("\n \t N=%d r.p.m",N1)
printf("\n \t (ii)Speed when differentially cascaded:")
N2=(120*f)/(p1-p2);
printf("\n \t N=%d r.p.m \n",N2)
printf("\n (b)")
printf("\n The ratio of power shared by the two motors=%d/%d \n",p1,p2)
printf("\n (c)")
printf("\n \t(i)First motor:")
Ns1=(120*f)/p1;
s1=(Ns1-N1)/Ns1;
sf1=s1*f;
printf("\n Required frequency of voltage to be injected in rotor of first motor=%d Hz",sf1)
printf("\n \t(ii)Second motor:")
Ns2=(120*f)/p2;
s2=(Ns2-N1)/Ns2;
sf2=s2*f;
printf("\n Required frequency of voltage to be injected in rotor of second motor=%d Hz",sf2)
|
03e9b6c7dbf02885b42beaa08fc00b1dc37cf43b | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/macros/confmatrix2ni_id.sci | 3604948057e6821e1097fce81639154b47308429 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,170 | sci | confmatrix2ni_id.sci | ///////////////////////////////////////////////////////////////////////////////
// Author: Baogang Hu <hubg@nlpr.ia.ac.cn>
// Date: September 2009
// Version: 0.1
// Description: Calculate Normalized Mutual Information from a given m by (m+1)
// confusion matrix for evaluating a classifier. All NIs are
// calculated base on information divergence definition.
// Background: Information based measures provide users for objective evaluations
// of classifiers. The function below calculates NI_10 to NI_20
// in the references.
// References:
// Ref 1: Hu, B.-G., He, R., and Yuan, X.-T., Information-Theoretic Measures
// for Objective Evaluation of Classifiers, submitted to a journal (2009)
// Ref 2: Hu, B.-G., Information Measure Toolbox for Classifier Evaluation
// on Open Source Software Scilab, submitted to OSSC-2009.
//
// Copyright (C) 2009 OpenPR
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
// * Neither the name of OpenPR nor the names of its
// contributors may be used to endorse or promote products derived
// from this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
// DISCLAIMED. IN NO EVENT SHALL HOLDER AND CONTRIBUTORS BE LIABLE FOR ANY
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Input:
// c - Confusion matrix in size of m by (m+1),
// row for exact labels,
// column for prediction labels,
// the (m+1)th column for rejection (or unknown) class,
// this matrix has to follow the constraints:
// c_ij >=0, and C_i>0 (the ith class number)
// Output:
// NI - Normalized Information listed from NI_10 to NI_20.
// NI_i= inf standing for singularity result
// A - Accuracy.
// Rej - Rejection.
// P - Precision for a binary classifier.
// R - Recall for a binary classifier.
//
///////////////////////////////////////////////////////////////////////////////
function [NI,A,Rej,P,R]=confmatrix2ni_id(c)
ieee(2); // = IEEE exception mode,(=0,warning and stopping when encountering singularity)
// (=1, showing warning message without stopping)
// (=2, without warning and stopping)
P=[]; R=[]; // = initialization
n=sum(c); // = number of total samples
m=length(c(:,1)); // = numbers of exact classes
Ci=sum(c,'c'); // = column vector of exact labels, m by 1
Ci(m+1)=0; // = adding the term for m+1 by 1 vector
Cp=sum(c,'r'); // = row vector of prediction labels, 1 by m+1
p=Ci'/n; // = empirical probability mass function of T
q=Cp/n; // = empirical probability mass function of Y
r=(p+q)/2; // = means
eps=2.2e-16; // = error close to zero
QMI=0; // = initialization
CS1=0;
CS2=0;
CS3=0;
KL=0; // = initialization
KLI=0; //
JSpr=0; // = initialization
JSqr=0; // = initialization
J=0; // = initialization
KLQ=0; // = initialization
VD=0; // = initialization
HD=0; // = initialization
BD=0; // = initialization
X2p=0; // = initialization
X2q=0; // = initialization
IS1=0; // = initialization
IS2=0; // = initialization
for i=1:m+1
QMI=QMI+(p(i)-q(i))^2;
CS1=CS1+p(i)^2;
CS2=CS2+q(i)^2;
CS3=CS3+p(i)*q(i);
if p(i)> 0 then
if q(i)> 0 then
KLpq=p(i)*log2(p(i)/q(i));
else
KLpq=-%inf; // for case of ieee(0)
end
KLpr=p(i)*log2(p(i)/r(i));
X2p= X2p+(p(i)-q(i))^2/p(i);
else
KLpq=0;
KLpr=0;
if q(i) > 0 then
X2p=%inf; // for case of ieee(0)
end
end
if q(i)> 0 then
if p(i)> 0 then
KLqp=q(i)*log2(q(i)/p(i));
else
KLqp=-%inf; // for case of ieee(0)
end
KLqr=q(i)*log2(q(i)/r(i));
X2q= X2q+(p(i)-q(i))^2/q(i);
else
KLqp=0;
KLqr=0;
if p(i) > 0 then
X2q=%inf; // for case of ieee(0)
end
end
KLI=KLI+KLqp;
KL=KL+KLpq;
JSpr=JSpr+KLpr;
JSqr=JSqr+KLqr;
KLQ=KLQ+(p(i)-q(i))^2;
VD=VD+abs(p(i)-q(i));
HD=HD+(sqrt(p(i))-sqrt(q(i)))^2;
BD= BD+sqrt(p(i)*q(i));
end
CS=log2(CS1*CS2/CS3^2);
J=KLI+KL;
NI_11=exp(-CS); // CS-Quadratic Divergence
if abs(J)<eps then // Singularity checking
RA=%inf; // for case of ieee(0)
else
RA=KLI*KL/J;
end
JS=(JSpr+JSqr);
BD=-log2(BD);
SX2=X2p+X2q;
NI_10=exp(-QMI); // ED-Quadratic Divergence
NI_11=exp(-CS); // CS-Quadratic Divergence
if abs(KL)==%inf then // Singularity checking
NI_12=%inf; // for case of ieee(0)
else
NI_12=exp(-KL); // KL Divergence
end
NI_13=exp(-BD); // Bhattacharyya Distance
if abs(X2q)==%inf then // Singularity checking
NI_14=%inf; // for case of ieee(0)
else
NI_14=exp(-X2q); // X2 (Pearson) Divergence
end
NI_15=exp(-HD); // Hellinger Distance
NI_16=exp(-VD); // Variation Distance
if abs(J)==%inf then // Singularity checking
NI_17=%inf; // for case of ieee(0)
else
NI_17=exp(-J); // J divergence (Symmetric KL divergence)
end
if abs(JS)==%inf then // Singularity checking
NI_18=%inf; // for case of ieee(0)
else
NI_18=exp(-JS); // L (or JS) divergence
end
if abs(SX2)==%inf then // Singularity checking
NI_19=%inf; // for case of ieee(0)
else
NI_19=exp(-SX2); // Symmetric X2 Divergence
end
if ((abs(RA)==%inf) | (string(RA)=='Nan')) then
NI_20=%inf;
else
NI_20=exp(-RA); // Resistor Average Distance
end
NI=[NI_10 NI_11 NI_12 NI_13 NI_14 NI_15 NI_16 NI_17 NI_18 NI_19 NI_20];
A=sum(diag(c))/sum(c); // Accuracy
Rej=sum(c(:,m+1))/n // Rejection Rate
if m < 3 then // binary classifier
if Cp(1)>0 then
P=c(1,1)/Cp(1); // Precision
else P=0;
end
R=c(1,1)/Ci(1); // Recall
end
endfunction
//The following are one example of using the function confmatrix2ni_id. You can remove the annotation slashes
//before the example codes and copy the whole page into Scilab to see how function runs.
//
// Numerical examples in the reference
// Examples of binary classification, Table 4
//M1=[90 0 0 ; 1 9 0];
//M2=[89 1 0 ; 0 10 0];
//M3=[90 0 0 ; 0 9 1];
//M4=[89 0 1 ; 0 10 0];
//M5=[57 38 0 ; 3 2 0];
//M6=[89 1 0 ; 1 9 0];
// Examples of three-class classification, Table 7
//M7 =[80 0 0 0; 0 15 0 0; 1 0 4 0 ];
//M8 =[80 0 0 0; 0 15 0 0; 0 1 4 0 ];
//M9 =[80 0 0 0; 0 15 0 0; 0 0 4 1 ];
//M10=[80 0 0 0; 1 14 0 0; 0 0 5 0 ];
//M11=[80 0 0 0; 0 14 1 0; 0 0 5 0 ];
//M12=[80 0 0 0; 0 14 0 1; 0 0 5 0 ];
//M13=[79 1 0 0; 0 15 0 0; 0 0 5 0 ];
//M14=[79 0 1 0; 0 15 0 0; 0 0 5 0 ];
//M15=[79 0 0 1; 0 15 0 0; 0 0 5 0 ];
//c=M1;
//format('v',7);
//[NI,A,Rej,P,R]=confmatrix2ni_id(c)
|
4707c7a759c21e71494ac376fb1db919f318a994 | 72d7c10733e74eafb60961874dedea7fa2a43569 | /8.Opamps/Voltage_follower.sce | ead140ae60d4e64d5bffe9339539f209cf6a1133 | [] | no_license | AkshayNachappa/Scilab-Workshop | 8dc448c41a2e768f3d93bbed928705445b9c007b | 056436f38a1f3aad7d1e3669595718839108c40e | refs/heads/master | 2023-01-02T00:20:19.968404 | 2020-10-20T17:04:44 | 2020-10-20T17:04:44 | 297,102,650 | 2 | 2 | null | 2020-10-20T17:04:46 | 2020-09-20T15:12:27 | Scilab | UTF-8 | Scilab | false | false | 114 | sce | Voltage_follower.sce | // voltage follower
vi = input("Enter input voltage= ")
m = 500000;
vo = vi-(vi/m);
disp("Output voltage is ",vo)
|
37e4be4af333885403cc4a94183fc4c15128bc97 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.led7digit-10-1tra/result4.tst | 41ca12280a64233bf24acb81e9f08d1857e43670 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | tst | result4.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@outputs number
@data
3 3
4 4
4 4
4 4
5 5
6 6
7 7
7 7
8 6
5 5
7 ?
8 8
9 8
1 1
2 8
6 6
8 ?
9 0
6 ?
7 1
7 7
8 5
8 8
9 ?
9 8
0 0
1 1
5 9
6 ?
4 ?
0 0
1 1
1 1
5 5
8 0
2 2
3 3
4 4
4 4
5 5
0 0
0 0
1 1
2 ?
3 3
2 ?
2 2
3 3
3 3
6 ?
|
2e7152b2e5915b9eb9acfc12a19af3a5040aea39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH2/EX2.25/ex2_25.sce | 59eaa804b011e9e05f55c9beb4e54820d6c2547b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 509 | sce | ex2_25.sce | // Exa 2.25
clc;
clear;
close;
format('v',8)
// Given data
V = 250;// in V
R1 = 10;// in ohm
R2 = 10;// in ohm
R3 = 10;// in ohm
R4 = 10;// in ohm
I2 = 20;// in A.
//Applying KVL in GEFHG : -R1*I1-R2*I1-R2*I2 + V = 0;
I1= (V-R2*I2)/(R1+R2);// in A
V_AB= R3*I2+V-R1*I1;// in V
Vth = V_AB;// in V
Rth = (R1*R2)/(R1+R2)+R3+R4;// in ohm
R_L = Rth;// in ohm
disp(R_L,"The value of R_L in ohm is");
Pmax = (Vth^2)/(4*R_L);//maximum power in W
disp(Pmax,"The value of maximum power in W is");
|
b7edb1ec191a657c917a052de37f1c40aaecc373 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH3/EX3.5/3_5.sce | c14fa194a8ecd7587f33817dc4b511e8921b90be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | 3_5.sce | //To calculate the uncertainity in momentum
delta_x = 0.2; //electron distance, armstrong
delta_x = delta_x*10^-10; //electron distance, m
h = 6.626*10^-34; //planck's constant
delta_p = h/(2*%pi*delta_x); //uncertainity in momentum, kg.m/s
printf("uncertainity in momentum in kg m/s is");
disp(delta_p);
|
9b2be70c329caee53e7e8bf950656b6deee1910b | 56a60b9fcd7cd0766def295dc78b57ffc7eb36b0 | /storyline/scenarioShizune.sce | 1990c6a6ab5782486bdd7bf5970b46c937e058a4 | [] | no_license | Ryouzanki/Kingslayer | 3a665dbcd84f87ca7be00a8117d767f27de4da5a | 210ae124eba6123e508e7a73c2a8266b4662cfd5 | refs/heads/master | 2020-05-20T04:16:21.069096 | 2015-11-03T19:19:46 | 2015-11-03T19:19:46 | 42,585,351 | 1 | 1 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 5,094 | sce | scenarioShizune.sce |
Les protagonistes :
Elusia/Ryouzanki <3.
Anyssa : La femme de la victime : la coupable
Johnny : Un ami d'enfance de la femme de la victime et de la victime : l'accusé
Tyler : La victime
Aussa : Une originale qui rentrait chez elle ce soir là et qui a croisé le tueur : Un témoin
Déroulement de l'histoire plotwise :
14 ans auparavant, Anyssa et Johnny avait un ami commun, dont Anyssa était amoureuse à cette époque, dénommé Richard. Les deux garçons étaient amoureux de la jeune fille, mais Tyler connaissait la préférence de la jeune fille envers son ami. Il fit de son mieux pour la séduire, sans succès. Lors d'une soirée très arrosé, Tyler, lance un défi à Richard, sachant très bien que celui-ci, ayant déjà consommé beaucoup d'alcool, ne pourrait refuser en face de son amante. Le défi impliqua un concours de boisson, mais Tyler avait glissé un cachet de drogue, afin de faire en sorte que ce soir là, son ancien ami se montre violent envers Anyssa, dans l'espoir que celle-ci change d'avis. Cependant la drogue, mêlée à l'alcool, provoqua un arrêt cardiaque de richard, qui décéda dans son vomi (#swag). La police attribua cette mort à une consommation de drogue comme une autre lors d'une soirée entre jeune, et ne donna pas suite à l'affaire. Anyssa ne réalisera que des années plus tard, alors fiancée à Tyler, que c'était lui qui était à l'origine de tout cela et qui avait provoqué la mort de son compagnon. Elle commença alors à préparer sa vengence, en se laissant le temps nécessaire pour que tout comme la mort de son amant, cette affaire reste parfaitement insoluble.
Elle commença à s'informer sur les diverses façons que l'on pouvait utiliser afin de tuer un homme. Ne voulant pas attirer les pistes de la police vers une femme, elle écarta toute les morts à base de poison, et s'orienta vers une mort plus brutale physiquement. Une arme à feu ou une arme contondante, voire la strangulation était la seule bonne option. Tyler étant un grand amateur de stratégie militaire ainsi qu'un grand admirateur des forces spéciales, de nombreux livres décrivait les diverses techniques à utiliser, par exemple afin de neutraliser rapidement une cible à main nue, comment tenir une arme à feu, et d'autre conseil pratique. Elle se rendit régulièrement dans des cybercafé, afin d'effectuer d'autres recherche, notamment sur les projections de poudre lors d'un tir, ou d'autre élément qui pourrait la faire incriminer.
Quelques jours avant la semaine où elle avait décidé d'éliminer son mari, elle invita deux de ses amis d'enfances. Johnny et Celean. Elle savait que Johnny était un chasseur ainsi qu'un racheteur de surplus militaire, mais que Johnny avait toujours eu quelques différents avec Tyler, chose qui, elle l'espérait, pour le faire passer pour le coupable. Celean, un autre de des amis, n'était là que pour lui apporter un alibi supplémentaire, et confirmer le fait que Johnny était un chasseur disposant d'arme et possédant un mobile pour avoir tué Tyler. Elle logea ses deux amis dans le même immeuble de luxe que celui où son mari habitait, à une porte d'écarte les uns des autres, en prenant soin de prendre des chambres pour une personnes, afin que Johnny ait le moins de chance possible de bénéficier d'un alibi.
Ensuite, la veille de l'arrivée de ses amis, elle acheta une arme dans les bas quartiers de New-York, une version modifiée d'un desert-eagle, afin que celui-ci soit fourni avec un silencieux, un cache flamme, et une chambre à air spécial pouvaint accueillir des balles de calibres 0.357, car elle savait que c'était le calibre des armes préféré de Johnny, et qu'il en aurait forcément amené un avec lui. L'arme était très couteuse, mais elle utilisa de l'argent que son mari rangeait dans un petit coffret sur une table de nuit.
Le jour où se sdeux amis arrivèrent à New York, ils firent une sortie au restaurant tous ensemble. Une soirée normale, de nombreux dialogue bateau, à l'exception de Tyler qui complimente Anyssa pour ses bottines montante, qui font vraiment d'elle une femme distinguée. bonne soirée dans l'ensemble, mais la tension monta quand, après l'évocation par Anyssa d'un sujet de conversation qui suscita des différents entre Johnny. Anyssa, satisfaite de la tournure des évènements, décida d'effectuer le meurtre le lendemain soir. Elle prit rendez-vous dans une boîte de nuit avec Celean, afin de se fournir un alibi, en prétextant ne pas avoir envie de supporter son mari, de très mauvaise humeur après la soirée de la veille. (Tyler a effectivement était entendu chez lui se défoulant sur le mobilier.). Anyssa, afin de ne pas prendre de risque concernant les projections de sang, de poudre, ou quoique ce soit d'autre, amena préemptivement un sac de sport avec des affaires de rechanges et des ballerines, tout en poartant sur elle des habits plus convenable, et ses bottines, afin de profiter de l'écart de taille induit par les talons, ajouté à l'obscurité pour se faire passer pour un homme
|
c7970c9336d96eadd74bc28658a835f9e235c21e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH8/EX8.9/ch8_9.sce | 882399dfbba647b8042c98d06278cac6dbc2a7f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | ch8_9.sce | clear;
clc;
V_s=60;
R=3;
V_or=sqrt(V_s^2*%pi/%pi); printf("rms value of o/p voltage=%.0f V",V_or);
V_01=4*V_s/(sqrt(2)*%pi); printf("\nfundamental component of rms voltage=%.2f V",V_01);
P_o=V_or^2/R; printf("\no/p power=%.0f W",P_o);
P_01=V_01^2/R; printf("\nfundamental freq o/p power=%.2f W",P_01);
I_s=V_s/R; printf("\npeak current=%.0f A",I_s);
I_avg=I_s*%pi/(2*%pi); printf("\navg current of each transistor=%.0f A",I_avg);
printf("\npeak reverse blocking voltage=%.0f V",V_s);
V_03=V_01/3;
HF=V_03/V_01; printf("\nharmonic factor=%.4f",HF);
V_oh=sqrt(V_or^2-V_01^2);
THD=V_oh/V_01; printf("\nTHD=%.4f",THD);
|
0c072a5bfd10931ce569991b9b6baea11e5e1a76 | 0008002499cdc07f7f213257eb538f9240d35f07 | /RainApp/bin/Debug/Output/RainApp.exe/PSharpTesterOutput/RainApp.sci | 580c7dfc20c14f0fbfbd4c1d53d44cec958687d2 | [] | no_license | J7Island/SmartThings | 185c8b15f329d1f7466164af1ef34f2185f26d93 | 9d4ebacc4a26f2b7783e0002254582807d1deff1 | refs/heads/master | 2020-03-20T11:53:00.884528 | 2018-06-14T23:17:08 | 2018-06-14T23:17:08 | 137,414,893 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,274 | sci | RainApp.sci | <CoverageInfo xmlns="http://schemas.datacontract.org/2004/07/Microsoft.PSharp.TestingServices.Coverage" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><MachinesToStates xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>NetworkEnvironment</a:Key><a:Value><a:string>Init</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>SmartApp</a:Key><a:Value><a:string>init</a:string><a:string>waitSchedule</a:string><a:string>schedulerCheck</a:string><a:string>IsStormState</a:string><a:string>IsnotStormState</a:string><a:string>SendSms</a:string><a:string>DoorSafe</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>ContactSensor</a:Key><a:Value><a:string>Init</a:string><a:string>Active</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>Phone</a:Key><a:Value><a:string>Init</a:string><a:string>Active</a:string><a:string>GetSms</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>VirtualScheduler</a:Key><a:Value><a:string>Init</a:string><a:string>Active</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1><a:KeyValueOfstringArrayOfstringty7Ep6D1><a:Key>SmartThingsPlatform</a:Key><a:Value><a:string>Init</a:string><a:string>Active</a:string></a:Value></a:KeyValueOfstringArrayOfstringty7Ep6D1></MachinesToStates><RegisteredEvents xmlns:a="http://schemas.datacontract.org/2004/07/System"><a:TupleOfstringstringstring><a:m_Item1>SmartApp</a:m_Item1><a:m_Item2>waitSchedule</a:m_Item2><a:m_Item3>End</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>SmartApp</a:m_Item1><a:m_Item2>schedulerCheck</a:m_Item2><a:m_Item3>IsStorm</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>SmartApp</a:m_Item1><a:m_Item2>schedulerCheck</a:m_Item2><a:m_Item3>IsnotStorm</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>SmartApp</a:m_Item1><a:m_Item2>IsStormState</a:m_Item2><a:m_Item3>SensorClosed</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>SmartApp</a:m_Item1><a:m_Item2>IsStormState</a:m_Item2><a:m_Item3>SensorOpen</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>ContactSensor</a:m_Item1><a:m_Item2>Active</a:m_Item2><a:m_Item3>RequestSensorState</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>Phone</a:m_Item1><a:m_Item2>Active</a:m_Item2><a:m_Item3>PhoneSms</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>VirtualScheduler</a:m_Item1><a:m_Item2>Active</a:m_Item2><a:m_Item3>TimerStart</a:m_Item3></a:TupleOfstringstringstring><a:TupleOfstringstringstring><a:m_Item1>SmartThingsPlatform</a:m_Item1><a:m_Item2>Active</a:m_Item2><a:m_Item3>RequestWeather</a:m_Item3></a:TupleOfstringstringstring></RegisteredEvents><Transitions><Transition><EdgeLabel>TimerStart</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>VirtualScheduler</MachineTarget><StateOrigin>waitSchedule</StateOrigin><StateTarget>Active</StateTarget></Transition><Transition><EdgeLabel>End</EdgeLabel><MachineOrigin>VirtualScheduler</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>waitSchedule</StateTarget></Transition><Transition><EdgeLabel>End</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>waitSchedule</StateOrigin><StateTarget>schedulerCheck</StateTarget></Transition><Transition><EdgeLabel>RequestWeather</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartThingsPlatform</MachineTarget><StateOrigin>schedulerCheck</StateOrigin><StateTarget>Active</StateTarget></Transition><Transition><EdgeLabel>IsnotStorm</EdgeLabel><MachineOrigin>SmartThingsPlatform</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>schedulerCheck</StateTarget></Transition><Transition><EdgeLabel>IsnotStorm</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>schedulerCheck</StateOrigin><StateTarget>IsnotStormState</StateTarget></Transition><Transition><EdgeLabel>IsStorm</EdgeLabel><MachineOrigin>SmartThingsPlatform</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>schedulerCheck</StateTarget></Transition><Transition><EdgeLabel>IsStorm</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>schedulerCheck</StateOrigin><StateTarget>IsStormState</StateTarget></Transition><Transition><EdgeLabel>RequestSensorState</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>ContactSensor</MachineTarget><StateOrigin>IsStormState</StateOrigin><StateTarget>Active</StateTarget></Transition><Transition><EdgeLabel>SensorClosed</EdgeLabel><MachineOrigin>ContactSensor</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>IsStormState</StateTarget></Transition><Transition><EdgeLabel>SensorClosed</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>IsStormState</StateOrigin><StateTarget>DoorSafe</StateTarget></Transition><Transition><EdgeLabel>SensorOpen</EdgeLabel><MachineOrigin>ContactSensor</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>IsStormState</StateTarget></Transition><Transition><EdgeLabel>SensorOpen</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>SmartApp</MachineTarget><StateOrigin>IsStormState</StateOrigin><StateTarget>SendSms</StateTarget></Transition><Transition><EdgeLabel>PhoneSms</EdgeLabel><MachineOrigin>SmartApp</MachineOrigin><MachineTarget>Phone</MachineTarget><StateOrigin>SendSms</StateOrigin><StateTarget>Active</StateTarget></Transition><Transition><EdgeLabel>PhoneSms</EdgeLabel><MachineOrigin>Phone</MachineOrigin><MachineTarget>Phone</MachineTarget><StateOrigin>Active</StateOrigin><StateTarget>GetSms</StateTarget></Transition></Transitions></CoverageInfo> |
5a5c4ff62977f56d2d7f087404a11e488ee6a494 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH7/EX7.15/ex7_15.sce | 520b9f4ff5add70850004eca60d17b89438a16c8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,067 | sce | ex7_15.sce | //Example 7.15, Page no.286
clear
clc
f=6*10^9 //uplink frequency
eirp= 80 //Earth station EIRP in dBW
r=35780 //Earth station satellite distance
l=2 //attenuation due to atomospheric factors in dB
e=0.8 // satellite antenna's aperture efficiency
a=0.5 // satellite antenna's aperture area
T=190 // Satellite receiver's effective noise temperature
bw=20 *10^6 //Satellite receiver's bandwidth
cn=25 // received carrier-to-noise ratioin dB
c=3*10^8 //speed of light
k=1.38*10^-23
lamda=c/f
G=e*4*%pi*a/lamda^2
G=ceil(G*100)/100
Gd=10*log10(G)
p=10*log10(k*T*bw)
pl=20*log10(4*%pi*r*10^3/lamda)
rp=eirp-l-pl+Gd
rp=floor(rp*100)/100
rc=floor((rp-p)*100)/100
lm=rc-cn
printf("Satellite Antenna gain, G = %.2f = %.2f dB \n Receivers Noise Power = %.1f dB\n free-space path loss = %.2f dB \n received power at satellite = %.2f dB \n receiver carrier = %f is stronger than noise.\n It is %.2f dB more than the required threshold value.\n Hence, link margin = %.2f dB",G,Gd,p,pl,rp,rc,lm,lm)
|
6cd4f0fa2a56366400844323692c555388a46efb | 816164c8887e01c710b66f37d696d45fe1b7606c | /method1.sci | 3b0109a0820bce3fe45aa85669e828600051f1e8 | [] | no_license | oborovsky/vych5 | f05c5eb5da9c0551dd7f997a52091d50bb5ac117 | a02ccda14339cf57060575d014fc09d785e962bc | refs/heads/master | 2021-01-22T15:49:54.717058 | 2016-12-19T02:18:42 | 2016-12-19T02:18:42 | 68,624,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,781 | sci | method1.sci | //метод Эйлера
//на отрезке [a,b]
//c узлами i=0,N;
//и начальным значением y0;
//где f(x,y) правая часть задачи Коши
// dy/dx = f(x,y)
// y(x0) = y0
function res=method1(a,b,N,y0)
h = (b-a)/N;
x=a:h:b;
y=x;
y(1) = y0;
for i=2:length(x)
y(i) = y(i-1) + h*f(x(i-1),y(i-1));
end
res = y;
endfunction
function res=method2(a,b,N,y0,s)
h=(b-a)/N;
x=a:h:b;
y=x;
y(1)=y0;
for i=2:length(x)
ys0 = y(i-1) + h*f(x(i-1),y(i-1));
for j=1:s
ysi = y(i-1) + h*(f(x(i-1),y(i-1)) + f(x(i),ys0))/2;
ys0 = ysi;
end
y(i) = ys0;
end
res = y;
endfunction
function checkMethod1
k=0.12752;
N=1000;
a=1;
b=12;
h=(b-a)/N;
x=a:h:b;
deff('y=fi(x)','y=sin(x)+2*log(x*3)');
//deff('y=fi(x)','y=sin(x)');//y=sin(x);
y=fi(x);
y0=fi(a);
deff('z=f(x,u)','z=cos(x)+k*(u-sin(x))');
y1=method1(a,b,N,y0);
//xgrid();
//plot(x,y);
//plot(x,y1,'r--');
e=abs(y1-y);
emax = max(e);
printf("на [%1.2f,%1.2f] при N=%d, k=%1.3f\n",a,b,N,k);
printf("h=%1.15f\n",h);
printf("emax=%1.15f\n",emax);
endfunction
function checkMethod2
k=0.1275;
s=10;
N=100;
a=1;
b=12;
h=(b-a)/N;
x=a:h:b;
deff('y=fi(x)','y=sin(x)+2*log(x*3)');
//deff('y=fi(x)','y=sin(x)');//y=sin(x);
y=fi(x);
y0=fi(a);
deff('z=f(x,u)','z=cos(x)+k*(u-sin(x))');
y1=method2(a,b,N,y0,s);
xgrid();
plot(x,y);
plot(x,y1,'r--');
e=abs(y1-y);
emax = max(e);
printf("на [%1.2f,%1.2f] при N=%d, k=%1.3f\n",a,b,N,k);
printf("h=%1.15f\n",h);
printf("emax=%1.15f\n",emax);
endfunction
checkMethod1;
|
63a86b484e0ebaa556af16fba24b4713e2fa7e05 | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH6/EX6.9/6_9.sce | 36370461933e7556b297dbb7c50e16a9e9c28884 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | 6_9.sce | //example:-6.9,page no.-323.
//program to designa triangular taper and a klopfenstein taper.
taom=0.02;Zl=50;Zo=100;
tao_o=0.5*log(Zl/Zo);
A=acosh(tao_o/taom);
A=real(A);
disp(tao_o,'tao_o = ')
disp(A,'A = ') |
86c2027ed6dde143f7d08ddede421f597e924aed | 53bdf5ec3d505c23a6dbff1555c838c03e7ce670 | /Assignment 2/q4.sce | 52b091d4168794ea2b1f75e80dfd7a43e5a50817 | [] | no_license | dishvyas/AI | 6e7fb662a04b99d5fca4380f97ac94eb5b18debe | a0903084fe210faee4b571b4cade5e5d410ad504 | refs/heads/master | 2020-05-22T00:50:06.362841 | 2019-05-12T20:29:20 | 2019-05-12T20:29:20 | 186,180,759 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 58 | sce | q4.sce | x=-10:10;
k=1./(1+exp(-x));
clf;
plot(x,k);
xgrid();
|
189ee6a7110c9bf3c1b873b79be80a7285b39447 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH8/EX8.2/Chapter8_Example2.sce | c9b7dd44b3cb48189877aac78023f7bd040c9cdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,120 | sce | Chapter8_Example2.sce | //Chapter-8, Example 8.2, Page 341
//=============================================================================
clc
clear
//INPUT DATA
L=0.3;//Length of the glass plate in m
Ta=27;//Temperature of air in degree C
Ts=77;//Surface temperature in degree C
v=4;//Velocity of air in m/s
//CALCULATIONS
Tf=(Ta+Ts)/2;//Film temperature in degree C
k=0.02815;//Thermal conductivity in W/m.K
v1=(18.41*10^-6);//Kinematic viscosity in m^2/s
Pr=0.7;//Prantl number
b=(3.07*10^-3);//Coefficient of thermal expansion in 1/K
Gr=(9.81*b*(Ts-Ta)*L^3)/v1^2;//Grashof number
Re=(v*L)/v1;//Reynolds number
Nu=(0.677*sqrt(Pr)*(0.952+Pr)^(-0.25)*Gr^0.25);//Nusselts number
h=(Nu*k)/L;//Heat transfer coefficient for natural convection in W/m^2.K
Nux=(0.664*sqrt(Re)*Pr^(1/3));//Nusselts number
hx=(Nux*k)/L;//Heat transfer coefficient for forced convection in W/m^2.K
//OUTPUT
mprintf('Heat transfer coefficient for natural convection is %3.1f W/m^2.K \nHeat transfer coefficient for forced convection is %3.2f W/m^2.K',h,hx)
//=================================END OF PROGRAM==============================
|
ab3e7928c3f52a53667dd86d91c1c405117eda7e | b2db53f6b5b7dccf17abf468c8d12203314ea77a | /box-muller-2d.sce | 2c9f826de648e135d7f66c438933ab1098824c8c | [] | no_license | marioyc/loigaussienne | 6f865dab0d0d868c5efbb7a1a0b13ef4dc97025c | 45dba9f5782ad2dc932ef92672f205040e4dbec4 | refs/heads/master | 2020-05-18T15:32:22.803195 | 2014-06-30T08:24:46 | 2014-06-30T08:24:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | box-muller-2d.sce | clear;
clf;
N = 50000;
p = floor(sqrt(N));
scale = 50;
res = zeros(2,N);
for i=1:N
U = grand(1,2,"unf",0,1);
R = sqrt(-2 * log(U(1,1)));
res(1,i) = R * cos(2 * %pi * U(1,2));
res(2,i) = R * sin(2 * %pi * U(1,2));
end
lx = min(res(1,:));
rx = max(res(1,:));
ly = min(res(2,:));
ry = max(res(2,:));
disp("lens");
lenx = (rx - lx) / p;
leny = (ry - ly) / p;
x = linspace(lx,rx,p + 1);
y = linspace(ly,ry,p + 1);
M = zeros(p,p);
for i=1:N
indx = min(floor((res(1,i) - lx) / lenx) + 1,p);
indy = min(floor((res(2,i) - ly) / leny) + 1,p);
M(indx, indy) = M(indx, indy) + 1;
end
hist3d(list(M,x,y), leg=" Methode de Box-Muller@X@Y@Z");
|
9455d72524c1ceea5ba2606334462a3e81dc03a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH11/EX11.4/11_4.sce | 4fe17a8bc1e5f5bbb28a247665a1f6a5d7e823e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | 11_4.sce | //Eg-11.4
//pg-476
clc
clear
// velocity is given as a function of t. To find the distance travelled we simply need to integrate the velocity function over time interval.
//defining an inline function as given for simplicity.
deff('out = func(in)','out = 2*10^3 * log( 10^5 /(10^5-2*10^3*in) ) - 10*in')
b = 30; // t = 30 (upper limit)
a = 0; // t = 0 (lower limit)
n = 500; // number of intervals we consider
h = (b-a)/n; // stepsize
summation = 0;
for(i = 1:499)
F(i) = func(a+i*h);
summation = summation + F(i);
end
I = h/2 * (func(a) + 2*summation + func(b));
printf('Performing the integration we get x = %f m\n',I)
|
efa73c78a7b9858d96e6a5253745b12a489588d7 | 35071fb08cee13f4a9e79c396f7c8c028f69db0e | /Tests/Gencode/OK/print_variable.tst | 0328759ffe3f327b1e9b0bf207e8d3ae37011aae | [] | no_license | V1nc3ntL/Compilation | 2cd9d4fa728055cebd44659cba517e49298142bc | e2008449ddb509021f6ddcfd0a92226807bec9ab | refs/heads/master | 2023-06-01T09:42:01.069684 | 2021-06-02T19:15:13 | 2021-06-02T19:15:13 | 357,205,127 | 0 | 0 | null | 2021-05-31T12:13:32 | 2021-04-12T13:30:46 | C | UTF-8 | Scilab | false | false | 60 | tst | print_variable.tst | void
main ()
{
int i = 1 ;
print ("i " , i , "\n");
}
|
33f4d26fb3901b07b08f1c7696b625327603ae2d | ad617742f184bf6d4cceb3e9c99232d8bd52b862 | /tests/logicimm.tst | e8d75480be8f9c06a476ef6b2406a29bcb4a9072 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | 9track/hyperion | d621343e7eea27c45db49c7c284dd1680491c82c | 9ceed2cc7261820eef01c55dac9b9a6ae47636b2 | refs/heads/master | 2022-09-15T12:19:09.059528 | 2020-05-28T03:05:29 | 2020-05-28T03:05:29 | 268,044,749 | 3 | 1 | NOASSERTION | 2020-05-30T09:03:56 | 2020-05-30T09:03:55 | null | UTF-8 | Scilab | false | false | 2,700 | tst | logicimm.tst | # This test file was generated from offline assembler source
# by bldhtc.rexx 12 Nov 2015 12:36:58
# Treat as object code. That is, modifications will be lost.
# assemble and listing files are provided for information only.
*Testcase logicImmediate processed 12 Nov 2015 12:36:58 by bldhtc.rexx
sysclear
archmode z
r 1A0=00000001800000000000000000000200
r 1D0=0002000180000000FFFFFFFFDEADDEAD
r 200=1B00B2B00880D20708880880D4070880
r 210=08904100000841100001412008001B44
r 220=441002BEB2220040BE482018441002C2
r 230=B2220040BE482020
r 238=441002C8B2220040BE482028441002CC
r 248=B2220040BE482030441002D2B2220040
r 258=BE482038441002D6B2220040BE482040
r 268=4120200189100001
r 270=A706FFD81B441B5594000848B2220050
r 280=96000849B222005097FF084AB2220050
r 290=8D40000818341B44EB00084C0054B222
r 2A0=0050EB00084D0056
r 2A8=B2220050EBFF084E0057B22200508D40
r 2B8=0008B2B202E094002000EB0028000154
r 2C8=96002008EB002808015697002010EB00
r 2D8=28100157
r 2E0=00020001800000000000000000000000
r 800=FFFFFFFFFFFFFFFF0000000000000000
r 810=FFFFFFFFFFFFFFFF0000000000000000
r 820=00000000000000000000000000000000
r 830=0000000000000000
r 838=00000000000000000000000000000000
r 848=FF00FF00FF00FF00
r 890=0000000000000800
r 2000=FFFFFFFFFFFFFFFF0000000000000000
r 2010=FFFFFFFFFFFFFFFF
numcpu 1
runtest .1
*Compare
r 00000800.8
*Want 01020408 10204080
*Compare
r 00000808.8
*Want 01020408 10204080
*Compare
r 00000810.8
*Want FEFDFBF7 EFDFBF7F
*Compare
r 00002000.8
*Want 01020408 10204080
*Compare
r 00002008.8
*Want 01020408 10204080
*Compare
r 00002010.8
*Want FEFDFBF7 EFDFBF7F
*Compare
r 00000818.8
*Want 10101010 10101010
*Compare
r 00000828.8
*Want 10101010 10101010
*Compare
r 00000838.8
*Want 10101010 10101010
*Compare
r 00000820.8
*Want 10101010 10101010
*Compare
r 00000830.8
*Want 10101010 10101010
*Compare
r 00000840.8
*Want 10101010 10101010
*Explain The failure of this test indicates either that
*Explain your C compiler lacks stdatomic.h and the GCC
*Explain intrinsic atomic operations, or that the atomic
*Explain operations are not lock free, or that Interlocked
*Explain Access Facility 2 has been unconfigured when
*Explain Hercules was built, or finally that Hercules
*Explain simply lacks the support for IAF2.
*Compare
r 00000880.8
*Want "Facilities list bit 52" 00000000 00000800
* First doubleword of facilities list
r 00000888.8
*Compare
r 00000848.8
*Want 00000000 00000000
gpr
*Gpr 3 00000000
*Gpr 4 00000000
*Done
|
acc115697ca403630c9be8c4b8f13494e4f2c2cc | c63bae8282ad1f43128bf6da8802477b6b40a3bf | /functions and methods/find_the_difference_test.tst | 27183550c341c3dd91b573aeb70e34c0c2637314 | [] | no_license | eithansegall/150225-5781-Databases | 0ec12f7c30e02f304444067382209e6a15815a60 | 93e1e6570a6cb387a5d09b07ea32f8bb251ae690 | refs/heads/main | 2023-06-02T02:38:07.976461 | 2021-06-13T15:37:10 | 2021-06-13T15:37:10 | 347,705,680 | 0 | 0 | null | 2021-03-14T17:30:41 | 2021-03-14T17:30:41 | null | UTF-8 | Scilab | false | false | 230 | tst | find_the_difference_test.tst | PL/SQL Developer Test script 3.0
7
declare
i integer;
begin
-- Test statements here
:result :=find_the_deficit(ID => :ID);
:i := :ID;
end;
4
result
1
72050
3
op_id
1
44
-3
i
1
295
5
ID
1
295
5
0
|
fa27f3a4cd7dd86b4972cb20185d13f15e128966 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2lp/test_13.sce | 8d442796d0805aa1b2ca860184b9b8fe15fd907f | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sce | test_13.sce | // Test # 13 : For zero valued inputs
exec('./allpasslp2lp.sci',-1);
[n,d]=allpasslp2lp(0,0);
// !--error 10000
//Wo must lie between 0 and 1
//at line 39 of function allpasslp2lp called by :
//[n,d]=allpasslp2lp(0,0)
|
ddfb89dad716f0e8731a31a90e093bc3d291c968 | e46eeada1bd3e461d9e4c2913bb12e406391f603 | /Labdig/P22019-1.sce | 7ed52f67fd4bb9b0f633f39e89b947c2a4c0991b | [] | no_license | JoseColombini/Poli | fcc73dcf863256055ff0eb5202617ebb3434fcf3 | c913de4597496164646b262fe2a66f1fdebc05b7 | refs/heads/master | 2023-03-11T21:49:04.619768 | 2023-03-04T20:41:46 | 2023-03-04T20:41:46 | 203,501,300 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sce | P22019-1.sce | clear
clc
vb = 380
sb = 4e4
zb = (vb*vb/sb)'
//potencia constante
s1 = 8e3 - 12e3*%i
s1b = s1/sb
z1 = (380*380/s1)'
z1b = z1/zb
s2 = 32e3 + %i*32e3/0.936*sqrt(1-0.936^2)
s2b = s2/sb
zl = 0.152346 + %i*0.309391
a = 1520/380
zlb = zl/zb
vcb = 1
for(i = 1:50),
vcb = 1 - (vcb/z1b + (s2b/vcb)' )*zlb
end
s1consumido = abs(vcb)^2/z1b'
|
a0750c00395e752853b8255ab368b0c3ecb4822d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH5/EX5.10/ex5_10.sce | 440e7a2a1ec6fada17cef66fb65fa44c02d19731 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex5_10.sce | // Exa 5.10
format('v',7);clc;clear;close;
// Given data
R1 = 120;// in ohm
R2 = 120;// in ohm
R3 = 120;// in ohm
R_V = 121;// in ohm
E_TH = 10;// in mV
E_TH = E_TH * 10^-3;// in V
// E_TH = E * ( (R3/(R3+R1)) - (R_V/(R_V+R2)) );
E = E_TH/((R3/(R3+R1)) - (R_V/(R_V+R2)));//required supply voltage in V
disp(E,"The required supply voltage in V is");
R = 120;// in ohm
del_r = R_V-R;// in ohm
// E_TH = (E*del_r)/(4*R);
E = E_TH*4*R;//The approximation of slightly unbalanced bridge in V
disp(E,"The approximation of slightly unbalanced bridge in V is");
|
f7d14794a7900ac38d535ef7a920f840b7c046f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH13/EX13.4/13_4.sce | 3111b938698d61c4d319d385c540e803cf525719 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sce | 13_4.sce |
clc
//Intitalisation of variables
clear
k= 0.012856 //ohm^-1 cm^-1
R= 3468.9 //ohms
k1= 44.597 //cm^-1
c= 0.1 //g equiv per litre
R1= 4573.6 //ohms
//CALCULATIONS
k1= k*R
K= k1/R1
a= 1000*K/c
//RESULTS
printf ('cell constant = %.3f cm^-1',k1)
printf ('\n cell constant = %.5f ohm^-1 cm^-1',K)
printf ('\n Equivalent conductance = %.2f ohms^-1 cm^2',a)
|
8c046a2fb365c491965f17b0e93ce620657d0210 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH8/EX8.7/Example8_7.sce | 2ee55f22636e83e2341ea9447df2b772c0ff2535 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,864 | sce | Example8_7.sce | clear ;
clc;
// Example 8.7
printf('Example 8.7\n\n');
// Page no. 213
// Solution
// Write given data
B_in = 1.1 ;// Flow rate in of blood -[L/min]
B_out = 1.2;// Flow rate out of blood -[L/min]
S_in = 1.7;// Flow rate in of solution -[L/min]
// Composition of input blood
B_in_CR = 2.72 ;//[g/L]
B_in_UR = 1.16 ;//[g/L]
B_in_U = 18 ;//[g/L]
B_in_P = 0.77 ;//[g/L]
B_in_K = 5.77 ;//[g/L]
B_in_Na = 13.0 ;//[g/L]
B_in_water = 1100 ;//[mL/min]
// Composition of output blood
B_out_CR = 0.120 ;//[g/L]
B_out_UR = 0.060;//[g/L]
B_out_U = 1.51 ;//[g/L]
B_out_P = 0.040 ;//[g/L]
B_out_K = 0.120 ;//[g/L]
B_out_Na = 3.21 ;//[g/L]
B_out_water = 1200 ;//[mL/min]
n_un = 7 ;// Number of unknowns in the given problem
n_ie = 7 ;// Number of independent equations
d_o_f = n_un-n_ie ;// Number of degree of freedom
printf('Number of degree of freedom for the given system is %i .\n\n',d_o_f);
// Water balance in grams, assuming 1 ml is equivalent to 1 g
S_in_water = 1700 ;//[ml/min]
S_out_water = B_in_water+ S_in_water - B_out_water;
S_out = S_out_water/1000 ;//[L/min]
printf(' Flow rate of water in output solution is %.2f L/min.\n\n',S_out);
// The component balance in grams for CR,UR,U,P,K and Na are
S_out_CR = (B_in*B_in_CR - B_out*B_out_CR)/S_out;
S_out_UR = (B_in*B_in_UR - B_out*B_out_UR)/S_out;
S_out_U = (B_in*B_in_U - B_out*B_out_U)/S_out;
S_out_P = (B_in*B_in_P - B_out*B_out_P)/S_out;
S_out_K = (B_in*B_in_K - B_out*B_out_K)/S_out;
S_out_Na = (B_in*B_in_Na - B_out*B_out_Na)/S_out;
printf(' Component Concentration(g/L) in output Dialysis solution \n');
printf(' UR %.2f \n',S_out_UR);
printf(' CR %.2f \n',S_out_CR);
printf(' U %.2f \n',S_out_U);
printf(' P %.2f \n',S_out_P);
printf(' K %.2f \n',S_out_K);
printf(' Na %.2f \n',S_out_Na); |
7e7f8b4b92ce0021754c5ce8d249046356356408 | d8be154f94daec7c0bf6e452bfd38c0d324c8ae2 | /utils/ecrireImage.sci | fa1461e988be3ef9b94f5835373dfadb84d439a2 | [] | no_license | BasileBr/Tatouage | bead5b85415ed359d899ce2fb211501586c9d53f | 8ac0922899085b168f78faacd24a34b55cd1b783 | refs/heads/master | 2020-03-29T02:20:49.262172 | 2018-05-10T17:38:30 | 2018-05-10T17:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 105 | sci | ecrireImage.sci | function ecrireImage(matriceImage, nomFichier)
imwrite(uint8(matriceImage), nomFichier);
endfunction
|
994e02aa87f4b998904882441c5f239735531ef9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH3/EX3.12/Ex3_12.sce | 17c30190f506fdd2c0ffa345d98cb1fb7aa5ae4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_12.sce | clear
//
//
//
//Variable declaration
theta1=5+(23/60); //glancing angle(degree)
theta2=7+(37/60); //glancing angle(degree)
theta3=9+(25/60); //glancing angle(degree)
//Calculation
theta1=theta1*%pi/180; //angle(radian)
theta2=theta2*%pi/180; //angle(radian)
theta3=theta3*%pi/180; //angle(radian)
x1=sin(theta1);
X1=1/(10*x1);
x2=sin(theta2)/x1;
x3=sin(theta3)/x1;
//Result
printf("\n ratio of angles of incidence are %0.3f : %0.3f : %0.3f ",x1,x2,x3)
printf("\n the crystal is a simple cubic crystal")
|
fe2e3d492efee8fbee7963985636f3953c0ee370 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH5/EX5.6/EX_5_6.sce | 7cf2df1ce8716eb4ef91596174516430353f5d1d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX_5_6.sce | // Example 5.6:series capacitance and transfer function
clc;
clear;
close;
f=100;//frequency in hertz
fc=25;//corner frequency
rs=2;//series resistance in killo ohms
rp=4;//PARALLEL resistance in killo ohms
Cs= (1/(2*%pi*fc*(rs+rp)*10^3))*10^6;//series capacitance in micro farad
ts= Cs*10^-6*(rs+rp)*10^3;//time constant
Tf= ((rp/(rs+rp))*((2*%pi*f*ts)/(sqrt(1+(2*%pi*f*ts)^2))));//transfer function
disp(Cs,"series capacitance in micro farad")
disp(Tf,"transfer function is")
|
e3b5f88ba5f1633d8e773ff0244cdb59c918dc61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3773/CH7/EX7.5/Ex7_5.sce | 83185c004d019be527ab057997771f51b8f31221 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | Ex7_5.sce | //Chapter 7: Loop, Slot and Horn Antennas
//Example 7-17.1
clc;
//Variable Initialization
Z0 = 376.7 //Intrinsic impedance of free space (ohm)
Zd = 73 + 42.5*%i //Impedance of infinitely small thin lambda/2 antenna (ohm)
//Calculation
Z1 = (Z0**2)/(4*Zd) //Terminal impedance of the lambda/2 slot antenna (ohm)
//Result
mprintf("The terminal impedance of the thin lambda/2 slot antenna is %.0f%dj ohm",real(Z1),imag(Z1))
|
0d36d6c838c5459460bab0d2aef3f91bc66a7148 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH27/EX27.15/Ex27_15.sce | c7741d555886653c1e673fb9347613ff5e642514 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 131 | sce | Ex27_15.sce | clear
//Given
a=10
b=2
c=3
//Calculation
Vce=a-b
Ic=c-b
Ro=Vce/Ic
//Result
printf("\n The output resistance is %0.3f k ohm",Ro)
|
3e7aea5d452bc1125a986d2582e0450adebf3e7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3515/CH4/EX4.4/Ex_4_4.sce | b15a1cd7ca506ef3a99ef100be3e75e3d5ae544e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 649 | sce | Ex_4_4.sce | // Exa 4.4
format('v',7);
clc;
clear;
close;
// Given data
format('v',11)
V_A= 20;// in V
R_D= 5;// in kΩ
R_D= R_D*10^3;// in Ω
I= 0.8;// in mA
I=I*10^-3;// in A
i_D= I/2;// in A
unCox= 0.2;// mA/V^2
unCox= unCox*10^-3;// in A/V^2
WbyL= 100;
// Formula i_D= 1/2*unCox*WbyL*V_OV^2
V_OV= sqrt(2*i_D/(unCox*WbyL));// in V
disp(V_OV,"The value of V_OV in volts is : ")
gm= I/V_OV;// in A/V;
disp(gm*10^3,"The value of gm in mA/V is : ")
r_o= V_A/i_D;// in Ω
disp(r_o*10^-3,"The value of r_o in kΩ is : ")
// Ad= v_o/v_id = gm*(R_D || r_o)
Ad= gm*(R_D*r_o/(R_D+r_o)) ;// in V/V
disp(Ad,"Differential gain in V/V is : ")
|
8d40a6e960254d9f1c63df23b56b41d71fe69974 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH24/EX24.1/Example24_1.sce | 6ca53dff15483c25cd9c27df4a2c4a91f7361073 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,851 | sce | Example24_1.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 17: ELECTRIC POWER SUPPLY SYSTEMS
// EXAMPLE : 17.1 :
// Page number 422-423
clear ; clc ; close ; // Clear the work space and console
// Given data
no_phase = 3.0 // Number of phases in ac transmission system
V = 380.0*10**3 // Voltage b/w lines(V)
load = 100.0 // Load(MW)
PF = 0.9 // Power factor
l = 150.0 // Line length(km)
n = 0.92 // Efficiency
r = 0.045 // Resistance(ohm/km/sq.cm)
w_cu_1 = 0.01 // Weight of 1 cm^3 copper(kg)
// Calculations
// Case(i)
P_loss = (1-n)*load // Power loss in the line(MW)
I_L = load*10**6/(3**0.5*V*PF) // Line current(A)
loss_cu = P_loss/no_phase*10**6 // I^2*R loss per conductor(W)
R = loss_cu/I_L**2 // Resistance per conductor(ohm)
R_km = R/l // Resistance per conductor per km(ohm)
area = r/R_km // Conductor area(Sq.cm)
volume = area*100.0 // Volume of copper per km run(cm^3)
W_cu_km = volume*w_cu_1 // Weight of copper per km run(kg)
W_cu = no_phase*l*1000*W_cu_km // Weight of copper for 3 conductors of 150 km(kg)
// Case(ii)
W_cu_dc = 1.0/2*PF**2*W_cu // Weight of copper conductor in dc(kg)
// Results
disp("PART II - EXAMPLE : 17.1 : SOLUTION :-")
printf("\nWeight of copper required for a three-phase transmission system = %.f kg", W_cu)
printf("\nWeight of copper required for the d-c transmission system = %.f kg \n", W_cu_dc)
printf("\nNOTE: Changes in the obtained answer from that of textbook is due to more precision")
|
d74b769e44d7cfbcf3ecb1f027d56801352ffa6e | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH12/EX12.7/7.sce | 2a7e15448c2efd9662199caec36f8d246b871009 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 283 | sce | 7.sce | clc
dh=840; //kJ/kg; Adiabatic enthalpy drop
h1=2940; ///kJ/kg;
p2=0.1; //bar
h_f2=191.8; //kJ/kg
n_rankine=(dh)/(h1-h_f2)*100;
disp("rankine efficiency=")
disp(n_rankine)
S=3600/dh; //Specific steam combustion
disp("Specific steam combustion=")
disp(S)
disp("kg/kWh") |
936afc1358f2480fa23f36207c63825fd780eeae | 9d545f988a80789144df937ce4a90017c378cb92 | /Lab 9/dpcm.sci | 06d2aef87b7f18bc5fbdd78c85d37c7adc4f6d82 | [] | no_license | tshrjn/EE304P | 215dc669daaf372242afe2c1f580a36df26e51ce | ac1c045262dd0b419354d2d22861c734508b7b8e | refs/heads/master | 2021-01-10T03:02:18.270276 | 2015-12-01T02:42:16 | 2015-12-01T02:42:16 | 46,113,211 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 948 | sci | dpcm.sci | delta=.9957;
function [xrec]=reciever(quant,delay)
xrec=quant+delay;
// xrec=bin2dec(bit)*delta+x_i+delay;
endfunction
function [xrec]=reciever_bin(bit,delay,x_i)
// xrec=qua+delay;
xrec=bin2dec(bit)*delta+x_i+delay;
endfunction
//indicator=1;
function [bit]= delMod(x_high,x_low)
if x_high > x_low then
bit=1;
else
bit=-1;
end
endfunction
function [xrec]=delrec(bit,n,delta)
xrec=0;
for i=1:1:n
xrec=xrec+bit(i)*delta;
end
endfunction
function [Q,level]= Quant(a,x_i,x)
Q=0;
level=0;
[n,r]=size(x_i);
for i=1:1:n
if x>=a(i) & x<=a(i+1) then
Q=x_i(i);
level=i-1;
break;
end
end
endfunction
function [d]= MeanSquare(x,x_i)
[n,r]=size(x_i);
d=0;
for i=1:1:r
d=d+((x(i)-x_i(i)).^2);
end
d=d/r;
endfunction
|
244ff5420601193f2386faecf5c0042f27bb4907 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH2/EX2.6/Example_2_6.sce | 6de8f8e079e5a5db5ebfedf971aacec15cdbe0c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,477 | sce | Example_2_6.sce | //Chemical Engineering Thermodynamics
//Chapter 2
//P-V-T Relations
//Example 2.6
clear;
clc;
//Given
P1 = 266;
T1 = 473.16;//Initial temperature in Kelvin
T2 = 273.16;//Final temperature in Kelvin
V1 = 80; V2 = 80;//Initial & final volume in litres
N1 = (14.28/28); N2 = (14.28/28);//Initial and final Kg moles are equal
Tc = 126;//Critical temperature of N2 in K
Pc = 33.5;//Critical pressure of N2 in atm
//To calculate the final pressure achieved
//(i)Using ideal gas law
p2 = (P1*V1*N2*T2)/(V2*N1*T1);
mprintf('(i)Final pressure of N2 using ideal gas law is %f atm',p2);
//(ii)Using generalized Z chart
Tr1 = T1/Tc;//reduced initial temp in k
Pr1 = P1/Pc;//reduced initial press in K
//From the Z-chart compressibility factor coressponding to the above Tr1 &Pr1 is
Z1 = 1.07;
P2 = [125,135,150];
Z2 = [0.95, 0.96, 0.98];
F = [0,0,0];
for i = 1:3
F(i) = (P2(i)/(Z2(i)*T2))-(P1/(Z1*T1));
end
clf;
plot(P2,F);
xtitle("P2 vs F","P2","F");
P3 = interpln([F;P2],0);
mprintf('\n (ii)Final pressure of N2 from Z chart is %f atm',P3);
//(iii)Using Pseudo reduced density chart
R = 0.082;//gas constant
v = V1/N1;//Volume per moles of nitrogen in m^3/Kg mole
Dr = (R*Tc)/(Pc*v);
Tr2 = T2/Tc;//final reduced temp in K
//From figure A.2.1, reduced pressure coressponding to this Dr and Tr2 is
Pr2 = 4.1//final reduced pressure in atm
p2_ = Pr2*Pc;
mprintf('\n (iii)Final pressure achieved using Dr chart is %f atm',p2_);
//end |
39cd6569c303a27c76a328abd6c38fc2c30fc5fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH4/EX4.2/2.sce | ef265620cc656d8957d9e48da4c625196275426d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | 2.sce | clc; funcprot(0);
//Example 4.2 Standard Pressure at Altitude After 35332 Feet
// Initialisation of variables
P0 = 6.925;
Z = 40000;
R = 53.33;
Z0 = 35332;
T = 392.4;
rho_0 = 0.002378;
P0_SL = 29.92; // Pressure at sea level
// Calculations
P = P0*%e^((-Z+Z0)/(R*T));
rho = rho_0 *P*T0/(P0_SL*T);
//Results
disp(rho,"Density (slug per cu ft):",P,"Pressure (inch Hg):", "!---At an altitude of 40000 ft in standard altitude ---! ");
|
5a3738379f20520dbae03b245fbbbffcd9b90024 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH11/EX11.15/11_15.sce | bff97d8c862e1eb5dc775cc1f352d1b6a6ea1582 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,093 | sce | 11_15.sce | //To find width, tension and length
clc
//Given:
d2=240/1000, d1=600/1000, x=3 //m
P=4*1000 //W
N2=300 //rpm
mu=0.3
T1s=10 //Safe working tension, N/mm width
//Solution:
//Minimum width of the belt:
//Calculating the velocity of the belt
v=%pi*d2*N2/60 //m/s
//Calculating the angle alpha for an open belt drive
alpha=asin((d1-d2)/(2*x))*180/%pi //degrees
//Calculating the angle of lap on the smaller pulley
theta=(180-2*alpha)*%pi/180 //radians
//Calculating the tensions in the belt
//Power transmitted, P = (T1-T2)*v, or T1-T2 = P/v
//Ratio of tensions, log(T1/T2) = mu*theta, or T1-T2*exp(mu*theta) = 0
A=[1 -1; 1 -exp(mu*theta)]
B=[P/v; 0]
V=A \ B
T1=V(1) //N
T2=V(2) //N
//Calculating the minimum width of the belt
b=T1/T1s //mm
//Calculating the initial belt tension
T0=(T1+T2)/2 //N
//Calculating the length of the belt required
L=%pi/2*(d1+d2)+2*x+(d1-d2)^2/(4*x) //m
//Results:
printf("\n\n Minimum width of the belt, b = %.1f mm.\n\n",b)
printf(" Initial belt tension, T0 = %.1f N.\n\n",T0)
printf(" Length of the belt required, L = %.2f m.\n\n",L) |
7d29b6bc58b1657b4b583f7d64d0ab69eb334b39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2267/CH7/EX7.10/ex7_10.sce | 87b6d920b90aca24c5c0006fe1a83b4720076877 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | ex7_10.sce | //Part A Chapter 7 Example 10
clc;
clear;
close;
p2=200;//kPa
T=30//degree C
ds=0;//for isentropic process
//for saturated liquid at 30 degree C
p1=4.25;//kPa
vf=0.001004;//m^3/kg
v1=vf;//m^3/kg
h21=v1*(p2-p1);//kJ/kg(h21=h2-h1)
disp("Enthalpy change is "+string(h21)+" kJ/kg");
|
a6801025d74e5a2a4ccfb1989485e1f3e3ba443e | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH17/EX17.5/example17_5.sce | c1f7f2d78bd5c093051fde47af702b8222dd07f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 200 | sce | example17_5.sce | l1=5;
l2=15;
m=4;
disp("Part a");
lmax=l1+l2+2*m;
disp("the maximum inductance (in H) is"); disp(lmax);
disp("Part b");
lmin=l1+l2-2*m;
disp("the minimum inductance (in H) is");; disp(lmin);
|
fc2a1f0b60bf4e34895cf2b7b07a8252a079ca05 | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH11/EX11.3/exp11_3.sce | c01c08849b2ec4d7c03260a16870a3329a00b612 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | exp11_3.sce | clc
clear
disp("example 11.3")
//given
p=250//load
rt=14 //run time
t=24//total time
ac=5;bc=8;cc=0.05 //variables of cost equation
bw=30;cw=0.05 //variables of water per power
qw=500//quantity of water
lam=bc+cc*2*p //lambda
a=-qw*(10^6)/(3600*rt)
inn=sqrt(bw^2-4*cw*a)
phh1=(-bw+inn)/(2*cw)//solution of quadratic equation
phh2=(-bw-inn)/(2*cw)
if phh1>0 then
r=lam/(bw+cw*phh1)
printf(" hydro plant power is %fMW \n the cost of water is %fRs.per hour/m^3/sec",phh1,r)
end
if phh2>0 then
r=lam/(bw+cw*phh2)
printf(" hydro plant power is %fMW \n the cost of water is %fRs.per hour/m^3/sec",phh2,r)
end |
527a2f47aad832a162433557feb04bd49b4a9b88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH4/EX4.11/c4_11.sce | c08cf5837e32f3c02116e728f74b70bddb36c2cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,642 | sce | c4_11.sce | //(4.11) A tank having a volume of 0.85 m3 initially contains water as a two-phase liquid—vapor mixture at 260C and a quality of 0.7. Saturated water vapor at 260C is slowly withdrawn through a pressure-regulating valve at the top of the tank as energy is transferred by heat to maintain the pressure constant in the tank. This continues until the tank is filled with saturated vapor at 260C. Determine the amount of heat transfer, in kJ. Neglect all kinetic and potential energy effects.
//solution
//variable initialization
V = .85 //volume of tank in m^3
T1 = 260 //initial temperature of the tank in degree celcius
X1 = .7 //initial quality
//from table A-2
uf1 = 1128.4 //in kg/kg
ug1 = 2599 //in kg/kg
vf1 = 1.2755e-3 //in m^3/kg
vg1 = .04221 //in m^3/kg
u1 = uf1 + X1*(ug1-uf1) //in kj/kg
v1 = vf1 + X1*(vg1-vf1) //in m^3/kg
m1 = V/v1 //initial mass in kg
//for final state, from table A-2,
u2 = 2599 // units in KJ/kg
v2 = 42.21e-3 //units in m^3/Kg
he = 2796.6 //units in KJ/kg
m2 = V/v2 //final mass in kg
U2 = m2*u2 //final internal energy in KJ
U1 = m1*u1 //initial internal energy in KJ
Qcv = (U2-U1) - he*(m2-m1)
printf('the amount of heat transfer in KJ is : \n\t Qcv = %f',Qcv)
|
09d177204c0e2ef22ca8e22729f6e19156580126 | 449d555969bfd7befe906877abab098c6e63a0e8 | /998/CH29/EX29.69/Ex69.sce | 812a1ff9b4cfb3af4786453be0f9ec023b6f61c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | Ex69.sce | //Ex:69
clc;
clear;
close;
r=6378;//radius of earth in km
h=35786;// in km
r_h=r+h;//height in km
E_min=5;// in degree
P=cos(E_min*3.14/180);
Q=(r/(r_h)*P);
a_mx=(asin(Q))*(180/3.14);//the theoretical max coverage angle in degree
a_mx1=E_min+a_mx;
D=(r^2)+(r_h^2)-2*r*r_h*sin(a_mx1*3.14/180);
d=sqrt(D);// in km
d1=ceil(d);//max slant range in km
c=3*10^5;// in m/s
t=2*d1/c;
printf("The round trip delay=%f millisec",t*1000); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.