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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c04a12f59cc572c00214660f21803c56f3e2a395 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH13/EX13.1.4/example13_4.sce | 7ae7b1504e67093f60196c9c4e149b5b5e061db1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example13_4.sce |
//exapple 13.4
clc; funcprot(0);
// Initialization of Variable
rhos=1455;//density of crystals
rho=998;//density of wliquid
g=9.81;
pi=3.1428;
mu=1.013/1000;
omega=2*pi*60000/60;
l=0.5;
d=2*10^-6;//dia of particles
r=50.5/1000;//radius
t=38.5/1000;//thickness of liquid
//calculation
ri=r-t;
V=pi*l*(... |
9e6a1bffb50da865af028c0b2ec3f8d6cfaf523f | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH17/EX17.2/2.sce | 0e8484d81cffe8189d690c2f8b1bcbaa5e407527 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 397 | sce | 2.sce | clc
//Example 17.2
//Calculate the force required to tow a square metal plate by a boat
rho_water=998.2//Kg/m^3
V=15//km/hr
v=1.004*10^(-6)//m^2/s
l=1//m length of plate
//1 km = 1000 m
//1 hr = 3600 s
Rx=(V*1000/3600)*l/v//dimentionless (reynold's number)
Cf=1.328/Rx^0.5//dimentionless
F=Cf*rho_water*(V*100... |
7b389c4e5b787668cde08a541982a0d1f9664d83 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/err_setInfo2.tst | a9598c0d1b1e5ec4f8fa0d2fd82f3aa434a28edf | [] | 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 | 108 | tst | err_setInfo2.tst | ; malformed set-info commands
(set-info )
(set-info x y)
(set-info :x )
(set-info :x :y )
(set-info :x y y)
|
cdafcd205c1958b6415304541d9c2cbae07f4eae | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH3/EX3.22/3_22.sce | 92c1229b6f612d9c8559b13e224f8f7c57ebb13a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 927 | sce | 3_22.sce | //pathname=get_absolute_file_path('3.22.sce')
//filename=pathname+filesep()+'3.22-data.sci'
//exec(filename)
//Pressure at state 1(in bar):
p1=1.5
//Temperature at state 1(in K):
T1=77+273
//Pressure at state 2(in bar):
p2=7.5
//Mass of the air(in kg):
m=3
//Value of n:
n=1.2
//Gas constant for air(in kJ/k... |
f65728d51d3926bc58303b5693f1704bfd929bbb | 698866e4cbe025ed69ab343220b379c0a76d3ad1 | /ENME302asmt_program_UDL.sce | b8baed2540a026c87e81c2bf2dae4ffec4528c7a | [] | no_license | WinstonPoh/FiniteElementAnalysis-Assignment-Scilab | 94797675d3c8badedad907faea372e9e91ea6adf | 7c946d60a0c7795537c128c3ef32d5ebdb9bac1a | refs/heads/master | 2020-05-04T21:35:01.408473 | 2015-09-10T07:52:22 | 2015-09-10T07:52:22 | 42,229,464 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,548 | sce | ENME302asmt_program_UDL.sce | //ENME302_asmt_program_UDL case
P = -10000 // UDL intensity (negative because downwards!)[N/m]
E = 200e9 //[Pa]
Area = 6.362e-3//[m^2]
I = 1.47e-5 //[m^4]
Len1 = 5 //[m]
Len2 = 5 //[m]
Len3 = 5 //[m]
Len4 = 5 //[m]
Len5 = 3 //[m]
Len6 = 3 //[m]
Len7 = 6 ... |
cc33981201128b49befc1456c80889e671a22446 | b3751bc2b9ab1dfb6d9f4f33b013a1a38315c2e6 | /test/eunit.insert.tst | a37035a6a0e5ec9ac44d193c8ca6b3e93d64e05d | [
"Apache-2.0"
] | permissive | shamis/sqlparse | 9c3b4312365d8fe2dba40a857236076eea1bc441 | 6344e454331e71a13902e765f823bc0e65d5be77 | refs/heads/master | 2020-04-01T13:11:10.781385 | 2018-10-16T07:35:40 | 2018-10-16T07:35:40 | 153,240,490 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,903 | tst | eunit.insert.tst | %%-*- mode: erlang -*-
%%-*- coding: utf-8 -*-
% Test control options
[{tests, []}].
%% =============================================================================
%% TESTS: INSERT
%% -----------------------------------------------------------------------------
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%... |
63851c72c5b8a931bc8d9f392e2d207bac78a8ea | 8c8c1ab38e21729879e1fb57636eb778aaf88ca5 | /EXP_fn_f1.sce | 02e0a2604fce656efaeb789e9b302638d2ff77a4 | [] | no_license | Rutvik1999/Scilab_3rdSemester | 3b9454b18220ed503e7129bf77a797feecd8f039 | 12342f90814f64e86398621be3070d5569388634 | refs/heads/master | 2020-05-18T08:21:10.203092 | 2019-04-30T16:03:59 | 2019-04-30T16:03:59 | 184,292,298 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 124 | sce | EXP_fn_f1.sce | x1 = 1;
x2 = 2;
x3 = 3;
x4 = 4;
exec('fn_f1.sce');
[z1,z2,z3] = fn_f1(x1,x2,x3,x4)
disp(z1);
disp(z2);
disp(z3);
|
3491a5cae85474454c7870385f5a93237c93c6ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH1/EX1.9/1_9.sce | 11b3d51ed372cff7c709c68740cb5d802919cf20 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | 1_9.sce | disp("E1=-(4*pi^2*μ*e^4)/(32*pi^2*Є0^2*h^2)");
printf('\n');
disp("r1=4*pi*Є0*h^2/(4*pi*μ*e^2)");
printf('\n');
disp("Thus from the above formulae, the ratio of energies of muon and electrons is 100 while that of radii is 0.01"); |
6674001f9b27dc35309cd9335a774d053feb1bed | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH14/EX14.8/Ex14_8.sce | 02c13c6f0822f7df9529a71f2b7c94f94e2e98ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex14_8.sce | clc
t = 0.5 // uncut chip thickness in mm
b = 3 // width of cut in mm
alpha = 15 // rake angle in degrees
alpha = alpha*%pi/180 // rake angle in radians
r = 0.383 // chip thickness ratio
mu = 0.7 // average coefficient of friction on tool face
bita = atan(mu) // friction angle
tau = 280 // yield stress in N/mm^... |
421b06675b83fc80b487b1cd6f6b3f912719678f | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/9_1_data.sci | ccf46845f3d04b413c43ab6278cad8c87e5b8d86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 197 | sci | 9_1_data.sci | //Brake specific fuel consumption(in kg/kWh)
bsfc=200*10^-3;
//POwer output(in kW)
P=125;
//No of cylinders
k=6;
//Speed of the engine(in rpm)
N=3000;
//specific gravity of fuel
Pf=0.85;
|
31f08e2967fbbb1bb671f8a7f6db9e2bc0478488 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1627/CH7/EX7.3/Ex7_3.sce | a4d8bd7da1021b88a781f5bac26d82d883b07055 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 262 | sce | Ex7_3.sce | clc
//initialisation of variables
p=0.1//m
p1=50//m
a=1.000//m^1/3/s
R=501.45*10^-4//m^2
s=8.73*10^-2//m
n=0.030
m=1.672*(0.087)^2/3//m
//CALCULATIONS
S=p/p1
Q=((1)^1/3)*m*(S)^1/2//m^3
//RESULTS
printf('The flow of rate trough the pipe=% f m^3',Q)
|
0675e733282c20ec6296deb2da88396d77513cb1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH11/EX11.4/11_4.sce | 897108ccaaef375069cae073e1f1ff4933bd5895 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,415 | sce | 11_4.sce | //Example 11.4
//Calculate the temprature of the plate after 1 hour
//if its initial temp, is 120 C
//Given
T1=120 //C, initial temp.
T2=25 //C, Final temp.
Tm=(T1+T2)/2 //C, mean temp.
rho=8880 //kg/m^3, ... |
dab72e1107e6fdcd32c7d16f303ec8bad75ec8d9 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/m2sci/sci_flag.sci | 98a18ac0f5020039c7f45913853ab28bb216120b | [
"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 | 386 | sci | sci_flag.sci | function [stk,txt,top]=sci_flag()
// Copyright INRIA
txt=[]
if rhs<1 then
stk=list('ones(8,1).*.[1 0 0;1 1 1;0 0 1;0 0 0]','0','32','3','1')
else
if isname(stk(top)(1)) then
n=stk(top)(1)
else
n=gettempvar(1)
txt=n+'='+stk(top)(1)
end
map=gettempvar(2)
txt=map+'=ones(ceil('+n+'/4),1).*.[1 0 0;1 ... |
f83a2d5c8f30cd1e1d11f78d5a460b6fbc94c4f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH1/EX1.40/ex_40.sce | 01d3d11dadc7b5d8172702989a34fde8d804f6fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 454 | sce | ex_40.sce | R1=6; //Assigning values to parameters
R2=8;
R3=5;
R4=10;
R5=5;
R6=10;
R7=15;
V=100;
Rx=R3+R6+(R3*R6)/R4; //Converting Star to Delta
Ry=R4+R6+(R4*R6)/R3;
Rz=R3+R4+(R3*R4)/R6;
Ra=(R5*Rx)/(Rx+R5);
Rb=(Ry*R7)/(Ry+R7);
Rl=(R1*R2)/(R1+R2+Rz); //Converting Delta to Star
Rm=(R1*Rz)/(R1+R2+Rz... |
10a2d54631f715aafa2c5ede83e7b6292012eff6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH3/EX3.13/Exa3_13.sce | b20d68c5d7f4aa7879e0d141c4a280a8d23460a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 280 | sce | Exa3_13.sce | //Exa3.13
clc;
clear;
close;
// given data
E_x=100;// in V/m
e=1.6*10^-19;// in C
R_H=0.0145;// in m^3/coulomb
miu_n=0.36;// in m^2/volt-second
// Formula R_H=1/(n*e)
n=1/(R_H*e);
sigma=n*e*miu_n;
J=sigma*E_x;
disp("Current density is : "+string(J)+" A per m^2");
|
3357d6c7b9706b70bba3dd249c304fbc59f166b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH3/EX3.2/Ex3_2.sce | 0d5872127828c12235e1771aaa1696941251169c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sce | Ex3_2.sce | clc
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
ml = 0.98*mo
disp("ml* = "+string(ml)+"kg") //initializing value of longitudinal mass
mt = 0.19*mo
disp("mt*= "+string(mt)+"kg")//initializing value of transverse mass
u=1500*10^(-4)
disp("u = "+string(u)+"m^2(Vs)^-1") //... |
ed9dc6495c84b1077f8f9faf43a2753a1a9b43f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3544/CH2/EX2.42/Ex2_42.sce | 8281e7a565b3db987ddf48b76f81a6db67f1838f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,101 | sce | Ex2_42.sce | //Vernam cipher
// Move scilab to current file directory
[u,t,n] = file()
n = strcat(n)
file_name = basename(n)+fileext(n)
file_name = strcat(file_name)
ind=strindex(n,file_name)
path = part(n,1:ind-1)
chdir(path)
exec("Chapter_2.sci",-1)
a= ascii('A')
pt = "HOW ARE YOU?" //Plaintext
... |
44f3f382c0d1c62329c8bc9fa8797ebfd5a2aaf0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH13/EX13.1/Ex13_1.sce | 806e3a7b43f664a937508b952baeae601c18c0fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 574 | sce | Ex13_1.sce | clc
sigma_0 = 240 // N/mm^2
d1 = 5 // initial wire diameter in mm
d0 = 5.5 // final wire diameter in mm
x = d1/d0 // mm
alpha = 8 // angle of contact
alpha = alpha*%pi/180
mu = 0.1 // coefficient of friction
B = mu*cotg(alpha)
sigma_d = (sigma_0*(1+B)*(1-(x)^(2*B)))/B // N/mm^2
l = 3 // die land in mm
mu =... |
5189b44dcaabc46d179f00e0899b59f20c994728 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3683/CH2/EX2.9/Ex2_9.sce | 0f0833cb31f2c749cfd8be4fb19978bb6a383099 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 709 | sce | Ex2_9.sce | b=360//width, in mm
d=750//effective depth, in mm
top_cover=50//in mm
sigma_cbc=7//in MPa
sigma_st=190//in MPa
m=13.33//modular ratio
M=300*10^6//in N-mm
//to find critical depth of neutral axis
Xc=d/(1+sigma_st/(m*sigma_cbc))//in mm
//to find Ast1
Ast1=b*Xc*sigma_cbc/(2*sigma_st)//in sq mm
Ast1=1638//round-... |
f5543a82ea2638c21ca2cca14ea0844fe32c1de8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1991/CH3/EX3.6/6.sce | 66ca751af2d26e4bd9f5b7da4493cdad9e8fc337 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | 6.sce | clc
clear
//input
k=16
w=23
//calculation
//1.wavelength
l=2*%pi/k
//output
printf("the wavelength is %3.3f m",l)
//2.wavespeed
v=(l*w)/(2*%pi)
printf("\nthe wavespeed is %3.3f m/s",v)
//3.pase difference
pha=(0.5*2*%pi)/0.39 // phase difference of molecules 0.5m apart
printf("\n the phase difference is... |
9b29e162fd8823fac6f32130ca2493e4be35a541 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/GOLD-TEST/tuk.tst | 46f4ca5abc6c9780d71fb585af07171f47d9b411 | [] | 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 | 219,035 | tst | tuk.tst | seretmek seretdi V;SG;3;PST
seretmek seretjekdi V;COND+INTEN;SG;3;PST
seretmek sereterdiň V;INTEN;SG;2;PST
seretmek sereterdiler V;INTEN;PL;3;PST
seretmek seredipdirin V;NFH;SG;1;PST
seretmek seredipdi V;PRF;SG;3;PST
seretmek seredýarin V;PROG;SG;1;PRS
seretmek sereterdim V;INTEN;SG;1;PST
seretmek seretdim V;SG;1;PST
s... |
1459e6554fe13d5a8585d45f4e7da427029ea492 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/CONT/LG82ZTE/ATWM1_Working_Memory_MEG_LG82ZTE_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | af310b02fa7929955dc73fa919cdf6f19f80dfc5 | [] | 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,620 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
0d2cddccdda42123d0a3d044395a3d76f783e978 | c09810ccf146237702bc5eedd87109dd496b389a | /ОТУ/4.1/4.1.sce | 8760eeedb87ebb154a254c8625eb0c9f9f89b0ec | [] | no_license | Krokofol/OOAIDLab | 2d0e5b2ff517dd1e51d8239dc8bb5575b2ed8384 | a583d91a47c9e5f2a56a36b2c3f13bbc794f9517 | refs/heads/master | 2023-03-30T22:04:06.564312 | 2021-04-01T14:22:01 | 2021-04-01T14:22:01 | 339,401,547 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | 4.1.sce | p1=poly([-0.9 -1 0 0 1.1],'x','c');
p2=poly([-4 1 0 1],'x','c');
x1=roots(p1)
x2=roots(p2)
P1 = -0.9-x1(1)+1.1*x1(1)^4
P1 = -0.9-x1(2)+1.1*x1(2)^4
P1 = -0.9-x1(3)+1.1*x1(3)^4
P1 = -0.9-x1(4)+1.1*x1(4)^4
P2 = -4+x2(1)+x2(1)^3
P2 = -4+x2(2)+x2(2)^3
P2 = -4+x2(3)+x2(3)^3
|
9e175a7fb323157e8f35621554d502ed4a2b8568 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH1/EX1.1/Example1_1.sce | d0393fc5ac024763e5c616183cf4017883d29f66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | Example1_1.sce | // Computation of density from mass and volume
clear;
clc;
printf("\t Example 1.1\n");
m=301;//mass of gold, g
v=15.6;// volume of gold, cm^3
d=m/v;//density of gold, g/cm^3
printf("\t the density of gold is : %4.1f g/cm^3\n",d);
//End
|
b713e2f982c204d7465ecd7d91fda3cd624ad647 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH34/EX34.1/ex1.sce | 6752cf7a90a0727f840c8a205f28cfcd24067025 | [] | 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 | 131 | sce | ex1.sce | errcatch(-1,"stop");mode(2);
disp('from the principle of counting,the required no.of ways are 12*11*10*9=')
12*11*10*9
exit();
|
e9aa04c9f7bee1471bb8188f5d81f7957638d73d | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/mtlb/mtlb_fprintf.sci | 0c02ac82b7b76800869dbf3536ab1089085d5343 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,423 | sci | mtlb_fprintf.sci | function count = mtlb_fprintf(varargin)
[lhs,rhs]=argn()
count=0
if type(varargin(1))==10 then //mtlb_fprintf(fmt,...)
fmt=varargin(1)
nfmt=size(strindex(fmt,'%'),'*')
nv=size(varargin)-1
if nv==1 then
a=varargin(2)
na=size(a,'*')
mult=max(na/nfmt,1)
fmt=strcat(fmt(ones(1,mult))) // duplicate fo... |
a2c23397822a056dd9d8a87ed2d30373446eec57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH9/EX9.17/9_17.sce | d5e7281fd8aed54f626f82ac7581b5efe98dd5fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 683 | sce | 9_17.sce | //Chapter 9, Problem 17, Figure 9.10
clc;
N=800; //no of turns
I=0.5; //current in coil
l=%pi*120*10^-3; //length of coil
u0=4*%pi*10^-7; //permeability of free space
ur=3000; //relative permeability
dI=0.5-0; ... |
71061f7475a67e4327edfb00d5529b613469e3bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH15/EX15.1/Ex15_1.sce | 5ce841a6394f9bc28e969757445c6157add72f63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 574 | sce | Ex15_1.sce | //Example 15_1
clc();
clear;
//To find the value of q and how many electrons must be removed and fraction of atoms lost
dist=2 //Units in meters
f=0.0294 //Units in N
s=9*10^9 //Units in N meter^2/C^2
q=sqrt((dist^2*f)/s) //Units in C
printf("The value of q is=%.8f C\n",q)
charge=3.61*10^-6 //Units in C... |
077b664b07d8062173527207bacb73ccc782c93f | 717ddeb7e700373742c617a95e25a2376565112c | /284/CH7/EX7.2/ex_2.sce | 9ec93a934ac7228cadaa149d4460c047f5d59639 | [] | 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 | 382 | sce | ex_2.sce | // Chapter 7_The pn junction Diode
//Caption_pn Junction current
//Ex_2//page 258
Na=10^16 //acceptor impurity
Nd=10^16 // donor impurity
ni=1.5*10^10 //intrinsic concentration
Dn=25
Dp=10
tau_po=5*10^-7
tau_no=5*10^-7
epsr=11.7
Js=e*ni^2*((1/Na*(Dn/tau_no)^0.5)+(1/Nd)*(Dp/tau_po)^0.5)*10^9
printf... |
224af08b8d2cb09436e59f06d9d9c1f2203df03a | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH9/EX9.27/example_9_27.sce | 7eebb552fe7533bca69795ca3bf132e01304ad0f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 110 | sce | example_9_27.sce | //when |a|<|b| then system is stable. hence let a=2 and b=3
s=%s
sys=syslin('c',k/((s-2)*(s+3)))
evans(sys) |
5c63b2805263ecf2bc588674f0cf2650aae22eaa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH10/EX10.19/ex10_19.sce | c12eef5cdbe84d7bd994533797435f8c45649879 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | ex10_19.sce | //Page Number: 10.35
//Example 10.19
clc;
//Given
d12sqr=8;
N0=2*0.5; //W/Hz
//(c)
//As for two equiprobables
//Pe=Q(z)
//where z=sqrt(d12^2)/sqrt(2*N0)
z=sqrt((d12sqr)/(2*N0));
Pe=(1/2)*erfc(z/1.414);
disp(Pe,'Probabilty error:')
|
3fc7c3f7a7ec14437260cacff514d48a3f14b0fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3014/CH6/EX6.1/Ex6_1.sce | 2b42ec99aeba544812f41fb993704e50ef8731d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | Ex6_1.sce |
clc
//Given that
E = 7.9e10 // Young’s modulus in N/m^2
rho = 2650 // Density in Kg/m^3
t = 0.003 // Thickness of quartz crystal in m
printf("Example 6.1\n")
v = sqrt(E/rho)// Calculation of velocity
lambda = 2*t // Calculation of fundamental wavelength
nu = v/lambda // Calculation of fundamental frequency
... |
9576baf8f536f41bdcea0e2a9900b0ea24cddc8c | 3ab7c3ba0b53c896747be95b21d2a39dc0ba021a | /Euler.sci | b67066f207bb298a7fac76955d5043b74bf53324 | [] | no_license | Farber98/MetodosNumericos | 0752f090eb596926f05bff0730a088eb70e77033 | 5c1be0d0e8274d204b41d0b91778847e6469e6bb | refs/heads/master | 2021-04-23T12:58:07.339435 | 2020-03-25T08:41:32 | 2020-03-25T08:41:32 | 249,926,955 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sci | Euler.sci | function a = euler(f,x,y0,h,n)
i=1;
while i<n
y = y0 + f(x(i),y0) * h;
disp (y);
y0 = y;
i = i +1;
end
a = y;
endfunction
|
37414ac4ead48acdc41eb0a0752b1e556f6de3f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH8/EX8.13/Ex8_13.sce | aca921dd7d8b95324a9c34b702de2e4ea8f30131 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 707 | sce | Ex8_13.sce | clc;clear;
//Example 8.13
//given data
T0=20+273;//in K
P0=100;
Tiw=30+273;//in K
mw=100;
Tii=350+273;//in K
mi=5;
//constants used(Table A-3)
cw=4.18;//in kJ/kg C
ci=0.45;//in kJ/kg C
//calculations
Tfk=(mi*ci*Tii+mw*cw*Tiw)/(mw*cw+mi*ci);
Tfc=Tfk-273;//in C
disp(Tfc,'the final equilibrium tempera... |
afe2e1cc83db78b131f344e4ca75b132ea18b8c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH4/EX4.3.a/data4_3.sci | f2f580f44f3fc914bc028cd64e4466e94acc4fcd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sci | data4_3.sci |
//(Design against Static Load) Example 4.3
//Tensile yield strength of steel 30C8 Syt (N/mm2)
Syt = 400
//Factor of safety fs
fs = 4
//Tensile force acting on the rods P (kN)
P = 50
//Inside diameter of the socket d2 (mm)
d2 = 50
//Outside diameter of the socket d4 (mm)
d4 = 100
|
d4a33b9cfe403329b9a123a8713a19222a135828 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH29/EX29.7/Example29_7.sce | ce2bfa4812ef75e6889c953dcf753e0626a6aeee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | Example29_7.sce | //Given that
h = 2.1*10^-2 //in m
w = 1.2*10^-2 //in m
n = 250
B = 0.23 //in T
i = 100*10^-6 //in A
theta = 28 //in degree
//Sample Problem 29-7
printf("**Sample Problem 29-7**\n")
A = h*w
T = B*i*n*A
k = T/theta
printf("The value of constant k is equal to %eN.m/degree", k) |
9ea4678229bae2097d81b0cb708d6f68938c2a0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /650/CH3/EX3.17/17.sce | a1e907537251878cf79b9107341382b9d6fb94f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | 17.sce | clc
u=1.5; // Ns/m^2
v=0.5; // m/s
H=0.02/2; // m
t=-u*3*v/H;
disp("The shear stress =")
disp(t)
disp("N/m^2")
disp("It acts in the opposite direction to the flow.") |
05fbdfdae0a81a95ecde72cda54aa36301219783 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3250/CH4/EX4.18/Ex4_18.sce | b60b4ec4dcae5f76c1b9d83f4b85e9f6991ec3e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 629 | sce | Ex4_18.sce | clc
// Given that
w = 20 // Width of the mild steel block in mm
Z = 10 // No of teeth in milling cutter
D = 75 // Diameter of the milling cutter in mm
alpha = 10 // Radial rake angle in Degree
f = 25 // Feed velocity of the table in mm/min
N =60 // Rpm of the cutter
t = 5 // Depth of cut in mm
mu = 0.5 // Cofficient o... |
7feb0a78e96d7eb95c867ed3f33b49cdd78cfb1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH12/EX12.10/example10_sce.sce | cb2e77fdf35214e07e5af8bb8a721d7c7bc3b858 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sce | example10_sce.sce | //chapter 12
//example 12.10
//page 494
printf("\n")
printf("given")
hfe=50;hie=1.3*10^3;R3=5.6*10^3;R5=3.9*10^3;Rl=40*10^3;
Av1=-(hfe*((R3*hie)/(R3+hie)))/hie
Av2=-(hfe*((R5*Rl)/(R5+Rl)))/hie
disp(" overall voltage gain is Av=Av1*Av2")
Av=Av1*Av2 |
f7368df3af4ccd3e847322e0c2a6bc71cd4f7a2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/DEPENDENCIES/ch12_4.sce | 4bc71e2f5bed2c8b5260ecddfd66d1cda8f92b6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 541 | sce | ch12_4.sce | clc
disp("Example 12.4")
printf("\n")
disp("Continued from Example 12.3")
Vmax=120*sqrt(2)
Zmag=20;Zph=-30;
//Let the line to neutral voltage magnitude be VLN
VLN=Vmax/sqrt(3)
//From figure 12.14
ILmag=VLN/Zmag
ILph=0-Zph
printf("\nIL=%3.2f(%d deg)\n",ILmag,ILph);
//From fig 12.7(b)
//VAN=Vn(-90 deg)... |
f362d6dc2b8a1d8d90e279a43228d56fb5c5eb81 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH12/EX12.2/ex12_2.sce | 5998d615e0777b8d17837eb6eaaa911b414e2be8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sce | ex12_2.sce | //Exam:12.2
clc;
clear;
close;
W=0.0243;//1 mole of magnesium weight(in Kg)
C=2*96490;//used charge (in A-s)
A=15*10^(-3);//current density (in A/metre2)
t=10;//time (in years)
T=10*365*24*3600;//time (in sec)
//amount of magnesium required =charge required per m2 of hull surface for a design life of 10 years/... |
949f3535669bc641b255651ce1eb30f01f238715 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH1/EX1.23/Ex1_23.sce | 4b1fa340eb5b610100211d7c37989365d74ef76e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 333 | sce | Ex1_23.sce | clear
//
//
//
//Variable declaration
lamda=5890*10**-10 //wavelength(m)
mew=1.5 //refractive index
r=60*%pi/180 //angle of reflection(radian)
//Calculation
t=lamda/(2*mew*cos(r)) //required thickness of plate(m)
//Result
printf("\n required thickness of plate is %0.0f angstro... |
afb919c3d0076ffe86f1647076cfc16bc36131b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH7/EX7.8/Ex7_8.sce | bd4dabfed75366da6eca51b22cc4e05524ecd57a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,173 | sce | Ex7_8.sce | // chapter 7 example 8
//-----------------------------------------------------------------------------
clc;
clear;
// given data
a_l = 6; // Azimuth length in m
n_a = 0.7; // Azimuth length efficiency
n_e = 0.5; // elevation length efficiency
e_l = 4; // elevation length ... |
223fdb697156a75d6784c3bb50c0011925266ea9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH4/EX4.19/Ch04Ex19.sce | e351ab3dcdea5d3839195e49a9b8f18132291bbe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sce | Ch04Ex19.sce | // Scilab Code Ex4.19: Page-204 (2011)
clc;clear;
f = 10;....// Given focal length of each lens, cm
f1 = f; // Focal length of first lens, cm
f2 = f; // Focal length of second lens, cm
d = 2/3*f; // Separation distance between two lenses, cm
F = f1*f2/(f1+f2-d); // Equivalent focal length of Ramsden ey... |
e3bc375775ad6683783524c270c9cf3f59819ae3 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/output_f.sce | bb9dfe2edbbc297512a939ff1d247923cd82729a | [] | 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 | 111 | sce | output_f.sce | style.fontSize=10;
style.displayedLabel="OUTPUT<br>Floated";
pal9 = xcosPalAddBlock(pal9,"output_f",[],style);
|
1ceba2d7bbe10a67f4b11cc706a3f5eb2feae269 | a62a67542e036e3052d0b560f49fc3a03f657aa8 | /cw3/proj1.tst | 0359970b30052ecc82621c58d4ee16571a6f335f | [] | no_license | bladekp/psi | 417ae0480365c1954005f66eaf8bee2e72a59c43 | 00aae0ca2ee7d51219a994717baca6f7dc5d8fcb | refs/heads/master | 2016-09-07T18:36:13.408858 | 2015-04-29T11:35:18 | 2015-04-29T11:35:18 | 31,655,953 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,677 | tst | proj1.tst | we we we we we we we we we we we we we we we we we we we we we wy
A1A A4A A7A A8A A9A A10A A11A A12A A13A A14A A15A A16A A17A A18A A19A A20A A21A A22A A23A A25A A26A wy
3 2 1 3 3 2 3 2 3 2 2 3 2 1 2 2 1 1 2 2 2 0
3 2 3 2 3 3 3 2 3 2 2 2 2 2 2 3 2 1 2 3 2 1
4 2 3 3 2 2 2 3 3 2 2 2 2 1 1 2 2 2 2 3 2 1
4 2 2 2 3 3 2 1 3 2... |
964e9f09bb2580fc3cb236bd63652ede74e10187 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3407/CH7/EX7.1/Ex7_1.sce | f9e70fc06b1e711e09cd6a1c564e785972462dd1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_1.sce | clear;
clc;
funcprot(0);
//function to calculate blade cavitation coefficient
function [res] = fun(sigmab,k,omega_ss)
res = (sigmab^2)*(1 + sigmab)- (((3.42*k)^2)/(omega_ss^4));
endfunction
//given data
Q = 25;//flow rate in dm^3/s
omega = 1450;//rotational speed in rev/min
omega_ss = 3;//max. suction... |
2153e726a6f82728075afc2285ed565865d79d2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH8/EX8.10/Exa10.sce | c1117581326aeda793eb75b71a0f6868d24ade94 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,362 | sce | Exa10.sce | //Exa10
clc;
clear;
close;
disp("As spoilage occurs during process, its cost will be charged both to the complete production and the closing inventory.");
disp(" Element Units Material Labour Overhead");
disp(" Kgs. Kgs. Kg.");
disp(" ... |
208f957456fba07d8c13ef2daa4416c9338073c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH39/EX39.9/Example39_9.sce | b86bfc686b3fab0ec5def982360abd9fbbbc8710 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 867 | sce | Example39_9.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART IV : UTILIZATION AND TRACTION
// CHAPTER 1: INDUSTRIAL APPLICATIONS OF ELECTRIC MOTORS
// EXAMPLE : 1.9 :
// Page number 686-687
clear ; clc ; close ; // Clear the wo... |
74d5942e60f558353c516491e8a4e4eb2a9c2683 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3872/CH12/EX12.9/Ex12_9.sce | 6cd8eba6e89dc6ed96ee7e21070ddb28892bbfeb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,199 | sce | Ex12_9.sce | //Book - Power System: Analysis & Design 5th Edition
//Authors - J. Duncan Glover, Mulukutla S. Sarma, and Thomas J. Overbye
//Chapter - 12 ; Example 12.9
//Scilab Version - 6.0.0 ; OS - Windows
clc;
clear;
B11=1.5e-4; B12=2e-5; B22=3e-5; // Loss coefficients
lamda=16; ... |
11ddfddea454ccfa76482446fdb2a6fac035fbde | 88c914c9be129f1873d66f7242928d980a0c45e0 | /Scilab/src/tolsolvty.sci | 5211059615c30d6fb13b229243a01ff5e4d1b4c5 | [] | no_license | MaximSmolskiy/tolsolvty | 6b0555a242ea6b497c98ba85bb55d42bd6aec54e | 47756130bb87936ea98ef600e321392cc679254d | refs/heads/main | 2023-05-31T20:07:23.403227 | 2021-06-28T22:48:55 | 2021-06-28T22:48:55 | 309,448,233 | 1 | 0 | null | 2021-06-28T22:48:56 | 2020-11-02T17:40:28 | MATLAB | UTF-8 | Scilab | false | false | 19,132 | sci | tolsolvty.sci | function [tolmax,argmax,envs,ccode] = tolsolvty(infA,supA,infb,supb,varargin)
//
// Вычисление максимума распознающего функционала допускового множества
// решений для интервальной системы линейных алгебраических уравнений
//
// TOLSOLVTY(infA, supA, infb, supb) выдаёт значение максимума распознающего
// функц... |
7992f2f23c9206ce50a20b658f4c28857b743c0b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH7/EX7.4/EX_7_4.sce | dcf3e9ffa60efbd19684ec9779a801caac424363 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | sce | EX_7_4.sce | // Example 7.4:oscillation frequency
clc;
clear;
close;
C1=0.005;//capacitance of tunned circuit in micro farad
C2=0.01;//capacitance of tunned circuit in micro farad
C=(C1*C2)/(C1+C2);//total capacitance in micro farad
L=100;//INDUCTANCE of tunned circuit in micro henry
fo=(1/(2*%pi*sqrt(L*10^-6*C*10^-6)))*10... |
a999851695cb86d824210acf91d57d574c5e79b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH1/EX1.27/ex_27.sce | ee84a6bb45a09b3b5286a36079def05c2334baba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | ex_27.sce | V1=6; //Assigning values to parameters
R1=2;
R2=6;
R3=2;
I1=3;
R4=1;
R5=3;
I2=V1/R1; //Performing source transformation
R6=(R2*R3)/(R2+R3);
V2=I2*R6;
R7=R6+R1;
I3=V2/R7;
I4=I1+I3;
IR5=I4*R7/(R7+R4+R5);
disp("Amperes",IR5,"Current in 3 Ohm resistor using s... |
4415265864a9e9d9d0ce5185ed00907106ddac85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH6/EX6.17/Example6_17.sce | f85805e22209738b4e4c2e0086b5762c4836c224 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | Example6_17.sce | clc
//Given that
E = 1 // energy of electron in MeV
c = 3e8 // speed of light in m/s
m_0 = 9e-31 // rest mass of electron
// sample problem 17 page No. 229
printf("\n \n\n # Problem 17 # \n")
printf("\n Standard formula used \n m = m_o* sqrt ( 1- (v/c)^2) \n and \n E=m*c^2")
m = E * 1.6e-13 / c^2// calculatio... |
5577998f6a3e98dbf732d1fc7bada96a8e7d8d8c | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH7/EX7.3g/eg7_3g.sce | a40c8dbaac11f2b5072bef7128e14b788ff2d978 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg7_3g.sce | meanX = 0.786;
s= 0.03;
num = 100;
alpha = 0.05;
tval = cdft("T", num-1, 1-alpha, alpha);
upperlim = meanX + (tval*s)/sqrt(num);
lowerlim = meanX - (tval*s)/sqrt(num);
disp(upperlim, "to ",lowerlim,"The 95% confidence interval is ", ) |
7926b54a8772b1948d48a6ff12447a231771d5e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH4/EX4.1/example1.sce | 9ba364316b29c5ed74cf4913bdb1fb12c44631db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 684 | sce | example1.sce | //Chapter-4 example 4.1
//=============================================================================
clc;
clear;
//input data
//d = lamda/2
theta_d = 5//angle blw los and perpendicular bisector of line joining two antennas
// calculations
//PD = (2*%pi/lamda)*(d*sin(theta));
//PD = (2*%pi/lamda)*(lamd... |
619efdc09b6b4eeaa2b16ba0e492d40b3bd7da91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH7/EX7.02/7_02.sce | 5d6b40df310cc96cf1860c27594ded7044827f8b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 796 | sce | 7_02.sce | //pathname=get_absolute_file_path('7.02.sce')
//filename=pathname+filesep()+'7.02-data.sci'
//exec(filename)
//For tank A:
//Pressure of air(in bar):
pa=1
//Mass of air(in kg):
m=1
//Value of Cv(in kJ/kg.K):
Cv=0.717
//Temperature(in K):
T=50+273
//Gas costant(in kJ/kg.K):
R=0.287
//Atmospheric pressure(i... |
71ea2da058dcf5ce687b078698baa1d084158d2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /534/CH9/EX9.3/9_3_Rectangular_Duct.sce | 587ded94a09350e0f896980cd4c325b83930fe30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,130 | sce | 9_3_Rectangular_Duct.sce | clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 9.3 Page 577 \n'); //Example 9.3
// Heat Loss from duct per meter of length
//Operating Conditions
Ts = 45+273; //[K] Surface Temperature
Tsurr = 15+273 ;//[K] Surrounding Temperature
H = .3 ... |
57a5b00d1c0f4a838a12da24c9d3b2656640bf2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH9/EX1.cs/Casestudy1.sci | 60baca1161117015284c98fd6e78786f298e2e89 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | Casestudy1.sci | // Case Study:Chapter-9[page no:310]
// 1.Calculation of Area under a Curve
funcprot(0);
//global variables
global start_point
global end_point;
global total_area;
global numtraps;
function[]=input1()
global start_point;
global end_point;
global total_area;
global ... |
dd06bd99aacec4cf890e38caa96e72b2880ee670 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH2/EX2.3/chapter2_ex3.sce | e298513512aaafff1427fbde2f9bc5039eb7a943 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 755 | sce | chapter2_ex3.sce | clc
clear
//input
mmf=1800; // magneto motive force in amperes
l1=0.8; // length of iron in meters
l2=0.002; //length of air gap in meters
a=9*(10^-4); // area of the air gap in square meters
ui=2000; // relative permeability of iron
ua=1; // relative permeability of air
u0=1.257*(10^-6); // absolute permeab... |
c87d335963e78df3ead6a93fff54b63185b3c5e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH2/EX2.10/Ex2_10.sce | c52f3233739352557e598880cfcfc328dd804523 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 579 | sce | Ex2_10.sce | // Example 2_10
clc;funcprot(0);
// Given data
theta_i=30;// degrees
r=25*10^4;// ft
rdot=4000;// ft/sec
theta=0.80;// deg/sec
g=31.4;// ft/sec^2
// Calculation
v_r=rdot;// ft/sec
v_theta=r*(theta*%pi/180);// ft/sec
v=sqrt(v_r^2+v_theta^2);// ft/sec
a_r=-g*cosd(theta_i);// ft/sec^2
a_theta=g*sind(theta_i... |
34616ce32af149b4d7d88264aaf268568123880b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.7/Exa2_7.sce | 540e154445513f4a6a9f67123c9445647e85f8cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 760 | sce | Exa2_7.sce | //Exa 2.7
clc;
clear;
close;
//Given data :
N=1440;//in rpm
f=50;//in Hz
disp("For this speed of 1440 rpm the synchronous speed may be either 1500 rpm or 3000 rpm.");
disp("If the synchronous speed is 3000 rpm then in generl case the speed will not be too slow. o the synchronous speed for this motor is 1500 rp... |
624eb8e915498975ff18009435e066204930b6cc | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/percent/%lssnp.sci | df6025edf2c6c3699949057c8666ad2c0ae3b43b | [
"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 | 67 | sci | %lssnp.sci | function [r]=%lssnp(s1,s2)
//%lssnp(s1,s2) test s1<>s2
//!
r=%t
|
46e84e5696e9c24750179c41cbc0a6d0dc7f80db | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH39/EX39.03/39_03.sce | ded0295b2dc592b285dc72ca6ef628eea99bf63a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 865 | sce | 39_03.sce | //Problem 39.03: A 2000 pF capacitor has an alternating voltage of 20 V connected across it at a frequency of 10 kHz. If the power dissipated in the dielectric is 500 μW, determine (a) the loss angle, (b) the equivalent series loss resistance, and (c) the equivalent parallel loss resistance.
//initializing the variabl... |
51a4bfde21662a06353a8bef2dfec1ece6eb1b64 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/demos/sci2for/dem3.sce | be5fe80c65167e215aa2129de31886b0936f8083 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | dem3.sce | // function definition
deff('[x]=t3(a,b,c,d)','x=[a;c]/[a b;c d]*3.5','n')
// define type and dimension of the input args
lt3=list();
lt3(1)=list('1','m1','n1');
lt3(2)=list('1','m1','n2');
lt3(3)=list('1','m2','n1');
lt3(4)=list('1','m2','n2');
// show the initial data
printspecs(t3,lt3)
//translate
txt=sci2for(t3,... |
196ee03bf06331e58a13fc46288e96272d9d9e8c | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Printobjstr.sci | bf1377513aefd1055ae3db7bcc497ccc8deb3cd6 | [] | 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 | 172 | sci | Printobjstr.sci | // s : 2014.06.22
function Printobjstr(Str)
global Wfile FID;
if Wfile=='default' then
mprintf('%s\n',Str);
else
mfprintf(FID,'%s\n',Str);
end
endfunction
|
1ca70b85072baa502f35d2c8848c9ee0025240d8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH2/EX2.2/ex2_2.sce | 5f69f90bb08c2898430acaac82b908f4b65c339f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sce | ex2_2.sce | clc;
clear all
tw = 6; // Time taken by water in seconds
ta = 3.6; // Time taken by alcohol in seconds
rhow= 1e3; // Density of water in Kg per meter cube
rhoa = 800; // Density of alcohol in Kg per cubic meter
n1 = 8.9e-4; // Viscosity of water in Newton second per meter square
n2 = (ta/tw)*(rhoa/rhow)*n1;//The... |
dfc61f33a1c90a7f0600de1054f4fa153f6ca082 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH7/EX7.2/Ex7_2.sce | a974b4be407d3cc1af8fe83b9a61efe2dc79d789 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | Ex7_2.sce | clc
//initialization of variables
clear
s=3 //m
n=60
p=50 //kg
// calculations
W=n*p
Rc=W*2/s
Rb=W-Rc
dx = 0.001;
x = 0:dx:s
n = s/dx +1;
for i = 1:n
Sx(i) = -Rb + Rc*x(i)^2/6;
Mx(i) = Rb*x(i) - Rc*x(i)^3 /18;
end
//Results
figure(1);plot(x,Sx);title("Shear force diagram");xlabel("X (in m)");y... |
f0f2b019d430c275eccec7fd1166cab62e91a49b | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH2/EX2.8/example2_8.sce | cdc1cfa8802cd9b2b1e9abdd430eefb7de4e0c42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,485 | sce | example2_8.sce |
clear;
clc;
printf("\t Example 2.8\n");
//position 1 moles molefraction weight
// ethanol 0.1478 0.02775 6.80
// water 5.18 0.9722 93.20
//position 2 moles molefraction weight
// ethanol 0.235 0.0453 10.8
// water 4... |
bfd7e22b513f730dd5d3eabd0517e6d1355830bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1385/CH10/EX10.4/10_4.sce | 253c8811f13602108a562fef8bc68e484f85264b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 10_4.sce | clc
//initialisation of variables
E= 0.763 //v
R= 8.31 //J/mol K
T= 25 //C
F= 96500 //coloums
M= 0.1 //m
M1= 0.01 //m
//CALCULATIONS
E1= E-(R*(273+T)*2.3*log10(M)/(2*F))+R*(273+T)*2.3*log10(M1)/F
//RESULTS
printf (' oxidation potential of copper elctrode = %.3f v',E1)
|
c8849c7b3688e7558943a133df0f69cbd62911d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3828/CH12/EX12.4/Ex12_4.sce | 50d39dc4f0f23d0e9432a176d280254247bd75e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | Ex12_4.sce | //Chapter 12 : Semiconductor Physics
clear;
//Variable declaration
Eg=0.8 //Energy gap width
T=300
m=9.1*10**-31 //mass of electron
k=1.38*10**-23
h=6.63*10**-34
//Calculations
ni=2*((2*22*m*k*T)/(7*h**2))**(3/2)*exp((-Eg*1.6*10**-19)/(2*k*T))/10**18
//Result
mprintf("Concentration... |
73757166f12157a14028d51b110668eb9fa4bc0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1535/CH3/EX3.10/Ch03Ex10.sci | 96541f599bbfa3efeb9090a09dbf4411970e62fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sci | Ch03Ex10.sci | // Scilab Code Ex3.10 : Page-73 (2010)
lambda1 = 5896e-008; // Wavelength of D1 line of sodium, m
lambda2 = 5890e-008; // Wavelength of D2 line of sodium, m
lambda = (lambda1+lambda2)/2;
// As lambda1 - lambda2 = lambda^2/(2*x), solving for x
x = lambda^2/(2*(lambda1 - lambda2)); // Shift in movable mirro... |
a78fffd27815f6c0e5b48227af0ba57b07405666 | 449d555969bfd7befe906877abab098c6e63a0e8 | /848/CH8/EX8.9/Example8_9.sce | 92565c3de83bfe94ff5f90179665edb11d182e4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | Example8_9.sce | //clear//
//Caption: Percent overhead to the inforamtion stream Using Reed-Solomon code for error correction
//Example8.9
//page 309
clear;
clc;
close;
S =8; //Reed-Solomon code with 1 byte
n = (2^S-1); // length of coded sequence
k = 239; //length of message sequence
r = n-k;
disp(r,'number of redundant byt... |
07cbd0852855d76f3b72173240001f9bdf53205d | e9b135074a04c0ae4273c18ac8466c003190b21a | /2 Ano/Metodos Numericos/Soluciones/derivar.sce | c500ca91458bb300e7bb302a0a6dcda794910d60 | [] | no_license | damianarielm/lcc | 804faae03e5f60e44de58d264721892e1fea0c3c | ffd3e65f54073215e1e3542aabd62b3ec1ec5960 | refs/heads/master | 2023-02-18T12:14:00.543045 | 2023-02-14T00:19:54 | 2023-02-14T00:19:54 | 161,278,175 | 60 | 9 | null | 2020-12-04T14:43:40 | 2018-12-11T04:41:42 | HTML | UTF-8 | Scilab | false | false | 591 | sce | derivar.sce | function y = derivar(f, v, n, h)
if n == 0 then
y = f(v)
else
d0 = f
for i = 1:n
argumento = "(x)"
incremento = "(x + " + string(h) + ")"
nombre = "d" + string(i)
anterior = "d" + string(i - 1)
cuerpo = "y = (" + anter... |
f08d94f8bdace88ea9c1268f302eac1449e1fe77 | 4058f38b392324aa5099819881f3c7d7219a174f | /Adder/Adder.sce | d219982961d34325f8b8ba46c1b941b920333e94 | [] | no_license | anupma-s/Scilab-Xcos-Arduino-Digital-Circuits | 612a033422bf14e2e58bcdce371f15cafb30224f | 2b4bf8e8f155d20a5eda2feb31c5523a51569d73 | refs/heads/master | 2021-01-20T17:20:13.073180 | 2016-07-04T15:25:07 | 2016-07-04T15:25:07 | 62,569,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,185 | sce | Adder.sce | ok=open_serial(1,2,115200);
if ok~=0 then error('enable to read serial port'); end
for i=1:10000
A=cmd_digital_in(1,5) //input A
B=cmd_digital_in(1,6) //input B
C=cmd_digital_in(1,3) //input Carry in (Cin)
P=0 //Pi
G=0 //Gi
temp=0
//As according to the logic circuit of Full Ad... |
cd6b3ca30787a4d5debf3954324dcee6b6d8c401 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH7/EX7.5/ex7_5.sce | 949cec7e4a7ec582a847b8c422c5805a453f8119 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 686 | sce | ex7_5.sce | // Exa 7.5
clc;
clear;
close;
format('e',8)
// Given data
I_Don = 6;// in mA
I_Don = I_Don * 10^-3;// in A
V_GSon = 8;// in V
Vt = 3;// in V
V_DD = 12;// in V
R_D= 2*10^3;// in ohm
// (i) To obtain the value of K
K = I_Don/( (V_GSon-Vt)^2 );// in A/V^2
disp(K,"The value of K in A/V^2 is");
format('v',7)
... |
0539e197c18bc4c0b8226896b654b1f840a87c5a | 449d555969bfd7befe906877abab098c6e63a0e8 | /593/CH11/EX11.9/ex11_9.sce | 7ba5ee6a793839718573f236079772867fb82293 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,817 | sce | ex11_9.sce | clear;
//clc();
// Example 11.9
// Page: 290
printf("Example-11.9 Page no.-290\n\n");
//***Data***//
Temp = 25;//[C]
x_water = 5;//[mo]
x_benzene = 0.1;//[mol]
// The fugacity of the ethanol must be same in both phases so that we have distribution coefficient
// K = ( distribution coefficient ) = x_... |
a3f8198742c2e6128a3ecf9baf897a8bb17dfc39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH17/EX17.7/example17_7.sce | 10ae58c07afc85c7960cba037ad2ad65d455f03e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | example17_7.sce | l1=40;
lt1=100;
lt2=36;
disp("Part a");
m=(lt1-lt2)/4;
disp("the mutual inductance (in mH) is"); disp(m);
disp("Part b");
l2=lt1-l1-2*m;
disp("the inductance (in mH) of the second coil is"); disp(l2);
disp("Part c");
k=m/sqrt(l1*l2);
disp("the coefficient of coupling is"); disp(k); |
ed83c18b26d50a69570be3124ea541aefc6d56b5 | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/eval/rewrite3.tst | 18a6b050c69203022e477b9622d4da552ea6d27e | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 1,324 | tst | rewrite3.tst | COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Paolo Pecchiari |
COMMENT | * |
COMMENT | * SUBJECT: REWRITE WITH AXIOM'S SCHEMES |
COMMENT | * |
COMMENT | * GETFOL VERSION: October 1990 |
COMMENT | * |
COMMENT |... |
bd9ba418674ebd4523ff44567c2c80b1d6235e65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH7/EX7.5/7_5.sce | 41adeb5a829491c90d4f8deac3a7b235be502411 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 787 | sce | 7_5.sce | clc,clear
printf('Example 7.5\n\n')
//subscript 1 is for industrial load and 2 for synchronous motor
P_1=800 // Active power in KW
phi_1=acos(0.6) //lagging
Q_1=P_1*tan(phi_1) //reactive power by load 1
output_power=200
eta=91/100 //efficiency of synchronous motor
input_power= output_power/eta
P_2=input_... |
818c794af88ac21dddcd9ee4c4e0d1a5e1cafac2 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH34/EX34.17/ex17.sce | 2bf31c72ca92b7acd7ed45260c4659454d03720c | [] | 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 | 127 | sce | ex17.sce | errcatch(-1,"stop");mode(2);
disp('probability of white ball being choosen=2/6*6/13+4/6*5/13=' )
2/6*6/13+4/6*5/13
exit();
|
2b520a5198c55bdb7e6868d44cdb3a686a4cdfed | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH3/EX3.1/example1.sce | ddc7b68b0b0bcf8ea72157ae3f0512a1b1ac1f63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example1.sce | //Chapter-3, Problem 3.1 , Page104
//===========================================================================
clc;
clear;
//INPUT DATA
PRF= 1500;//pulse repetitive frequency in Hz
lamda = 3*10^-2;//wavelength in m;
//Calculations
//n =1 gives lowest blind speed
n=1;
Vb = n*(lamda/2)*PRF;//blind speed... |
ee9c1691b72ecb364ab764c11777e910d1d74c6b | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH12/EX12.15/Ex12_15.sce | ac757c8bba1c41e2c50df4159e3d7545da1dbd09 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | Ex12_15.sce | //Chapter 12 : Solutions to the Exercises
//Scilab 6.0.1
//Windows 10
clear;
clc;
//Solution for 3.9
//(a)
A=[0 0 0 1;0 0 1 0;0 1 0 0;1 0 0 0]
A([1,4],:)=A([4,1],:)
A([2,3],:)=A([3,2],:)
disp(A)
//(b)
B=[1 1 1 0;1 1 0 1;1 0 1 1;0 1 1 1]
B(2,:)=B(2,:)-B(1,:)
B(3,:)=B(3,:)-B(1,:)
B([2,3],:)=B([3,2],:... |
95bf6a7d6c3087576b9bbaff8af3dfc55a76bbb8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3159/CH17/EX17.1/Ex17_1.sce | c38765a785c97f09aa7436333b6b181528f6050d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex17_1.sce | // calculation of relative dielectric constant
clc
l= 10// length of capacitor in mm
b = 10 // width of capacitor in mm
d = 2 // distance of separation in mm
c = 1e-9 // capacitance in farad
epsilon_0 = 8.85e-12 // permittivity of free space
printf("\n Example 17.1")
epsilon_r = c*d*1e-3/(epsilon_0*l*1e-3*b*1e-... |
41d52dfd645cc3478198bb4eecc93aebd2667763 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH12/EX12.4/Ex12_4.sce | 6f9d0a9da47d6c3df1d4b89c6ae5ca82799f454c | [] | 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 | 747 | sce | Ex12_4.sce | // Variable declaration
A = [0.99,1.19,0.79,0.95,0.90]
B = [1.11,1.53,1.37,1.24,1.42]
C = [0.83,0.68,0.94,0.86,0.57]
n = 5
alpha = 0.05
// Calculation
t_thr = 2.179 // t(0.025) at dof = 12
S_sq = 0.0234
BA_lower = mean(B)-mean(A) - t_thr*sqrt(S_sq*(1.0/n + 1.0/n))
BA_upper = mean(B)-mean(A) + t_thr*sqrt(S_sq*(1.0/... |
8c93c2911255ece45fa7473e06de6df429cc96b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /68/CH4/EX4.7/ex4_7.sce | f2bacf1b7373db04f6cfbc8a895582327b79fa2e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 706 | sce | ex4_7.sce | // Example 4.7: To determine drain currents and output voltage
K_n =1*10^-3; // K_n=k_n*W_n/L_n (A/V^2)
K_p = 1*10^-3; // K_p=k_p*W_p/L_p (A/V^2)
V_tn= 1; // (V)
V_tp= -1; // (V)
V_I=-2.5:2.5:2.5; // (V)
V_DD=2.5; // (V)
R=10;// (kilo ohm)
// For V_I=0
I_DP=(K_p*(V_DD-V_tn)^2)/2;
I_DN=I_DP;
disp(I_DP,I_DN,"I... |
cbb01458ae959c1beafcb5150c7f1680a0b0ff81 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH1/EX1.5/ex_1_5.sce | 2f735ec15fdc9bd38b334a8df6c440355ba486ac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 422 | sce | ex_1_5.sce | //Example 1.5://error
clc;
clear;
close;
i=8.2;//in amperes
r=20;//ohms
p=i^2*r;//watts
nd=100;//divisions
ra=10;//range in amperes
rd1=ra/nd;//reading of one division
d=0.5;//divisions
per=((d*rd1)/i)*100;//possible ameter rwading error
amcr=1;//ammemeter constant error
ter=amcr+per;//total ammeter error
crr=-0.2;//co... |
83e9fda097ef6faa9552d0e47413f5cf5ed9a5b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2885/CH15/EX15.5/ex15_5.sce | a1d725b6f6281f2467ebd727b6de5204c6773b40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 913 | sce | ex15_5.sce | //Calculate reading and error of each voltmeter
clear;
clc;
//soltion
function [z]=prll(r1,r2)//Function for the parallel combination of resistor
z=r1*r2/(r1+r2);
endfunction
//given
S_A=1000;// Ω/V //sensitivity
S_B=20000;// Ω/V //sensitivity
R=50;//V //range of voltmeter
V... |
cb4e0e825de4a3a41c756aa1c508c17f08d2d832 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/sos2cell.sci | be40667fb2dc0b1bf93f0e5c787f030ca4833c71 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,223 | sci | sos2cell.sci | function c = sos2cell(s,g)
//Converts a second order section matrix to a cell array
//Calling Sequences
//c=sos2cell(s)
//c=sos2cell(s,g)
//Parameters
//s
//An L-by-6 matrix where L is the number of sections
//g
//The scalar gain
//Description
//c=sos2cell(s) converts an L-by-6 second-order-section matrix s given by:
/... |
1379c5f83028b8ea2b1993aa1fb0e2b88d9dc886 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH5/EX5.15/Ex5_15.sce | 4cebe12e5b233fe037497b5af0ed75d66bea68be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | sce | Ex5_15.sce | clc
Na=10^15
disp("Na = "+string(Na)+" cm^-3") //initializing value of acceptor concentration.
Nd=10^18
disp("Nd = "+string(Nd)+" cm^-3") //initializing value of donor concentration.
no=1.8*10^6
disp("no = "+string(no)+" cm^-3") //initializing value of intrinsic carrier concentration.
e=1.6*10^-19
disp("e = "+s... |
488b8c07658f766f258408461765ba06a4a0a2fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH20/EX20.6/20_6.sce | edc17b068aea9fb6793469b3b0fea3463ff8145c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 132 | sce | 20_6.sce | clear;
clc;
r1=.8;
r2=.86;
r3=.92;
Rs=r1*r2*r3;
Q=(1-Rs)*(1-Rs);
R=1-Q;
mprintf("\nNet system reliability = %.3f ",R);
|
b095122d0516ecbe7d3cd84db1f0dbb84203b05e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH9/EX9.3/Exa9_3.sce | bc6efa89ca25e51967ef4e74b6a6c4ab9e61e7ac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,208 | sce | Exa9_3.sce | //Exa 9.3
clc;
clear;
close;
//Given data :
P=100000;//in Rs
F=20000;//in Rs
n=8;//in years
k=0.2
Dt=(P-F)/n;//in Rs.
disp("The calculations pertaining to Dt and Bt for different values of t are summarized in table below using the formulae : ");
disp("Dt=k*B(t-1)");
disp("Bt=B(t-1)-Dt");
disp("End of ye... |
75c7f0d6adc64a0b1a27e63b6032666c8f7108f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH11/EX11.17/example11_17.sce | 4c40c34b124d94a961682d4015c9ef747f90d1c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | example11_17.sce | //Chapter 11
//Example 11_17
//Page 289
clear;clc;
c=0.3;
v=11;
f=50;
l=5;
c3=l*c;
vph=v*1000/sqrt(3);
cn=2*c3;
ic=2*%pi*f*cn*vph/1e6;
printf("The capacitance between a pair of cores with third core earthed for a length of %d km is: \n C3 = %.2f uF \n\n", l, c3);
printf("Phase voltage = %.0f V \n\n", vph);
printf("... |
c15b2a26325e2adba82878454127308484b6cf98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH4/EX4.3/3.sce | 583aaefd40d2e49aa518bd1de91ae8be723fa6f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 314 | sce | 3.sce | clc
clear
//INPUT DATA
n=200//number of fringes cross the field of view
d=0.0589*10^-3//distance of mirror displaced in m
//CALCULATION
w=((2*d)/n)/10^-7//wavelength of the monochromatic source used in m *10^-7
//OUTPUT
printf('The wavelength of the monochromatic source used is %3.2f *10^-7.in m',w)
|
b356769a68fd2c6cf8f697bd2f29f32b5de5f70a | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH9/EX9.1/Chap9_Ex1_R1.sce | 2522476e118f8becbcf4a6426db1c95e4b38b02f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,300 | sce | Chap9_Ex1_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-9,Example 1,Page 313
//Title: Partial molar volume
//================================================================================================================
clear
clc
//INPUT
per_ethanol=60;//mole p... |
fc5dc18bdce9a3f7a8e097951a6ff00185c01ef7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH12/EX12.9/Ex12_9.sce | 905a7ea51d82d891959f8ce333cc193c3743eb49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,207 | sce | Ex12_9.sce | //Fluid Systems - By - Shiv Kumar
//Chapter 12- Reciprocating Pumps
//Example 12.9
//To Determine the Pressure on the Cylinder at the Begining of the Stroke (a)When no air vessel is fitted, (b)When air vessel is fitted at the cylinder level.
clc
clear
//Given Data:-
... |
a18a758c7f5f89cd66ad2146b7b9c43cadc4ccc0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH2/EX2.7/Example2_7.sce | f882519fdb8edcd8d59599a730dffb3c69d76158 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 851 | sce | Example2_7.sce | //Given that
g = -9.8 //in m/sec^2
v_initial = 12 //in m/s
v_final = 0 //at maximum height velocity equal to zero
//Sample Problem 2-7a
printf("**Sample Problem 2-7a**\n")
//using newton'd first equation of motion
// v_final = v_initial + g * t
h_max_time = (v_final - v_initial)/g
printf("After %f sec, t... |
fc56adf6cbb6b33eef72de1f71f57eaf59893589 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.26/Ex14_23_26.sce | 443e96eb118ad5091ff51b05ed6bbf20f6d8ecab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | sce | Ex14_23_26.sce | //Section-14,Example-1,Page no.-PC.125
//To determine the pH of the given solution.
clc;
K_a=1.75*10^-5
pK_a=-log10(K_a)
[CH_3COOH]=(1000/(60*100)) //moldm^-3
[CH_3COONa]=((1.5*1000)/(82*100)) //moldm^-3
pH=(pK_a+ (log10([CH_3COONa]/[CH_3COOH])))
disp(pH,'pH of the given solution')
|
a76e54f7ceed2bf8a3d0cd662c9a98c95669d16f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1457/CH2/EX2.5/2_5.sce | 9f91d6672b738a84b7bb3d535e5dc308396ca9d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 584 | sce | 2_5.sce | clc
//Initialization of variables
dia=4 //m
P=35 //kN/m^2
theta=30 //degrees
//Calculations
Fx=P*(dia-dia*(1-cosd(theta))/2.)
Fz=P*dia*sind(theta)/2
dist=(dia-dia*(1-cosd(theta))/2.)
Fxb=9.81*dist*dist/2
Fzb=9.81*((180+theta)*%pi*(dia/2)^2/360 + sqrt(3) /2 + dia/2)
//Results
printf('part a')
printf('\n Ho... |
e9504de1681b14d6a4d683931974ccb70df28f54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH8/EX8.a.5/Example_a_8_5.sce | 9ac411aa197fb27ad09f93d6d139c4aabe6854e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | Example_a_8_5.sce | //Example_a_8_5 page no:328
clc;
Z1=20+%i*10;
Z2=10-%i*30;
Z12=Z1*Z2/(Z1+Z2);
Z3=30;//here X is eliminated hence unknown variable cannot be used for calculation
Z=Z3+Z12;
X=imag(Z);
X=-X;//hence X is equated to zero
disp(X,"the value of X which will produce resonance is (in ohm)");
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.