blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d82e4729d67565c8337e377fa493cde64391cd7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3116/CH4/EX4.4/Ex4_4.sce | f74fc9fb644c4b5add595485235a087f67bca490 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | Ex4_4.sce | clc
//given that
theta = 30 // angle between a line joining centres of anion with their median in degree
printf("Example 4.4\n")
r_ratio = (1- cos(theta*%pi/180))/ cos(theta*%pi/180)
printf("\n Minimum cation to anion radius ratio is %.3f",r_ratio)
|
26d9ddc5316ac249a588b9016f34e9ab221457f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH3/EX3.11/Ch03Ex11.sce | be09082381bffe6c1309aeac4086506990c62778 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 528 | sce | Ch03Ex11.sce | // Scilab Code Ex3.11: Page:138 (2011)
clc;clear;
r = 1.86e-10;....// Radius of Na, angstrom
m = 9.1e-31;....// Mass of electron,in kg
h = 6.62e-34;....// Planck's constant, J-s
N = 2;....// Number of free electrons in a unit cell of Na
a = 4*r/sqrt(3);....// Volume of Na, m
V = a^3;....// Volume of the unit ce... |
7d9991ff3b9a7580a0c672cb133ae4b54975e023 | 449d555969bfd7befe906877abab098c6e63a0e8 | /20/CH1/EX1.14.29/example1_14_pg29.sce | 8a5b5f0a41955d3e34103f9e9f619c8468c3c737 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,295 | sce | example1_14_pg29.sce | // Example1_14_pg29.sce
// To find regulation by percent method
// Theory of Alternating Current Machinery by Alexander Langsdorf
// First Edition 1999, Thirty Second reprint
// Tata McGraw Hill Publishing Company
// Example in Page 29
clear; clc; close;
// Given data
v1 = 1100; // Primary voltage, volts
v2 = 110; /... |
dc5cfa11f9ba90638dfb8af8ff6f975abd275aa5 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Drwpt.sci | 5df4a877ed2b6548662b9c48508dd7c9160ec86e | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,689 | sci | Drwpt.sci | //
// 08.05.31
// 09.12.25
// 10.01.01
// 11.05.26 (for pdflatex)
function Drwpt(varargin)
global Wfile FID TenSize TenSizeInit MilliIn;
Nargs=length(varargin);
All=Nargs;
Tmp=varargin(All);
Iro=[0,0,0,1];
Iroflg=0;
if type(Tmp)==10 then
Iro=Ratiocmyk(Tmp);
Iroflg=1;
All=All-1;
end
Tmp=v... |
c6bcf38e223da11d63133b5f00efc087355129f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH9/EX9.4/Example94.sce | df4d1c1060aa19999ae8ef890cc7f996de719e57 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,331 | sce | Example94.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat transfer, Seventh Edition, Frank Kreith, Raj M Manglik and Mark S Bohn, Chapter 9, Example 4")
//Hemispherical emissivity of an aluminum paint at wavelengths below 3 microns
epsilon_lamda_1=0.4;
... |
1296f27eb71de0979068aaf86df6294c55ddbfd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH2/EX2.26/exa_2_26.sce | 958f084bca33d982715af27085e09e0390db0a07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 957 | sce | exa_2_26.sce | // Exa 2.26
clc;
clear;
close;
// Given data
x1= 1.570;
x2= 1.597;
x3= 1.591;
x4= 1.562;
x5= 1.577;
x6= 1.580;
x7= 1.564;
x8= 1.586;
x9= 1.550;
x10=1.575;
n=10;
// (i)
x_bar= (x1+x2+x3+x4+x5+x6+x7+x8+x9+x10)/10;
disp(x_bar,"Arithmetic mean in gramme")
d1= x1-x_bar;
d2= x2-x_bar;
d3= x3-x_bar;
d4= ... |
8a30f75dbc5f727e66641152fc9812c7feef3b70 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2990/CH6/EX6.27/Ex6_27.sce | a40b2fc965b74484417b044736e054288c21cdab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 243 | sce | Ex6_27.sce |
clc; funcprot(0);
// Initialization of Variable
B=180.0;//height in m
f=120.0;//focal length in mm
pa=54.32//parallax in mm
pb=46.35;//parallax in m
//calculation
delH=B*f/pa/pb*(pa-pb);
disp(delH,"height difference in m")
clear()
|
b85040d4f14d23d6ed5db2da12cc8e8e053394a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH4/EX4.6/ex4_6.sce | 9d7a747f0b503b5d30e011f71ed89572c3f61afa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | ex4_6.sce | //Find the inductance per phase of 30 km line
clear;
clc;
//soltion
//given
r=(15)/2;//mm//radius of the conductor
re=r*exp(-1/4);
d=1.5*1000;//mm//spacing
L=0.2*log(d/re);
printf("Loop Inductance of line= %.2f mH/km\n",L);
Ll=L*30/1000;
printf("Inductance per phase of 30 km long line= %.4f H",Ll);
|
e88395bb873eaf9a4d067ed9599d50ce56a505fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH21/EX21.2/example21_2.sce | a380a290633e52a54f2eaa9c4db3551c33e23f68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 402 | sce | example21_2.sce | a=5*6*10^(-4);
d=0.5*10^(-3);
disp("Part a");
k=1;
e0=8.85*10^(-12);
c=k*e0*a/d;
disp("the capacitance (in pF) is"); disp(c*10^12);
disp("Part b");
k1=5;
c1=k1*c;
disp("the capacitance (in pF) is"); disp(c1*10^12);
disp("Part c");
k2=7500;
c2=k2*c;
disp("the capacitance (in μF) is"); disp(c2*10^6);
disp(... |
c639e2452a21b87f8658bc76262ab12b0d64c8b7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/m2sci/sci_plot.sci | e6c84e04f586e7875e53e26fa715bb58c7bb561e | [
"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 | 179 | sci | sci_plot.sci | function [stk,txt,top]=sci_plot()
// Copyright INRIA
txt=[]
RHS=[]
for k=1:rhs
RHS=[stk(top)(1),RHS]
top=top-1
end
stk=list('mtlb_plot'+'('+makeargs(RHS)+')','0','?','?','?')
|
bb85ee37b3232d4cac3c8d3fba71c9b366ea807f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2522/CH2/EX2.4/exm2_4.sce | d3c76ac991cf9e1fb0ace680b42cd5ea04fdc149 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sce | exm2_4.sce | //page no 43
//example no 2.4
//CALCULATING NO OF CHIPS.
clc;
//chip 1024*1 has 1024(1k) registers & each register can store one bit with one data line. We need 8 data lines for byte size memory. Therefore 8 chips are necessary for 1k byte memory.For 1k byte memory we will need 64 chips. We can arrive at the same a... |
3df6a6b0a9bf753a41f80446e0d9bafee3e6b98b | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.14_5.tst | 45bf8b6d5ed3929e2bfbd9823db667d746e1be2c | [] | 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 | 649,058 | tst | 5.14_5.tst | 14 153:1 195:1 750:1 1054:1 1402:1 1761:1 1957:1 2477:1 2629:1 2885:1 4227:1 4325:1 4857:1 4939:1 5044:1 5485:1 5512:1 5607:1 5869:1 6147:1 6615:1 6624:1 6643:1 6930:1 7005:1 7410:1 7512:1 7638:2 7697:1 7739:1 8030:1 8622:1 9192:1 9875:1 10176:1 10226:1 10584:1 10817:1 10841:1 11283:1 11305:1 11383:1 11398:1 11463:1 11... |
669054e5d2e61692a6d93d70cb3f31eb93cc11db | 449d555969bfd7befe906877abab098c6e63a0e8 | /2975/CH29/EX29.2w/Ex29_2w.sce | 354188c68794a232407d588a3465e3a7580f804f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 569 | sce | Ex29_2w.sce | //developed in windows 8 operating system 64bit
//platform Scilab 5.4.1
//example 29_2w
clc;clear;
//Given Data
q_a=8*10^-6; //Charge at A (Unit: C)
q_b=-2*10^-6; //Charge at B (Unit: C)
dis_ab=20*10^-2; //Distance between A and B(Unit: m)
//Calculation
distance=dis_ab/((q_a/(-q_b))^(... |
6cc36ef7c9e11cb873fd94178a991b8a9b3a9498 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH6/EX3.12/6_12.sce | e029bc24d98b34b8082088c354e99376f04fefbe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 310 | sce | 6_12.sce | clc
//initialisation of variables
T= 298.2 //K
T1= 1000 //K
R= 1.987 //cal/mol K
k= -2.52
G= 34500 //cal
G3= 4.63 //kcal
//CALCULATIONS
G1= -R*T1*2.303*k
G2= ((T*G1/T1)-(G*(T-T1)/T1)-1.5*R*T*2.303*log10(T/T1))/1000
G4= (G2+G3)/2
//RESULTS
printf (' Standard free energy = %.2f kcal mole^-1 ',G4)
|
09d44d6fe3d51977c97f93f8fbfd3a07599ec856 | 9ba84a7f7b27fc82fdfcfb8dd03498c4cc91f124 | /Parcial 3/AgustinDiaz5.sce | 7de94d81860b5e623d805df255b1eeb8ea774ae3 | [] | no_license | ignaciolitma/LCC-Metodos-Numericos | 8120eba09ea160e3252542373afc5ddad49a04c9 | e63728e5f15bb469dff205a74901a5b930e1271d | refs/heads/main | 2023-03-12T11:34:36.940908 | 2021-03-01T20:56:12 | 2021-03-01T20:56:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,349 | sce | AgustinDiaz5.sce | // Pregunta 5
// Aproxima la funcion que pasa por los puntos
// x con imagen y
// por el metodo de los minimos cuadrados
// a partir de los 2 polinomios:
// x
// x^2
// retorna los coeficientes correspondientes
function a = minimosCuadrados(x, y)
[_, n] = size(x)
A = zeros(n, 2)
for i = 1:n
... |
9572b163515b1db81db65e7a3c2c72707cfdbb82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/DEPENDENCIES/Program11_5data.sci | 7d08e99f8415f1f5c97ad12cac778c95ec24bfaa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 83 | sci | Program11_5data.sci | //Program 11.5 data
//Data for Program 11.5
A=1;
B=2;
C=3;
X1=4;
X2=5;
X3=6; |
da77e7f9ffd92f3d91ae0a035897dc459d197584 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3257/CH11/EX11.2/Ex11_2.sce | c2f65d059c4804167aa9eee799b90a030923a221 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 622 | sce | Ex11_2.sce | // Density of metal powder lubricant mix
clc
m_fe = 1000 // mass of iron in gram
m_l = 25 // mass in gram
d_fe = 7.86 // density of iron in gram/cc
d_l = 1.2 // density of lubricant in gram/cc
d_ap = 2.75 // apparent density in gram/cc
m_L = 30 // mass of lubricant in gram
printf("\n Example 11.2")
V = m_fe/d... |
90566485f14a3defbb2f5eb8951c5580a4be003f | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/varargin.man.tst | ef4395f8671a1ffd1d435bf2fb2ea8ab9684718c | [
"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 | 196 | tst | varargin.man.tst | clear;lines(0);
deff('exampl(a,varargin)',['[lhs,rhs]=argn(0)'
'if rhs>=1 then disp(varargin),end'])
exampl(1)
exampl()
exampl(1,2,3)
l=list('a',%s,%t);
exampl(1,l(2:3))
|
b521afe8603455c737ee5e2a8e7b69f3b12ec386 | 99b88a8b86c9ba133f1838fdb89798ab0121134a | /singleton.sce | 2ce84dba75e6136f2ed5dd4a8872025ecd45ba50 | [] | no_license | feng42/Interface_scilab_mbdyn | aae1dd4d7ad13c4440be8ac4e6cb9d5d42cea512 | 604c543f8033fd5e0eed175dc66e5d0e44f5197e | refs/heads/master | 2020-04-26T21:35:30.077586 | 2019-04-27T05:32:31 | 2019-04-27T05:32:31 | 173,845,932 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | sce | singleton.sce | //one-turn test
clc;
clear;
rootpath = "/home/feng/zhangfeng3/Interface_scilab_mbdyn/";
mbd_outfile = "out/double_swing_test_singleton.mbd";
mov_outfile = "out/double_swing_test_singleton.mov";
exec("model/init_2s.sci", -1);
[time_cfg, const_val, ref_mat, nodes, bodies, joints] = init_2s();
exec("model/double_swing.s... |
e605645d3db92b6ad10875fa61ad8a2c9efad678 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/6_16b_data.sci | a26559146d169c39404fa6900028f7837ed37ba6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sci | 6_16b_data.sci | //for the cessna skylane(CP-1):
b=10.912;//wingspan(meter)
S=16.165;//wingarea(m^2)
AR=b^2/S;//aspect ratio
D=1.225;//density at sea level(Kg/m^3)
W=13127.5;//normal gross weight(N)
f=65;//fuel capacity
P=230;//power provided by piston engine (unit-horsepower(hp))
Sf=2.0025;//specific fuel consumption(N/(hp.h))... |
6ccf3b5e080f5041420ecb18c12a9b840a39c028 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2891/CH7/EX7.7/Ex7_7.sce | f1358bdcc02b6b5518b1aa759a622656ac449b9e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | Ex7_7.sce | //Exa 7.7
clc;
clear;
close;
// given :
D_a=6 // Diameter of paraboloid reflector in m
c=3*10^8 // speed of light in m/s
f=4 // frequency in GHz
f=4*10^9 // frequency in Hz
lambda=c/f // wavelength in m
r=2*D_a^2/lambda // required minimum distance between two antennae in m
disp(r,"required minimum distance ... |
608b255329c3ff9255d4a240c4679f1593c85f5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH9/EX9.17.7/ex_9_17_7.sce | f3d5d29195f59b994e2120dcceba63b3b9fe7ea6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sce | ex_9_17_7.sce | //Example 9.17.7 // impedance of CRO
clear;
close;
clc;
K=10;//
vin=1;//vpp
vout=0.1;//in vpp
c1=2;// in pF
c2=c1*(K-1);//CAPACITANCE IN Pf
disp(c2,"capacitance in pF")
|
f5fb1945a49c2dafc9e8c56e1cbb3104629e96d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH7/EX7.7/sadiku_7_7.sce | b5748756c938d8c2380e3e9fbc94e36fedf498c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 167 | sce | sadiku_7_7.sce | clear;
clc;
disp('Vector potential A=-p^2/4');
Q=%pi/2,p1=1,p2=2,z1=0,z2=5
Y=.5*integrate('p','p',p1,p2)*integrate('1','z',z1,z2);
disp(Y,'Total magnetic flux= ') |
4dd9239f063a345681d11eba97250074f6b99908 | b5c22c07406d45a352798d115f1412c5f993a069 | /Logi/2016/07/11/18_59/LogiSciLab.sce | e86bb7f936e37e3bbb7c9ffdec2f8aabdd45a6cf | [] | no_license | patrykbabecki/dronPC | 19f4b66c8e80a0855831547036b165b646aad47a | 664dee37741c8a2e75f57d4a111e4029ec92cc36 | refs/heads/master | 2020-04-11T04:30:18.304395 | 2016-09-13T10:58:09 | 2016-09-13T10:58:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,883 | sce | LogiSciLab.sce | //
// Plik wczytujacy dane z pliku LogiSciLabbDane
// data zbierania logow: 18_59 11/07/2016
//
// Opis zmiennych:
// AccGyroRaw_ACCX - wektor zaiwrajacy parametru :ACCX z pliku: AccGyroRaw_log.txt
// AccGyroRaw_ACCX_Size - stala zawierajaca rozmiar powyzszego wektora
// AccGyroRaw_ACCY - wektor zaiwrajacy parametru... |
0063295eccef4fab142c31fa710b18206e31b924 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH5/EX5.3/Example5_3.sce | 4cfc0d3959eaaa5b912a4d0de39bc4ee355e612b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 534 | sce | Example5_3.sce | clear;
clc;
// Example: 5.3
// Page: 151
printf("Example: 5.3 - Page: 151\n\n");
// Solution
//*****Data*****//
Th = 650 + 273;// [K]
Tl = 30 + 273;// [K]
Qh = 585;// [kJ/cycle]
//*************//
// Solution (a)
// From Eqn. (5.9)
eta = (Th - Tl)/Th;
printf("(a) The efficiency of the Carnot engi... |
b9945c08157e36a5357c338b028686f697577967 | 8627886261b3eddf8440c0b470cd9ee25c762d97 | /сайлаб/fifteen.sce | fef381c480dc3474a998e756db2715c5f12397ce | [] | no_license | timurzotov/pvis | ba75cf86fae91b6adc8dd3fe9cd2672eea561cca | d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba | refs/heads/master | 2020-09-08T07:59:31.719500 | 2019-11-11T21:14:13 | 2019-11-11T21:14:13 | 221,070,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | fifteen.sce | clc
disp('15.1','ЗАДАНИЕ №15')
function w=f(x,y)
w=(y+(3/(x+1)))/x
endfunction
//clc
scf
format('v',5)
x0=3; y0=2
x=[3:1:10]
z=ode(y0,x0,x,f)
xname('15.1')
plot(x,z,'-*'); xgrid()
disp(x);
disp(z)
disp('15.2', '********************************')
function w=f(x,y)
w=(y+cos(x)*x^2)/2
endfunction
//clc
scf
format... |
73935e40e6eb5b90ce2d4d77f192c25bfc59a78b | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH11/EX11.2/ex11_2.sce | 0c0f30be50bc7f8ced19e4df2b59b41b55b9ebbc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 201 | sce | ex11_2.sce | //ex11.2
R_S=10^3;
V_BIAS=110;
V_BE=0.7;
V_CE_sat=0.1;
V_A=V_BE+V_CE_sat; //VOLTAGE ACROSS ANODE
V_R_s=V_BIAS-V_A; //VOLTAGE ACROSS R_S
I_A=V_R_s/R_S;
disp(I_A,'Anode current in amperes') |
9adbd9e91b9cd9c335715fd1a0f6b4a3620a0c82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH7/EX7.11/ex7_11.sce | 3339f7a782d95685ca9b7e21fb4181fbdf015a5b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | ex7_11.sce | //Page Number: 376
//Example 7.11
clc;
//Given
e=1.6D-19; //J
B0=0.01; //Wb/m2
d=6D-2; //m
V0=20D+3; //V
ebym=1.759D+11;
//(i) Hull cut off voltage
Voc=(B0*B0*d*d*ebym)/2;
disp('KV',Voc/1000,'Hull cut off voltage:');
//(ii) Hull magnetic field
Boc=sqrt((2*V0)/ebym)/d;
disp('mT',Boc*1000,'Hull magnetic... |
887e18d67ceef52b2cf15e5e60f744308058f804 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /HUNGRY HUNGRY AIMERS.sce | 2d8622ed150fab02c98fc922ccaec6967a158fde | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 53,649 | sce | HUNGRY HUNGRY AIMERS.sce | Name=HUNGRY HUNGRY AIMERS
PlayerCharacters=Character Profile
BotCharacters=Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;hippo.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Character Profile
AddedBots=Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;Pigeon.bot;hippo.bot;hi... |
f88cfe662cb87335e0f03409071fdc2b912f02d1 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/armcov/armcov7.sce | feef0118bc4b14bef2a2b3e181472eb5b680c6d5 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 387 | sce | armcov7.sce | //check o/p when i/p is a matrix
y=[2+1*%i; 2; 3; 4; 5; 6; 7; 8; 9; 0; -2; 3; 4; 5; 6];
arcoeffs = armcov(y,4)
disp(arcoeffs);
////output
//
// column 1 to 2
//
// 1. - 1.0786743 - 0.0073891i
//
// column 3
//
// 0.5713563 + 0.0093133i
//
// column 4
//
// - 0.4206988 - 0.01219... |
ea47185df3001a2fa1fd06ed59d4b122a5a8346a | 717ddeb7e700373742c617a95e25a2376565112c | /72/CH7/EX7.3.1/7_3_1.sce | a51ee5c33f2aed6649dfba4f71ee1578f7ecff01 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 635 | sce | 7_3_1.sce | //CAPTION: Criterion_of_Mode_Operation
//chapter_no.-7, page_no.-304
//Example_no.7-3-1
clc;
// Calculate_the_criterion_for_classifying_the_modes_of_operation
er=13.1;
e=1.6*(10^-19);
E=8.854*(10^-12)*er;//dielectric_constant
vd=2.5*(10^5);//electron_drift_velocity
un=.015;//negative_electron_mobility
... |
823f6019be43b776fede81226a593e9bd66197b7 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/ok_unsupportedOption.tst | d9d279ea84f960b1a360b19dc5159296bc5d3cbf | [] | no_license | IETS3/jSMTLIB | aeaa7ad19be88117c7454d807a944e8581184a66 | c724ac63056101bfeeb39cc3f366c8719aa23f7b | refs/heads/master | 2020-12-24T12:41:17.664907 | 2019-01-04T10:47:43 | 2019-01-04T10:47:43 | 76,446,229 | 1 | 0 | null | 2016-12-14T09:46:41 | 2016-12-14T09:46:41 | null | UTF-8 | Scilab | false | false | 18 | tst | ok_unsupportedOption.tst | (get-option :zzz)
|
c14dd254db47fad1bca3ac4727e2fe9cb15fbee9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH2/EX2.42/ex2_42.sci | eed5d9422ddb8a5f407130d3c9df0c335575adce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | ex2_42.sci | //Chapter 2,Ex2.42,Pg2.53
clc;
disp("Refer to the diagram shown in the question")
A=[14 -12;-12 16] //Apply KVL theorem to obtain the required result
B=[2;-4]
I=A\B
Vth=3*I(2)+4 //Thevenin voltage
printf("\n Vth=%.1f \n",Vth)
R1=((2*12)/(2+12))+1
Rth=R1*3/(R1+3)
Iload=Vth/(Rth+2)
printf("\n Il=%.2f \n",Iload... |
9938a40548d1c6e792425ddd1c8de2f6eec12f7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH5/EX5.9/Ex5_9.sce | 2d02b8bb682b0ec728d48f9a02fe3d629d8e31ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 100 | sce | Ex5_9.sce | clc;
R=330;
VS=5;
VD=VS;
disp('V',VD*1,"VD=VS=");
VR=0;
disp(VR,"VR=");
I=0;
disp(I,"I=");
|
a1dd7fbc0430e48acf7be985ccb4d4d23f0ebbd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1535/CH4/EX4.1/Ch04Ex1.sci | 8e19c16e8fc9deb77bb85cacfeece75f239c1a4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 987 | sci | Ch04Ex1.sci | // Scilab Code Ex4.1 : Page-91 (2010)
D = 50; // Distance between source and the screen, cm
lambda = 6563e-008; // Wavelength of light of parallel rays, m
d = 0.385e-01; // Width of the slit, cm
n = 1; // Order of diffraction for first minimum
// As sin(theta1) = n*lambda/d = x1/D, solving for x1
... |
9b8891c319d8a1579bb94d83c69552a8ad00c0b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH4/EX4.6/4_6.sce | b8e7cbc7d15d8286c022671382d655f474fb2896 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,778 | sce | 4_6.sce | clear;
clc;
//Example - 4.6
//Page number - 154
printf("Example - 4.6 and Page number - 154\n\n");
//Given
m = 1000;//[g] - Mass of fluid
P_1 = 20;//[bar] - Initial pressure
P_2 = 2;//[bar] - Final ressure
T_1 = 250 + 273.15;//[K] - Initial tempearture
R = 8.314;//[J/mol*K] - Universal gas constant
// ... |
576869b1d6c344c87bddb1ba48f2967cf767d72c | 449d555969bfd7befe906877abab098c6e63a0e8 | /174/CH14/EX14.4/example14_4.sce | 54a10c1373b6868f1b81439fb109ba1419789641 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 810 | sce | example14_4.sce | // To find elapsed time
// Modern Electronic Instrumentation And Measurement Techniques
// By Albert D. Helfrick, William D. Cooper
// First Edition Second Impression, 2009
// Dorling Kindersly Pvt. Ltd. India
// Example 14-4 in Page 401
clear; clc; close;
// Given data
n = 1.55; //index of refraction
c... |
4b04d6f8594a599f30f5082a604171145f87908e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2444/CH6/EX6.1/ex6_1.sce | c67bc07ae951cde162e588891383ff9906b793e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 478 | sce | ex6_1.sce | // Exa 6.1
clc;
clear;
close;
format('v',8)
// Given data
Rs = 10;// in k ohm
Rs = Rs * 10^3;// in ohm
Rin = 10;// in ohm
Rout = 10;// in k ohm
Rout = Rout * 10^3;// in ohm
R_L = 10;// in ohm
Ai = 1000;// unit less
VinBY_Iin= Rin;// in ohm
VoutBY_Iin= Ai*Rout*R_L/(Rout+R_L);// in V
Av= VoutBY_Iin/VinBY_I... |
956b10fa550fbfac509d293c0472b82b9b523c38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH1/EX1.8/Exa1_8.sce | d94638d52efa01659fee7dc815980599af1d6748 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | Exa1_8.sce | //Exa 1.8
clc;
clear;
close;
//Given data
R=1;//in kOhm
RL=5;//in kOhm
VZ=10;//in volt
Vo=10;//in volt
P=250;//in mW
IL=Vo/RL;//in mA
IZmin=0;//in mA
IZmax=P/VZ;//in mA
Imin=IZmin+IL;//in mA
Imax=IZmax+IL;//in mA
Vin_min=VZ+Imin*10^-3*R*10^3;//in volt
Vin_max=VZ+Imax*10^-3*R*10^3;//in volt
disp("The in... |
e74f131acb811e0db120b4520c40c2c4cadc0864 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/FR48XHW/ATWM1_Working_Memory_MEG_FR48XHW_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | 60b4c491dccc88a50f26ba9f391215b820713521 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,615 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
30f4e18c5fd95773ddc40ca041926d8fba5ca5fd | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/scicos/save_csuper.sci | 1de2d6753b6ee29f16a42a29d60414b7bb092cff | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 2,195 | sci | save_csuper.sci | function save_csuper(x,fpath)
// given a super block definition x save_super creates a file which contains
// this super block handling macro definition
x1=x(1);nam=x1(2);
nin=0;nout=0;clkin=0;clkout=0;
bl=' '
com='/'+'/'
for k=2:size(x)
o=x(k)
if o(1)=='Block' then
select o(5)
case 'IN_f' then
ni... |
471c28a57b4b73580017a2303118b50400741bd0 | 67ba0a56bc27380e6e12782a5fb279adfc456bad | /STAMPER_PROG_8.0/bin/funlib/BuildLevelCutToolPath.sci | 7688d6d8eaeb43322e19a71f22184a9385e9020e | [] | no_license | 2-BiAs/STAMPER_PROG | 8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0 | 4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0 | refs/heads/master | 2021-01-18T19:30:06.506977 | 2016-11-10T23:32:40 | 2016-11-10T23:32:40 | 71,999,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,099 | sci | BuildLevelCutToolPath.sci | function strmatOutput = BuildLevelCutToolPath(plRemovalArea, fRapidClearance, fSafetyClearance, fDoC)
//TODO: Add a function to handle discontiguous areas... i.e. multiple calls
//to this function with additional code to handle tool path between spearate areas.
//DEFINE CONSTANTS
sCodeRapid = ... |
18f3c171332f8d4cdc1607d6e44d639dce8282e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3543/CH3/EX3.15/Ex3_15.sce | 8fe327db79638f6d962f6759c6576f1ae5bb6177 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | Ex3_15.sce | // Example 3.15
// Calculation of external efficiency
// Page no 484
clc;
clear;
close;
//Given data
ne1=0.20; //Total efficiency
V=3; // Voltage applied
Eg=1.43; // Bandgap energy
// External efficiency
ne=(ne1*Eg/V)*100;
//Display result on command window
printf("\n Ext... |
8f85f1ed3139a2c4b657742551de90f133241dde | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH5/EX5.6/56.sce | 5023fc5609e69cb5edb013e400631d4fdbc09a51 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | 56.sce | // problem 5.6
L=36
v1=2
g=9.81
H=1.2
H1=(v1*v1)/(2*g)
n=2*12
w=0.6
Nv=11
Lf=L-(Nv*w)
Q=1.84*(Lf-(0.1*n*(H+H1)))*((H+H1)^1.5-(H1^1.5))
disp(Q,"dischsrge over the weir in m3/sec")
|
b0a0546af1a2a52e803717a33f5f1feb37a1e51c | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.abalone-10-1tra/result8.tst | a43daf05fc83e99bc98ac03fef1f3fe8b35ce81c | [] | 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 | 2,401 | tst | result8.tst | @relation abalone
@attribute Sex{M,F,I}
@attribute Length real[0.075,0.815]
@attribute Diameter real[0.055,0.65]
@attribute Height real[0.0,1.13]
@attribute Whole_weight real[0.002,2.8255]
@attribute Shucked_weight real[0.001,1.488]
@attribute Viscera_weight real[5.0E-4,0.76]
@attribute Shell_weight real[0.0015,1.005]... |
d9e6b659a7175c2771e4d4f1fbcbf4e4aea773ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH13/EX13.6/13_6.sce | 965ce4b6cf6ac12a563ad96e6e314517d78dc299 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sce | 13_6.sce | clc
//Intitalisation of variables
clear
t= 0.3965
A0= 126.45 //ohm^-1 CM62
//CALCULATIONS
l= (1-t)*A0
//RESULTS
printf ('ion conductance of the Cl- ion = %.2f ohms^-1 cm^2',l)
|
6b531da0a225d7574a09a21614504423a1be6606 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH7/EX7.19/ch7_19.sce | 732a75e18cca067949906f58be183f58c2a19d7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 447 | sce | ch7_19.sce | clear;
clc;
t=100*10^-6;
R=10;
//V_s*(1-2*exp(-t/(R*C)))=0
C=-t/(R*log(1/2)); printf("Value of comutating component C=%.3f uF",C*10^6);
disp("max permissible current through SCR is 2.5 times load current");
L=(4/9)*C*R^2; printf("value of comutating component L=%.1f uH",L*10^6);
disp("max permissible curr... |
2c8a7ab86beaed4605e3570a3caca20400f78eb7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3834/CH11/EX11.3.4/Ex11_3_4.sce | 4ec73e5ca4d8bd6a03e42daa4775fb6a65b3fe14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 866 | sce | Ex11_3_4.sce | //Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner
//Example 11.3.4
//windows 7
//Scilab version-6.0.0
clc;
clear;
//given
NEPnorm1=3.3E-12;//Bandwidth normalised NEP in W/sqrt(Hz) from 0-10MHz
BW1=10E+6;//Bandwidth for case 1 in Hz
x=NEPnorm1*sqrt(BW1);
NEPnorm2=30E-1... |
1e167a0229db541a9211a9a19eec45c3d55f1fab | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/local/2dof_controller/dc/ident/scilab/armax_est.sce | 4338c623b14282f3a3c81a84c25e1dc0eb469fc8 | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 459 | sce | armax_est.sce | // Updated(9-8-07)
// 6.16
process_armax = armac([1 -0.5],[0 0 0.6 -0.2],[1 -0.3],1,1,0.05);
u = prbs_a(5000,250);
xi = rand(1,5000);
y = arsimul(process_armax,[u xi]);
z = [y(1:length(u))' u'];
zd = detrend(z,'constant');
// Compute IR for time-delay estimation
[ir,r,cl_s] = cra(detrend(z,'constant'));
... |
7bc60db44d1ccd6bf907c466c8c7227f0a00d047 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH8/EX8.2/Chap8_Ex2_R1.sce | 72678dbe68c0dae3aaa212bf0104283decbccfca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,202 | sce | Chap8_Ex2_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-8,Example 2,Page 275
//Title: Enthalpy and entropy departure
//================================================================================================================
clear
clc
//INPUT
T=427.85;//te... |
18554bca5510db14db672711842192e1cc1d3c31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3731/CH5/EX5.7/Ex5_7.sce | c4238f101f6d21d0c7c0132a9c49b11ab5fde68b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,471 | sce | Ex5_7.sce | //Chapter 5:Dc Motor Drives
//Example 7
clc;
//Variable Initialization
//Ratings of the DC series motor which operated under dynamic braking
Ra=0.5 //total resistance of armature and field windings in ohms
Rf=10 //field resistance in ohms
T=500 //overhauling load torque in N-m
N=600 ... |
37bbed2b90aa96aff67e4fd598b7dcefdb2ef0c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH6/EX6.14/Ex6_14.sce | 48ae00ef9edc4936c4c866a3022171bd538bdaee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,739 | sce | Ex6_14.sce | //Ex6_14
//Segmentation in HSI Space
// Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;
close;
clear;
xdel(winsi... |
e0147e67c9a8b4eafa41acb80325f7f01a60bee2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/DEPENDENCIES/4_7_3.sci | e4fb9f86b2fec12971d35799780165ad86b6acba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 139 | sci | 4_7_3.sci | x0=0.996
basis=100 //mol combined feed to the reactor
inputxH2=0.7
single_pass=0.6
inputxCO2=0.28
molI=2
Ix=0.004
final=155 //kmol/h |
526783b5e492563b786696717737f6cd55d51150 | 25033eda4e7cd13f945f94c5dc35f15825066b42 | /ExactCure/Uzawa/uzawa.sce | 5346fcebcd37b38f6ce6b8e74c0a6fc77ea4d13d | [] | no_license | julienguegan/Internships | a26cb9efa2f1715832511a7aa94d25bfc675388b | ad51d5845ed8fd41e29259c95e8beff80bac65cf | refs/heads/master | 2020-12-20T21:54:29.099157 | 2020-01-25T19:20:10 | 2020-01-25T19:20:10 | 236,217,889 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,034 | sce | uzawa.sce | clear
exec('C:\Users\Julien Guégan\Desktop\PFE\fonctions test.sce',-1)
exec('C:\Users\Julien Guégan\Desktop\PFE\Algorithmes\Uzawa\recherche lineaire.sce',-1)
exec('C:\Users\Julien Guégan\Desktop\PFE\Algorithmes\Gradient\Gradient.sce',-1)
function alpha = backtracking(f,x,d,grad)
alpha = 1
w = 10^-4
cpt = 0
... |
d3ce64f2e5920f39a34f12f8e7dff8a866d99625 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH9/EX9.3/example3_sce.sce | 34d95ac8f2561d52a7d6e76f2d2937aa37152e07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | example3_sce.sce | //chapter9
//example9.3
//page327
fc=1000;
C2=.005*10^-6;R1=33*10^3;//let assume
C3=C2;C=C2;
R3=1/(2*3.14*fc*C);
disp(R3)
R2=R3
Rf=.586*R1;
disp(Rf) |
d2bfd6c33efe619429f6ae426d7818e3677a3777 | 6878ed5a682e8bf7c53e8b1c1b486c0fc47207d6 | /sql/class_sources_json.tst | 4c64806fdebb79c7b68c4e62edf7fece778f9142 | [] | no_license | brizjin/cft_sl2 | 12a618bd3ea2d7750a50cb7995a72ca379cd97f6 | c665ed9d8abffc086d88aa9f264630f52800d358 | refs/heads/master | 2020-05-27T08:18:43.559215 | 2014-04-15T13:39:52 | 2014-04-15T13:39:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,126 | tst | class_sources_json.tst | PL/SQL Developer Test script 3.0
27
declare
xml_clob clob;
begin
select xmlagg( xmlelement("CLASS",xmlelement("CLASS_BODY",'&'|| cl.id ||'&:{&NAME&:&' || cl.name || '&,').extract('//CLASS_BODY/text()')
,xmlelement("CLASS_BODY_END",'},'... |
546b00961ae60b2005179a52346ae03b7dda7ce7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH5/EX5.3/ex5_3.sce | 10663ca747ac3400e449144f10907db03020cb62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | ex5_3.sce | // Example 5.3
format('v',4)
clc;
clear;
close;
// given data
V_BE= 0.7;//in V
V_CC= 30;// in V
R_B= 390;// in kΩ
R_B= R_B*10^3;//in Ω
R_C= 1.5*10^3;//in Ω
bita= 80;// unit less
I_B= (V_CC-V_BE)/R_B;//in A
// The collector current,
I_C= bita*I_B;//in A
// The value of V_CE
V_CE= V_CC-I_C*R_C;//in V
I_C... |
40f86ae57490a0a705081108869dbca6f04af154 | c87a44be475d3008f7d0fcb8dd2eac3b2fa78e94 | /Examples/Chapter_10/Ex102.sce | 9d7b24bf63300f6d5f3d4b542efaf501375d27c0 | [] | no_license | Echeban/icmd3e | 6c766ffafab0137a64de46448879d8a9eed2903c | 6ca0273e322fa390fcabc66669f3f56c9af5a563 | refs/heads/master | 2020-03-27T09:08:47.798549 | 2018-08-27T15:45:44 | 2018-08-27T15:45:44 | 146,316,991 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Ex102.sce | // Ex. 10.2, cont'd 6.6
mode(0)
P = 1000;
L = 2000;
t = 4.7;//mm
b = 20*t
h = 2*b
I = h^4/96
Q = t*b*h/2+2*t*h^2/8
Fxs = 0.87//from carpet
Fxys= 0.4010*10/100+0.0884
Fxt = Fxs*903
Fxc = Fxs*357
Fxy = Fxys*357
M = P*L
V = P
sx = M*h/(2*I)
Rb = Fxc/sx
tau = Q*V/(I*2*t)
Rs = Fxy/tau
|
ac0b7a0a79c68479d078537ff689e81a0ed39ab1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH5/EX5.1.2/Ex5_1_2.sce | b72c216c024261c5f007e67bde2e3cd2e32a51bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 878 | sce | Ex5_1_2.sce |
clc
//Initialization of variables
sigma1 = 2.92 // angstroms
sigma2 = 3.68 // angstroms
sigma12 = (sigma1+sigma2)/2 // angstroms
T = 294 // Kelvin
M1 = 2.02 // Mol wt of hydrogen
V1 = 7.07
V2 = 17.9
M2 = 28 // Mol wt of Nitrogen
p = 2 //atm
Omega = 0.842
Dexp = 0.38 // cm^2/sec
//calculations
D1 = ((1.8... |
2fbf947cb2e67deff7768cb505a1c43b539f2653 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH11/EX11.9.a/data11_9.sci | 9b1b850c12b833a8e20aa849beab0774a6321f26 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 358 | sci | data11_9.sci |
//(Friction Clutches) Example 11.9
//Torque transmitted by oil-immersed multi-disk clutch Mt (N-m)
Mt = 75
//Coefficient of friction between the asbestos lining and steel plate mu
mu = 0.1
//Permissible intensity of pressure on the asbestos lining Pa (kPa)
Pa = 500
//Outer diameter of the friction lining due t... |
216da5b29f60a8da00ef16069b81868351d36279 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3682/CH10/EX10.1/Ex10_1.sce | ed3ffa07b22a55cfe4894dc762c72a7d8a3b8cde | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Ex10_1.sce | // Exa 10.1
clc;
clear;
// Given data
//9-bit DAC
step = 10.3; // mV
y=[1 0 1 1 0 1 1 1 1];
n = 9; // since 9 bit DAC
// Solution
i = n;
add = 0;
while(i>0)
op = step*2^(i-1)*y((n+1)-i);
i = i-1;
add = add + op
end
printf('The output voltage for input 101101111 is %.2f V. \n',a... |
3c3196f0116ee9f7f6afed8b1b66461e4664dba0 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH4/EX4.20/Ex4_20.sce | a9de8c532733b6d306519da313c5486b2c6358bf | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 298 | sce | Ex4_20.sce | //Variable Declaration
n = 3840
p = 1.0/1200
l = []
x = [0,1,2,3,4,5,6,7,8,9,10]
//Calculation
lamda = n*p
for i = 1:11
l(i) = ((%e^-lamda)*(lamda^i))/factorial(i)
end
//Results
printf ( "Lamda: %.1f",lamda)
bar(x,l,width=1)
xlabel("$No. of Failed generators$")
ylabel("$Probability$")
|
2c0ffbd5be3851d1449d5411a463411ac894c25c | 808b9a1afbbe9d952b7f35df6ab9a97abbcb7b1c | /src/Sfari version/Presentation Files/IllusoryContours_sfari_right_size.sce | d4978d2ec44775c1929569ac809e190f1e42ecc5 | [
"MIT"
] | permissive | CognitiveNeuroLab/Illusory-Contours | 5e20a9912eb8fe22b2ccfd162033ed0eb8fdb7a3 | e36cb1dfe3bcbefe80f7a1c539d66a4eec4b3c11 | refs/heads/main | 2023-04-06T16:28:46.829955 | 2022-04-12T19:38:15 | 2022-04-12T19:38:15 | 470,937,063 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 15,512 | sce | IllusoryContours_sfari_right_size.sce | # Header Info ##########################################
pulse_width = 5;
write_codes = true;
response_matching = simple_matching;
active_buttons = 1;
button_codes = 100;
default_text_color = 255, 255, 255;
default_background_color = 128, 128, 128;
no_logfile = false;
# Begin SDL portion of code ###############... |
d91e91cdab7f68b06c767f442a94871df27125e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1538/CH23/EX23.2/Ex23_2.sce | 9b8387dcf8b5414f51cc858f92b37c1d283150b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,033 | sce | Ex23_2.sce | //example-23.2
//page no-684
//given
//coefficient of linear expansion of Cu and steel are
alphaCu=18*10^-6 //cm/cm/degree C
alphaSteel=14*10^-6 //cm/cm/degree C
//young's modulus of elasticity
ECu=106*10^9 //Pa
ESteel=200*10^9 //Pa
//part(a)
//since alphaCu>alphaSteel
//so steel will contract less.
pr... |
52c84933ffb976594a48da8f9128785487b419eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH2/EX2.27/ch2_ex_27.sce | dda7dbc6c77d0cd2df3552fb5698d3398e2865e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,529 | sce | ch2_ex_27.sce | //CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 27 // read it as example 26 in the book on page 2.79
disp("CHAPTER 2");
disp("EXAMPLE 27");
//VARIABLE INITIALIZATION
V=250; //Amplitude in Volts
w=314; //angular spped
pv=-10; ... |
2ecf732eee9c461a65b179cdf02fdc96f446b84c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH2/EX2.3/Ex2_3.sce | 0dc582a76153db5e937b4633093c8d5dd4eea749 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 476 | sce | Ex2_3.sce | clc
//solution
// initialization of variables
m=2 // mass of water in kg
P=220 // pressure in KPa
x=0.8 // quality of steam
// Table C.2 is used for values
vg=(P-200)*(0.6058-0.8857)/(300-200)+0.8857 // specific volume of saturated vapour @ given pressure by interpolating
vf=0.0011 // specific volume of satu... |
af9052d54ed4f90e5903e426e88c339968825a10 | 0896afb25280a9d27c93c0c8e9d07e608426fbea | /scilab_prof/q3/Main.sce | f76402ddaf0755944f1f42dce547c96183741af8 | [] | no_license | netixx/projet_meca | 9a7c932ba4188a1ee6462effd5671e128ccc524f | a1d5794e2eeef61efadd7cbb8d8c477676610eec | refs/heads/master | 2020-12-30T14:56:13.306855 | 2012-12-12T13:51:34 | 2012-12-12T13:51:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,105 | sce | Main.sce | clear all;
TS= [1.36 3.16; 1.60 4.27; 1.89 5.45; 2.16 6.13; 2.42 6.99; 3.07 8.97; 3.59 10.64; 4.03 12.31; 4.79 16.27; 5.37 20.05; 5.84 23.39; 6.17 27.36; 6.43 30.77; 6.69 34.42; 6.93 38.08; 7.06 42.04; 7.19 45.56; 7.34 49.23; 7.47 53.02; 7.58 56.73; 7.65 64.30];
TP= [1.06 0.80; 1.10 1.55; 1.16 2.17; 1.26 2.79; 1.40 4... |
1c8653a72b6cf1545feb11207c09da0269fbd6e7 | f5bb8d58446077a551e4d9a6461a55255db523fe | /sistemas_nao_lineares/atividade/questao1.sce | 0982227d7280ec732e7f446f922c8cd62642a58b | [] | no_license | appositum/numerical-calculus | 6be1a9990a1621c705af6ba5694cf8c7b891d06e | 7759e74ce9ce5c5826f96be7de84a2f7ecb97c91 | refs/heads/master | 2021-07-19T18:19:09.336819 | 2018-11-27T21:52:36 | 2018-11-27T21:52:36 | 143,060,426 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | questao1.sce | function y=F(x)
f1 = x(1) + x(2) - 3
f2 = x(1).^2 + x(2).^2 - 9
y = [f1;f2]
endfunction
function y=J(x)
j11 = 1
j12 = 1
j21 = 2.*x(1)
j22 = 2.*x(2)
y = [j11, j12; j21, j22]
endfunction
R = naolinear(F, J, [1;5], 0.0001)
disp(R)
printf("Aproximação obtida:")
w = R(:,$... |
9d88c5ce3dbc06b403f81d1bbfe35e56e2c7240d | 449d555969bfd7befe906877abab098c6e63a0e8 | /125/CH6/EX6.5/Fig6_5.sce | c82622eadb538a040f90b75d38cda1478296693c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,018 | sce | Fig6_5.sce | //Caption:Scilab code performs inverse filtering
//Degrade the image by means of a known blur
//Apply inverse filter to the blurred image and see the restored image
//Fig6.5
//page 330
clc;
close;
x =imread('E:\DIP_JAYARAMAN\Chapter6\flower2.jpg');
x=double(rgb2gray(x));
[M N]=size(x);
h = zeros(M,N);
for i... |
7028f0767dbc424f50575882044f80260fabc454 | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /polyinv.sce | 669541928d43566abcf005cff9808710df683661 | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 54 | sce | polyinv.sce | function X = polyinv(x,k)
gammaa = 1/
endfunction
|
5532a1aad8dfad6dde4dabd2dd4de767d54aed5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH9/EX9.5/9_5.sce | 3a549fb16bbf1e6a18c4f18356bff1551cd40bf5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 449 | sce | 9_5.sce | clc;
T1=288;
T2s=T1*[3^0.286];
T2=420.5
T4=T2;
p6=8.14;
p6!p7=4.19;
p7=p6/(p6!p7);
p8=(p7-0.2)
p1=1.01
p10=p1
p9=0.05+p10
y2=1.333;
T8=923;
T9s=T8/[(p8/p9)^({y2-1}/y2)];
T9=T8-[(T8-T9s)*0.85];
cps2=1.15;
N=cps2*(T8-T9);
T5=728.8;
T6=T8;
T7=686.5;
Q=cps2*(T6-T5+T8-T7)
disp("kJ/kg",Q,"Heat supplied ... |
29d6b6aef82b5295431568074aa343c3d498d1a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3506/CH11/EX11.1/Ex_11_1.sce | 87edf6cce2fe735c159611653ea6eba4641fb743 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,315 | sce | Ex_11_1.sce | //Optical Fiber communication by A selvarajan
//example 11.1
//OS=Windows XP sp3
//Scilab version 5.5.1
clc;
clear all;
BW=7//bandwidth in MHz
SNR=60//signal to noise ratio in dB
Pin=0//Launched power in dBm
Trise_source=20//risetime at source LED in ns
delta_lambda=20//spectra width in nm
lambda=850;//opera... |
72cde44eb00f0bc982a7ddccf6ad402e8c88ed1a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH15/EX15.11/Ex15_11.sce | bdd76b5f4858626a06136c0195a3596b7bc8dcec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex15_11.sce | //chapter15
//example15.11
//page333
T_Jmax=90 // degree celcius
T_amb=30 // degree celcius
//case 1 : without heat sink
theta1=300 // degree celcius per watt
P_total1=(T_Jmax-T_amb)/theta1
//case 2 : with heat sink
theta2=60 // degree celcius per watt
P_total2=(T_Jmax-T_amb)/theta2
printf("case 1 : ... |
54daace5bc771ba8f9c91fc80352f88c8c264190 | 7d7b037ebe8eb590599a15a0fa24555a4b92ab31 | /VF_Gauss.sce | 8d5d99fb1b3a67ac638ed68f5a853d19b2e4205c | [] | no_license | RoiArthurB/L3-MathsAvancees-Scilab_linsolve | 8a98a6e72a272e22cb653df135bbfe703e1cd2ef | 8bbee6eb152690a98e7d75da1d68a404c921b53c | refs/heads/master | 2021-06-04T07:14:51.212459 | 2016-10-08T18:11:10 | 2016-10-08T18:11:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,641 | sce | VF_Gauss.sce | function result = Echange(A, ln1, ln2)
nbrCol = size(A, "c");
for i=1:size(A, "r")
for j=1:nbrCol
if(i == ln1)
result(i,j) = A(ln2,j);
elseif (i == ln2 )
result(i,j) = A(ln1,j);
else
result(i,j) = A(i,j);
... |
0b846a299a60e781397fdd3608bc1a47743b2174 | b12941be3faf1fd1024c2c0437aa3a4ddcbbfd67 | /normal/fase_2.tst | de74c18c5fc79a1d1bf7168b677a5708ae7358ec | [] | no_license | JanWielemaker/optica | 950bd860825ab753236ce1daa399ee7a0b31b3ee | 3a378df314b5a60926b325089edac89c00cc8c6d | refs/heads/master | 2020-06-12T14:22:46.567191 | 2019-06-21T11:24:41 | 2019-06-21T11:24:41 | 194,328,239 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 974 | tst | fase_2.tst | question(1, 'item 2-1',
'Als we de drie lampjes aanzetten schijnen ze
recht op de lens. Waar komen de lichtstralen
samen?',
[ '4 centimeter achter de lens',
'8 centimeter achter de lens',
'16 centimeter achter de lens',
'weet niet'
],
state(state, '',
[ m1 = lens(label(''),
radius(... |
fafd2dc136d55e4e31f192325bad40240925cf9e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH16/EX16.1/Ex16_1.sce | 80b35801849390e4d3dff16bcb53553a816dbb49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 954 | sce | Ex16_1.sce | // chapter 16
// example 16.1
// Determine kVA rating of invertor, Wattage of the rectifier and A-H rating of battery
// page-996
clear;
clc;
// given
Load=600; // in W
PF=0.8; // (lagging power factor)
efficiency=80; // in %
Edc=24; // in V
backup_time=30; // in min
// calculate
// since PF=Load/kVA_ratin... |
998ce2797d1fe7330691fec8ab6003720d7d2ae9 | c201b2587cae0b3d40a6fe6b8af8db26d9c70fb6 | /Uintah/src/orderAccuracy/test_config_files/infrastructure/raceTest_Unified_cluster.tst | 84d66becd18c6d08241152fef185488182a7c0cc | [
"MIT"
] | permissive | timondy/PhaseFieldBenchmarking | b97f01637941b789653493f18751e4499aa9ccae | 676382ed149b2441b862bb823738be27814e6b4d | refs/heads/master | 2023-07-13T05:51:13.307900 | 2023-06-29T19:25:47 | 2023-06-29T19:25:47 | 152,245,104 | 10 | 5 | null | 2019-01-10T15:21:34 | 2018-10-09T12:12:46 | C++ | UTF-8 | Scilab | false | false | 2,757 | tst | raceTest_Unified_cluster.tst | <?xml version="1.0" encoding="ISO-8859-1"?>
<start>
<!-- optional path to inputs directory
default is src/StandAlone/inputs -->
<inputs_path></inputs_path>
<upsFile>ICE/advect.ups</upsFile>
<AllTests>
<replace_lines>
<max_Timesteps>10 </max_Timesteps>
<resolution> [100,100,100] </resol... |
6bff8cbab5724e11c643ef9110faa34ad2a7578c | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH9/EX9.4/9_4.sce | b5f5164b0656e66e7c9f44c36d96efa70e5aa025 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | 9_4.sce | clear
clc
disp('Exa-9.4');
hc=1240; //in eV.nm
m=0.5*1.008*931.5*10^6; //mass of hydrogen atom
Req=0.074; //equivalent radius
a=((hc)^2)/(4*(%pi^2)*m*(Req^2)); //reduced mass of hydrogen atom
for L=1:3,
delE= L*a; printf('The value of energy is %f eV\n',del... |
b1ecee9912002f9afe6fa53a6e2f28a7a3388fc2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1457/CH15/EX15.3.b/15_3b.sce | 4f0e1d41f06b10e4d9941f617ada86339b69a1f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | 15_3b.sce | clc
//Initialization of variables
cv=0.98
g=32.2
h=1320 //ft
A=0.196 //ft^2
eta=0.85
ne=400
phi=0.45
//calculations
V=cv*sqrt(2*g*h)
Q=A*V/3
bhp=eta*62.4*Q*h/550
ne2=600
ns1=ne2*sqrt(bhp) /h^(5/4)
D=2500/ne2
Dj=sqrt(Q*4/V/%pi)
//results
printf("Jet diameter = %.3f ft",Dj)
printf("\n Specific speed = ... |
03fb83b26dbac9dccc1ba55bb6c5541932aca042 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH9/EX9.5/Chapter9_Example5.sce | 5660434a9683b22199a1cdaa492cfb8e4eee5e62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | Chapter9_Example5.sce | //Chapter-9, Example 9.5, Page 389
//=============================================================================
clc
clear
//INPUT DATA
Ts=(827+273);//Surface temperature in degree C
E=(1.37*10^10);//Emmisive power in W/m^3
//CALCULATIONS
Eblmax=(1.307*10^-5*Ts^5);//Maximum emissive power in W/m^3
e=(E/E... |
d30bfb2d7c26ca4a88c38fe16df670e891dca682 | 6d94b507f1b386b40f4447c5a0362bc6e272e116 | /task_3.sce | c53c5274bbb00b40cd25d7c40178a6de0ca59f76 | [] | no_license | alexeydergunov/math-stat-individual-homework | f48b850c4512a391c3b16fe6e44796f386af612e | a24a78b355c39e222e3c535c77190d97a7492798 | refs/heads/master | 2021-01-20T19:45:32.747311 | 2016-06-04T09:10:18 | 2016-06-04T09:10:18 | 60,402,384 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,867 | sce | task_3.sce | disp('--- (©) Alexei Dergunov, 2009 ---');
//----------------------------------------
disp('----------- Задание 3 -----------');
//----------------------------------------
funcprot(0);
n = 400; disp(n, 'объем выборки');
ax = 2.75; disp(ax, 'мат. ожидание X');
dx = 6.5; disp(dx, 'дисперсия X');
ay = -5.3; disp(ay, 'ма... |
49107fafecdf1f62862dfb981688e1c66348851a | 449d555969bfd7befe906877abab098c6e63a0e8 | /593/CH6/EX6.3/ex6_3.sce | 2e42829f2cf964bac2754a984d3b964538a477fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 717 | sce | ex6_3.sce | clear;
//clc();
// Example 6.3
// Page: 109
printf("Example-6.3 Page no.-109\n\n");
//***Data***//
// All the data are same as in the previous example
// The equation 6.5 reported in the book is
// delta_V_mixing = V_solution _final-V_(solution and material to be mixaed) = integrate(v_i-v_i_0)dn
// Here... |
30643788171985821fa9f163ea593e0cbf73e144 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH2/EX2.37/example2_37.sce | 43f6a8f581ccefcdbcf286345754db9ae59ba527 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example2_37.sce | clc
// Given that
n = 2 // no. of order
lambda1 = 5.89e-7 // wavelength of light in first case in meter
lambda2 = 5.896e-7 // wavelength of light in second case in meter
// Sample Problem 37 on page no. 2.52
printf("\n # PROBLEM 37 # \n")
N = lambda1 / (n * (lambda2 - lambda1)) // calculation for minimum no. of lines ... |
4eb18ced1e1817b2f436d96b7f3d7746f466da18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH3/EX3.12/3_12.sce | d5cf922be2f22fcd2a5e3400c62f5f8133d2deaf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,326 | sce | 3_12.sce | //Eg-3.12
//pg-100
clear
clc
A=[6 15 55 ;15 55 225;55 225 979];
B=[74.5;262.3;1078.1];
n=3;
matsol=zeros(3,3);//initialising matrix matsol
Z=A;
Y=B;
I=[1 0 0;0 1 0;0 0 1];//creates an identity matrix of size n*n
X=zeros(3,1);
inverse=zeros(3,3);
ABI=zeros(3,7);
ABI(:,:)=[A(:,:) B(:,:) I(:,:... |
fa35b7228d2b84d4b7cda45de9c985f4cc23759f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH2/EX2.1/ex2_1.sce | b6b8295cd9190e02a7e841891ce054ef88e4a1c7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 824 | sce | ex2_1.sce | // Exa 2.1
clc;
clear;
close;
// Given data
R_L = 1000;// in ohm
N2byN1= 4;
Vi= '10*sin(omega*t)'
// V2= N2byN1*V1
// V2= 40*sin(omega*t)
Vm= N2byN1*10;// in V
V_Lav= Vm/%pi;// in V
disp(V_Lav,"The average load voltage in volts is : ")
Im= Vm/R_L;// in A
I_dc= Im/%pi;// in A
I_av = I_dc;// in A
I_av= I_... |
eccc7944feb4db0a4eba0bcbf95e7c5cf1e9afee | 59e7c95649eb8894e1d6f0bcac3ca7ea2b023217 | /Mini Tutorial.sce | bc9e6b807b5cf53ed4f81959359406e700897e6a | [] | no_license | nascimento-luciano/Scilab-Matlab | cb5ee9d97df3ed0f4311573df0fd37a88b3394d8 | 1cba42b68cc7954ff4c7dd6b13c7d8e6bd3d039e | refs/heads/main | 2023-03-19T21:06:18.691193 | 2021-03-18T00:57:29 | 2021-03-18T00:57:29 | 348,877,701 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,587 | sce | Mini Tutorial.sce | mode(7)
// Mini Tutorial para MAP0125
//
// Sintaxe da linguagem do Scilab
// Um programa em scilab é uma sequencia:
// <expressao>[;]
// ou
// <variavel>=<expressao>;
// com o ponto e virgula a expressao e executada silenciosamente.
2+4.^2 // expressão numerica
(2+sqrt(3-1))>2 // expressão booleana
"Hello" + " Worl... |
93fa73faafe656b1ec5c7e5bc5497a4db08e4e37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1040/CH1/EX1.4.a/Chapter1_Ex4_a.sce | 7dfb3c1c6f1d5790147fef5a7cf4b812563a53ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,147 | sce | Chapter1_Ex4_a.sce | //Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436.
//Chapter-1 Ex1.4.a Pg No. 23
//Title: Activation energy from packed bed data - I Order Reaction
//=========================================================================================================
clear
clc
clf
//INPUT
... |
c1505019842accc985ff9b250177c4ad1a82e694 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH10/EX10.21/ExampleA21.sce | 493b221a57d63a747f06b12fe6cf141f86e220bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 696 | sce | ExampleA21.sce | clc
clear
//Page number 480
//Input data
p=135.2;//The given increase in the pressure in atmospheres
V=-0.091;//The given increase in the specific volume when 1g of water freezes into ice in cm^3
L=80;//Latent heat of fusion of ice in cal/gram
T=273;//The temperature of ice in K
//Calculations
L1=L*4.1... |
4969ee11643364639e3bb424cebe475c4e351a47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH5/EX5.5/Ex5_5.sce | 855d902a7cf282c02f9197d6445652f1ddb3dc4c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 856 | sce | Ex5_5.sce | //Chapter 05: Induction and Recursion
clc;
clear;
//Function to merge & sort
function [ a1 ]= mergesort (a ,p , r )
if (p < r )
q = int (( p + r ) /2) ;
a = mergesort (a ,p , q ) ;
a = mergesort (a , q +1 , r ) ;
a = merge (a ,p ,q , r ) ;
else
a1 = a ;
return ;
end
a1 = a ;
endfunction
//Function to merge
function ... |
7bc4899a8489834c014126b320f8edaee74d2eb7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3574/CH5/EX5.21/EX5_21.sce | b6893e689fabae5a97c4de6885e54a93dba30bb6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,065 | sce | EX5_21.sce | // Example 5.21
// Computation of Inductance and voltage rating of each series connected
// inductor required to limit the starting current to approximately 2*Irated.
// Page No. 236
clc;
clear all;
close;
// Given data
KVA=6.7; // Average locked rotor KVA/hp
hp=7.5; // Motor ... |
61b7c38883ac45a43f7211e953d15dc9c06cc235 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2582/CH7/EX7.1/Ex7_1.sce | b880d863b70a11c9f2cbf551858a7f6ce193ebb0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sce | Ex7_1.sce | //Ex 7.1
clc;clear;close;
RA=6.8;//kohm
RB=3.3;//kohm
C=0.1;//micro F
VCC=5;//V
t_high=0.695*(RA+RB)*C;//ms
disp(t_high,"(a) t_high(ms)");
t_low=0.695*RB*C;//ms
disp(t_low,"(b) t_low(ms)");
f=1.44/(RA+2*RB)/(C);//kHz
disp(f,"(c) Frequency of oscillation(kHz)");
|
5243d70b35db3a5a674f08cc637bac11e29dc56e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH9/EX9.7/Ex9_7.sce | 97358788456617de38e6bb9bb1690d61c02fd121 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Ex9_7.sce | // Chapter 9 example 7
//------------------------------------------------------------------------------
clc;
clear;
// Given Data
// Rmax = [1000000/(12.4*PRF)]NM
// = [1000000*t/12.4]NM
mprintf('The Numerator represents round trip propagation time in us\n');
mprintf(' Therefore, number 12.4 repres... |
ded24e01394bc351b4c2dfa7e5833e5628170e9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH5/EX5.3/ch5_3.sce | 760826ab848703c5b0527ef8eace13a331b0d9b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | ch5_3.sce | clear;
clc;
V_s=200;
R1=10;
R2=100;
I1=V_s*(1/R1+2/R2); printf("peak value of current through SCR1=%.0f A",I1);
I2=V_s*(2/R1+1/R2); printf("\npeak value of current through SCR2=%.0f A",I2);
t_c1=40*10^-6;
fos=2; //factor of safety
C1=t_c1*fos/(R1*log(2));
C2=t_c1*fos/(R2*log(2));
if(C1>C2)
... |
5b5990540facfd457b6b2675863757d8124b7792 | 592bf1b1d89678676ae0712650915903d5788735 | /components/screen/layout/bck.tst | 90cc9cc478a9f70ab8a897f365e1a2412f6ba271 | [] | no_license | MarceloPimentel050975/ParceirossNextJs | c4fb20c5af5b44a8d95d7ea22029cecd69ebe395 | c2b674ab645be13603bc9024a508a1814d7d20c4 | refs/heads/main | 2023-08-13T04:48:11.862413 | 2021-10-05T14:22:25 | 2021-10-05T14:22:25 | 409,997,930 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,739 | tst | bck.tst | import React, { Component, useState } from 'react';
import { fade, makeStyles, Theme, createStyles } from '@material-ui/core/styles';
import AppBar from '@material-ui/core/AppBar';
import Toolbar from '@material-ui/core/Toolbar';
import IconButton from '@material-ui/core/IconButton';
import Typography from '@material-u... |
b7cfe22a5969af54f48716eda63770c4751a9f5a | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH3/EX3.15/EX3_15.sce | 2a48f984a61ae3d8f486ee210c89fafb13cb9a3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 702 | sce | EX3_15.sce | //Calculate percentage regulation
//Chapter 3
//Example 3.15
//page 217
clear;
clc;
disp("Example 3.15")
kVA=30; //rating of the transformer
V1=6000; //primary voltage in volts
V2=230; //secondary voltage in volts
R1=10; //primary resistance in ohms... |
faf14362141a70f7ce2e34adc9f81971f756971d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH7/EX7.12/Example7_12.sce | 2254ccc675f82e124b4435a9c5c3472ae5cd0edc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example7_12.sce |
//Chapter-7,Example7_12,pg 7-36
//for meter A
Rs=25*10^3
Rm=1*10^3
V=100
S=(Rs+Rm)/V
printf("senstivity of meter A\n")
printf("S=%.2f ohm/volt\n",S)
//for meter B
Rs=150*10^3
Rm=1*10^3
V=1000
S=(Rs+Rm)/V
printf("senstivity of meter B\n")
printf("S=%.2f ohm/volt",S)
|
2a9c2d6a463c99639fffcea2ed037bc0eb5c9087 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH6/EX6.17/617.sce | 690936c848ff1a719487bf016871b74be32e408f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 208 | sce | 617.sce | // problem 6.17
a=90
H1=10
d=0.15
l=400
H2=7
g=9.81
f=0.008
z=3.142*d*d*((2*g)^0.5)
z1=(1.5+(4*f*l/d))^0.5
T=(8*a*z1*(H1^0.5-H2^0.5))/z
disp(T/3600,"time to lower the level from 10m to 7m in hr")
|
62e37c8cfb88ab8d59474aa3b12eda820f27dcbe | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s__elelectronics_instrumentation_and_measurements_U._S._Shah_2195.zip/_elelectronics_instrumentation_and_measurements_U._S._Shah_2195/CH3/EX3.15.3/ex_3_15_3.sce | 31e30c8b4d5c2a990a8956d47b95776a7ec9b942 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | ex_3_15_3.sce | errcatch(-1,"stop");mode(2);//Example 3.15.3: shunt resistance
;
;
//given data :
Im=1;// in mA
P=100;// in kilo-watt
I=100;// in mA
Rm=(P)/(Im)^2;
Rsh=((Im*10^-3*Rm*10^3)/((I-Im)*10^-3))*10^-3;
disp(Rsh,"shunt resistance,Rsh(kilo-ohm) = ")
exit();
|
0ec9acd11fe7c1cc419345d4606f9bd4a6205bf1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH30/EX30.2/30_2.sce | 7ca3e213a415509838130aa24318b789b9c43f39 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 956 | sce | 30_2.sce | //clc()
l = 10;//cm
k1 = 0.49;//cal/(s.cm.C)
x = 2;//cm
dt = 0.1;//sec
C = 0.2174;//cal/(g.C)
rho = 2.7;//g/cm^3
k = k1/(C*rho);
L = k * dt / x^2;
disp(L,"L =")
//now, at t = 0, 1.04175 *T'1 + 0.020875 *T'2 = 0 + 0.020875*100
//similarly getting other simultaneous eqautions,we get the following matrix
A = [... |
7fefa8592e787b9af39baeb5ae59d374a948cb90 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.26/ex26.sce | 874d98c7bf70bf5f927f588daa6f090f8598979e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 97 | sce | ex26.sce | clear
clc
A=[2 3 -1 -1;1 -1 -2 -4;3 1 3 -2;6 3 0 -7]
[R P]=spec(A)
disp("rank of A")
rank(A) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.