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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e776567830de7381e28442f60fca56f5f87f4090 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH12/EX12.6/12_6.sce | 22cf8006b2ee37e4c0e22e9b23be1f64f2a040fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 679 | sce | 12_6.sce | clear//
//Variables
T = 398.0 //Temperature (in kelvin)
I0 = 30 * 10**-6 //Reverse saturation current (in Ampere)
V = 0.2 //Voltage (in volts)
//Calculation
VT = T/11600 //Volt equivalent of temperature (in volts)
I = I0 * (exp(V/VT)-1) ... |
976532edbbfe43f5f01b3fe7780d3b69bb40aae5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH4/EX4.8/4_8.sce | 35ea21547f66c62bfb587aa2079f51054d33b3be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,490 | sce | 4_8.sce | clear;
clc;
//Example - 4.8
//Page number - 157
printf("Example - 4.8 and Page number - 157\n\n");
//Given
P_1 = 40;//[bar] - Initial pressure
T_1 = 500;//[C] - Initial temperature
Vel_1 = 140;//[m/s] - Initial velocity
T_2 = 100;//[C] - Final temperature
Vel_2 = 80;//[m/s] - Final velocity
W = 746.0;//[... |
6382e645365cb586e85a4e337e27a256bcd50a22 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3035/CH7/EX7.5/Ex7_5.sce | 86d42a6017437cbd7ddbffbfb3c99c51d50dc910 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,615 | sce | Ex7_5.sce | // Variable Declaration
V = 400.0 //Voltage of induction motor(V)
f = 50.0 //Frequency(Hz)
I = 40.0 //Line current(A)
pf_1 = 0.78 //Lagging power factor of motor
pf_2 = 0.95 //Raised lagging power factor
// Calculation Section
theta_1 = acos(pf_1) /... |
69cb7e34de6608472a0da67e75329f7811182510 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH1/EX1.48/Ex1_48.sce | c4b842cb1a9fb7be4c20bb71e93c2a5627536822 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 241 | sce | Ex1_48.sce | //Example 1_48
clc();
clear;
//To calculate the refractive index of the liquid
D8=1.42 //units in cm
d8=1.25 //units in cm
u=(D8)^2/(d8)^2
printf("The refractive index of the liquid is %.2f",u)
|
f092ed15d8fca7ec9b300b4d50676bd712563b1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH8/EX8.17/Ex8_17.sce | d1099ee95c5b2617293f42b610d034a22d141945 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,543 | sce | Ex8_17.sce | clear;
clc;
disp('Example 8.17');
// aim : To determine
// (a) the partial pressure of each gas in the vessel
// (b) the volume of the vessel
// (c) the total pressure in the gas when temperature is raised to228 C
// given values
MO2 = 8;// mass of O2, [kg]
MN2 = 7;// mass of N2, [kg]
MCO2 = 22;// mas... |
7acf2846869b0b026de79ef53653dccee8c700a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH18/EX18.18/ex18_18.sce | cb927b0b46de48ea6cccff49fadb649cea3c976e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | ex18_18.sce | // Example 18.18, page no-471
clear
clc
A=1000*10^-6 //m^2
d=5*10^-3
epsr=4
Q=3*10^-10
eps=8.854*10^-12
c=(eps*epsr*A)/d
v=Q/c
E=v/d
printf("The voltage across capacitor is %.2f V\nThe electric field strength is %.2f V/m",v,E)
|
903ebb97cdf73d3a3ef1a4b47c85b4d1c49557bd | 68e9d6c19069591c9f3af13aedcbd686cb7053cb | /tests/kmc.tst | ec6624ea170ba988b3c1d1c427d4b82e8c4407a9 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause",
"Zlib",
"BSD-3-Clause"
] | permissive | erwinmars/hyperion | c0de7ab000e49564b98d54d5dfe9636ec0159b8c | 6a042a852e52bb73ed9089c76587c0f4ed9d8d1b | refs/heads/master | 2020-06-12T13:22:37.841600 | 2016-12-05T12:06:40 | 2016-12-05T12:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,877 | tst | kmc.tst | *Testcase KMC fc0
sysclear
archmode esame
r 1A0=00000001800000000000000000000200 # z/Arch restart PSW
r 1D0=0002000180000000000000000000DEAD # z/Arch pgm new PSW
r 200=41000000 # LA R0,0 R0->function code 0
r 204=4110f500 # LA R1,PB R1->parameter block address
r 208=41200000 # LA R2,FO ... |
a556197de346a77953712d0708b800f9eb292714 | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH6/EX6.7/6_7.sce | 24588153f60ab446dde9d1e5aa3fda7594e48743 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | 6_7.sce | wA=162;
wB=100;
VPB=641;//vapour pressure of water//
VPA=119;//vapour pressure of oraganic substance//
MB=18;//Molecular weight of H2O//
printf('Even though the boiling part of A might be higher,it distills out at a low temperature 95.3degrees.');
printf('\nIf A were to distill at 95.3degrees,the distillation wil... |
cf089b3d42403d5da3a6569b26b7a2072d9887d8 | 903f095ccddc6ac2990aff02be300cd6229a2a99 | /practical-classes/single-value-decomposition-lena.sce | 4496661d24cf0b33db266d77d3a2bd28190f61cd | [] | no_license | pdelfino/linear-algebra-numerical-methods | dfb39b8500eba28cc884ecb31a948f51517f1503 | 065353c0be82db134506a7b4922e08cfe77d918c | refs/heads/master | 2021-06-10T20:45:46.654441 | 2020-06-15T11:48:01 | 2020-06-15T11:48:01 | 98,227,297 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,527 | sce | single-value-decomposition-lena.sce | //a função recebe A, a matrix que representa a imagem e o parâmetro p
//o parâmetro p indica o percentual de valores positivos
//quanto maior esse percentual mais nítida é a imagem
function compressed_image=compress_im(A,b)
//para limpar o "canvas" vou limpar o ambiente da imagem anterior
// os comandos abaixo... |
2824b90d58f2385a249c9cf266e7b345dadf9193 | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0006.tst | f37fe74b1a65240efe4176878076c0bddd01c1a4 | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 410 | tst | 0006.tst | sPliTTER NhE {}
FilTER ZKv { ::FBeC:ac:e:ca8a:FbE:251.81.254.226/8 in 246.9.254.87 Or 836704 << f ( 225.203.250.235, ) nOt c:f::B:FcEe:7 >> 192.241.180.5 oR cG ( , ) }
FIltEr galCYl {NOT N }
TuG BRANCh G
gRoUPEr N {MODUlE a{ } mOdUlE vgag{ } MOdUlE nz{ KKY > Kny hT >= XR RDeltA 15MS } aGgrEGatE couNt(p.JQ... |
3fa5f49f59a96d3b16d02afa3c9ae499ac30da3f | fcc4645d4eee021a4cf8b2cee0922d812710573f | /frame/main_fem_truss.sce | cbfe4ab1cd703b871f00eee94bfb1aa8c5897e03 | [] | no_license | gviolato/nemo | 656a6db0481d9828bff307de24ee0b92045d653f | 44cf1554de9e1c4bc8450ae147bdec512599e0d9 | refs/heads/master | 2020-12-29T02:37:17.515209 | 2017-05-28T16:12:49 | 2017-05-28T16:12:49 | 43,207,682 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,572 | sce | main_fem_truss.sce | // Nemo Frame preliminary design script
//
// Finite Element Aproach for frame design
//.Working Beam elements for 2D and 3D with Mesh refinement
//
// Diego Montero; Fernando Valentini; Gustavo Violato;
// First release: Oct. 2015
clc; xdel(winsid()); clear;
//Add the NEMO_ROOT enviroment variable as the project fo... |
5d9fb2551574ff911c0c52be17ff377a724912b4 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/KP85YLZ/ATWM1_Working_Memory_MEG_KP85YLZ_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | 11fd5de55ee7af3b8262bbea4f04f6a781eaa5d7 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,381 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor... |
b2412a973ac29e5befa67977c06e10fe00e0b50b | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH4/EX4.7/4_7.sce | a30d2b3f31e409acac16a8ab097fab9e07566778 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,470 | sce | 4_7.sce | clear;
clc;
printf("\t\t\tExample Number 4.7(Page no.-154-155)\n\n\n");
// long cylinder suddenly exposed to convection
// Example 4.7
// solution
d = 0.05;// [m] diameter of cylinder
Ti = 200;// [degree celsius] initial temperature of aluminium cylinder
Tinf = 70;// [degree celsius] temperature of environme... |
74ab721663c76db098db300fe8582e21a9016cd9 | 2306fe37806fcf2e0b7509d8c35d5b5761d87624 | /translationUtils.sci | d8f96a63793fbca8486b5deda1339f7c47c29e97 | [
"MIT"
] | permissive | thbt/PlanetarySystem | 60532b0a9e0e59a8ee2089eb721b68ff9c518335 | a8a514c583e59cebacaa3ad32cf5c2ac923d7e60 | refs/heads/master | 2021-01-01T16:40:28.843162 | 2015-07-30T09:30:03 | 2015-07-30T09:30:03 | 39,942,394 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 587 | sci | translationUtils.sci | // Cette fonction permet de faire une translation sur la matrice mat de vecteur.
function res=translation(mat, vector)
res = mat;
for i = 1:size(mat, 'r')
for j = 1:size(mat, 'c')
res(i, j) = mat(i, j) + vector(i);
end
end
endfunction
// Cette fonction retourne la posit... |
da36bcb17c8deb6e525ecca840b539d4140c0971 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3407/CH2/EX2.2/Ex2_2.sce | 7b300c000a5d2e2ffdfa89709d6421e14e5cbab9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 497 | sce | Ex2_2.sce | clear all;
clc;
funcprot(0);
//given data
T01 = 1200;//Stagnation temperature at which gas enters in K
p01 = 4;//Stagnation pressure at which gas enters in bar
c2 = 572;//exit velocity in m/s
p2 = 2.36;//exit pressure in bar
Cp = 1.160*1000;//in J/kgK
gamma = 1.33
//calculations
T2 = T01 - 0.5*(c2^2)/Cp;... |
a6f7aa7052eb641f4b66d16203dbd079a1d54f38 | 2f213caa34d1d6981b1308de71102bcc84ff38a9 | /8term/Labs/MAMOEFI/Lab2/lab2_getR.sce | aa9110efc52eaafa24181aec7a12743e095d0bdb | [] | no_license | kilel/Study | d38ad39aae77fef92e187b8f30891a3b642095fd | 2d270176f61aaac96d5cab3c342622f5b3b9480d | refs/heads/master | 2021-01-19T08:26:05.142277 | 2014-05-18T21:03:18 | 2014-05-18T21:03:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,365 | sce | lab2_getR.sce | n = 69;
k = 8;
x = [
[1, 1, 1, 50.7, 15.4, 8.2, 0, 1, 0, 15.9];
[1, 3, 1, 88.9, 31.2, 10.7, 0, 1, 0, 27.0];
[1, 1, 1, 45.2, 12.3, 10.7, 0, 1, 12, 13.5];
[1, 1, 1, 50.7, 15.4, 8.5, 0, 1, 12, 15.1];
[1, 2, 1, 71.1, 21.5, 10.7, 0, 1, 12, 21.1];
[1, 3, 1, 97.1, 35.6, 10.7, 0, 1, 12, 28.7];
[1, 3, 1, 93.2, 35.3, 10.7, 0, 0... |
3d0a5e1abd847ff7af33bd4826e2c0fcce8a4fd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH12/EX12.6/12_6.sce | 485c849fa84683f30ece58ec916de3bf769534ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 552 | sce | 12_6.sce | clear; clc; close;
Vcc = 12;
//part a
V_p = 12;
Vceq = Vcc;
Vce_max = Vceq + V_p;
Vce_min = Vceq - V_p;
n = 50*((Vce_max-Vce_min)/(Vce_max+Vce_min))^2;
disp(n,'Efficiency(Percentage) = ');
//part b
V_p = 6;
Vceq = Vcc;
Vce_max = Vceq + V_p;
Vce_min = Vceq - V_p;
n = 50*((Vce_max-Vce_min)/(Vce_... |
4ad55eb629a2f33c32788b3a13115418a033b57d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH5/EX5.1/Ex5_1.sce | 94d9bbb79b1c849ad49ead5ec61b7f67c909dbf1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 914 | sce | Ex5_1.sce | //============================================================================
// chapter 5 example 1
clc;
clear;
//input data
d = 2*10^-3; //diameter in m
I = 5*10^-3; //current in A
e = 1.6*10^-19; //charge of electron in coulombs
a ... |
7b2140514c2f9c4edd6b7cb8f42929b5a113068f | 4a1949be12fbe9a81d9308381b34c611e65877ca | /tests/compilation/4.tst | dddf726148363dbc56b5125f84aabac4286e5051 | [] | no_license | ng88/trad | 26439d8fe2284ece19d6fbfaa397d3f6f0d13e78 | e4d3d4d56928539144d30c5c49e01e65c9b8729c | refs/heads/master | 2020-12-05T07:31:25.854231 | 2008-02-29T10:15:34 | 2008-02-29T10:15:34 | 67,351,952 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 823 | tst | 4.tst | class A
public integer d;
public A(){}
public integer test1(real y) { return(y+9);}
end
class B
public A ma;
public B(){}
public A getA(integer a) { return(ma); }
end
class MaClasse
public integer c;
public MaClasse() {}
public integer ajout(integer a, integer b)
{
VAR A mc;
VAR B mc2;
VAR integer d;
mc :... |
0b1d5ef111a78a674752674636dc691141c20dc2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH1/EX1.5/1_5.sce | d2a0c785c964e1d6e6f75857909345b8ff98e6f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | 1_5.sce | clc
//initialisation of variables
Gama=1.33//ft/lb
p=100//lb/in^2
p1=20//lb/in^2
v2=10.05//ft^3
v=3//ft/lb
//CALCULATIONS
W=144*(p*v-p1*v2)/0.33//ft lb
//RESULTS
printf('The work done=% f ft lb',W)
|
5a0f9613cd7f954b4be56f1c1fea8d356b185302 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH5/EX5.12/ex5_12.sce | c41aee18c0e80186eb11fd7bcb3d28aef3c1bfed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,689 | sce | ex5_12.sce | // Exa 5.12
clc;
clear;
close;
// Given data
f_c = 10;// in kHz
f_c = f_c * 10^3;// in Hz
omega_c= 2*%pi*f_c;// in rad/sec
C = 0.01;// in µF
C= C*10^-6;// in F
Ri= 10*10^3;// in Ω
n=2;
Q= 1/1.414;
R= 1/(2*%pi*f_c*C);// in Ω
Af= 3-1/Q;
Rf= (Af-1)*Ri;// in Ω
disp(C*10^6,"The value of C in µF is : ")
disp... |
8aa3c09818d55eac3459e9d6a18eaf4567d9fbf6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3830/CH7/EX7.4/Ex7_4.sce | 2822cd474e43d48dc4283e2897eac33b18ddcfd6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_4.sce | // Exa 7.4
clc;
clear;
// Given
G = 3.8; // Gauge factor
// Solution
P = (G-1)/2;
printf(' Poissons ratio of thin circular/wire of soft iron = %.1f \n',P);
|
7f2b260d39c677129641c3d6df8279c38467b1b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /848/CH6/EX6.3/Example6_3.sce | 83c5bd89fe67b81a06f91d613464f16c08a2624b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Example6_3.sce | //clear//
//Caption:Calculation of photocurrent
//Example6.3
//page226
clear;
clc;
close;
R = 0.65; //Responsivity of photodiode
Pin = 10*(10^-6); //Optical power level in watts
Ip = R*Pin;
disp(Ip*10^6,'The amount of photocurrent generated in uA =')
//Result
//The amount of photocurrent generated in uA = ... |
4eda6267ad36192765adc8781d8a33189780ef93 | 1b3c63cb7f854378c5f1991637692ae2bf8265ac | /stack/teststack.sce | ff86fed908ce46052b7eadab07d0b331d7339776 | [] | no_license | FOSSEE-Internship/FOSSEE-Control-Systems-Toolbox | 9900107267e5f508f77858d128e01293966e9e10 | 2878a38e4e55806b1777f9da2e0395f321e1c952 | refs/heads/master | 2020-12-02T18:20:34.659219 | 2017-10-26T12:26:57 | 2017-10-26T12:26:57 | 96,516,803 | 0 | 1 | null | 2017-10-26T13:44:56 | 2017-07-07T08:24:44 | Scilab | UTF-8 | Scilab | false | false | 68 | sce | teststack.sce | s=%s;
sys1=(s/(s+1));
sys2=(5*s+1)/(s*s+5)
k=stack(3,sys1,sys2)
|
76b0ff90f84cdc36f9df2adf7bb81be58ecd6892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH14/EX14.5/Ex14_5.sce | c0194e20b9a2d8237f8f92556699e1e43366f051 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | Ex14_5.sce | //Example 14.5
A=0.950;//Area (m^2)
d=2.5*10^-2;//Thickness (m)
T1=0;//Temperature inside the box (C)
T2=35;//Temperature outside the box (C)
t=24*60*60;//Time, convert 1 day to seconds (s)
k=0.010;//Thermal conductivity of styrofoam (J/s.m.C)
rate=[k*A*(T2-T1)]/d;//Rate of conductive heat transfer (J/s)
Q=rate... |
4d0ef65859e449066dac06475ac6e7085014ccc4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3363/CH14/EX14.4/Ex14_4.sce | 7264d683c3552a02160e22d8490fd57787d8b108 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | Ex14_4.sce | //Example 14.4, Page 516
clc
uo=4*%pi*10^-7//T-m/amp
u=2.2*9.3*10^-24//in Tesla
x=3*10^-10//in m
E=(uo*u*u)/(2*%pi*x**3)
printf("\n The Energy required is %e Joule",E)
k=1.38*10^-23//in J/k
T=E/k
printf("\n The temperature is %f K",T)
|
446b61b220abc78fc18b0d8e241713950d51ce7a | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/bin/fit_out_result.sci | a7ec01c68cb264fc2c76e5b3d81e71d7e7a0df82 | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 143 | sci | fit_out_result.sci | Fitting results:
x_S_P ( 1 ) = 0.365224
x_S_I ( 1 ) = 0.130228
x_S_L ( 1 ) = 0.053782
x_Sp = 436.352041
the square sum term is 27.404203
|
7ff543a6ac2d940582db2ef930de1ff6a0f716cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH5/EX5.14/Chapter5_Exampl14.sce | 31f582bce36cf9000803ad36f5f028adc15c67cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,273 | sce | Chapter5_Exampl14.sce | clc
clear
//INPUT DATA
n=1.3;//index of compression
p1=1;//pressure in bar
va=2;//volume of air in m^3
N=2;//No.of stages
p3=50;//delivery pressure in bar
R=0.287;//gas constant
t1=303;//temperature in K
t31=314;//temperature in K
vcs=0.05;//ratio of clearance volume to stroke volume
//CALCULATIONS
ip1=(... |
2d9da15807c8c01930e91d09d26dadb76a937999 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH8/EX8.2/8_2.sce | bbc9f2639e129dc1580a010f067d3a4ac940e413 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,096 | sce | 8_2.sce | //Example 8.2
//Simpsons 1/3rd Rule and Richardson Extrapolation
//Page no 264
clc;clear;close;
a=1;b=2;
// simpsons rule when h=0.5
h=0.5
n=(b-a)/h+1;
for i=1:n
if i==1 then
x(1,i)=a
else
x(1,i)=x(i-1)+h
end
y(1,i)=1/x(i)
end
disp(y,"f(x) = ",x,"x = ")
S=0;
for i=1:n
... |
dcd6fd54671a313c2140f6af16fa80359db47252 | 449f0d9106e35fc361bdb53d55d9563796f0d2c3 | /week4/scilab.sce | d74790a464fde45d302a23a3484bb65c25fc3636 | [] | no_license | aleksey-sinos/OpenEdu | 72eefffcc4ddbb45345a9bee61e534f9bf540390 | 6c3b4943a669b9398ad75e0fae44937cc6b04dc0 | refs/heads/master | 2020-06-30T13:29:27.839046 | 2019-12-04T07:47:12 | 2019-12-04T07:47:12 | 74,368,213 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,253 | sce | scilab.sce | //////////////////////////////////////////////////////////////////////////////////////////////////////
//// Неделя 4.
//// Оценивание константы обобщенным методом наименьших квадратов
//// при наличии двух измерителей с различной дисперсией.
//// Количество измерений для датчиков одинаково.
////////////////////////////... |
7631f173efd2c57c8ef77c65554723107e386229 | eec0cb8a9a3987d4e28fc22c89750a158a00ea84 | /Assignment6_Team8/FPM.tst | b65fdbe1aeab26ae6a7c1c8dabc59ff3f80fe6cb | [] | no_license | Archaic-Mage/CS2310_LAB_Assignments | 8ac90e0123de95f5cf8db709cd7761962bf8cef2 | e922b59fc1350db3f23b07b8f5986ac54f197c8d | refs/heads/main | 2023-08-29T23:42:07.913682 | 2021-11-16T14:00:05 | 2021-11-16T14:00:05 | 401,640,543 | 1 | 1 | null | 2021-10-01T05:55:36 | 2021-08-31T09:10:15 | Scilab | UTF-8 | Scilab | false | false | 929 | tst | FPM.tst | load FPM.hdl,
output-file FPM.out,
compare-to FPM.cmp,
output-list x%B1.16.1 y%B1.16.1 z%B1.16.1 isoverflow%B5.1.4;
//test case for same sign
//first the sign is same and positive
set x %B0100000000100000, //2.5
set y %B0100000010100000, //5
eval,
output;
//second the sign is same and negative
set x %B101111111100... |
200df5b0bc441d0b96b9de779ce4a75feaf4538d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH18/EX18.7/ex18_7.sce | 49df623317d7d9b31496ce0200c05427392be4bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex18_7.sce | clc;
c=3*10^8; //velocity in m/sec
l=5*10^-7; //wavelength in m
f=c/l; //calculating frequency
disp(f,"Frequency in Hz = "); //displaying reuslt
h=6.63*10^-34; //planck's constant in J.sec
E=h*f; //calculating energy
disp(E,"Energy in Joule = "); //displaying reuslt
disp(E/(1.6*1... |
ffb776ee3a11e1c49c5d3f566f9a51dc7fd32de2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH1/EX1.10/Ex1_10.sce | f0f67298eb66e0cf73193ee6b2235c493f3de4c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 436 | sce | Ex1_10.sce | clear
//
//given and derived
a=100/0.32 //area required to dissipate 100W power
d=5
//length of cyclinder L,length of wire if l,diameter of the wire is d
L=a/(3.14*d)
r=100/1**2
//spacing is d cm
//distance along the axis of the cylinder is 2d cm
//no of turns is 10/d
//length of one turn of the wire is 3.14*5 cm
//len... |
a8299a42555ad2f814ab474d0203523ba1bff9df | de14a6897d4397228a52bacb8905b8807370ef4b | /pendule.sce | bb09d9fe94f6699bcbc20d692d574621d7653227 | [] | no_license | JustineMarlow/MT94-RapportLaTeX | 20b670965a47ce85beecc15865d14ec9cc4d305b | 3dfaa665b5691621410f8eafdf76ecaf081b92d1 | refs/heads/master | 2021-09-06T17:54:58.174773 | 2018-02-09T09:57:52 | 2018-02-09T09:57:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 820 | sce | pendule.sce | function dydt = f(t,y)
dydt = [y(2);-g/L*sin(y(1))]
endfunction
function y=euler(theta0,t)
n=length(t);
h=t(2)-t(1);
y(1,1)=theta0;
y(2,1)=0;
for i=1:n-1
y(1,i+1)=y(1,i)+h*y(2,i);
y(2,i+1)=y(2,i)+h*(-g/L*sin(y(1,i)));
end
endfunction
function y = solution_approx(theta0,t)
... |
1c0371ecc56fdd2aef4395bcf158284548d2f3d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2210/CH2/EX2.2/2_2.sce | 835d124736b92332b9df5c72156d5e0a9ac1a3b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 2_2.sce | //Chapter 2, Problem 2
clc
D=300e-3 //distance in meter between the two wire
d=4e-3 //diameter in meter of a conductor
e=1 //relative dielectric
//calculating the characteristic impedance of the type of parallel transmission line
z0=(276/sqrt(e)... |
7437189724261f29fdb1fdf7105469754615c485 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH11/EX11.4/11_4.sce | 7de47462d3b1814169113285cc1c0bb39a8c2e62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 220 | sce | 11_4.sce | clc
//Intitalisation of variables
clear
dH= 12300 //cal
T= 25 //C
dS= -60.1 //cal deg^-1 mole^-1
//CALCULATIONS
dF= dH-dS*(273+T)
//RESULTS
printf ('Standard free energy of formation = %.f cal mole^-1 ',dF-10)
|
19e0cc584a7bd193c6c7015bb4c2f7414936fe32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH2/EX2.26/2_26.sce | e39e6826246c9a5607ddbe11f37415953be0f34a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | 2_26.sce | //Chapter-2,Example 2_26,Page 2-48
clc()
//Given Data:
m=2 //order
lam=6*10^-7 //Wavelength of light
dlam=6*10^-10 //difference in wavelength
W=2*10^-2 //Width of surface
//Calculations:
//We know that R.P.=lam/dlam=m*N
N=lam/dlam/m //Number of lines on grating
G... |
a542e3a8936c1b18f001f8de25129789ee05083c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3554/CH1/EX1.8/Ex1_8.sce | 9662b21387a76dca24de16d278803392a14355da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_8.sce | // Exa 1.8
clc;
clear all;
// Given data
X= 100; // Range of voltmeter(V)
x= 70; // Measured value on voltmeter(V)
Y= 150; // Range of milliammeter
y= 80; // Measurex d value on milliammeter
Accu= 0.015; // Accuracy of instruments
// Solution
X_mag= Accu*X; //Magnitude of limiting error for voltmet... |
a14c3a1facfbcc1a960fc205d287e1b5dce8f625 | b4bbf9b2a475b5cf299b30bf5e0c621e32f6c832 | /test/assign1/blah.tst | 952d009ae7b0434e6794b4c279502e13efedc417 | [] | no_license | apetresc/castro | 1ec1ac1307542487aa1be14c335170f7a1347bf2 | 843165af7c946188a2dd772384cd2d579723c99d | refs/heads/master | 2022-02-20T14:28:41.962893 | 2019-10-07T08:41:59 | 2019-10-07T08:41:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,880 | tst | blah.tst | boardsize 10
play w s10
play b r11
play w q12
play b p13
play w o14
play b n15
play w m16
play b l17
play w k18
play b j19
play w i18
play b h17
play w g16
play b f15
play w e14
play b d13
play w c12
play b b11
play w a10
play b a9
play w a8
play b a7
play w a6
play b a5
play w a4
play b a3
play w a2
play b a1
play w b... |
dabe9a9f54570fbdac3fa9f83759c7738958fa38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2054/CH1/EX1.30/ex1_30.sce | 21c969023523a7f44d36db1d66478446fce8466f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 589 | sce | ex1_30.sce | //Exa:1.30
clc;
clear;
close;
f=50;//in hertz
P1=6;//No. of poles
P2=4;//No.of poles
N_sc=120*f/(P1+P2);//Synchronous Speed (in rpm)
s=0.02;//slip
N=N_sc*(1-s);//Actual Speed (in rpm)
N_s=120*f/P1;//Synchronous Speed of 6-pole motor
s1=(N_s-N)/N_s;
f1=s1*f;
disp(f1,'Frequency of rotor current of 6-pole mot... |
bf2384585afbdc2867d6ae74fd630d21d318d67b | f2635c3a10a2508720f5d231581bbcf58664cf12 | /pl/math/test/testcases/directed/expm1.tst | 609d6f4797213522446ab5ed3a69552fd8c9762b | [
"LLVM-exception",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | xboxfanj/optimized-routines | 9ed0fef9346076e3eaf952cecd9b6c39cca8d92b | e312306d13daf9c044145ca26fb34ef7704fae81 | refs/heads/master | 2023-01-21T08:14:26.298438 | 2022-12-21T00:02:54 | 2023-01-10T16:39:37 | 232,194,104 | 0 | 0 | MIT | 2020-01-06T22:07:31 | 2020-01-06T22:07:30 | null | UTF-8 | Scilab | false | false | 1,206 | tst | expm1.tst | ; expm1.tst
;
; Copyright (c) 2009-2023, Arm Limited.
; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
func=expm1 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
func=expm1 op1=fff80000.00000001 result=7ff80000.00000001 errno=0
func=expm1 op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 st... |
265519a79e31ed1c0ed8715d0d95285ff4c3867b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1460/CH13/EX13.3/13_3.sce | df59b0cd5bb741d6f60f4eaf3ae071dcac35abbb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | 13_3.sce | clc
//initialization of variables
Mn=3
Mni=0.2
w=10 //lbm/sec
g=1.4
P=200 //lb/in^2
T=400+460 //R
//calculations
Astar=w*sqrt(53.3*T) *((g+1)/2)^3 /(P*sqrt(g*32.2))
A1ratio=(2/(g+1) + (g-1)*Mni^2 /(g+1))^3 /Mni
A1=A1ratio*Astar
A2ratio=(2/(g+1) + (g-1)*Mn^2 /(g+1))^3 /Mn
A2=A2ratio*Astar
Pexit=P/(1+ Mni*M... |
85c1703f2650a91b7b7eb963b5e7b3e5f4b2af92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH3/EX3.41/example_3_41.sce | 9db9a86de5080e64824a66f62e480e680fbf3fc2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 554 | sce | example_3_41.sce | clear;
clc;
disp("--------------Example 3.41---------------")
SNR=63;
B=10^6; // bandwidth = 1 MHz
b=4*10^6; // chosen bit rate =4 Mbps
C= B*log2(1+SNR); // Shannon's capacity formula
c=C*10^-6; //multiply with conversion factor
L=2^(b/(2*B)); // bit rate = 2*bandwidth*log2(L) ; L= number of signal levels
//d... |
0332a147aba21919500b33aac6a6733105db014a | 449d555969bfd7befe906877abab098c6e63a0e8 | /605/CH8/EX8.5/8_5.sce | f839c0e65d66e67339160e4fb0a4f6e81926b992 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 157 | sce | 8_5.sce |
V2=1
V1=1
V2=0
I1=0.05*V1
I2=-0.05*V1
Y11=I1/V1
Y21=I2/V1
I2=0.05*V2
I1=-0.05*V2
Y12=-0.05
Y22=0.05
A=[Y11,Y12;Y21,Y22]
printf("\nA=")
disp(A) |
e83080cccb3eecc5735f8a2eeef10de26b76a556 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/signal/faurre.sci | 47d34fb7731c9d848a4a39da21e82feaf782b4dd | [
"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 | 603 | sci | faurre.sci | function [Pn,Rt,T]=faurre(n,H,F,G,r0)
//[Pn,Rt,T]=faurre(n,H,F,G,r0)
//macro which computes iteratively the minimal solution of the algebraic
//Riccati equation and gives the matrices Rt and Tt of the filter model.
// n : number of iterations.
// H,F,G : estimated triple from the covariance sequence of y.
// ... |
c46112e3697f3d5268a9cfeb8759035c51b2f3d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH10/EX10.14/example10_14.sce | 5be74f7c26c0b61a49858b66e40f4ff9c9ac6f48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sce | example10_14.sce | r1=0.4;
r2=1;
rl=2;
v1=12;
v2=15;
disp("Part a");
vx=(v1/r1+v2/r2)/(1/r1+1/r2+1/rl);
disp("load voltage (in V) is"); disp(vx);
il=vx/rl;
disp("the load current (in A) is"); disp(il);
disp("Part b");
ib=(vx-v1)/r1;
disp("the battery current (in A) is"); disp(ib); |
9c07f166b0d642e9c96dd1af0a4beb75da922222 | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH4/EX4.2/4_2.sce | b98952147792ddca30b1a8cc9724669fc24c8830 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 147 | sce | 4_2.sce | disp("E=(ħ*k*ħ*k)/(2*me)");
m0=9.1*10^-31;
E=0.8*10^-19;
me=0.067*m0;
b=(sqrt(2*me*E))*(10^25);
printf('the value of ħ*k =%f *(10^-26)',b); |
381be3ba219c85f7b2a6a66dc8a8342acdca399b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH6/EX6.34/Ex6_34.sce | a92b65fb674f34d9ee2681d9c7174add3d9fd651 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 661 | sce | Ex6_34.sce | clear
//
//
//
//Variable declaration
h=6.626*10^-34; //planck's constant(J-sec)
e=1.60*10^-19; //charge of electron(c)
L=10^-10; //width(m)
m=9.1*10^-31; //mass of electron(kg)
n1=1;
n2=2;
//Calculations
E=h^2/(8*m*e*L^2); //energy(eV)
E1=n1^2*h^2/(8*m*e*L^2); //1st... |
876326b2c94be9dd04e4b64fadc89cf23ab8d72c | e86653ab56eded6714574f9f8f34013272027113 | /293/CH5/EX5.2/eg5_2.sce | 8393f89bad3b4c42bb6a1cbdf6f098126eee5e6c | [] | no_license | FOSSEE/Xcos_TBC_Uploads | 3637554f9dca20d0c5ec2c5d00d30942edafe09a | 37e81552cb6d9066617ba91b13c91098e5ab6758 | refs/heads/master | 2023-03-30T10:45:38.033053 | 2021-03-15T05:40:35 | 2021-03-17T09:45:20 | 346,244,418 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 464 | sce | eg5_2.sce | C = 10*10^-6 ; //capacitance(in farads)
R = 0.2*10^6; //resistance (in ohms)
Vi = 40; //initial voltage of the capacitor (in volts)
Wc = (1/2)*C*Vi^2; //energy stored in the capacitor
//current flowing in circuit as a function of time i(t) = 2*10^-4*exp(-t/2)
//power dissipated in the resistor = R*i^2
Wr = integrate('R... |
63ba9dc179b2d12d00a34e6a6c113f9302bf1dd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH3/EX3.5/EX3_5.sce | 22d52d15735e18b9d1e478e2568ac1e017c0e96b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sce | EX3_5.sce | //Example3.5 // To determine emitter resistance of the difference amplifier
clc;
clear;
close;
Vcc = 10 ; // volt
Vee = -10 ; //volt
Iq = 0.8 ; //mA
Ie = 0.8 ; //mA
CMRRdb = 90 ; //dB
Vt = 0.026 ;
// Transistor parameter
beta = 100 ;
// CMRR = abs(Ad/Acm);
// the CMRR of the difference amplifie... |
413a49ca3ddd062706cbdb3d4d822cdd3456bfcc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH10/EX10.14/Ex10_14.sce | 955b1ba8ad1100917cb3f3878017e7c244aae0b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 570 | sce | Ex10_14.sce |
clc
clear
//Input data
Ns=210//Specific speed
P=30//Power in MW
N=180//Speed in rpm
Q=0.6//Discharge in m^3/s
h=4.5//Head in m
e=88//Efficiency in percent
d=1000//Density in kg/m^3
//Calculations
Pm=(d*Q*9.81*h*(e/100)*10^-3)//Power in kW
Nm=(Ns*h^(5/4))/sqrt(Pm)//Speed in rpm
Hp=((N*sqrt(P*1000))/Ns)^... |
00e8022486c5e4735e44f1789126ce2fab76ccaa | 449d555969bfd7befe906877abab098c6e63a0e8 | /75/CH9/EX9.14/ex_14.sce | 79f91ae2f6e42b95fe699948a03d9916f0b85025 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | ex_14.sce | // PG (620)
T = [2 1 0 0 0 0;1 2 1 0 0 0;0 1 2 1 0 0;0 0 1 2 1 0;0 0 0 1 2 1;0 0 0 0 1 2]
lam = spec(T)'
lam1 = lam(1,1)
B = [2-lam1 1 0 0 0 0;1 2-lam1 1 0 0 0;0 1 2-lam1 1 0 0;0 0 1 2-lam1 1 0;0 0 0 1 2-lam1 1;0 0 0 0 1 2]
f0 = abs(det(B))
f1 = 2-lam1
|
6d7d722dc0b7e2089f2834215c839c55ae93a35e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1664/CH4/EX4.9/Ex4_9.sce | 31e1a9573aa24e6001c9c0bee8c56993b950977d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | Ex4_9.sce |
//Example No 137.
//Page No 4.9.
//The de-Broglie wavelength of alpha particle.
clc;clear;
V = 1000;//Potential difference applied -[V].
h = (6.626*10^(-34));//Planck's constant -[J-s].
m = (1.67*10^(-27));//Mass of a proton -[kg].
e = (1.6*10^(-19));//charge of electron -[J].
w = h/sqrt(2*m*e*V);//de-Brogl... |
d8b696f6198eb5ff7bc3aad549fb228352f4124c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH2/EX2.63/Ch02Ex63.sce | 03b413bf67d84ea0ba6badd2a5ef4e508bd72fda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | Ch02Ex63.sce | // Scilab Code Ex2.63:: Page-2.49(2009)
clc; clear;
R1 = 4; // Radius of curvature of the convex surface, m
R2 = 5; // Radius of curvature of the concave surface, m
lambda = 6600e-010; // Wavelength of light used, cm
n = 15; // Order of Newton ring
// As D_n^2*(1/R1-1/R2) = 4*n*lambda, solving for D_n
D... |
0e694c108bd9f68c0fe83b507a668cb78a64854a | fcd4bce0080771389b4a69338ed6443153942183 | /cores/n64/mupen64plus-rsp-paraLLEl/lightning/check/alu_rsb.tst | 00e08c22f6d2e49ee74364ef7f12a0f19fab6bed | [
"LGPL-3.0-only",
"GPL-3.0-only",
"GFDL-1.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"GFDL-1.1-only",
"MIT",
"LGPL-2.1-only",
"MPL-1.1",
"LicenseRef-scancode-mame",
"Zlib",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"MPL-2.0",
"CC-PDDC",
"LicenseRef-scancode-public... | permissive | wulfebw/retro | d4fcf9229b257b3c495f54b1aeb3ea36004ae4aa | dad4b509e99e729e39a2f27e9ee4120e3b607f58 | refs/heads/master | 2022-10-23T07:17:55.320585 | 2020-06-12T01:38:06 | 2020-06-12T01:38:06 | 260,832,205 | 8 | 1 | MIT | 2020-06-12T01:38:08 | 2020-05-03T05:06:17 | C | UTF-8 | Scilab | false | false | 1,657 | tst | alu_rsb.tst | #include "alu.inc"
.code
prolog
#define RSB(N, I0, I1, V) ALU(N, , rsb, I0, I1, V)
RSB(0, 1, 0x7fffffff, 0x7ffffffe)
RSB(2, 1, 0x80000000, 0x7fffffff)
RSB(3, 0x7fffffff, 0x80000000, 1)
RSB(4, 0xffffffff, 0xffffffff, 0)
RSB(5, 0x7fffffff, 0xffffffff, 0x80000000)
RSB(6, 0, 0x7fffffff, 0x7fffffff)
#if _... |
b73d7ad6e53da5d4a664180b52d9a53abb8526bd | c22c8dd61032718b3204a62b85d86b8fb0a72d49 | /Exp. 7 Discrete Fourier trans.sce | 6a0958d7850e5b3e3ec6eb316aa7abfd698fcc38 | [] | no_license | DhavalRavat/SS_Scilab_Submission | 8f107dac2aaf95bd4f4a7c3dadf7ee2b352bca11 | 2af97e9e26d183eb35cff0b5ea7c3fbc5f13d0b2 | refs/heads/main | 2023-01-24T00:23:22.516846 | 2020-11-25T18:10:54 | 2020-11-25T18:10:54 | 316,017,998 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 263 | sce | Exp. 7 Discrete Fourier trans.sce | clc;
j=sqrt(-1)
x_mag1=[];
x_phase1=[];
w1=[w1 w];
x=1/(1-0.5*exp(-j*w))
for w=-2*%pi:0.01:2*%pi
x_mag=abs(x);
x_phase=phasemag(x)
x_mag1=[x_mag1 x_mag]
x_phase1=[x_phase1 x_phase];
w1=[w1 w]
end
plot(w1,x_mag1)
figure;
plot(w1,x_phase1)
|
6a8b5122a4152e9499b88234a545cc94905af098 | 4fb238a760c6455db1aff7bb230317e175011b4a | /ScilabFichiers/test.sce | fc9424a373ca84f921275d5e84e09c0ac941953d | [] | no_license | Abdel-Malik/scilabBSFC | 90feaf817c2bb1367fc2a8b97399b1b9fc3693ba | 2b5ffe850f8b66af6e387672ef5d805e963746ec | refs/heads/master | 2020-12-02T16:25:39.167882 | 2017-07-25T16:11:56 | 2017-07-25T16:11:56 | 96,550,494 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,174 | sce | test.sce | //Calcul la solution au sens des moindres carrés
//x : un vecteur de points (données)
//y : un vecteur de points (valeur) ax^n+bx^(n-1)+..p = y
//n : l'ordre du modèle
function X = moindresCarres(x,val,ordre)
A = [x,ones(size(x,1),1)];
xT = x;
for i = (2:1:ordre)
xT = xT.*x;
A = [xT A];
... |
205a4acf0b067b7a5dea0589c9f546ca4de322bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH1/EX1.3/Example13.sce | 80652fd93594da03c2992d5029e0aa19f3ef3eba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | Example13.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 1 Example # 1.3 ")
//Area of room in m2 is given as
A = 20*20;
//Air temperature in C
Tair = -3;
//Roof temperature in C
Troof = 27;
//Hea... |
4a0f863068ad3b9a7e6728293dcce5943f15cecd | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_checkpoint.sci | 3dff27b4674a6c852322dd73f7d3e826d1e02cb1 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,270 | sci | kiks_checkpoint.sci | function [res] = kiks_checkpoint()
// Ouput variables initialisation (not found in input variables)
res=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.ts... |
1b11d89da61f981f4e4ce048e7df40cd90e19063 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Launch TS.sce | f445ba2675f8245188a21b6b8b137973edf493eb | [] | 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 | 50,431 | sce | Launch TS.sce | Name=Launch TS
PlayerCharacters=Launchee
BotCharacters=test2.bot;Launcher.bot;Launcher2.bot;Launcher3.bot;Launcher4.bot;Launcher5.bot;Launcher6.bot;Launcher7.bot;Launcher8.bot;react.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Launchee
AddedBots=Launcher.bot;Launcher2.bot;Launcher3.bot;Launcher4.bot;Launcher... |
a7f73525896b82da9637dea4a8d07d521ed231e8 | f990de9d583ee5bbd77187cfd1c07b68f61fc4d1 | /C++_Embarque/miniprojet/mini-project/downsampling-base/filter_design_7tap.sce | 6cdd7bc18853f1d05b6dc1c20382c4fa7a2f4d33 | [] | no_license | RomainCocogne/Elec4 | 16fa08d9ecb69333ee018f178a7e31ee8bea0fa6 | cfe5109c07666fa86cebf29dc13a7daa2350bb6f | refs/heads/master | 2020-10-01T01:09:12.576108 | 2020-06-04T16:12:18 | 2020-06-04T16:12:18 | 227,416,564 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 4,049 | sce | filter_design_7tap.sce | // header-start
////////////////////////////////////////////////////////////////////////////////
// \project yuv-viewer
//
// \file filter_design_7tap.sce
//
// \brief scilab script of a 7 TAP FIR filter for decimation by 2
//
// \legal Copyright (c) 2020
//
// \author Bernard
//
////////////////////... |
8eaaf17fe6674a062e4cd8301ef31bc8fa63fba5 | acb8e84e3b9c987fcab341f799f41d5a5ec4d587 | /langs/7/file.sce | 4c211bc60598d77b1c0cb0efde3a26f80977ae33 | [] | no_license | G4te-Keep3r/HowdyHackers | 46bfad63eafe5ac515da363e1c75fa6f4b9bca32 | fb6d391aaecb60ab5c4650d4ae2ddd599fd85db2 | refs/heads/master | 2020-08-01T12:08:10.782018 | 2016-11-13T20:45:50 | 2016-11-13T20:45:50 | 73,624,224 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 21 | sce | file.sce | sCE " Howdy Hackers " |
7f4903322106f9efa757a183cf17c12257c188f5 | 91bba043768342a4e23ee3a4ff1aa52fe67f7826 | /cs/142/2/tests/test1.tst | 00120ff939d2fcca01033cb44b202df4eb27beac | [] | no_license | MaxNanasy/old-homework | 6beecc3881c953c93b847f1d0d93a64ec991d6de | 48b7997a49a8f111344f30787c178e1661db04bd | refs/heads/master | 2016-09-08T04:37:44.932977 | 2010-03-02T00:48:59 | 2010-03-02T00:48:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 17 | tst | test1.tst | main(){
a=1;
} |
43dfae87c4b3603b990c16cc82936f74db781f14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH9/EX9.3/9_3.sce | f8276e2b7bedd778db046ca5ec071634284b8b34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | 9_3.sce | pathname=get_absolute_file_path('9_3.sce')
filename=pathname+filesep()+'9_3_data.sci'
exec(filename)
//Power output per cylinder
Pc=P/k
//Fuel consumption per cylinder
Fc=Pc*bsfc
//Fuel injected per cycle
mf=(Fc/60)/(N/2)
//Time for injection
t=(Tc*60)/(360*N)
//Pressure at beginning
dpb=P1-Pc1
//Pressure ... |
828a457a0ebd7fa2c236f8422f65a70277ac3fed | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH5/EX5.38/5_38.sce | 0711ed77b3ec3eb8d20062c697000b436f9ce767 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 999 | sce | 5_38.sce | PPSO3=1;//partial pressure of SO3 in atm//
PPSO2=0.2;//partial pressure of SO2 in atm//
PPO2=0.05;//partial pressure of O2 in atm//
Kp=3.5;
R=0.0821;//universal gas constant//
T=1000;//temperture in kelvin//
n1=3;
n2=2;
dn=n2-n1;//change in no. of moles//
Kc=Kp/((R*T)^dn);
printf('Kc for the reaction=Kc=%flit... |
1556b4b3ceb736565909449369cfa5d7abb379fc | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/DEVELOPMENT-LANGUAGES/uralic/liv.tst | 50df52faffb985e4e855a1d662cf5260962a9ebf | [] | 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 | 19,035 | tst | liv.tst | kūlõ V;FIN;PL;1;NEG;PRS;ACT;LGSPEC1
kōdkimdõz ADJ;IN+ABL;PL
līdõ V;FIN;IND;SG;2;NEG;PST;ACT
tūlda V;FIN;IND;PL;2;POS;PST;ACT
nēļatuoistõnz ADJ;IN+ABL;SG;LGSPEC6
kūlõ V;FIN;SG;3;POS;PRS;ACT;LGSPEC1
jellõ V;FIN;IMP;PL;2;POS;PRS;ACT
tas N;DAT;PL
seiskimdõz ADJ;DAT;SG
bäzmõr N;IN+ABL;PL
nēļasadāz ADJ;DAT;PL
pānda V;PRF;FIN... |
c52777fedb6e9a55e23d3096782f1b4f5045cd82 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH2/EX2.8.2/2_8_2.sce | 845bbc69f96ae25376380b5e6647d2e4c841b3bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sce | 2_8_2.sce | //Transport Processes and Seperation Process Principles
//Chapter 2
//Example 2.8-2
//Principles of Momentum Transfer and Overall Balances
//given data
V=0.03154;//vol flow rate in si units
D1=0.0635;// upstream ID
A1=(%pi/4)*D1*D1;//area of cross section
D2=0.0286;// downstream ID
A2=(%pi/4)*D2*D2;//area of cross sect... |
acdeb83f7df29925b4cd81bdf6ced5d92a13d55c | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH22/EX22.5/FC_22_5.sce | 152e737d5b651813e7edcc3e398893210d701d7d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 544 | sce | FC_22_5.sce | // 22-5
clc;
clear;
n1=4;
n2=3;
n=(n1+n2-1);
R2=80;
R1=50;
//According to Uniform Pressure Theory
//W=p*pi*((R2^2)-(R1^2)) T=n*2*u*W*((R2^3)-(R1^3))/(((R2^2)-(R1^2))*3)
P=15*10^3;
N=1400;
u=0.25;
w=2*%pi*N/60;
T=P/w;
W=T*3*((R2^2)-(R1^2))/(n*2*u*((R2^3)-(R1^3)))*10^3;
p=W/(%pi*((R2^2)-(R1^2)));
// ... |
7024528c548126b4084d827d758b1c7ba82be9a9 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/util/%sp_ceil.sci | ee6f83ec671a071ad843454fc7b8462ce4a0afca | [
"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 | 85 | sci | %sp_ceil.sci | function x=%sp_ceil(a)
// Copyright INRIA
[ij,v,mn]=spget(a)
x=sparse(ij,ceil(v),mn)
|
4e8acb49460c877c3f580a0a371af4bb85d84eb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH5/EX5.7/example5_7.sce | 697820c959057ce84549dc1c5fcc625cef8858cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sce | example5_7.sce | clc
// Given that
d = 0.05 // diameter of fiber in mm
NA = 0.22 // numerical aperture
lambda = 8.5e-4 // wavelength of light in mm
// Sample Problem 7 on page no. 5.18
printf("\n # PROBLEM 7 # \n")
Vn = (%pi * d * NA) / lambda
Mm = 0.5 * (Vn)^2
printf("\n Standard formula used \n Vn = (pi * d * NA) / lambda. \n Mm = 0... |
01a3c577aea2d14713f185fc85a5cfe2bcf2f2f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH2/EX2.9/Ex2_9.sce | c0b3ac401d54eed340617fb1ce06b435d035a0be | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 157 | sce | Ex2_9.sce | clc
//Variable declaration
d=1.18
theta=90*%pi/180
lamda=1.540
//Calculations
n=(2*d*sin(theta))/lamda
//Result
printf('n =%0.3f \n',(n))
|
3cd83b9922109d795331dc293b5fb7196c8644b6 | 19fd40cb94855327f6f4db1330b2ccec188b13cb | /Codigos_Scilab/trilha.sce | 8e6619ce7ab88f12bb52068f548583c0a4b7906a | [] | no_license | Afcam/Materiais-Eletricos-Magneticos | 6e22194419f2704f5e49c4dc9f5b282ccabafc11 | 0fb3c8847a7c5a8ee9d46d7be1280eceefe08c79 | refs/heads/master | 2023-07-24T21:50:12.675217 | 2018-05-11T13:27:25 | 2018-05-11T13:27:25 | 126,596,938 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sce | trilha.sce | //programa: trilha.sce
//Solução Numérica da Equação de Laplace
//Potencial na Trilha Condutiva
clear;
N = 9; //Número de Quadrados
Vmax = 5; //Tensão máxima aplicada
W = 1; //Tamanho do Quadrado
//Construindo a Matriz:
A = zeros(N,N);
i = 1:N;
//Diagonal Principal
for l = 1:N
A(l,l) = 1;
end
//Direita
for l =... |
5ae127aef8d493014b4c782b6a1d4f1814eb47a8 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/Cyl_AdaptiveSFD.tst | 1c03e1d6affd68f3812dbaf927bcbb856fc753a1 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 1,159 | tst | Cyl_AdaptiveSFD.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>2D cylinder flow, mixed elements, P=5</description>
<executable>IncNavierStokesSolver</executable>
<parameters>Cyl_AdaptiveSFD.xml.gz Cyl_AdaptiveSFD.xml</parameters>
<files>
<file description="Session File">Cyl_AdaptiveSFD.xml.gz</file>... |
bdcc1dd6e718f0710a2303138676299b75efcd4f | b6471162cee4bf505ec0011c87f11db22249c15f | /MATH/test.sce | 3307439fc3a9fa96271dfc0566e89f74027ee8a7 | [
"Apache-2.0"
] | permissive | saketkc/piddling-pertinent | c8600641cc5b697576cb15551ae95c393a1ee28b | c976bbd93db90ad9d787aadcaf59df9006f596e0 | refs/heads/master | 2020-04-09T10:57:32.893263 | 2015-04-16T22:44:40 | 2015-04-16T22:44:40 | 31,631,822 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | test.sce | a=rand(2000000,1);
b=zeros(2000000,1);
for i=1:2000000
if a(i)>0.5
b(i) = %pi+acos(4*a(i)-3);
else
b(i) = acos(1-4*a(i));
end
end
scf(0);
freq = histplot(20,b);
rfreq = freq/2000000;
bar(.025+(0:19)/20,20*rfreq);
xlabel("Class")
ylabel("Distribution")
scf(1);
freq = histplot(20,a);
rfreq = freq/2000000;
bar(.025+(0:1... |
cdb68e5c8e6f7b3c6e9f50614d9052930b678bb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH14/EX14.3/Ex14_3.sce | 0381f75e1be9d3e9899a7ce3bb9a6336e39060f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 122 | sce | Ex14_3.sce | TDR=2000//transmission data rate
Size=20*8
dtt=Size/TDR//data transfer time
printf('data transfer time= %.f ms',dtt*10^3)
|
f9b301aa0a549bc58d4476ada60aa4eda2058167 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH15/EX15.14/example15_14.sce | cb6232c509b5895d7e8a34977117c75f8761bd96 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example15_14.sce | clc
// Given that
delta_x = 1e-10 // width of box in m
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of electron in kg
c = 3e8 // speed of light in m/sec
h = 6.62e-34 // Planck constant in J-sec
// Sample Problem 14 on page no. 15.29
printf("\n # PROBLEM 14 # \n")
printf("Standard formula used \n")
pri... |
217dd273428ce2c0852d3712d85f5650a26214bc | b513eb49824ff62ddd2289a920c92cfcb362d5f2 | /magister/course_2/gerasimov/adaptive/Lab4/scilab/plot_graph.sce | 57a262de0dc6f993fd2646d8558ada5fbf691abf | [] | no_license | kirillin/ifmo | 6264ac42ec2031777145b39d4930f2f645e1d316 | 633919ba09d43814298c3a2145d5d6f72b5b068e | refs/heads/master | 2021-01-12T09:32:27.270130 | 2018-11-18T12:17:46 | 2018-11-18T12:17:46 | 76,181,268 | 3 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 3,027 | sce | plot_graph.sce | switch_desturbance = 1;
gamm = 1500;
sigm = 0.01;
path = get_absolute_file_path("plot_graph.sce");
//importXcosDiagram(path + "adapt_desturbance_robust.zcos");
importXcosDiagram(path + "adapt_desturbance_robust_and_adapt.zcos");
xcos_simulate(scs_m, 4);
subplot(2,1,1);
a = gca();
if sigm == 0 then
if switch_dest... |
36c15acf54e785d784b1c6dbad17ec247419d46e | 9b60b7963181dd94c8d10cdb75a83bc010957e71 | /taf_monitor_code/taf_monitor/tests/acceptance/04-civil_visibility_thresholds.tst | 5480a2ec5b7e050d00d948bbc1ad8b0a5e459594 | [] | no_license | alanyon/python | 577773100eac269750925c1f924edc51060ca865 | cbfe0f34fe61ed0495572fa05ea6bf4293ef15bb | refs/heads/master | 2023-07-13T17:27:59.555648 | 2021-08-09T15:59:08 | 2021-08-09T15:59:08 | 393,341,633 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,811 | tst | 04-civil_visibility_thresholds.tst | {
"EGTE 150800Z 1509/1518 18005KT 9999 FEW040 TEMPO 1511/1512 8000 TEMPO 1512/1513 4000 TEMPO 1513/1514 1000 TEMPO 1514/1515 0500 TEMPO 1515/1516 0200": {
"TAF base conditions cover METAR - visibility 9999": {
"metar": "EGTE 150850Z 18005KT 9999 FEW040",
"test time": "20200615T0900Z"... |
8c85cb755c38a148a3e13651f5d827c45d32b656 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3765/CH5/EX5.2/Ex5_2.sce | 197395c2b7eaa4b7680da757f3effb3c6c2808e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 864 | sce | Ex5_2.sce | clc
// Example 5.2.py
// A supersonic wind tunnel is designed to produce Mach 2.5 flow in the test section
// with standard sea level conditions. Calculate the exit area ratio and reservoir
// conditions necessary to achieve these design conditions.
// Variable declaration
Me = 2.5 // exit mach number
pe = 1.... |
5ffc61bf3cd9737428c14cff6c2ad17dc860e324 | 449d555969bfd7befe906877abab098c6e63a0e8 | /137/CH10/EX10.20/prob_10_20.sce | 0005ac29e50f708841f78ad24015bef8a84016a0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | sce | prob_10_20.sce | //page no 472
//prob no 10.20
//Gaussian PDF: Q(x)= %e^((-x^2)/2)/ (x*sqrt(2*%pi))
clc;
x=input("input for the function Q = ");
Q(x)= (%e^-((x^2)/2))/ (x*sqrt(2*%pi));
P=1-(2*Q(x));
disp(P);// P gives the width or spread of Gaussian PDF
|
795332846a1a7f93bc504f94b5a1fbe6038a4557 | 4bb29bdb0a4f3207af45539fdd6349d38cc7bbf0 | /html/src/pt26/index.tst | e5630c869f25d14ff0a0f6d4d030a72925b6dfb2 | [] | no_license | program-think-mirror/program-think-mirror.github.io | 9b4c0f56b174937978af75a5996d66248a5cd093 | e244a56840ee75171e51bcdf0b0883a0d0e8ea48 | refs/heads/master | 2023-08-31T08:05:46.431974 | 2023-08-27T18:42:31 | 2023-08-27T18:42:31 | 141,535,985 | 20 | 8 | null | null | null | null | UTF-8 | Scilab | false | false | 82 | tst | index.tst | ERROR: type should be string, got "https://\nhttps://blah.com\nhttps://void.org\nthis is inline https:// yes yes no no\n\n" |
e27dc21f691c2f50f438b7595ac3edc7d6202062 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH2/EX2.15/2_15.sce | b281ac41949017ad7eb72b0a78545d2dcd3b76c8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 148 | sce | 2_15.sce | //2.15
clc;
Vm=230*2^0.5;
Vo=2*Vm/%pi;
Idc=Vo/10;
printf("dc output voltage = %.2f V", Vo )
Pdc=Idc*Vo;
printf("\ndc power = %.2f W", Pdc )
|
f8921896520fb0ed066c15df44cc2e6cd2915d26 | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH5/EX5.3/5_3.sce | 9beba7cdc45a835b670f2edc438c2ee7c7f079a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_3.sce | clc
//ex5.3
//V_1 and V_2 are phasors of given voltages
theta_1=-%pi/4; //for V_1
theta_2=-%pi/6; //for V_2 (in cos form)
V_1=complex(20*cos(theta_1),20*sin(theta_1));
V_2=complex(10*cos(theta_2),10*sin(theta_2));
V_s=V_1+V_2;
V=sqrt((real(V_s)^2)+(imag(V_s)^2)); //peak voltage of resultant summa... |
3852bcfa489ddc54a563fe3a7ad6aa0b442cfb05 | 8ea401b354e99fe129b2961e8ee6f780dedb12bd | /macros/memory_usage.sci | aa1724d5b21fb31b234dd76c0dbc8fa937f883a7 | [
"BSD-2-Clause"
] | permissive | adityadhinavahi/SciPandas | 91340ca30e7b4a0d76102a6622c97733a28923eb | b78b7571652acf527f877d9f1ce18115f327fa18 | refs/heads/master | 2022-12-20T04:04:35.984747 | 2020-08-19T16:10:51 | 2020-08-19T16:10:51 | 288,765,541 | 0 | 1 | null | 2020-08-19T15:35:04 | 2020-08-19T15:14:46 | Python | UTF-8 | Scilab | false | false | 634 | sci | memory_usage.sci | function memory_usage()
// Get Multiplication of dataframe and other, element-wise (binary operator mul).
//
// Syntax
// df.memory_usage(index = False)
//
// Parameters
// index : bool, default True
// deep: bool, default False
// For additional information on parameters, see https... |
e5364fd4092bc412a90caba77382d5f9f5b6f2cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /575/CH4/EX4.8.2/4_8_2.sce | 980b4741dcc26f3d35a85a64289fc07e19e69765 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 4_8_2.sce | clc
pathname=get_absolute_file_path('4_8_2.sce')
filename=pathname+filesep()+'482.sci'
exec(filename)
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
nO2Theoretical=basisButane*6.5
nAirTheoretical=nO2Theoretical*4.76
percent=(basisAir-nAirThe... |
596e3a8536453a9f93020c2b05338c7763d384f8 | a1f93c5ed7f19ec2dc6e698a305960c7eaacb3fd | /Practica3.1/Ejercicio1.sci | 0367e65e48fef036753abf0d91131be1341ee5ec | [] | no_license | hectoregm/numerico | 813c74b87c976c2af4fe83adf59561a80141ea2f | ca0e16875746ad9d9c17da7ce0635669fc2410ed | refs/heads/master | 2021-01-21T07:53:31.701526 | 2014-12-02T04:42:40 | 2014-12-02T04:42:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sci | Ejercicio1.sci | A = [0.16 0.10; 0.17 0.11; 2.02 1.29]
b = [0.26; 0.28; 3.31]
b2 = [0.27; 0.25; 3.33]
s = A\b
s2 = A\b2
disp("Tenemos la matriz A")
disp(A)
disp("Con b del sistema Ax = b:")
disp(b)
disp("La solucion del sistema es:")
disp(s)
disp("Ahora si cambiamos b por:")
disp(b2)
disp("La solucion del sistema es:")
disp(s2)
dis... |
41d55dc35d7b73a832c597ad1d3d41ce885317e5 | 734830c483d7180158343b9b5599994878b8b197 | /make-tests/unfinished/test0.tst | 5e31bfdef151064fcd702b2c8a95c7e501749eef | [] | no_license | aykamko/proj61b | b53a3b569f82522144e010505859aa3ab66585bb | 5f6688b70f907107512267712a325f907e5e627b | refs/heads/master | 2021-01-16T22:08:56.235971 | 2013-12-12T09:19:39 | 2013-12-12T09:19:39 | 13,669,280 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 104 | tst | test0.tst | T1: T2 T4 T7
P1
T2: T3 T5
P2
T3:
P3
T4: T5 T6
P4
T5:
P5
T6: T5
P6
T7: T6
P7
|
ef3f7c5f85c312fa169be9cd3be03692690c4bc6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH10/EX10.5/Ex10_5.sce | b1458adc76edf94e2a4cd5fc54d06abadaa22664 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | Ex10_5.sce | //Example 10.5//
//(a) = For 0.5 wt % C steel indicates that complete bainite formation will have ocuurred 5degree C above Ms,by
a=180;//s //second
b=1;//m //minute
c=60;//s//seconds
d=a*(b/c)
mprintf("d= %i min",d)
//(b)= For 0.77 wt % C steel gives a time of
a1=1.9*10^4;//s //seconds
b1=3600;//s/h //seconds ... |
3300d298dddc958f14d1f54859d3d89b233a9c89 | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH7/EX7.10/7_10exam.sce | cbe18ba62b99380f947dcb157ae40555fa69b082 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 392 | sce | 7_10exam.sce | //Engineering and Chemical Thermodynamics
//Example 7.10
//Page no :343
clear ; clc ;
//Given
gama_a_inf = 0.88 ;
gama_b_inf = 0.86 ;
R = 8.314 ;
T = 39.33 + 273 ;
A_1 = R * T * log(gama_a_inf) ;
A_2 = R * T * log(gama_b_inf) ;
A = (A_1 + A_2) / 2 ;
disp(" Example: 7.10 Page no : 343") ;
printf("\n ... |
7d85e3e21b8917a309dd5545feb953bdc1c0b029 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH2/EX2.2/Chapter2_Example2.sce | 7b36951187c318e5cd6cb70c1acceeaa56ce8484 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 410 | sce | Chapter2_Example2.sce | clc
clear
//Input data
L=500;//The length of a steel rod in cm
t=40;//The increase in temperature in degree centigrade
y=2*10^12;//The youngs modulus of elasticity of steel in dynes/cm^2
e=12*10^-6;//The coefficient of linear expansion of steel in per degree centigrade
//Calculations
S=y*e*t;//The stress i... |
197deb0ee7de219a217bf01b19253db62493801d | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/gr_harm/out/onebound.sce | c9d3a64b28e454ea268fe159c1f4318710fb2ec5 | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,521 | sce | onebound.sce | function [ var ] = onebound(ibound,nx,ny,nz,var )
//[ var ] = onebound(ibound,nx,ny,nz,var )
// Simple boundary conditions on one variable
//==============================================================================
//
// [ROUTINE NAME] Onebound
// [AUTHOR] Joan Masso, NCSA & UIB
//
// [PURPOSE] Simple boundary... |
a951e112b7bef599f25d3e532651ae22b57d159d | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH15/EX15.9/ex_15_9.sce | 6ea81efa867487cca908c04543d9a76b7ea96c9c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,374 | sce | ex_15_9.sce |
clc
//soltuion
//given
//ref fig 15.24
p=0.2//N/mm^2
d=600//mm
ftc=17.5//N/mm^2
fts=52.5//N/mm^2
fcs=52.5//N/mm^2
ts=42//n/mm^2
//let t be thickness of vessel
//t=(p*d)/(2*ftc)//mm
printf("the thickness of vessel si,%f mm\n",(p*d)/(2*ftc))
printf("the thickness can not be less then 6mm,therfore we take 6 as thickness\... |
84643030185cafa1c7532e74f7182d8b491643af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2381/CH12/EX12.8/ex_8.sce | 74795b381794ba1cb0fea02a895459aada8037f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | ex_8.sce | //Example 8//frequency
clc;
clear;
close;
r=3;//m
w=10;//s^-1
vs=r*w;//m/s
A=6;//m
fd=5/%pi;//s^-1
vmax=A*2*%pi*fd;//m/s
v=330;//m/s
n=340;//Hz
nmax=((v+vmax)/(v-vs))*n;//Hz
nmin=((v-vmax)/(v+vs))*n;//Hz
disp(nmax,"maximum frequency is,(Hz)=")
disp(nmin,"minimum frequency is ,(Hz)=")
|
d9f2b7c098ac5b0fadc7e7937c8a165550c96822 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH6/EX6.19/6_19.sce | d744f7e3b20deea356790db448d86bb2a27afb17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | 6_19.sce | clear;
clc;
f=150;S=4.48;Ymin=6*(10^-2);
lo=300/(f); //lo=wavelength
b=(2*%pi)/lo;
phi=round(((2*b*Ymin)-%pi)*100)/100;
phi1=-phi;
ampK=round(((S-1)/(S+1))*10)/10;
Ls=(lo/(4*%pi))*(phi1+%pi-round(acos(ampK)));
printf("Point of attachment = %f cm\n",round(Ls*(10^4))/100);
Lt=(lo/(2*%pi))*(atan(sqrt(1+(ampK*amp... |
eca705801dfe0f22f47a49263b589b799614f1f8 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.1_9.tst | 24c2d5dae0658defecfc43a6ca81216c46c612ca | [] | 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 | 3,552 | tst | bow.1_9.tst | 1 10:0.5 19:0.047619047619047616 30:0.125 66:0.5 149:1.0 203:1.0
1 4:0.1 11:1.0 49:0.14285714285714285 249:0.5 345:1.0 1103:1.0 1329:1.0
1 3:0.3333333333333333 13:0.5 14:0.06666666666666667 17:0.017241379310344827 28:1.0 30:0.125 84:0.07692307692307693 187:1.0 298:1.0 883:1.0
1 4:0.1 6:1.0 10:0.5 14:0.06666666666666667... |
33da73b52addc9a64010b76a4140ab5e91497858 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH12/EX12.1/12_1.sce | 22724be941de5283f9af914609cf183a3c117994 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 12_1.sce | clear; clc; close;
Vcc = 20;
Rb = 1*10^(3);
Rc = 20;
Beta = 25;
Ib_p = 10*10^(-3);
Ibq = (Vcc-0.7)/Rb;
Ib = Ibq;
Icq = Beta*Ibq;
Ic= Icq;
Vceq = Vcc-Ic*Rc;
Ic_p = Beta*Ib_p;
Po_ac = (Ic_p^2)*Rc/2;
Pi_dc = Vcc*Icq;
n = (Po_ac/Pi_dc)*100;
disp(Po_ac,'Output power = ');
disp(Pi_dc,'Input power = '... |
ab5659d04a6aaf5b0d73ebfc3e0bce0699f33300 | 449d555969bfd7befe906877abab098c6e63a0e8 | /215/CH2/EX2.1/ex2_1.sce | b6e0cfdab805b0bb8fc99472cd5c71fc29718eea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 726 | sce | ex2_1.sce | //Example 2.1
//Computation of power absorbed by each part
//From figure 2.13a
V=2;I=3;
//We have Power(P)=V*I
P=V*I
printf("a) Power =%dW\n",P)
if P>0 then
printf("Power is absorbed by the element\n")
else
printf("Power is supplied by the element\n");
end
clear P;
//From figure 2.13b
V=-2;I=-3... |
375ea998b7b2e1f3e93f41486669d153732a27a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH4/EX4.32/Ex4_32.sce | bbd13ccdf3f43547b53ea0acbf32d5a7f78b590a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_32.sce | //Caption: step size,noise power, SNR
//Example 4.32
//page no 203
//Find step size,noise power, SNR
//assume bandwidth of the singal is 4kHz
clear;
clc;
fs=32000;
A=2;
fm=4000;
BW=4000;
del=(2*%pi*fm*A)/fs;
disp("Volt",del,"i)step size");
Nq=del^2/3
disp("W",Nq,"ii)noise power");
SNR=(3*fs^3)/(8*%pi^2*f... |
b9ceb15725dcc5d11585b41cfd7479430bb24efe | b26239033e0d21476c77ff50326b32231c2a3b00 | /Workspace/missionB3.sce | 159a3463ecc515cb4236fdc018737a838201d997 | [] | no_license | SmartGuyy/Exolife | 1c9a5bfdb8b16523e9681170fe4cb2cb12613e3a | eb477766dffe7edd9022d0cf46028980489c6277 | refs/heads/master | 2021-06-17T03:56:00.785128 | 2017-03-17T09:39:04 | 2017-03-17T09:39:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,026 | sce | missionB3.sce | img_input = readpbm("C:\Users\DimitriXPS\Documents\GitHub\Exolife\Exolife\Images\Mission 7\HD215497.pbm");
// dossier destination images séparées
imgDestination = ("C:\Users\DimitriXPS\Documents\GitHub\Exolife\Exolife\Stockage_Images_Missions\")
// filtre jaune + normalisation
imgEau = normalisati... |
2995ae3314bb43d9cdfafa4267c2ffbf832592c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3369/CH19/EX19.4/Ex19_4.sce | 53f6c933ac1f0959ee6d365ecf7a3a22df1f2577 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sce | Ex19_4.sce | //Chapter 19,Example 4,page 670
//Determine the vertical displacement of the drop
clear
clc
d = 0.03*10^-3 // m
p = 2000 // kg/m^3
q = 100*10^-15 // C
V0 = 3500 // V
d2 = 2*10^-3 // m
L1 = 15*10^-3 // m
L2 = 12*10^-3 // m
Vz = 25 // m/s
m = 4/3*%pi*(1/2*d)^3*p
t0 = L1/Vz
Vx0 = q*V0*t0/(m*d2)
x0 = 1/2*Vx0*t0
t1 = (L1+L... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.