blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
53e35ed14ce669863571a2477d4505a392c1984b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1280/CH2/EX2.2/2_2.sce | 1af015be4bf72d31db44f9ed535c0604743ef5e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | 2_2.sce | clc
//initialisation of variables
F= 1500 //lb
t1= 10 //sec
F1= 1200 //lb
//CALCULATIONS
t2= F*t1/F1
//RESULTS
printf ('time required to raise the load = %.1f sec',t2)
|
cb39fccd979afdec5570fe241c8b471a5081a715 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH7/EX7.9/example7_9.sce | 2f74ba6ea2efba74523993117f33d3417e59dc6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 883 | sce | example7_9.sce |
clear;
clc;
printf("\t Example 7.2\n");
//part(i)
a1=229.7; //solubility at 60 degree
a2=174.7; //solubility at 60 degree
t1=68; // percentage of sodium nitrate
t2=30.34;
x1=a1/329.7 *100; //percentage of saturated solution at 50 degree
tw=(t1/32)/(x1/t2); ... |
de22dd25bd8813008d052f34edc571a6d74eb161 | 2157e5477a68100718fef686429f6ab2d846fffe | /macros/linprog.sci | 89d0405d2638bc495de96ddd90f6ad171a5612ce | [] | no_license | sidn77/FOSSEE-Optimization-toolbox | 44ca727e3f2dff5b61b43384421ae9e633d95bb1 | 58416c0613131665e14c0143791fb1f305c411e0 | refs/heads/master | 2021-01-11T04:58:15.068871 | 2016-09-29T11:31:12 | 2016-09-29T11:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,001 | sci | linprog.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the BSD.
// This source file is licensed as described in the file LICENSE, which
// you should have received as part of this distribution. The terms
// are also available at
// https://opensource.org/licenses/BSD-3-Clause
// Au... |
3052b67c8c2d2ae89392db8cf0c87b2cc1afa206 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2153/CH7/EX7.5.b/ex_7_5_b.sce | e1049999427706073f1b1966fc83f972e71e2e8a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sce | ex_7_5_b.sce | // Example 7.5.b: ultimate tensile stress
clc;
clear;
close;
format('v',6)
yl=34;//yeild load in kN
ul=61;//ultimate load in kN
fl=78;//final length in mm
glf=60;//gauge length of fratture in mm
fd=7;//final diamtere in mm
d=12;//specimen diamtere in mm
sl=62.5;//specimen length in mm
A=(%pi*(d)^2)/4;// in meter square... |
2e0ece5f905870401ebba3d7ac7554371760ae55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH10/EX10.2/Chapter10_example2.sce | 9cbb644c6e5f877f247cda39aa3289d18047861f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 984 | sce | Chapter10_example2.sce | clc
clear
//Input data
bp=30;//The brake power of the engine in kW
N=3000;//The engine speed in rpm
bsfc=0.28;//The brake specific fuel consumption in kg/kWh
API=35;//The API
p2=160;//The pressure at which fuel is injected in bar
CA=28;//The crank angle in degrees
p1=35;//The pressure in the combustion chamb... |
4eb8c9e49dbaf5a88d20b6279ea8d7d7399c2f8e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/intsplin.man.tst | 0fab7e3f551b0f103df2a4d1688480e9a5fc0b5c | [
"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 | 47 | tst | intsplin.man.tst | clear;lines(0);
t=0:0.1:%pi
intsplin(t,sin(t))
|
d5635b04d48cb5f682b502e678d14cd0dc620f57 | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0029.tst | 1aec66af035215290bd7ca7e191d7e21823dfea0 | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6 | tst | 0029.tst | ;4+
|
ec574667ace11035d8a5e2c4bedc78307c76f341 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH12/EX12.3/Ex12_3.sce | 15894b9f94d3be1706011cdc6b850cf3895eabdd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_3.sce | clear;
clc;
Length=4 //in micro-m
Width=1 //in micro-m
R=1000 //in ohm
xj=1*10^-4 //junction depth in cm
//Calculation
N=Length/Width
R0=R/N
rho=R0*xj
mprintf("Sheet resistance= %i ohm\n",R0)
mprintf("average resistivity= %0.3f ohm-cm",rho)
|
adbffac07b5ec320d7b6a31612efb4fd7e31e253 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1850/CH5/EX5.7/exa_5_7.sce | 5cbaa7b1cf40f615ba17139599b98445c6f9b498 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 915 | sce | exa_5_7.sce | // Exa 5.7
clc;
clear;
close;
// Given data
R1= 50;// in kohm
// Let us choose
R3= 15;// in k ohm
R4= R3;
// Ad= 1+2*R2/R1 (i)
// Ad= ((1+2*R2/R1)*(V2-V1))/(V2-V1)= 1+2*R2/R1
// For minimum differential voltage gain
Ad_min=5;
Ad= Ad_min;
R1_max= R1;// since Ad will be minimum only when R1 will... |
b98d2ae1c13efb8117fb8d0da88ddab76a53e18f | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH5/EX5.43/example5_43_TACC.sce | de6ac8496e3c1aa8425a08891fee32d1ff8597e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 539 | sce | example5_43_TACC.sce | //example 5.43
clear;
clc;
//Given:
disp("H2(g,1atm)|HCl(aq)|HCl(aq)|H2(g,1atm)");
m1=0.02;//concentration[M]
Y1=0.88;//mean ionic activity coefficient
m2=1;//concentration[M]
Y2=0.81;//mean ionic activity coefficient
R=8.314;//universal gas constant[J/K/mol]
T=298;//Temperature[K]
F=96487;//Faraday's co... |
c7d5a44b70ee3c7f5c1f87b6181232e757e22a46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH7/EX7.16/Ex7_16.sce | 2ec858d230e827d3f18b9b276c61289a1e72efe1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | Ex7_16.sce | clc
//to calculate uncertainity in the energy
h=6.63*10^-34 //plank's constant in J-s
delt=2.5*10^-14 //uncertainity in time in s
delE=h/(2*%pi*delt*1.6*10^-19)
disp("minimum error with which the energy of the state can be measured is delE="+string(delE)+"ev")
|
56e87d8d522004cb8dab18943dc84755e8b6b298 | 449d555969bfd7befe906877abab098c6e63a0e8 | /60/DEPENDENCIES/gausselim2.sce | 9e1ef25f390d83afa90bf76cfac5410d6f2599d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 739 | sce | gausselim2.sce | function [x] = gausselim(A,b)
//This function obtains the solution to the system of
//linear equations A*x = b, given the matrix of coefficients A
//and the right-hand side vector, b
[nA,mA] = size(A)
[nb,mb] = size(b)
if nA<>mA then
error('gausselim - Matrix A must be square');
abort;
elseif mA<>nb t... |
a10121517aac0186f4a59b348312949cc12d2269 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH9/EX9.14/CH09Exa14.sce | 0c58b1d7df4a8d9f5dc62eae66e790aadbc1ed41 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 744 | sce | CH09Exa14.sce | // Scilab code Exa9.14 : : Page-396 (2011)
clc; clear;
R_0 = 1.2e-15; // Distance of closest approach, metre
j = 7/2; // Total angular momentum
A = 41; // Mass number of Scandium
Z = 20; // Atomic number of Calcium
Q_Sc = -(2*j-1)/(2*j+2)*(R_0*A^(1/3))^2; // Electric quadrupole of Sc... |
81534be557480e65e7cca684485110cd947d732b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH9/EX9.5/9_5.sce | bbaedcc5f380eb836726655ceef78b0fcbe547c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 9_5.sce | clc
//initialisation of variables
w= 750 //R.P.M
t= 0.02 //in
r1=9 //in
r2= 5 //in
u= 0.003 //slug/ft sec
//CALCULATIONS
T= u*%pi*(2*%pi*w/60)*((r1/24)^4-(r2/24)^4)*2*%pi*w/(2*t/12*33000)
//RESULTS
printf ('horse power required to overcome= %.1f hp',T)
|
b480e20dfe7d67a6eb0ff53931266a0714009199 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH14/EX14.13/14_13.sce | b7153d6143cd1ea5ed0c4c6b431e44d9e9aeeaba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 793 | sce | 14_13.sce | clear//
//Variables
ICBO = 10 * 10**-3 //Leakage current (in milli-Ampere)
beta=50;hFE=50;
T2 = 50.0 //Temperature (in degree Celsius)
T1 = 27.0 //Temperature (in degree Celsius)
//Calculation
//Case (a)
IB = 0.25 ... |
54ca4ee1395f4abd9fd56b5d79bf11ced8b904b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3526/CH6/EX6.1/Ex6_1.sce | 9a7d0b28ffc5a6d41451a07c529a5039e03bbd6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_1.sce | //page 152
clc
F=1000//in lb
Ao=(%pi/4)*(0.505)^2//in^2
rho=F/Ao
delta_I=0.001//in
I_o=2//in
e=delta_I/I_o
disp(rho,"The value in psi is=")
disp(e,"The value of epselon") |
2018d314eb8e1f22605c0245962d6665377a5704 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH10/EX10.6/ex_6.sce | d87518875ebcbf79809c833cfa217558a97c3f65 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_6.sce | //Example 6 // Area of cross section
clc;
clear;
close;
//given data :
n1BYn2=20;
T=20*9.8;// in N
Y=19.6*10^10;// in N/m^2
alfa=n1BYn2^2*T/Y;
disp(alfa,"Area of cross section,alfa(m^2) = ")
|
c575d3fedf787bfda132f4dd868eaaf8e2dbff1a | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Controle/T1/Código/V1/csim.sce | bbecf5b9be4d769dcc3de7685724dae441703314 | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,150 | sce | csim.sce | // Definição das condições iniciais
x0 = [5;5;5;5]
// Definição do intervalo de tempo
t0 = 0
tf = 200
n = 1000
t = linspace(t0,tf,n)
// Sistema linear
C = [[1,0,0,0];
[0,1,0,0];
[0,0,1,0];
[0,0,0,1]]
D = [[0,0];
[0,0];
[0,0];
[0,0]]
sl = syslin('c',A,B,C,D)
h = ss2tf(sl)
scf(4)
plzr(sl)
... |
146b58a2e363bfea8963f3337857e15252590d0f | f23cac45e0a1e3e9444fd3bb8e11d56a5be97cf8 | /fsolvehexs.sci | 50f7349b272e61ef6586f87806bb6cd1bb9d4665 | [] | no_license | paulaperdigaoram/YOGURT | 4cd805bfb9a06630fba0d990ad7edbbf3786903b | fc95ba5408e085c91bca2a04084fc36b2ea39f95 | refs/heads/master | 2020-03-22T07:56:53.718648 | 2018-08-23T17:31:35 | 2018-08-23T17:31:35 | 139,734,779 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sci | fsolvehexs.sci | function y = fsolvehexs(x)
y(1) = mf * Cpf * (x(1)-Tf1) - x(2);
y(2) = x(4) * lambda - x(2);
y(3) = A * U * x(3) - x(2);
y(4) = ((Tc-x(1))-(Tc-Tf1))/(log((Tc-x(1))/(Tc-Tf1))) - x(3);
endfunction
|
5130518744ef0884b42aa4c39eb5a400eb933788 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH1/EX1.2/1_2.sce | 6b450c818a5c117040e7615a194f104b307110c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | 1_2.sce | //Basic Circuit Concepts
//page no-1.10
//example1.2
disp("from the given fig:")
disp("I2-I3=13");
disp("-20*I1+8*I2=0");
disp("-12*I1-16*I3=0");
//solving these equations in the matrix form
A=[0 1 -1;-20 8 0;-12 0 -16]
B=[13 0 0]'
disp("A=")
disp(A)
disp("B=")
disp(B)
X=inv(A)*B
disp("X=")
disp(X)
dis... |
360e223802343094c6936517d22dc5d83c878000 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH2/EX2.2/Ex2_2.sce | ee39c6a71ecd1fcdadf413bee06933b98fbcd397 | [] | 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 | 296 | sce | Ex2_2.sce | //Variable declaration
sample1 = [0.27,0.35,0.37] // Copper content-1
sample2 = [0.23,0.15,0.25,0.24,0.30,0.33,0.26] // Copper content-2
Yvalue1 = [1,1,1]
Yvalue2 = [1,1,1,1,1,1,1]
//Results
plot(sample1,Yvalue1,"bo")
plot(sample2,Yvalue2,"ro")
title("Dot Diagram")
xlabel("$Copper Content$")
|
5084521a5b929f50f37b3212905aa50d6cc48898 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH6/EX6.4/Ex6_4.sce | 93e64dcec9d8ca4872b7a0eb5495c4ab5fc34583 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 887 | sce | Ex6_4.sce | //CHAPTER 6 ILLUSRTATION 4 PAGE NO 177
//TITLE:Turning Moment Diagram and Flywheel
//figure 6.4
clc
clear
//===================
pi=3.141
N=480// speed of the engine in rpm
k=.6// radius of gyration in m
Cs=.03// coefficient of fluctuaion of speed
Ts=6000// turning mo... |
e6bfa2f9518b5a7b878174c3818d76ced17647ff | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/test-suite/scilab/primitive_ref_runme.sci | aa0bbafa67f1c7f7dced6e01d565cb64fc7c4c68 | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sci | primitive_ref_runme.sci | version https://git-lfs.github.com/spec/v1
oid sha256:17e2271d60e089a8bec06b1a9b82d96082b1624542e5015cfa45d0ddfcac8504
size 819
|
c5869519a5bed1654d5956935c6d65396c839793 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH10/EX10.28/10_28.sce | 02eaca7fd73f5419cdef8130e6002042a67bd059 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | 10_28.sce | //To find the power transmitted
clc
//Given:
n=4, mu=0.3
p=0.127 //N/mm^2
N=500 //rpm
r1=125, r2=75 //mm
//Solution:
//Calculating the angular speed of the clutch
omega=2*%pi*N/60 //rad/s
//Calculating the maximum intensity of pressure
C=p*r2 //N/mm
//Calculating the axial force required to engage the clutc... |
2f6ac5203bfe837ac0024f5bc3ff32832da15a86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH5/EX5.5/Example_5_5.sce | f16339a69da9dc8a77300d1d7a8feace623afef3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 623 | sce | Example_5_5.sce | //Diffusion Coefficient Activation Energy and Preexponential Calculations
clear;
clc;
printf("\tExample 5.5\n");
//From graph log D ad 1/T are deducted
inv_T1=0.8*10^-3; //Reciprocal of temp. in K^-1
inv_T2=1.1*10^-3; //Reciprocal of temp. in K^-1
logD1=-12.4;
logD2=-15.45;
R=8.31; ... |
6f6c049d01b6cf5e3db5f004a60fc95abf247535 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3513/CH6/EX6.3/Ex6_3.sce | f051af969669f4656f0f8202a0b1adb57db36ba9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 711 | sce | Ex6_3.sce | //Compute percentage of the product will not meet the specification
//page no 107
clear
clc;
//a
UCL=129;
LCL=121;
X1=125;
CL=X1;
USL=135;
LSL=121;
A2 = 0.73;
d2 = 2.059;
D3 = 0.0;
D4 = 2.28;
R2=(UCL-X1)/A2;
mprintf("\nR2 = %.2f ",R2);
sd=R2/d2;
PC=6*sd;
UNTL = X1 + 3*sd;
LNTL = X1 + 3*sd;
Z=(LSL-C... |
d849c67288a12ffa20e84656d2560663f5767e82 | 469d608ddab9d748da9e4c5af2263b1fd33ac914 | /Gauss Elimination - Scilab/Gauss.sce | a58179e33cdeccb7fd6c55f4486b2c51f99c73f4 | [
"MIT"
] | permissive | MikeSagnelli/NumericalMethods | d8f7df424e47b4469e6914bdb1762e0b4ddb3bb5 | ba56cc4f659971e4242eb506404c81a127313742 | refs/heads/master | 2021-01-09T06:18:30.938051 | 2017-05-20T00:06:58 | 2017-05-20T00:06:58 | 80,955,542 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 917 | sce | Gauss.sce | // Author: Michelle Sagnelli D'urzo
// Create an augmented matrix using two given matrices.
AUGM = [A B]
X = AUGM
VARIABLES = []
[rX cX] = size(X)
// Display the complete matrix
disp("Augmented Matrix")
disp(X)
// Gaussian forward elimination
for p = 1:1:rX-1
pivot = X(p,p);
for i = p+1: 1: rX... |
ff78ad52f5bdc4613f869e192849134b78a3a01a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.31/Ch02Ex31.sce | 04dfa56a7bfecef76a543cf597f714be2f004e0d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | Ch02Ex31.sce | // Scilab Code Ex2.31:: Page-2.22 (2009)
clc; clear;
mu1 = 1.55; // Refractive index of mica
mu2 = 1.52; // Refractive index of glass
t = 0.75e-003; // Thickness of the sheets, m
d = 0.25e-02; // Separation between the slits, m
lambda = 5896e-010; // Wavelength of light used, m
D = 1.5; // Distance... |
0c5cf56d2d5c80fcb85702da17d275bbdc2a9626 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH27/EX27.7/27_7.sce | a15ae20eb6cbec4c33e87123e734610a23aed975 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,500 | sce | 27_7.sce | clear//
//Variables
VCC = 20.0 //Supply voltage (in volts)
VCEQ = 10.0 //Collector-to-emitter voltage (in volts)
ICQ = 600.0 * 10**-3 //Collector current (in Ampere)
RL = 16.0 //Load resistance (in ohm)
Ip = 300.0 * 10**-3 ... |
9c5f25583fe7183a12683ac1a6f20049de7259d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH9/EX9.10/9_10.sce | 1139ee923eb08d79642c07cc5e7657cbefd46ca7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | 9_10.sce | //Problem 9.10: An 8 H inductor has a current of 3 A flowing through it. How much energy is stored in the magnetic field of the inductor?
//initializing the variables:
L = 8; // in Henry
I = 3; // in Amperes
//calculation:
W = L*I*I/2
printf("\n\n Result \n\n")
printf("\n Energy stored, W = %.0f J\n",W) |
2ddf133455e68cdd04d8b894ca477c28a0bd7b07 | 68e34056d05645879703fab98872a8ed3456be75 | /Quizzer/ClientApp/src/app/game/states/ContractTemplate.tst | c8cee124457a8bbd71ea07c1e82244940830ae1a | [] | no_license | kits-ab/quizzer | 4d69c7d1c5de668769f5bbeca07e94a59443ca5a | 09f70e5e539d08ae9ff07f7c77c92c3e3402ed36 | refs/heads/master | 2020-04-08T22:59:15.241148 | 2018-11-30T10:17:33 | 2018-11-30T10:17:33 | 159,806,915 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | tst | ContractTemplate.tst | $Classes(Quizzer.Services.Game.States*)[
export interface $Name {
type: '$Name';
$Properties(p => p.Name != "Type")[
$name: $Type;]
}
$NestedClasses[
interface $Name {
$Properties[
$name: $Type;]
}
]]
|
1a0f6d3129a1ac34abe17f2cd85c2acda9c065bd | b6021eff22c8ea544160e5f1a9bc1b01fcac1248 | /delta_documentation/Scilab_resources/deltaOptimization.sce | 9912baf83ba7c8a0448c8e73fa7561f1b5fe9d72 | [] | no_license | x-itg/ros_delta_robot | 190a1a8d9e8b35f7fc69bafb95b5b2a838ebfc5c | 5940f173e6c5ca05aa4bb1cbf7bc135b6618412b | refs/heads/master | 2023-08-28T16:04:59.792250 | 2018-02-16T15:33:34 | 2018-02-16T15:33:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,616 | sce | deltaOptimization.sce | // Aquesta funció optimitza el robot delta en funció de l'espai de treball
//Pasos previs, netejar la memòria
clc
clear
close
g = 9.81;
exec('/home/txema/Documents/IntegrationProject/Personal/inverseDelta.sce', -1)
warning('off')
tic();
// 1er pas:
// Espai de treball:
xWS = [-0.175,0.175]//m
yWS = [-0.175,0.175]//m
zW... |
95cad6779b1c841a47577388210da407f03c2d95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /22/CH4/EX4.30/ch4ex30.sce | 3ec2abb49c613039cb5c085e9dc4a9848fee4adb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | ch4ex30.sce | //signals and systems
//Unilateral Laplace Transform:Solving Differential Equation
//example 4.30
s= %s;
syms t;
[A] = pfss((-1)/((s-1)*(s+2)));
F1 = ilaplace(A(1),s,t)
F2 = ilaplace(A(2),s,t)
//F3 = ilaplace(A(3),s,t)
F = F1+F2
disp(F) |
733db25e4451fd04722efd26f76c0708de4dbf9c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH16/EX16.18w/16_18w.sce | 46a4fd799fdb5a65750473ea2613c2ae2c55a356 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sce | 16_18w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.18w
//calculation of the apparent frequency
//given data
us=36*10^3/(60*60)//speed(in m/s)of the car
v=340//speed(in m/s) of the sound in the air
nu=500//frequency(in Hz)
//calculation
nudash=(v/(v+us))*nu//ap... |
08764c6a39e91da314fedbb44ab4987941c942bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH10/EX10.2/ch10_2.sce | 222a9413b7138d82f329159045cd6fc77927d67f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | ch10_2.sce | clear;
clc;
V_s=230;
V_m=sqrt(2)*V_s;
R=10;
a=30;
V_or=(V_m/sqrt(2))*sqrt((1/%pi)*(%pi-a*%pi/180+sind(2*a)/2));
I_or=V_or/R; printf("rms value of o/p current=%.2f A",I_or);
printf("\nrms value of o/p current for each convertor=%.2f A",I_or/sqrt(2));
printf("\nrms value of o/p current for each thyristor=%.3f... |
21eb2b3cafdb4b9c89e0eab60e87aa03c2a5a011 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH2/EX2.7/Ex2_7.sce | b7f714c6aeef5b2bf334de84fe1c550c43aa106b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 586 | sce | Ex2_7.sce |
//To determine the amount saved to replace the equipment
//Page 90
clc;
clear;
Pc=80000; //Plant Cost
UL= 15; //Useful Life of the Plant
SVE=5000; //Salvage Value of the Equipment
r=5/100; //Compound Interest Rate
A1=(Pc-SVE)/UL; //Annual Amount to be saved using straight line method
A2=(Pc-SVE)*r*100/(10... |
5c6b5faac8e58dfefc97461766295c4003858d85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.58/58.sci | 612dd38d78022e3853c37a894869955c5218a9ac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sci | 58.sci | clc;
clear all;
disp("To find heat flow rate")
x1=50/1000;//m
x2=250/1000;//m
t1=400;// degree C
t2=200;// degree C
c=0.22;
k=3.6 ;// W/(m*C)
Q=3.1416*c*c*k*(t1-t2)/(4*(1/x1-1/x2));
disp("W",Q," Heat flow rate = ")
|
e4bb2eb15774a3245a2c12a8c0d3eb9d6c4886b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3683/CH2/EX2.5/Ex2_5.sce | 6fc000a603b263d8f9bc46b0f231a0fc3614b6cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,005 | sce | Ex2_5.sce | b=250//width, in mm
d=450//effective depth, in mm
Ast=4*0.785*22^2//four 22 mm dia bars on tension side, in sq mm
Asc=Ast
top_cover=30//in mm
sigma_cbc=7//in MPa
sigma_st=140//in MPa
sigma_sc=130//in MPa
m=13.33//modular ratio
l=5.7//effective span, in m
//to find critical depth of neutral axis
Xc=d/(1+sigma... |
2cdfa8c19fdb03eecf213757cf01c89873788dfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH10/EX10.5/Ex10_5.sce | d8c3f1f86965a184f800574a1f3c43a77b80214c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | Ex10_5.sce | clc();
clear;
//Given :
N = 5*10^28 ;// number of dipoles per m^3
betaa = 1;// Bohr magneton
T = 300 ; // Room temperature in k
k = 1.38*10^-23 ; // in J/K
mu_0 = 4*%pi*10^-7 ; //Magnetic permeability in H/m
//1 Bohr magneton = 9.27 × 10^-24 Am^2.
chi = (N*mu_0*betaa*(1*9.27*10^-24)^2)/(k*T);
printf("Suscept... |
a42c76e4157931eb730adca3874e72962d79882b | 449d555969bfd7befe906877abab098c6e63a0e8 | /539/CH9/EX9.1/Example_9_1.sce | d1cb4a358ce333c263de6d9e7ff006e7886735e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | Example_9_1.sce | //Lever Rule derivation
clear;
clc;
printf("\tExample 9.1\n");
disp("Since only 2 phases are present");
disp("W_alpha + W_L = 1");
disp("W_alpha*C_alpha + W_L*C_L = C0");
disp("hence");
disp("W_L = (C_alpha-C0)/(C_alpha-C_L)");
disp("W_alpha = (C0-C_L)/(C_alpha-C_L)");
//End |
22128541ebb337af802cb23e28f70da4260fb4dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH13/EX13.5/Ex13_5.sce | 8a64ca68d42f61cacaf70b2c31e27cb26e277e63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex13_5.sce | //pagenumber 581 example 5
clear
voltag=2000;//volt
d=2*10^-2;//metre
//(1) frequency
vx=sqrt(2*1.6*10^-19*(voltag)/(9.11*10^-31));
durati=d/vx;
freque=1/(2*durati);
disp("max frequency "+string((freque))+"hertz");
//(2)
durati=60*durati;
disp("duration electron between the plates = "+string((durati))+... |
aef31bb2e80da48a6647503e7da3aa8c3e0a4f60 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/percent/%snl.sci | 655951bb5683d6345add0b74eac6170beef535a1 | [
"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 | 68 | sci | %snl.sci | function [r]=%snl(l1,l2)
//r=(l1==l2) constant == list
//!
r=%t
|
fe72182b6603b561c18e129aaa8bb1d5cb61d6a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH12/EX12.2/Ex12_2.sce | 273517091896385959d23785465ab7f23c6b8550 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 762 | sce | Ex12_2.sce | // Ex12_2 Page:244 (2014)
clc; clear;
I = 8; // Current through the copper wire, A
d = 18e-03; // Diameter of the copper wire, m
V = 5; // Potential difference across the wire, V
L = 1; // Length of the copper wire, m
A = %pi*(d/2)^2; // Area of cross-section of the wire, Sq.m
J = I/A; // Current den... |
4d532d3ce1a33749a88f638bb73f9490973f0629 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH22/EX22.3/Ex22_3.sce | f3f01c34d1367e6022b1bf8e7ec34c10f8487482 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,236 | sce | Ex22_3.sce | // Example 22_3
clc;funcprot(0);
//Given data
p_1=30;// bar
p_3=0.04;// bar
x_1=0.841;// Dryness fraction
//Calculation
//From h-s chart:
h_1=2803;// kJ/kg
h_2=2370;// kJ/kg
h_3=2717;// kJ/kg
h_4=2124;// kJ/kg
x_2=0.824;// kJ/kg
p_7=2.5// bar
p_2=p_7;// bar
//From steam tables at p=2.5bar & p=0.04 bar
... |
b63b88b9e72422f610bcba887be62e53cd03e980 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.28/ex_4_28.sce | 03d8e385ce4289e0a756880e6cf9b1657aeafab2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 531 | sce | ex_4_28.sce | //Example 4.28//number ,spacing,mounting height and total wattafe
clc;
clear;
close;
format('v',6)
h=5;// in meters
el=120;//in lux
ef=40;//efficiency in lumens/watt
tw=80;//in watts
df=1.4;//depreciation factor
uf=0.5;//utiliazation factor
l=30;// in meters
b=15;// in meters
a=l*b;//arean in m^2
glr=(a*el*df)/(uf);//g... |
6abca4eb57d81e2e8030088d564e3b0e78e91f28 | 9bc415d58bf063a1bca303fea640e644333dbdbd | /Scilab/Dec2Frac.sce | 344a4f95cf04f58c3b9c8943379d04b51eea0abb | [] | no_license | Roast-Lord/SMGcodes | 36e55be6c1cc17af91ab2e3f5117c78684f20604 | b75107be829fb4373dc1bc4b8696fe4b9cec437a | refs/heads/main | 2023-07-05T05:25:50.557705 | 2021-08-17T17:46:25 | 2021-08-17T17:46:25 | 301,012,145 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 909 | sce | Dec2Frac.sce | function x_frac=dec2frac2(x, erro)
a(1)=floor(x)
resto(1)=x-a(1)
num(1)=a(1)
den(1)=1
x_frac=[num(1),den(1)]
s=sprintf("%d/%d \t e=%0.e",x_frac(1),x_frac(2),abs(x-x_frac(1)/x_frac(2)))
disp(s)
if resto(1)<>0 then
a(2)=floor(1.0/resto(1))
resto(2)=1.0/resto(1)-a(2)
num(2)=a(2)*num(1)+1
de... |
50bf94a7e9937f2934c57bfcfea8f659d9c1f9d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2420/CH11/EX11.1/11_1.sce | bd8f00ac95d2cec4a0872b6410a766498d8cb006 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sce | 11_1.sce | clc
clear
//Initialization of variables
m1=1000 //lb/hr
m2=5000 //lb/hr
m3=3000 //lb/hr
//calculations
disp("From mollier charts,")
h5=196.16 //Btu/lb
h1=38.04 //Btu/lb
h2=67.97 //Btu/lb
h3=117.89 //Btu/lb
h4=1156.3 //Btu/lb
m4=(m1*h1+m2*h2+m3*h3-(m1+m2+m3)*h5)/(h5-h4)
//results
printf("Pounds of steam e... |
e9668cb501e01232d3def5b28204db6b49ac1bf1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2441/CH5/EX5.11/Ex5_11.sce | 3cbf38e2826b94232de3c10271609927542375f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 556 | sce | Ex5_11.sce | //Example 5.11
clc;clear;close;
format('v',8);
GA=5000;//MW
GB=10000;//MW
R=2;//Hz/p.u.MW////Speed regulation constant
D=0.01;//p.u.MW/Hz
Ls=100;//MW//Load increase
RA=R*GB/GA;//Hz/p.u.MW
DA=D*GA/GB;//p.u.MW/Hz
RB=R;//Hz/p.u.MW
DB=D;//p.u.MW/Hz
Beta_A=DA+1/RA;//p.u.MW/Hz
Beta_B=DB+1/RB;//p.u.MW/Hz
MA=0;//... |
63127c785cfd54d3780dd16558d72c28dd9129ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH10/EX10.1/10_1.sce | d5ee25a1b86825549d7f20ccbf0ecd8eccb4d879 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,158 | sce | 10_1.sce | //To Determine the necessary realy and recloser coordination
//Page 542
clc;
clear;
//For Recloser
InstT=0.03; //From Curve A //Instaneous Time
TimeD=0.17; //From Curve B //Time Delay
//For Relay
PickU=0.42; //From Curve C //Pick Up
Reset=(1/10)*60; //Assuming a 60 s reset time for the relay with number 10 ... |
28f5e32f4a943d46b19161b4cebbd7a94a44144a | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Time attack Push out tiles.sce | be600308dcc5eb89db8cd2181af705ea2dcbbb39 | [] | 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 | 268,315 | sce | Time attack Push out tiles.sce | Name=Time attack Push out tiles
PlayerCharacters=POT Challenger
BotCharacters=POT Targets.rot
IsChallenge=true
Timelimit=30.0
PlayerProfile=POT Challenger
AddedBots=POT Targets.rot;POT Targets.rot;POT Targets.rot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=push_out_tiles.map
MapSc... |
0fc2dd51f3b77c7894026adb09149d897a8f3fa8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH12/EX6.12.9/Ex6_12_9.sce | b96dc37fa67ab1e126ceb5beaa51fe46324684e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | Ex6_12_9.sce | //Section-6,Example-1,Page no.-P.41
//To calculate the minimum partial pressure of oxygen in the atmosphere that can achieve the given concentration.
clc;
n_O2=(4*10^-3)/(32)
n_H2O=(1.0*10^3)/(18)
x_O2=n_O2/(n_O2+n_H2O)
K_O2=3.3*10^7
p_O2=x_O2*K_O2
disp(p_O2,'Required partial pressure(Torr)')
|
4a327d80e880ff746f3ba7d326b9205397b14c20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2471/CH9/EX9.7/Ex9_7.sce | 78cfb2b1ea3e35b34ecd77c2b7a44cc62543114f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,170 | sce | Ex9_7.sce | clear ;
clc;
// Example 9.7
printf('Example 9.7\n\n');
printf('Page No. 269\n\n');
//given
l_1 = 240;// existing length of solid brick in mm
l_u = 25;// upgraded internal lining in mm
l_e = 9.5;// Expanded polystyrenne in mm
T_i = 20;// Internal temperature in degre celcius
R_H_i = 50;// Internal Relative h... |
c2c5d2e1bd33b5e4c5dbf2387fc5201050c02451 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.3/ex3.sce | 0844c5708fe770ae3ea3bd38322ec23895e7407a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 79 | sce | ex3.sce | clc
syms a;
syms b;
syms c;
A=[a a^2 a^3-1;b b^2 b^3-1;c c^2 c^3-1]
det(A) |
686d6b9d406affab28be76b207196c71bc39bce3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH32/EX32.02/32_02.sce | fc0ec892219001f7779f04aad33a84678b788ac3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 32_02.sce | clear;
clc;
r=30e6;
v=11.5e3;
v2=69e3;
ip=r/(sqrt(3)*v);
ip=round(ip);
ratio=3000/5;
is=ip/ratio;
is=sqrt(3)*is;
is=round(is*100)/100;
printf("at LV side secondry current Is=%fA\t Ip=%f\t",is,ip);
ipn=r/(sqrt(3)*v2);
Ct=ipn/is;
ct=round(Ct/10)*10;
is=5;
ip=is*ct;
printf("\nSecondary current=%dA\tat HV ... |
e3edef3254d8004b8a0a9323667c07f204ea56be | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-SparseStatisticalFunctions/FLSparseStdDevP-NZ-01.tst | 2b18517f2f645260518601269c2a1cd217003dbb | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,612 | tst | FLSparseStdDevP-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
... |
deb6a77ef55725b16a3fb45d4e6c5c46f5e9256f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1748/CH2/EX2.35/Exa2_35.sce | c713a9a9855401ca1a0f23a1a4a428d365548972 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 799 | sce | Exa2_35.sce | //Exa 2.35
clc;
clear;
close;
//Given data :
format('v',6);
f=50;//in Hz
P=4;//no. of poles
phase=3;//no. of phase
Efficiency=85;//in %
OutputPower=17;//in KW
OutputPower=17*10^3;//in watts
StatorLosses=900;//in watt
MechLosses=1100;//in watt
Pin=OutputPower/(Efficiency/100);//in watts
//Stator input or ... |
b7bcc63e73c5a870672df56c4f27ed6139c8b0d0 | 13c3ed7bef4d80dabd836219bbf4396f07cb934a | /dcmotor_demo2.sci | 5d1505353f218c7c9ed285346b4b04ad824cad6e | [] | no_license | Mushirahmed/scilab_workspace | 99f489a110a5e295ce9fca9991122d14840018d3 | f58b91b87bb0357fff82dcb97b05541e7e976eca | refs/heads/master | 2021-01-10T15:48:40.576771 | 2016-02-10T10:32:46 | 2016-02-10T10:32:46 | 43,348,489 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 482 | sci | dcmotor_demo2.sci | function dcmotor_demo2()
cmd_dcmotor_setup(1,3,1,9,10); //Setup DC motor of type 3 (L293D) ,motor 1, pin no. 9 and pin np. 10
for x = 1:4
cmd_dcmotor_run(1,1,100); //Motor 1 runs at PWM 100
sleep(3000); //wait for 3 seconds
cmd_dcmotor_run(1,1,0); //Halt the... |
d15435488b409dba393c6599c793686734746b9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH17/EX17.10/17Ex10.sce | 39cc78e5b3d0f7545359f93f313365b646122503 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | 17Ex10.sce | //chapter 17 Ex 10
clc;
clear;
close;
s1=65; s2=35;
d=390;
t=(390+s2)/(s1+s2);
t_hr=round(t);
t_min=(modulo(t,t_hr))*60;
t1=10;
t2_hr=t1+t_hr;
printf("They meet at %d:%d hour",t2_hr,t_min);
|
403bdfde6ff4e6ecedd8b6f19aaf3d8bef9cfac1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH7/EX7.33/ch7_33.sci | 87897683e6b27a37bc07cc7290ec9f9735612628 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sci | ch7_33.sci | //to determine internal em torque developed
clc;
V=250;
I_a=85;
R_a=.18;
E_a=V-I_a*R_a;
n=1100;
T=E_a*I_a/(n*2*%pi/60);
disp(T,'torque(Nm)');
T_1=.8*T; disp(T_1,'new torque(Nm)');
//T=K_a'*K_f*I_f*I_a=K_a'*K_f*.8*I_f*I_a1 so
I_a1=I_a/.8;
E_a1=V-I_a1*R_a;
//E_a=K_a'*K_f*I_f*n
//E_a1=K_a'*K_f*.8*I_f... |
fa71a57d7b8c7452c77ee59c6e2dae2d3ec717d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH17/EX17.3/C17P3.sce | dd5f1f6f312326730662914e4eab18a78547a7b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,585 | sce | C17P3.sce | clear
clc
//to find equation for x(t)
// GIVEN:
//refer to problem 17-1
//mass of boby
M = 1.65//in Kg
//increase in length
y = 7.33//in cm
//mass of block
m = 2.43//in Kg
//distance by which spring is streched
x_m = 11.6//in cm
//displacement of block
x = 0.0624//in meters
//velocity of block
vx = 0.... |
c99b5eaeab7babc056baa5ccb7b386160a5c2dde | 27be2dd7284eb8d71ea19e6b077993d7ff6afd16 | /resret.sci | 3bfacd717076ff86720cba68a8dbd82bcac0025e | [] | no_license | mtxslv/numericalcomputation | 3b0ec7d1183c03c91c145de0fb1db9fff0a75e61 | 15ce639e5e370fb21fb1ce9878004270ee814e73 | refs/heads/master | 2020-03-26T06:10:14.116677 | 2019-11-14T11:41:38 | 2019-11-14T11:41:38 | 144,592,787 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 540 | sci | resret.sci | // algorithm for retroative resolution
// inpout: Coeficient matrix (superior triangular) A and vector b
// output: x vector that solves the system
// code based on Numerical Computation class notes.
// Huge thanks to Professors Raissa Tavares, Rex Medeiros,
// Marcelo Nogueira and Marconi Rodrigues.
function x =re... |
94b14055def06af46fd03aa5cd7ac3b067655f2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /50/CH7/EX7.6/ex_7_6.sce | 1f7ca0460fcf0e94975b6c2c10b6c16b347b0dfd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 673 | sce | ex_7_6.sce | // example 7.6
// solve the boundary value problem u''=u*x;
// u(0)+u'(0)=1; u(x=1)=0; h=1/3;
// we know; u''=(u(j-1)-2*u(j)+u(j+1))/h^2;
// 1) second order method;
x=0:1/3:1;
u1_2 = rand(1,3)
u3=1;
u=[u1_2 u3];
// hence;
disp('(u(j-1)-2*u(j)+u(j+1))/h^2=u(j)... |
117f7d7a3173deb2a22de73af2baddeb469a00c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3401/CH2/EX2.3/Ex2_3.sce | 72edd006c2e8b0894eb8b16c103d0e887b955b97 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 465 | sce | Ex2_3.sce | clc
a=5*10^-8// a=5A = 5*10^-8cm
h=1.054*10^-34// J*s Plank's constant
m=9.11*10^-31// kg*m/s
e=1.6*10^-19// eV
n=1
En=(h^2*n^2*%pi^2)/(2*m*a^2)
disp(En,"the value of En in J")
En=(En/e)
disp(En,"the value of En in eV")
n=2
E2=(h^2*n^2*%pi^2)/(2*m*a^2)
disp(En,"the value of E2 in J")
E2=(E2/e)
disp... |
c245ea255fd93a5b7be0a819ed8fe13080f78f93 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/GAssist-Interval-C/results/GAssist-Intervalar-C.vowel-10-1tra/result2s0.tst | cdc0e695069984898752e4000bf116fccddf1bd4 | [] | 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 | 972 | tst | result2s0.tst | @relation vowel
@attribute TT integer[0,1]
@attribute SpeakerNumber integer[0,14]
@attribute Sex integer[0,1]
@attribute F0 real[-5.211,-0.941]
@attribute F1 real[-1.274,5.074]
@attribute F2 real[-2.487,1.431]
@attribute F3 real[-1.409,2.377]
@attribute F4 real[-2.127,1.831]
@attribute F5 real[-0.836,2.327]
@attribute ... |
f0dd140844001d242b1afd08a14dd022991f8637 | 82d111a65c769023fffac97c55920dc88b256156 | /tests/strings.tst | 0bc1ccccf65aa1bc3b1c6a47be662637a9dbd22a | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | scotws/Cthulhu-Scheme | c32910f7425da53ebc125094145a05481278ab5f | d7edfce86664aaaafde10bd34484e39b21d431d7 | refs/heads/master | 2021-05-23T01:44:01.222040 | 2020-05-17T13:02:27 | 2020-05-17T13:02:27 | 253,177,979 | 3 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 491 | tst | strings.tst | ; String Tests for Cthulhu Scheme
; Scot W. Stevenson <scot.stevenson@gmail.com>
; First version: 10. Mai 2020
; This version: 10. Mai 2020
; Formats:
; - empty lines are ignored
; - lines that start with a semicolon ';' like this one are ignored
; - lines that start with a SECTION are printed to the output
; - All o... |
66e959802fa95789c22a75c470559c670a283fad | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /Replanning/SCENARIO/pr2Adream.sce | 840ce1aacb502fa7c52addbd427ae6514e258b5d | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,401 | sce | pr2Adream.sce | #************************************************************
# Scenario of ADREAM
#
# date : Wed Nov 28 16:58:23 2012
#************************************************************
p3d_sel_desc_name P3D_ENV ADREAM
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN1
p3d_set_robot_steering_method Linear
p3d_set_robot_curre... |
fb803ef77f03ba592d3215a16e37b45f7ae7f5cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /698/CH26/EX26.8/P8_punching_power.sce | 82df2e99f6be462ff096504fe849a767b2a4d21a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,394 | sce | P8_punching_power.sce | clc
//Example 26.8
//Punching power
//------------------------------------------------------------------------------
//Given data
Sut=300* 10^6
d=0.025
l=0.02
rho=7250
St=6* 10^6
Dm=1.25
w=(9*2*%pi*25)/60
V=w* Dm/2
delta=0.1
res8=mopen(TMPDIR+'8_punching_power.txt','wt')
mfprintf(res8,'(a)For pun... |
63dea7e6e8dce6e6104a1c58bdf8f435bfa2ea36 | c3280ada260999123d75347caeaad1c7fc9f8266 | /nep.sce | 244796a4d83f443a6a003474cd28671b5b864efe | [] | no_license | dikisp/Kuliah-MetNum | 3bd01f0573f2a18eb320a716da841ca3ec69930b | 7775f5e0251457702fb3e24c88483df0ff37fee7 | refs/heads/master | 2020-03-23T06:41:49.307866 | 2018-07-17T03:13:25 | 2018-07-17T03:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 428 | sce | nep.sce | function y=f(x)
y=x^3 + 2*x^2 + 10*x - 20;
endfunction
function y=df(x)
y=3*x^2 + 4*x + 10;
endfunction
function xr=newtonraphson(f, x0, aprox);
i=1;
er(1)=1;
xr(1)=x0;
while abs(er(i))>=aprox;
xr(i+1)=xr(i)-f(xr(i))/df(xr(i));
er(i+1)=abs((xr(i+1)-xr(i))/xr(i+1));
i=i+1;
end
printf(' i \t xn(i) ... |
5d793b4dd7315abaf5c7846cdef0e323280ae482 | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH5/EX5.9/ex5_9.sci | 93dc092d8e6c3ea6e3a5de6751c167689453681e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 209 | sci | ex5_9.sci | //Chapter 5,Ex5.9,Pg 5.13
clc;
tr=4 //tr=N1/N2=4 which is given in the question
K=1/tr
Rp=50/(K^2) // Using the formula Equivalent resistance referred to primary=R'=R/(K^2)
printf("\n Rp=%.0f ohms \n",Rp) |
a51c78ce24c0eda2194ba8e2c197b4a0cd094aba | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /acmp.ru/480, Coin game/test-03.tst | d32b8327c20566ec18a3d7426f854771a3a49b2e | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 44 | tst | test-03.tst | 5 3 4 8 1 7 2
~~~~~~~~~~~~~~~~~~~~~~~~~~
18
|
4ab7fce528398b0ab78d94b8f0926f2c163a3718 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH4/EX4.7/Ex4_7.sce | de07ef10f983ccfa47de62022730b19f225e7986 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,740 | sce | Ex4_7.sce | // Problem no 4.4.7,Page No.96
clc;clear;
close;
w=20 //KN/m //u.d.l on Length CB
F_D= 50 //KN //Pt Load at D
L_CB=5 //m //Length of CB
L_DC=3 //M //Length of DC
L_AD=2 //m //Length of AD
L=10 //m //Length of Beam
//Calculations
theta=atan(4*3**-1)*(180*%pi**-1)
F_DV=F_D*sin(theta*%pi*180**-1) //Force at Pt D verti... |
bc533128d908ef2040d6c7d363945b5fe4fddf2f | 717ddeb7e700373742c617a95e25a2376565112c | /3424/CH8/EX8.4/Ex8_4.sce | c4524882733f931aba007ee7ac68901d2ff745ec | [] | 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 | 503 | sce | Ex8_4.sce | clc
// Intialization of variables
V2 = 28.6// ft/s
V3 = 22.9 // ft/s
V4 = 22.9 // ft/s
V5 = 200 // ft/s
V6 = 200 // ft/s
V7 = 80 // ft/s
V8 = 44.4 // ft/s
g = 32.2 //ft/s^2
d = 0.0765 // lb/ft^2
A = 4.0 //ft^2
// Calculations
Ht = (0.2*(V7^2 + V8^2 + V2^2 + V3^2) + 0.6*(V6)^2 + 0.2*V5^2 + 4.0*V4^2 )/(2*g) ... |
49d8a95ac20d05289f551224df7660fe27dab3d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2441/CH3/EX3.4/Ex3_4.sce | e26bce93f8190b3714fc486549738dbc721e1317 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 714 | sce | Ex3_4.sce | //Exa 3.4
clc;clear;close;
format('v',7);
t1=14;//hour(working hour of hydro station)
t2=24;//hour(Working hour of steam station)
//Characteristics of units :
//C=(5+8*Ps+0.05*Ps^2);//Rs./hour
//dW/dPh=30+0.05*Ph;//m^3/MW-sec
W=500*10^6;//m^3(Water Quantity used)
Ps=250;//MW(Load on steam station)
lambda=8+0... |
97c72e2a183be6d01e6ea94d285f6f0b98004d6e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH5/EX5.6/Example5_6.sce | 4a116f3c93cba47734f778e81e5157c338148896 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | Example5_6.sce | //Exa 5.6
clc;
clear;
close;
//Given data :
l=3;//km
P=3000;//KW
VSL=11*10^3;//volt
R=l*0.4;//ohm
X=l*0.8;//ohm
VS=VSL/sqrt(3);//Volts
pf=0.8;//power factor
cos_fi_r=pf;
sin_fi_r=sqrt(1-cos_fi_r^2);
//VS=VR+I*(R*cos_fi_r+X*sin_fi_r);//V
I_into_VR=P*1000/3/cos_fi_r;//VA
//VR^2-VS*VR+I_into_VR*(R*cos_fi_r... |
82baead5870623c9d08a8b7fdc3c35a351b3922e | 449d555969bfd7befe906877abab098c6e63a0e8 | /593/CH13/EX13.11/ex13_11.sce | 659bab55ba2901d3e3febe403eaa1b0ccda1ca68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 946 | sce | ex13_11.sce | clear;
//clc();
// Example 13.11
// Page: 366
printf("Example-13.11 Page no.-366\n\n");
//***Data***//
T = 273.15+25;//[K] Temperature
P = 11.38;//[torr] Pressure
// Formation of the dimer from monomer in the gas phase follows the reaction
// 2*HAc = (HAc)2
// From the equation 13.BF(page 366) given... |
8c2acc8f7207c0ed63fdfd4e432cced8a748c54f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH2/EX2.28/Ex2_28.sce | 63f77a979ad85d2cc2b3153fca2b5e25025ce2f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | sce | Ex2_28.sce | //Fluid system - By - Shiv Kumar
//Chapter 2 - Impact of Jet
//Example 2.28
clc
clear
//Given Data:-
V=20; //Absolute Velocity of Jet of Water, m/s
a=0.02; //Cross-sectional area of Jet, m^2
u=30; //Speed of boat, km/hr
//Data Used:-
rh... |
097a3712de6e7b7dcbfccfadb9ca2bdee909ba43 | 3073307fa4b6da9371518f0718c199501b8c5c71 | /heun.sci | 93fb7b2c371b8839f8ed0b2639aa8b7159205c5c | [] | no_license | fern17/CalculoNumerico | 8b04abdf8e1da4b69a1256334a4bc58ff5c9180d | c793733ce17616361dd02f358ef63c1d9be5c99e | refs/heads/master | 2020-06-04T00:06:19.723655 | 2011-12-20T13:47:40 | 2011-12-20T13:47:40 | 2,929,202 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 514 | sci | heun.sci | //Realiza el método de Heun (RK2) para aproximar la solución
// de una ecuación diferencial ordinaria.
// a,b : Extremos del intervalo
// N: número de puntos
// y0: condición inicial
function [w] = heun(a,b,N,y0)
h = (b-a)/N;
t = a;
w = zeros(N+1,1);
w(1) = y0;
for i=2:(N+1)
wi = w(i-1);
... |
693f02f4d7e9e7f3f8c2459b2f51fc6799d48f34 | 881e0bcc7118244a24f736786ac36140acfb885e | /yeast/results/GAssist-ADI-C.yeast-3/result2s0.tst | 975a8041b76322e184c0343da0f2bdf8b756e6d9 | [] | no_license | woshahua/Experiment_File | 3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc | 6a139cd3f779373799cb926ba90d978235b0de0d | refs/heads/master | 2021-01-01T06:57:13.285197 | 2017-07-28T08:17:38 | 2017-07-28T08:17:38 | 97,557,409 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,593 | tst | result2s0.tst | @relation yeast-3
@attribute Mcg real [0.11, 1.0]
@attribute Gvh real [0.13, 1.0]
@attribute Alm real [0.21, 1.0]
@attribute Mit real [0.0, 1.0]
@attribute Erl real [0.5, 1.0]
@attribute Pox real [0.0, 0.83]
@attribute Vac real [0.0, 0.73]
@attribute Nuc real [0.0, 1.0]
@attribute Class {MIT, NUC, CYT, ME1, ME2, ME3, E... |
a7a54770a6c1c2dd22af2127cb0ec48b02da497a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH6/EX6.12/6_12.sce | e2c85a23322272a6a1ccaf285860c3d662ca710f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 818 | sce | 6_12.sce | //Chapter 6, Problem 12
clc;
C1=1*10^-6; //Capacitance
C2=3*10^-6;
C3=5*10^-6;
C4=6*10^-6;
V=100; //Voltage across capacitor
C=C1+C2+C3+C4; //Calculating equivalent capacitance in series
Q=C*V; //Calcuating total charge
... |
ea945f42389ede9119082045124406663c18c79e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1634/CH1/EX1.62/example1_62.sce | 39fdd915c6d4510a24cfafb75a6a63c78a5fc8e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 971 | sce | example1_62.sce |
//exapple 1.62
clc; funcprot(0);
// Initialization of Variable
pi=3.14159;
alpha=42+10/60+40/3600;//altitude of sun
delta=23+12/60+18.6/3600;//declination of sun's angle
i=57/3600*1/tan(alpha*pi/180);//error
i2=8.78/3600*cos(alpha);//correction due to parallax
i3=15/60+45.86/3600;//coreectin due to semi dia... |
cb0bec9a3ce22268ab0fc10b3b509972bf7557a2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH1/EX1.30/chapter1_30.sce | 14ef96481c0b1a592aaa088a776b412cff8508e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 701 | sce | chapter1_30.sce | //example1.30
clc
disp("Let us divide the voltage waveform into two sections.")
disp("For 0<=t<=2, v(t)=mt where,")
m=10/2
disp(m,"m=(10-0)/(2-0)=")
disp("Therefore, i(t)=v(t)/R=5t/40=0.125t A")
i=0.125*2
disp(i,"At t=2, v(t)=10 V, i(t)[in A]=0.125*2=")
m=(-10)/2
disp(m,"For 2<=t<=4, v(t)=mt+c where m... |
606ca18f1816b01cf3c3b40d72cbe56516c5b624 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH17/EX17.11/EX17_11.sce | a57589ca399646cc2066c7c2d302a350a287881a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | EX17_11.sce | //Finding of Propelling Force,Work Done ,Efficiency
//Given
Cv=0.97;
g=9.81;
H=6;
rho=1000;
u=4;
d=0.15;
//To Find
V=Cv*sqrt(2*g*H);
A=(%pi/4)*d^2;
P=rho*A*(V+u)*V;
W=P*u;
E=(2*u*V)/(u+V)^2;
E1=E*100;
disp("Propelling Force ="+string(P)+" Newtons");
disp("Work Done ="+string(W)+" N-m");
disp("Efficienc... |
93fa3465af5848b988ae261cf40cb568e8162b95 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH3/EX3.4/Ch03Exa4.sce | 6e47b20fd3ad4224f69aedc2cf97c5ab66cc96f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 475 | sce | Ch03Exa4.sce | // Scilab code Exa3.4: : Page-124 (2011)
clc; clear;
E_max = 1.17; // Maximum energy of the beta particle, mega electron volts
D = 2.7; // Density of Al,gram per cubic metre
u_m = 22/E_max; // Mass absorption coefficient,centimetre square per gram
x_h = log(2)/(u_m*D); // Half value thickness for beta absorption, ... |
c0ea3ba76c007f267d1014d2be3e5059b65ff606 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.10/ex_3_10.sce | 24c48bfa3d1cbb5bfa2893544828a07ee15de843 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | sce | ex_3_10.sce | //Example 3.10: value of unknown resistance
clc;
clear;
close;
ra=1200;//ohms
rb=ra/1600;//ohms
r1=800*rb;//ohms
r2=r1/1.25;//ohms
r3=0.5*rb;//ohms
rx=((r2/r1)*r3);//ohms
disp(rx,"unknown resistance is,(Ohm)=")
|
4faec365177f6847befb3c62922238326588f181 | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH3/EX3.26/Example3_26.sce | 5ca6fbe49e9329b2345d71fe4093498f35e6bf55 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | Example3_26.sce | //Example 3.26
//Program to Compute the Linear Convolution of the following Sequences
//x[n]=[1,-1,1]
//h[n]=[2,2,1]
clear;
clc ;
close ;
x=[1,-1,1];
h=[2,2,1];
//Convolution Computation
y= convol(x,h);
//Display sequence y[n] in command window
disp(y,"y[n]=");
|
5d9b9a5110639bb9fd69c1586db4d4b40e4930bb | b3c9357cd1290921e67444ae057761959fdf24f1 | /Curso de programação com Scilab/códigos/covid-19/loss2.sci | d3e012ddf5c63280982c6a52c3c74f8b1fad64f0 | [] | no_license | joaolrneto/Scilab | 91742520422426dc8a772997ef4a5d6376008b6e | f383f87e4585955cf19d0dae1b5c29f93c3f70b4 | refs/heads/master | 2023-02-05T20:13:03.677069 | 2020-12-30T14:53:09 | 2020-12-30T14:53:09 | 264,671,730 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71 | sci | loss2.sci | function r=loss2(P, XY)
r = XY(2,:) - model(P,XY(1,:))
endfunction
|
d954ce31e6b00f129429780907fc8a73fd5a73ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH21/EX21.23/21_23.sce | 0b8538445f1ff03c0a8b799974094488c08d7e0e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,000 | sce | 21_23.sce | //Problem 21.23: A series motor has an armature resistance of 0.2 ohm and a series field resistance of 0.3 ohm. It is connected to a 240 V supply and at a particular load runs at 24 rev/s when drawing 15 A from the supply. (a) Determine the generated e.m.f. at this load. (b) Calculate the speed of the motor when the ... |
5ea9b56236728509077b63da0e075bc020eb442c | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH20/EX20.5/example5_sce.sce | 59bd902d3f76b23a694bf5613e4e2651f075ee69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sce | example5_sce.sce | //chapter 20
//example 20.5
//page 9
printf("\n")
printf("given")
R1=25*10^3;R2=2.7*10^3;C1=3*10^-6;Vg=.8;Vd1=8;Vs=115;f=60;
Vc1=Vd1+Vg
//assume the average charging voltage is
Vac=1.414*Vs
E=.636*Vac
//average charging
Ic=E/(R1+R2)
//charging time
t=(C1*Vc1)/Ic
T=1/f
q=(t*360)/T
disp(" concudtion angle... |
09c5691a3842c0baf8c4600f05ea8b3c5b142dc2 | 917429e3eb6bcf2db8c71197f88b979d998b1b7e | /progs/general/inputs/fprint.tst | 20800e599d3980d99a753ba3a3766edb7bda49ce | [] | no_license | mario-goulart/chicken-benchmarks | 554ca8421631211a891cc497f84dfe62b8f9c8e5 | ea00fe51ec33496de7c9b07fa0ec481fe59989fa | refs/heads/master | 2021-11-20T21:40:55.198252 | 2021-10-09T18:52:48 | 2021-10-09T18:52:48 | 4,427,587 | 1 | 5 | null | 2019-01-27T07:59:38 | 2012-05-24T01:59:23 | Scheme | UTF-8 | Scilab | false | false | 1,419,934 | tst | fprint.tst |
((((((((wxyzab23 uvwxyz12 uvwxyz12 stuvwx01 stuvwx01 qrstuv90 qrstuv90 opqrst89) mnopqr78 (uvwxyz12 stuvwx01 stuvwx01 qrstuv90 qrstuv90 opqrst89 opqrst89 mnopqr78) klmnop67 (stuvwx01 qrstuv90 qrstuv90 opqrst89 opqrst89 mnopqr78 mnopqr78 klmnop67) ijklmn56 (qrstuv90 opqrst89 opqrst89 mnopqr78 mnopqr78 klmnop67 klmnop67... |
1e55f72a172b59c92ecc070635e91601f5133080 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH2/EX2.3/3.sce | 228e3b70e9661355d7beb5c637b1f0929adf1e93 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3.sce | clc
clear
//INPUT DATA
f=0.09*10^6//Frequency of Ultrasonic source in Hz
t=0.55//time in sec
v=1800//velocity of sound in water in m/s
//CALCULATION
D=(v*t)/2//Depth of sea in m
W=(v/f)//Wavelength of ultrasonic pulse in m
//OUTPUT
printf('The depth of sea is %im \n The wavelength of ultrasonic pulse is %... |
7974c6d90a7ee89728c598b304b7c425c5f53e32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /26/CH6/EX6.1.7/6_1_7.sce | 115c7fce5bca4561a68087afcbfade963b759de4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 76 | sce | 6_1_7.sce | disp('w=')
w=[3;-1;-5]
disp(w)
disp('||w||=sqrt(9+1+25)')
disp(sqrt(35)) |
831225d367965f46170f1bb3f8a95b132e78c745 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH2/EX2.10/ch2_10.sce | 390cc3c5efb83dccff750780315f51cde61c6d42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,198 | sce | ch2_10.sce | clc;
clear;
printf("\t\t\tChapter2_example10\n\n\n");
// determination of optimum fin length and heat transferred by fin
k=8.32; // thermal conductivity of Type 304 stainless steel in BTU/(hr.ft.degree Rankine)from appendix table B2
hc=400; // the convective heat transfer coefficient given in BTU/(hr.ft^2. degree ... |
0d1dde6eaedc3f55cc4a7fde248d417e9bbf019d | a24c640895f1cfb1e3242099f641df51ee10297e | /example_programs/fibonacci.tst | cc8893e080c387ac857ae4fda14557c3a7b8ff95 | [
"CC-BY-3.0"
] | permissive | supermaximo93/Toast-Prototype-Interpreter | 1c3d981a550f6498bb5fcc8952fdd6a5ae4c71b3 | 13547e96813add755791b33a19a4831f5e338094 | refs/heads/master | 2021-01-19T10:58:00.401688 | 2012-03-14T09:18:27 | 2012-03-14T09:18:27 | 3,140,649 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 752 | tst | fibonacci.tst | ///////////////////////////////////////////////////////////////////////
/////////////// FIBONACCI ///////////////
///////////////////////////////////////////////////////////////////////
let recursive_fib(n) =
// bear in mind that functions have global scope. Next version will probably h... |
745b0c1f81f108836373fd21caf5608b4ef8d354 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3717/CH13/EX13.5/Ex13_5.sce | 7aeeef9bd310c4321340104cca35cf91182e509c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,020 | sce | Ex13_5.sce | // Ex13_5 Page:260 (2014)
clc;clear;
mu_0 = 4*3.14*1e-007; // Magnetic permeability, H/m
mu = 9.27e-024; // Bohr magneton, A-Sq.m
k = 1.38e-023; // Boltzmann constant, J/K
T = 300; // Absolute temperature of the specimen, K
H = 2e+005; // Magnetic field to which paramagnetic salt is subjected, A/m
... |
4b15f5a6f7a18a0a570cf9037b9837826e1ddaa7 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/tf2zp.sci | 2753605ab6d231b2528b0806617a5b38c0e8317f | [] | 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 | 4,564 | sci | tf2zp.sci | <<<<<<< HEAD
// Copyright (C) 2018 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Li... |
d9cb21c024f68fc37864c1abf2be8e408621d9ad | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.19_13.tst | f15fd92401bfee105e5e89ebd220c485a48a9645 | [] | 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 | 366,262 | tst | 5.19_13.tst | 19 715:1 994:1 1256:1 1641:1 1929:1 2115:1 2509:1 2536:1 2618:1 2897:1 2948:1 4023:1 4483:1 4708:1 4721:86 4887:1 5011:1 5225:1 5376:1 5960:1 5974:1 6123:1 6624:1 6815:1 7203:2 7214:1 7252:1 7516:1 7676:1 7865:1 8259:1 8810:1 9076:1 9278:1 9284:1 9384:1 9888:1 9958:2 10407:1 10470:1 10471:1 10565:1 10685:1 10757:1 1117... |
ce4e514f5e5f07ced146a5d85679510a2ec89d8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/DEPENDENCIES/polyno.sci | e54960cdb038534206e91a7a20948f97cdd97df9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 735 | sci | polyno.sci | // Updated(1-8-07)
// Operations:
// Polynomial definition
// Flipping of coefficients
// Variables ------- passed as input argument (either 's' or 'z')
// Both num and den are used mostly used in scicos files,
// to get rid of negative powers of z
// Polynomials with powers of s need to
// be flipped only
... |
fab1388f63292b29f40accd298acb6795e7e5538 | 686c6780efada0e19458c60522827d17366b9cc1 | /Project2/P2Codes/AddSub.tst | 7c9ae7d2736b1800a210310b6e7a85a3430ce97f | [] | no_license | OnlyOneByte/CSCE312-Fall2019 | 98b4f46c643ac7a5bda8dc6a279dbb901ee6c921 | 7bf877ddec8eb3bd9ea32ae1b9b16626c354465c | refs/heads/master | 2020-07-25T14:52:35.308731 | 2020-01-30T02:05:24 | 2020-01-30T02:05:24 | 208,329,625 | 4 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,218 | tst | AddSub.tst | load AddSub.hdl,
output-file AddSub.out,
compare-to AddSub.cmp,
output-list a%B1.16.1 b%B1.16.1 sub%B1.1.1 out%B1.16.1;
set a %B0000000000000000,
set b %B0000000000000000,
set sub 0,
eval,
output;
set a %B0000000000000000,
set b %B1111111111111111,
set sub 0,
eval,
output;
set a %B1111111111111111... |
5a2b1ba860432510570068a0c34b4b0efa08a28e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH1/EX1.2.3/Example1_20.sce | 1df4a9fff71a04e4db754a04807d7a194c6a5a6d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | Example1_20.sce | //Chapter-1,Example1_2_3,pg 1-12
u=4/3 //refractive index of soap film
t=1.5*10^-4 //thickness of soap film
wavelength=5*10^-5 //wavelength of light
i=45 //angle of incidece
... |
617df13aedf54ecc2743f7d384e38fd4c1babc33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2223/CH11/EX11.1/Ex11_1.sce | 4fc5ae77664fbf80ec9f90bfbd349e2fce28f1f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,573 | sce | Ex11_1.sce | // scilab Code Exa 11.1 Calculation on an axial compressor stage
Rm=0.5; // Degree of reaction
funcprot(0);
T1=300; // in Kelvin
p1=1; // Initial Pressure in bar
gamma=1.4;
N=18e3; // rotor Speed in RPM
d=36/100; // Mean Blade ring diameter in m
h=6/100; // blade height at entry in m
cx=180; // Axial velo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.