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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc7123d7d72dab161267b2f2f975b7ce2ed18c80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1049/CH12/EX12.16/ch12_16.sce | e29daf9f3cade983ee770004842627c299e5c843 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | ch12_16.sce | clear;
clc;
I_a=300;
V_s=600;
a=.6;
V_t=a*V_s;
P=V_t*I_a; printf("input power from source=%.0f kW",P/1000);
R_eq=V_s/(a*I_a); printf("\nequivalent input resistance=%.3f ohm",R_eq);
k=.004;
R=.04+.06;
w_m=(a*V_s-I_a*R)/(k*I_a);
N=w_m*60/(2*%pi); printf("\nmotor speed=%.1f rpm",N);
T_e=k*I_a^2; pr... |
9a752bce41ba38a904d008d97bfc5a1e0f5f245b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH4/EX4.4/Example4_4.sce | 87957ca66c8d43642f5010facb77ad954ca6630a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,672 | sce | Example4_4.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 4 : OVERHEAD POWER TRANSMISSION
// EXAMPLE : 4.4 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
V = 138*10^3 ; // transmission line voltage in V
P = ... |
878be25a858f4275067abb4a119617fbc284f870 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH3/EX3.5.1/Ex3_5.sce | f0e0616bac099630d5c9dfadf029303bc92df748 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 459 | sce | Ex3_5.sce | clc
clear
//Inputs
//The Values in the program are as follows:
//Temperature in Celcius converted to Kelvin(by adding 273)
//Pressure in bar converted to kPa (by multiplying 100)
//Volume in m^3
//Value of R,Cp and Cv in kJ/kg K
P1=510;
V1=0.142;
P2=170;
V2=0.275;
H=-65;
Cv=0.718;
X=(P2*V2)-(P1*V1);
U=H-X;
printf('Th... |
1e08cb416d2c7b9dc3f1b869dbd3b94b7610a8ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1328/CH6/EX6.3/6_3.sce | cdc6bb37aead4fb806badab241f2f5adcf950f7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 5,789 | sce | 6_3.sce | printf("\t example 6.3 \n");
printf("\t approximate values are mentioned in the book \n");
T1=450; // inlet hot fluid,F
T2=350; // outlet hot fluid,F
t1=300; // inlet cold fluid,F
t2=310; // outlet cold fluid,F
W=6900; // lb/hr
w=72500; // lb/hr
printf("\t 1.for heat balance \n");
printf("\t for lube oil \n");... |
9958f8c5d8a7a888e1ede25b4e6630068bba7912 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/examples/ai_scan_demo.sce | f0a0ac533b079223d3ea3da485456ffbe43c616c | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 302 | sce | ai_scan_demo.sce | aiData = [];
dataCount = 0;
mdaqAIScanInit(1:8, [-10,10], %F, 10000, 1)
for i=1:10
[data result] = mdaqAIScanRead(1000, 1);
aiData = [aiData; data];
dataCount = dataCount + result;
mprintf('Acquired %d scans (total: %d scans)\n', result, dataCount);
end
mdaqAIScanStop();
plot(aiData);
|
9d89717000bc22e00284258fc12b785aa9ba1311 | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/rasp_design_added_blocks/comparator_fgota.sce | 2aa97bb46993cf5618668bee7f6c16d34f94002b | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 215 | sce | comparator_fgota.sce | style.fontSize=16;
style.displayedLabel="<table> <tr> <td align=center><b>+<br><br>-</b></td> <td>Comparator FGota</td> <td><b>Vout</b></td> </tr> </table>"
pal1 = xcosPalAddBlock(pal1,"comparator_fgota",[],style);
|
85dc714cd18577fd48f7e4d8ee1d164b3f7bb76a | 449d555969bfd7befe906877abab098c6e63a0e8 | /374/CH5/EX5.2.a/52a.sci | 1518fabd38b90c311728b367fe474cb2432c61b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 52a.sci | //chapter 5 example 2//
clc
clear
//band gap energy=Eg,total efficiency=nT,voltage applied=V,external efficiency=ne//
Eg=1.43;//in ev//
V=2.5;//in volts//
nT=0.20;
ne=((nT*Eg)/V)*100;//external efficiency//
printf("\n external efficiency=%f percent\n",ne)
|
75c2f08f2c9397e78c4624873a9e474c8127e48e | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/4_01data.sci | dd8aefd98faadde72248de9176f01e54a33c25ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 4_01data.sci | //this example deals with basic of incompressible flow
A1=5;//convergent duct inlet area in m^2
V1=10;//inlet velocity in m/s
V2=30;//outlet velocity in m/s
A2=A1*V1/V2//area of duct exit |
dbb1595da3eb7d394ecb5cc7614961a490d8d34a | dba43ae0c5d0c50780be579f98977a9836292852 | /01/And8/And8.tst | 7845a2b91bd00e9e7442f213a04974b05daaebf7 | [
"MIT"
] | permissive | AbstractXan/ComputerSystemDesignLab | c49458dfcbd2e7ee769cb6044868a33601e42968 | 2851da683e4e894be66463dcc29a9fa6ba0538b6 | refs/heads/master | 2020-07-06T22:44:45.031534 | 2019-11-20T04:42:52 | 2019-11-20T04:42:52 | 203,161,348 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | tst | And8.tst | load And8.hdl,
output-file And8.out,
compare-to And8.cmp,
output-list a%B1.8.1 b%B1.8.1 out%B1.8.1;
set a %B00000000,
set b %B00000000,
eval,
output;
set a %B00000000,
set b %B11111111,
eval,
output;
set a %B11111111,
set b %B11111111,
eval,
output;
set a %B10101010,
set b %B01010101,
eval,
output;
set a %B0011110... |
18e325b79124b99086c708ac6405824c8696dc85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH4/EX4.12/Example4_12.sce | 34d0126e090a3b25467edff259a6cf6de28978bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 771 | sce | Example4_12.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 4: DC Dynamo Torque Relations-DC Motors
// Example 4-12
clear; clc; close; // Clear the work space and console.
// Given data
V_a = 120 ; // Rated terminal voltage of dc shunt notor in volt
R_a =... |
5b664590d60cbe69e9652ad156ff0c73c027c415 | 449d555969bfd7befe906877abab098c6e63a0e8 | /68/CH14/EX14.5/ex5.sce | 8a21b74bf8af8314d41c4da331bece3e24950dac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,014 | sce | ex5.sce | // Example 14.5 To determine the maximum power dissipated
// Consider a BJT with following specifications
T_Jmax=150; // (degree celcius)
T_A=50; // (degree celcius)
// 14.5a
theta_JA=62.5; // (degree celcius/W)
P_Dmax=(T_Jmax-T_A)/theta_JA;
disp(P_Dmax,"The maximum power (W) that can be dissipated safely by ... |
443530eabf2295999951439db34c8394dd4a2db2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH6/EX6.1/ex6_1.sce | 038d80fe0f8f14e0bcfaf0567bf3611d85f3f6f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 207 | sce | ex6_1.sce | // Example 6.1, page no-143
clear
clc
e=1.609*10^-19//C
eg=1.8 //eV
h=6.626*10^-34
c=3*10^8//m/s
E=e*eg
lamda=h*c/E
printf("The wavelength of light emitted from given LED is %.3f µm",lamda*10^7)
|
18d0b46aedf315169b330059f5616543999e1c71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3856/CH8/EX8.4/Ex8_4.sce | ad65d9fe7f62105aabcd98753d6f598c02484904 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 785 | sce | Ex8_4.sce | //Calculate the Equivalent Conductance of Chloride ion at infinite dilution ,How long it will take for the ion to travell between two electrodes
//Example 8.4
clc;
clear;
Uneg=7.91*10^-4; //Mobility of Chloride ion in cm^2 s^-1 V^-1
F=96500; //Faraday's constant in C mol^-1
Lemdaneg=F*Uneg; //Equiv... |
2ea9b88962179bb9ec104f09702ac1ee53d87fbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH11/EX11.1/Ex11_1.sce | b6c4b2b87972b884462a60198e22cc5a0de94f16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 434 | sce | Ex11_1.sce | clc
//to calculate fundemental frequency
Y=7.9*10^10 //Young modulus for quartz in Nm^-2
rho=2.65*10^3 //density of quartz in kg/m^3
//the velocity of longitudinal wave is given by
v=sqrt(Y/rho) //in m/s
//for fundamental mode of vibration ,thickness is given by lambda/2
lambda=2*0.001 //wavelength in m
nu=v/l... |
881b4bce6cc51f9f70d5e9ff889d46d3161dd1e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH9/EX9.12/Ch09Ex12.sce | 565c9c25dd77e60f193186dc67f0ff48c1045a72 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 578 | sce | Ch09Ex12.sce | // Scilab code Ex9.12 Page:298 (2006)
clc; clear;
Theta_D = 350; // Debye temperature, kelvin
Lambda = 0.828; // Electron-phonon coupling constant
mu_prime = 0.1373; // Reduced mass of a superconductor, amu
T_c = Theta_D/1.45*exp(-1.04*(1+Lambda)/(Lambda-mu_prime*(1+0.62*Lambda))); // Transition tempe... |
682ecb9799b59cc7ed4839ecbe7bcbeb6f1ffc14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH7/EX7.3/7_3.sce | e7f9d756014c8b3ff898048dedf8d63fb3b19f44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | 7_3.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 7.3
//calculation of the magnitude of linear acceleration
//given data
r=10*10^-2//radius(in cm)
t=4//time(in s) taken
//calculation
d=2*%pi*r//distance covered
v=d/t//linear speed
a=(v*v)/r
printf('the linea... |
92d765c819efd3492190a973e34fb6ddfbfa7232 | ffe9e19b244ceec2af7b863d956d8dbdc079103b | /Álgebra Linear e Geometria Analítica/8170312/Scripts/Resolucao_Condensacao_Car.sci | 13619dd33d05b6df86345344512932459eb03959 | [] | no_license | Vmvs007/ESTG-LEI | 25b67be60f3695f8677be57779dccd0670a8e48e | ae99dd7f6cd57a67cfdc6b1d303a03df3e6e5c69 | refs/heads/master | 2020-05-06T12:28:36.560414 | 2019-04-13T17:02:09 | 2019-04-13T17:02:09 | 180,124,885 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sci | Resolucao_Condensacao_Car.sci | clear()
// Definição da matriz A e do vetor b
// Exercício 58.3
A=[3 5 1 0;1 1 2 1;2 0 1 -1;0 2 3 3;3 1 3 0];
b=[-1;1;4;-2;5];
//Det=det(A); // determinante só de matrizes quadradas
Car=rank(A); // ou característica de A
Car2=rank([A b]); // característica de A aumentada
//disp(Det,'det(A)=')
disp(Car,'r(A)=')
di... |
d513dd288310d40fad37e92011bd08f7a9f2fec7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH9/EX9.05/9_05.sci | 829641fb50f5f28994c9914aee34b2b2d0454066 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sci | 9_05.sci | //calculates//
s=%s;
sys1=syslin('c',(s+3)/s);
syms u rp k H RL;
num2=u*RL*s*(s+2);
den2=(rp+RL)*(s+3);
sys2=num2/den2;
num3=k;
den3=s+2;
sys3=num3/den3;
sys=sys1*sys2*sys3;
disp(sys,"G(s)=");
RL=10*10^3;
rp=4*10^3;
sys=eval(sys)
sys=float(sys)
disp(sys,"sys=");
disp(H,"H(s)");
M=sys/.H //G(s)/1+G(s)... |
3541cbcb46b8f5c3e2fbe2d604a1f87cbdc9609c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3731/CH4/EX4.1/Ex4_1.sce | 152d1bea0e1ca079a43cf9cf8dc4639595b3da3e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 670 | sce | Ex4_1.sce | //Chapter 4: Selection of Motor Power Rating
//Example 1
clc;
//Variable Initialization
t_min=40 // Minimum Temperature Rise in degree Celsius
t_ri=15 // Temperature Rise in degree Celsius
t_cl=10 // Clutched Time in sec
t_de=20 // Declutched Time in sec
k= 60 // Hea... |
ec12663d6cc7d1f03c0fe1945f2e1952cc4853cc | 190d7a52f0fed9737c92e627958e4c1b6c7ddb55 | /Num_Methods/dubs.sce | 311b5fef46488dc6d145a14c7c96b1c61f151f27 | [] | no_license | Jsw-4111/SchoolWork | 3389c9179d088b26c98a3410180dc3f2569bfdf3 | a9a6e345fc30bfa79a7e2bb4848655cb301facee | refs/heads/master | 2023-04-12T01:11:02.216417 | 2021-04-25T21:21:06 | 2021-04-25T21:21:06 | 300,689,960 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,103 | sce | dubs.sce | // This is the function, I think, takes in a, x, and d; and outputs y
// a in this case is a vector containing the coefficients for each power
// x is the point at which the poolynomial is to be evaluated
// d is a toggle for whether you evaluate at the point or you derive at the point
// y is the output that you get f... |
00de796b0df29d63437bb3701f3262a6d9abdf2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH12/EX12.1/ex12_1.sce | e3fc73931728ce1fc2165956bbb3a62aced0263f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,060 | sce | ex12_1.sce | //Chapter-12, Example 12.1, Page 341
//=============================================================================
clc
clear
//INPUT DATA
Vm=325;//voltage in volts
Rl=1000;//resistive load in ohms
rf=100;//forward resistance in ohms
//CALCULATIONS
//for subdivision (a)
Im=Vm/(rf+Rl);//peak value of current ... |
f49757ad5759356f9006e558c451c3c310f4df1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH10/EX10.2/example_10_2.sce | 6994f56005efba6ef6a2bd5624e3e6c3ee93445e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | example_10_2.sce | //example 10.2
clc;
clc
c=128; // given counters
d=32;
e=64;
fc=log2(c);//making necessar calculations
fd=log2(d);
printf('A mod-128 conter should have %d flipflops\n', fc);
printf(' A mod-32 conter should have %d flipflops\n', fd); //displaying the results
fe=log2(e);
n=2^fe - 1 ;
printf(' The largest d... |
6b35291e193b16ca03968d6fd311e547c4a060be | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH3/EX3.50/3_50.sce | 68598ddbd237900c78dbbe117a27664114ed7554 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 784 | sce | 3_50.sce |
clc;
clear;
//Example 3.50
rho=960 //[kg/m^3]
k=0.68 //[W/m.K]
mu=282*10^-6 //[kg/(m.s)]
Tw=371 //Tube wall temperature [K]
Ts=373 //Saturation temperature in [K]
dT=Ts-Tw //[K]
lambda=2256.9 //[kJ/kg]
lambda=lambda*10^3 //[J/kg]
//Fora square array with 100tubes,n=10
Do=0.0125 //[m]
g=9.81 ... |
3c8210fb55187902b648a9f628d3f7afb25cf3c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH12/EX12.5/Example12_5.sce | 6d98f902ac23c5413e2e2eac5f115cc799e55501 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,192 | sce | Example12_5.sce | clear ;
clc;
//Page No.367
// Example 12.5
printf('Example 12.5\n\n');
// Solution fig.E12.5
// Given
F = 100 ;// Overall feed/basis - [kg]
F_n_C5H12 = 0.80 ;// Fraction of n_C5H12 in overall feed
F_i_C5H12 = 0.20 ;// Fraction of i_C5H12in overall feed
S_i_C5H12 = 1 ;// Fraction of i_C5H12 in isopentane... |
f8c6206341a238fe841ae1611467895e50177e8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2321/CH9/EX9.6.2/EX9_6_2.sce | e4166ce2d1b7f10f095ce5948e7e6e523fccf4bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,071 | sce | EX9_6_2.sce | //Example No. 9.6.2
clc;
clear;
close;
format('v',7);
aEBYlambda=10;//(Aperture/wavelength)
del_EBYlambda=0.2;//in E-plane
del_HBYlambda=0.375;//in H-plane
LBYlambda=aEBYlambda^2/8/del_EBYlambda;//(Length/wavelength)
disp("Length of the horn is "+string(LBYlambda)+"*lambda");
aHBYlambda=sqrt(LBYlambda*8*del_H... |
129044315a22c25606d2309dddd36ecb4e33ac1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH4/EX3.17/EX3_17.sce | c233ef1084c5cf98fc2006d2037d3e797db05b9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sce | EX3_17.sce | // Grob's Basic Electronics 11e
// Chapter No. 03
// Example No. 3_17
clc; clear;
//Determine the required resistance and appropriate wattage rating of a carbonfilm resistor to meet the following requirements: The resistor must have a 225-V IR drop when its current is 150 uA. The resistors available have the follow... |
fe999e680976b32f3c787108c15484a22679a03f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH2/EX2.14/Ex2_14.sce | e82ffe5565fa1560ce6d23b06a71c573d6cd3e1d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | Ex2_14.sce | //Example 2.14
//To determine area of triangle when 3 angles and a side is given
clc,clear
A=115 //angle at vertex A
a=12 //side opposite to vertex A
B=25 //angle at vertex B
C=40 //angle at vertex C
area_K = a^2*sind(B)*sind(C)/(2*sind(A))
printf('Area of triangle ABC = %.2f square units',area_K)
|
7409460f81ff30d31f9a175ad522edf0a79db510 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH1/EX1.11/Example111.sce | 21b5d1c81fabf97aac5cf51a9b89c4a245b290f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 672 | sce | Example111.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.11 ")
//Hot-gas temperature in K
Tgh = 1300;
//Heat transfer coefficient on hot side in W/m2K
h1 = 200;
//Heat transfer coef... |
4a544805901328ebc1b3090f67ba07eb66168e2d | 963bd9c63f26da53378cec5e7d7698e00e31d437 | /solvers/Reduce/packages/foreign/z3/z3.tst | 4fdad7706b386081a02d36d2e8a389c090aef29e | [] | no_license | vananhnt/Vtse-VerificationTool | 0b7590eaba056d9325c8e73d538451ef94ccd48c | fafa76de5efac2409b12f58cb1f45ba3d8388f5f | refs/heads/master | 2022-12-01T02:55:37.765396 | 2020-07-28T13:31:05 | 2020-07-28T13:31:05 | 95,702,486 | 1 | 1 | null | 2020-07-28T13:30:26 | 2017-06-28T19:05:12 | Red | UTF-8 | Scilab | false | false | 2,601 | tst | z3.tst | load_package z3;
lisp;
java.cfg := z3_mk_config()$
ctx := z3_mk_context java.cfg$
slv := z3_mk_simple_solver ctx$
% unsat example
f := z3_parse_smtlib2_string(ctx, "(declare-fun x () Int) (assert (and (and (>= x 0) (= (mod x 4) 0)) (not (= (+ (- (* 88 (div (+ x 2) 44))) (* 88 (div (+ x 1) 44)) (- (mod (+ x 2) 44)) (... |
bef4e58e8067e2f4e24c041059a1ec6ee5f5c7e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH13/EX13.2/ex_13_2.sce | 9e2226d80f0a5e1c946531ed77b1f9b3a891cc3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sce | ex_13_2.sce |
clc
//solution
//given
d=45//mm
fyts=400//N/mm^2'//for shaft
w=14//mm
t=9//mm
fytk=340//N/mm^2//for key
Fs=2
pi=3.14
//let l be length of key
tmaxs=fyts/(2*Fs)//N/mm^2
tmaxk=fytk/(2*Fs)//N/mm^2
tmax=(pi/16)*tmaxs*d^3//N-mm
//tmax=l*w*tmaxk*d/2
l1=(tmax*2)/(w*tmaxk*d)//
printf("the length of key(l1) is,%f mm\n",l1)
//t... |
cb2ce734789984fe152f9558ba3457c1540e376f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3131/CH6/EX6.14/6_14.sce | 43d891c1e5fc6414157ac5b65065190b9d6b1ce4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | 6_14.sce | clear all; clc;
disp("Ex 6_14")
disp("Figure 6-27b shows the free body diagram")
//Applying equations of equilibrium
//summing moments about C and equating to zero
a1=60
a=a1*%pi/180
F_AB=(2000*2)/(sin(a)*4)
printf('\n F_AB = %0.1f N',F_AB)
//summinf forces in X direction
Cx=F_AB*cos(a)
printf('\n Cx = %0.0f N',Cx)
//s... |
8da763f5b15a5b50d9de51ecac9003cf8132a199 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3169/CH3/EX3.3/Ex3_3.sce | 0d57913d2069e4617339b49e43a132074317fde9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | Ex3_3.sce | //developed in windows XP operating system
//platform Scilab 5.4.1
clc;clear;
//example 3.3
//calculation of the load voltage and the load current
//given data
Vs=10//source voltage(in V)
Rl=1*10^3//value of resistance(in ohm)
//calculation
Vl=Vs
//from the equation of ohm's law.....Il=Vl/Rl
Il=Vl/Rl
... |
3be6ebd5b1af4ada71d714f3a54b6e4f580a4d0c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3809/CH16/EX16.2/EX16_2.sce | 037742c3b484d0f18c8f6fff2a4da1bbabf5de78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 656 | sce | EX16_2.sce | //Chapter 16, Example 16.2
clc
//Initialisation
E=5 //voltage
R=1000 //resistance in ohm
Vd=0.7 //barrier voltage
ron=10 //internal resistance in ohm
//Calculation
I=E/R //current in ampere
I1=(E-Vd)/R ... |
70b57f9c21961b16208d736a3af9847867087144 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH1/EX1.2/ex_1_2.sce | 67528e1d1353e12409e62bb700ab1d330b369bfe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | ex_1_2.sce | //Example 1.2 // diameter and length
clc;
clear;
close;
format('v',6)
P=2.5;//power in kW
V=240;// in volts
K=1;//radiating efficiency
e=0.9;//emissivity
p=42.5*10^-6;// resistivity in ohm-cm
T1=1500;//in dgree celsius
T2=450;//in degree celsius
x=((%pi*V^2)/(4*(p*10^-2)*P*10^3));//
H=((5.72*K*e)*(((T1+273)/100)^4-((T2... |
a6250a4053b061982c3f544fa621b0808e4185f5 | 3aecc0a856e5ab896077f26d338574613e42a223 | /src/03.MontyHall.sci | 1df33c5cdb713c465e5aa8099f88e317189a3f2a | [] | no_license | wmotti/simulation | 9ebed2818f83a1ba864399ee3dc664e5303e3983 | ec4cce2ce180f947edf0ed9f501799d06b8a0416 | refs/heads/master | 2020-03-28T08:10:23.668854 | 2018-09-08T16:14:42 | 2018-09-08T16:14:42 | 147,949,219 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sci | 03.MontyHall.sci | clear;
N=10000;
correctWhenStick = 0;
correctWhenChange = 0;
for i=[1:N] do
rightAnswer = grand(1,1,'uin',1,3);
initialGuess = grand(1,1,'uin',1,3);
if (initialGuess<>rightAnswer) then
correctWhenChange = correctWhenChange+1;
else
if (initialGuess==rightAnswer) then
correctWhenStick = correc... |
bcd60435fea2b0aa57d7cce9e4adbfa1712de90d | fa428f297a915e9a041597642bfe29627ab69c42 | /app/views/components/comment.sce | 25e3937bcc19cc035bb0e70cd978aba053c5e87a | [] | no_license | TheBrenny/Web-Dev-and-Security | dff903be92838b14f7126dd1f7092922b86bf2cc | e4abb96dc24e606704b09f5acdd2684d6d5d577d | refs/heads/main | 2023-06-17T08:33:35.176024 | 2021-06-15T05:07:20 | 2021-06-15T05:07:20 | 343,603,444 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | comment.sce | <div class="comment">
<p class="message">[[ comment.comments_comment ]]</p>
<p class="metadata">
<span class="author">[[ comment.users_username ]], </span>
<span class="postDate">[[ comment.comments_comment_date ]]</span>
</p>
</div> |
1e3d2060bf6cd7aee5fc90506688de018df7bc63 | 717ddeb7e700373742c617a95e25a2376565112c | /2825/CH14/EX14.10/Ex14_10.sce | 62b0ff6296f27eefbfbdede4734d365637872981 | [] | 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 | 696 | sce | Ex14_10.sce | //Ex14_10 Pg-698
clc
n1=1.48 //core refracrive index
n2=1.47 //cladding refractive index
lamda=850e-6 //cut-off wavelength
V=2.405 //normalised frequency
//In the book cut off wavelength in the question is 850 um but in
// the calcution part it is taken as 850nm. Here I've taken 850um
d=V*lamda/(%pi*sqrt(n1^... |
2d8c90bd36ea657e82ca4c9f5713d3f304d370d4 | f42e0a9f61003756d40b8c09ebfe5dd926081407 | /TP1/suite.sci | aa979d66ceb48d3f05b7a6c9581cd585d749fc9b | [] | no_license | BenFradet/MT09 | 04fe085afaef9f8c8d419a3824c633adae0c007a | d37451249f2df09932777e2fd64d43462e3d6931 | refs/heads/master | 2020-04-14T02:47:55.441807 | 2014-12-22T17:34:50 | 2014-12-22T17:34:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sci | suite.sci | function[x] = suite(N, a, b)
if (N - floor(N) ~= 0) | N < 0
error('erreur dans suite: N non entier positif ou nul');
end
if N == 0
x = a;
elseif N == 1
x = b;
else
x = zeros(N, 1);
x(1) = a;
x(2) = b;
for i = 1:N-2
x(i+2) = 9/4 * ... |
b7b9ba28bc300557f02add57386327273edb7602 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH3/EX3.8/Ex3_8.sce | 93c916b1a5a6273538e9b2f27ee46f62ee7e72fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,433 | sce | Ex3_8.sce | //CHAPTER 3 ILLUSRTATION 8 PAGE NO 107
//TITLE:FRICTION
clc
clear
//===========================================================================================
//INPUT DATA
W=50000// WEIGHT OF THE SLUICE GATE IN NEWTON
P=40000// POWER IN WATTS
N=580// ... |
f589877315c178dc77df4bd5625134e55ed683d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH7/EX7.4/SC_4.sce | d5072667301b7f39f3c096d7ab95fb198255b3c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | SC_4.sce | // sum 7-4
clc;
clear;
Iyy=193.4+(2*1.2*1.5^3/12);
E=200*10^3;
l=500;
Pe=(%pi^2)*E*Iyy*10^5/(l^2);
A=35.53+(2*1.2*15);
sige=Pe/7530;
k=sqrt(Iyy/A);
xc=75;
sig=80;
sigo=20.875;
A=A*100;
P=sigo*A;
P=P*10^-3;
// printing data in scilab o/p window
printf("P is %0.1f kN ",P);
//The differen... |
c8ba52e57258c206c0750f13aef45203af1442bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH6/EX6.12/6_12.sce | 4bcd317d47facf08296e0d5ed0a099f0704eb197 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | 6_12.sce | clc;
ni!n=0.15;
p=1.4;//bar
x=ni!n*p;
//saturation temperature corresponding to 0.21 bar is 61.15 C
t=61.15;//C
disp("Temperature required is:");
disp("C",t)
|
6e30fa0fc301b737793b0ebc12e45755bdc358a9 | 939cf9524c0523729112dee335cc26668ae76018 | /mag2pow.sci | ed72cfeef0353aaac97001a6f80622d5c24a0cb5 | [] | no_license | ishitab/functions-scilab | 919afb6f747fea12bd5c53f1b8e30c866b0eae2a | 5ffc3ccb9ce4185d5f877378af7b70292ccbbd37 | refs/heads/master | 2021-01-10T10:24:41.938399 | 2015-12-28T06:12:50 | 2015-12-28T06:12:50 | 44,682,482 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 534 | sci | mag2pow.sci | function [y] = mag2pow(ydb)
//This function calculates the power value in Watt of the decibel value ydb passed as the parameter
//Calling sequence
//function [y] = mag2pow(ydb)
//Parameters
//ydb : scalar or vector or matrix or N-D array
//Examples
//ydb = 20
//y=mag2pow(ydb)
//Authors
//Ishita Bedi
funcprot(0);
rhs... |
3718084106a85361dc5a24329fa2d053bc90a1e3 | 1a00eb132340e145c8a7d8fd0ef79a02b24605a2 | /macros/buildmacros.sce | 82165a3f92e80cc477d0f723808a4b97792b29ac | [] | no_license | manasdas17/Scilab-Arduino-Toolbox | e848d75dc810cb0700df34b1e5c606802631ada4 | 2a6c9d3f9f2e656e1f201cecccd4adfe737175e7 | refs/heads/master | 2018-12-28T15:51:35.378091 | 2015-08-06T07:22:15 | 2015-08-06T07:22:15 | 37,854,821 | 3 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 876 | sce | buildmacros.sce | // This file is released under the 3-clause BSD license. See COPYING-BSD.
function buildmacros()
macros_path = get_absolute_file_path("buildmacros.sce");
tbx_build_macros(TOOLBOX_NAME, macros_path);
blocks = [
"ARDUINO_ANALOG_READ" "ARDUINO_ANALOG_WRITE" "ARDUINO_DCMOTOR" ...
"ARDUINO_DIGITAL_READ" ... |
b06ff6878652ab7e7bd33e20ac13d8b161055805 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2993/CH2/EX2.3/Ex2_3.sce | e9b485d87829a4a74785f0e178463f031d82934e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | Ex2_3.sce |
clc;
close;
Num_of_pixels_in_width = 2400; // Given width of the image in pixels
Num_of_pixels_in_height = 2400;//Given height of the image in pixels
Resolution = 300 // Scanning resoltuion in DPI
//The Physical size of the Image
disp(string(Num_of_pixels_in_width/Resolution)+" inches x "+ string(Num_of_pixels_in_wi... |
e679a1c2262a809e60506a0b06e92d49d159ef3e | d65667bd6da157e725e5083a95c7a5e3c5e50371 | /hdf5/HDF5Examples-0.1.1-Source/C/H5G/testfiles/h5ex_g_phase.tst | 093ad09ec3c0bc28fef9872dabeb92785b28ed01 | [] | no_license | DCC-Lab/Umuco | 4748640ddd5869f193303057445fccbf2e1cc6c5 | 41c38cd6c8e8d771708959eb02c9dee054148cbc | refs/heads/master | 2020-08-07T01:11:31.456247 | 2019-02-24T18:16:16 | 2019-02-24T18:16:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 718 | tst | h5ex_g_phase.tst | 1 Group : Storage type is H5G_STORAGE_TYPE_COMPACT
2 Groups: Storage type is H5G_STORAGE_TYPE_COMPACT
3 Groups: Storage type is H5G_STORAGE_TYPE_COMPACT
4 Groups: Storage type is H5G_STORAGE_TYPE_COMPACT
5 Groups: Storage type is H5G_STORAGE_TYPE_COMPACT
6 Groups: Storage type is H5G_STORAGE_TYPE_DENSE
7 Groups: ... |
a2482590a3e47784590aadcac64406870d4735a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /122/CH6/EX6.6.2/exa6_6_2.sce | e065b316d7a4eab6bcc8af6ba49ccd26fab75dd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 872 | sce | exa6_6_2.sce | // Example 6-6-2
// Step and ramp response of lead compensated systems
clear; clc;
xdel(winsid()); //close all windows
function Gc = leadcomp(Kc,z,p);
Gc = Kc* ((s + z)/(s + p));
endfunction
function plotall(u,t,text)
y = csim(u,t,H );
yc1 = csim(u,t,H1);
yc2 = csim(u,t,H2);
plot(t,y,t,yc1,t,yc2);
xg... |
d139ce9f0f6c24c43d1720b4af25abb523eccedc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH10/EX10.1/ex10_1.sce | b2d84736cfe8298a74d091ee977ae700b51191db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 444 | sce | ex10_1.sce | //Page Number: 10.18
//Example 10.1
clc;
//Given
Rb=1D+6; //b/s
A=5D-3; //V
N0=0.5D-11; //W/Hz
Tb=1/Rb;
Eb=(A*A*Tb)/2;
//(a) ASK
//Pe=Q(x)
//where
xA=sqrt(Eb/N0);
PeA=(1/2)*erfc(xA/1.414);
disp(PeA,'For ASK:');
//(b) PSK
//Pe=Q(x)
//where
xP=sqrt((2*Eb)/N0);
PeP=(1/2)*erfc(xP/1.414);
disp(... |
0511c2279d4d4e7f5fd3c877358eb097b10791ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1418/CH26/EX26.24.b/EX26_24b.sce | 92c1c2c278d9327d36a80d52afbec74b5cd9edc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,045 | sce | EX26_24b.sce | //EXAMPLE 26.24(b)
//DC SHUNT MOTOR
clc;
funcprot(0);
//Variable Initialisation
V=500;..............................//Terminal voltage in Volts
Il=5;..............................//Line current in Amperes
Ra=0.15;...........................//Armature resistance in Ohms
Rf=200;.............................//... |
a40e9c478b01a66524db35690535980d6cc2c009 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH5/EX5.15/example15.sce | 5c68588747f1c4fdd376a2ac034b62b85691d32a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sce | example15.sce | // find average LED current
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 5-15, page 170
clear;clc; close;
// Given data
f=60;// frequency in hertz
C=0.68*10^-6;// capacitance in faradays
V=170;// voltage in volts
// Calculations
Xc=1/(2*%pi*f... |
702396307754d95584f11e95ede33e66f12d2a63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /61/CH8/EX8.4/ex8_4.sce | c20278c93e873229c9bf14a75cb4ae48a90e20fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sce | ex8_4.sce | //ex8.4
V_DD=12;
V_in=100*10^-3;
R_D=3.3*10^3;
I_DSS=12*10^-3;
V_GS_off=-3;
R_S=910;
a=(R_S^2)/(V_GS_off^2); //we take V_GS_off positive so that we take current negative
b=(-1)*(((2*R_S)/(V_GS_off))-(1/I_DSS));
c=1;
p1=poly([c b a],'x','c')
A=roots(p1)
I_D=(-1)*A(1); //make the value of current positi... |
edf3006df074c2fa33f20e53bba2b5061a171ba4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH13/EX13.13/Example_13_13.sce | e9b56293882ea20561750ac42a5987d74971c6fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,786 | sce | Example_13_13.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 13.13
//Caption : Program to Find the Composition at different Temperatures
n_air=2.381//[mol]
n_O2=0.21*n_air;
n_N2=0.79*n_air;
R=8.314;
P=20;//[bar]
T=[1000 1100 1200 ... |
bbee3d5651ba8c9a6627114a195d4e9ef8f6223e | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH6/EX6.19/example6_19_TACC.sce | 712d4eefff7f5d163d885aff19aedad11c63501b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 426 | sce | example6_19_TACC.sce | //example 6.19
clear;
clc;
//Given:
R=8.314;//Universal gas constant[J.K^-1.mol^-1]
Tb=373.15;//Boiling point temperature[K]
M1=0.018;// mass of water[kg]
Hvap=40.7;//Enthalpy of vaporization[KJ.mol^-1]
//To find the Ebullioscopic constant of water
a=R*0.001*Tb^2*M1;
b=Hvap;
Kb=a/b;//Ebullioscopic cons... |
9df07cb86ff002360bd031b6496a8fad821f2f63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH11/EX11.1/11_1.sce | a4cdcb55a287851095b97c8ace77c10149b6e763 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | 11_1.sce | clc;
clear;
I=10*10^-3 //current in Ampere
e=1.6*10^-19 //charge in C
h=6.63*10^-34 //Plancks constant in J-s
c=3*10^8 //velocity of light in m/s
V=25*10^3//voltage in V
n=(I/e)
mprintf("The no of electrons striking the target are = %1.2e\n",n)
lambda_min=(h*c)/(e*V)
mprintf("The minimum wavelegth of the ... |
111e48a834e009fdb67576f0e53652047dc9f4c9 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.15_18.tst | 7f3099ace339a5da3e6b202100a18f33d24bfac3 | [] | 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 | 482,248 | tst | 5.15_18.tst | 15 216:1 1247:1 1819:1 2742:1 3367:1 3495:1 3664:1 3866:1 4179:1 4455:1 5664:1 7227:1 8099:1 8193:1 8662:1 8814:1 9622:1 9948:2 10471:1 10536:2 12015:2 12792:1 13532:1 14208:1 14459:1 14590:1 14619:1 14718:1 16434:1 17151:2 18827:1 18868:1 19036:1 19179:1 19328:1 19335:1 19395:1 20212:1 20627:1 20657:1 20852:1 21496:1 ... |
965ca920311fe131a597501a53ce4c49998ba5f2 | 286a3b61feec58c992ceda8f1ce28b8e4db5caf5 | /courbes_surfaces/tp4/partie41.sce | 1e5505d182583ea0d121c3ea3cc4f2cde21ff03d | [] | no_license | confiture/M2 | 970865ab3a52c5c65a84637f987dc27d6485542d | e95ca27c1eccd36337348ff042b8db144c08f0d5 | refs/heads/master | 2021-01-22T07:32:37.900029 | 2017-11-06T13:07:58 | 2017-11-06T13:07:58 | 1,020,201 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19,541 | sce | partie41.sce | exec('util.sce')
exec('nurbs.sce')
/////////////////////////////////////////////////////////
// conversion d'une surface NURBS en patch de Bezier
/////////////////////////////////////////////////////////
function prog41()
//// 1 - d�finition de la NURBS
cas = 1; // NURBS lue dans un fichier
//cas = 0; // NURBS defin... |
77defccd835984147ef9a1e4fa2a49dc743c3e13 | 3f321619d7f900b79810e0b5e3722b405b099c72 | /PFM-I/cms1329-assin1-30-10-13/que14.sci | ec912d796e10d4766a0ea50ed12889098954be99 | [] | no_license | mina20/cppLinux | a1c1b3dfd78a3edc69e08d50c532b9325a9b4110 | d0b4e950d962315b36f3202920ddda37ac744911 | refs/heads/master | 2020-12-02T22:47:50.704032 | 2017-07-04T06:42:28 | 2017-07-04T06:42:28 | 96,184,034 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 96 | sci | que14.sci | //polynomial
function[]=pol(n)
x=poly([n^2,n+2,n^3+1],'x','c')
disp(x)
endfunction
|
317059b79fae96333a84bd7670ec876c632bb88c | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH2/EX2.1.a/2_1_data.sci | 5fd1fd89f1ffb9046d41a975972bdc1dc41b9099 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 75 | sci | 2_1_data.sci | // Aim:To Find Weight of Body
// Given:
// Mass of the Body:
m=4; //slugs
|
88ca87a58c79d5168a282ae8eeb5a7d92d1d3bfc | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/REP5.prev.tst | 752b9ee62f1fce73e827fbc831d2e94a3d292067 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 238 | tst | REP5.prev.tst | Expanding for base=2, level=4, reasons+features=
Refined variables=a,b,c,d,x,y,z
ReasonFactory: , code="primitive"
Reason "primitive" is not considered for x⁴+y⁴-z²; -a²+b²+x²; -2a*b+y²; a²+b²-z; b-2c*d; -c²+d²+x; -a+c²+d²
|
5dac73b23bc1a4d1b90cc292537e0c44ed5a1ee8 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set13/s_Introduction_To_Mechanical_Engineering_S._Chandra_And_O._Singh__2267.zip/Introduction_To_Mechanical_Engineering_S._Chandra_And_O._Singh__2267/CH12/EX4.17/Ex12_17.sce | 180db172991a74bfba045f1d892f1d0cd6b9f40c | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sce | Ex12_17.sce | errcatch(-1,"stop");mode(2);//Part B Chapter 4 Example 17
;
;
l=25;//m
d=0.5;//mm
n=10;//no. of rounds
G=82;//GN/m^2
Ip=%pi/32*d^4*10^-12;//m^4
theta=2*%pi*n;//radian
T=G*10^9*Ip*theta/l;//Nm
disp("Torque required is "+string(T)+" Nm.");
exit();
|
577b1ac6f3a2b05ab66401c07e94111fbb24e5a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH2/EX2.7/2_7.sce | c244652730c825e66f2e954880aa406cda190394 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 958 | sce | 2_7.sce | // To Calculate current in all branches of the network shown using nodal analysis
clc;
clear;
// Nodal Equations
//13*Va-4*Vb=300
//-Va+4*Vb=120
X=[13 -4;-1 4];
V=[300;120];
E=inv(X)*V;
Va=E(1);
Vb=E(2);
i1=(100-Va)/20;
i2=(Va-Vb)/15;
i3=(Va/10);
i4=(Vb/10);
i5=(80-Vb)/10;
disp('V',Vb,'Vol... |
3fce8456bdee0593204c78296d4409fc1f7d1acc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH4/EX4.5/exa_4_5.sce | 307a21b99d91894bb6dc1183afaba0f0e676297e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 248 | sce | exa_4_5.sce | // Exa 4.5
clc;
clear;
close;
// Given data
Im= 1;// in mA
Im=Im*10^-3;// in amp
Rm= 100;// in ohm
V=1.2;// in volt
R1= V/Im;// in ohm
disp(R1*10^-3,"Resistance in kohm")
Vout= Im*(Rm+R1);// in volt
disp(Vout,"Output voltage in volt")
|
ebabe538af53af12994e8ef5062cd448dadfd3ca | a45f93853fdb67523e71e3e7fb88c4298eae1ef7 | /Screens/Quit Confirmation Dialog Screen.tst | fb50d81d68bce54c2002b07c44c626a6ea039ad1 | [] | no_license | voarsh/Disney-Treasure-Planet-Battle-at-Procyon | 68192cbfdf8b823bc8399e3ea1e62d4976b74aed | 99cbbc70701ef6e8f9d95eba1052635de992910f | refs/heads/master | 2020-04-16T01:44:03.761947 | 2016-06-08T10:25:05 | 2016-06-08T10:25:05 | 38,745,932 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,680 | tst | Quit Confirmation Dialog Screen.tst | ScreenName String 'Quit Confirmation Dialog Screen'
ImplName String 'Dialog Screen'
ElementChunkArray Int 5
ScreenElementType Int 0
ImplName String 'Front End Dialog Screen Backdrop'
TabIndex Int 7
Selectable Bool False
Enabled Bool True
ReferenceArea Rect( 101, 185, 586, 427 ) # left,top,right,bottom
ScreenElementTyp... |
acb010c81dcb8fe3bc56b9d7b31723a94116d9b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH7/EX7.10/Ex7_10.sce | e90f17699bf0059883869487d435a132044c028b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sce | Ex7_10.sce | clc;
close();
//page no 238
//prob no. 7.10
delta_f=6; //kHz
W=2; //kHz
D=delta_f/W; //deviation ratio
disp(D,'The deviation ratio is');
Bt=2*(delta_f+W); //carsom's rule is applicable
mprintf('The transmission bandwidth Bt= %i kHz ',Bt)
|
02e5436c0ef01eb90f593dc0b994034b342f94c1 | ad460dded801650808ab694d8abdc2bdf495293c | /tests/get.tst | c02bdc0aa4a3121cd0dd0a51ffd26ef08300b3e7 | [
"MIT"
] | permissive | pkvijay/metaDR | 43fe6a12deba2e66f2558d787c84c2eaefc6aa91 | 99d832798400356e38405e44f85f1f4d6fe36c99 | refs/heads/master | 2020-04-04T03:46:35.406937 | 2015-08-12T22:10:42 | 2015-08-12T22:10:42 | 27,464,652 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | tst | get.tst | get /test
get /test/k1
get /test/k2
get /test/k3
get /test/k4
get /test/k5
get /test/k6
get /test/k7
get /test/k8
get /test/k9
get /test/k10
get /test/k11
get /test/k12
get /test/k13
get /test/k14
get /test/k15
get /test/k16
get /test/k17
get /test/k18
get /test/k19
get /test/k20
get /test/k21
get /test/k22
get /test/k... |
7012de9727c9b10c0c85eb69e8ebee5823874a8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3511/CH9/EX9.6/Ex9_6.sce | dfbb9325de235db2cae33813eb05c172e2e9e5eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,171 | sce | Ex9_6.sce | clc;
T1=290; // Temperature at inlet in kelvin
n=10; // Number of stages
rp=6.5; // Pressure ratio
m=3; // mass flow rate in kg/s
eff_C=0.9; // isentropic efficiency of the compression
ca=110; // Axial velocity in m/s
u=180; // Mean blade velocity in m/s
Cp=1.005; // Specific heat in kJ/kg K
r=1.4; // Specific... |
91aace12c140d85a52d7ed970ce28a895152e286 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH28/EX28.6/ex28_6.sce | 3e8e2d0c5258d45a3475e91544848fdd724341f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | ex28_6.sce | //Chapter 28
clc
//Example 6
//given
Z=74 //atomic number of tungsten
Eo=13.6 //ground state enenrgy in ev
E_K=-(Z-1)^2*(13.6) //Energy of the electron in K shell
n=3
Z_eff=Z-n^2
E3=Eo/n^2
E_M=-Z_eff^2*E3
E=E_M-E_K
disp(E,"Energy of the characteristic emiited from tungsten target when electron drops from M shell to K s... |
4e4e0ed9253f5bedf09bf0adeaf1598169a1c371 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3594/CH15/EX15.3/Ex15_3.sce | 03cf93309f1dc1a579fbe6fb897688f8c52ac79b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Ex15_3.sce | //to find frequency of the natural transverse vibration
clc
//given
l=10//ft
d=4//in
E=30*10^6//youngs modulus
d1=0.0882//inches; maximum deflection as shown in the figure
N=207/(d1)^(1/2)//From 15.20
printf("\nFrequency of natural transverse vibration = %.f per min",N)
|
d7aef1b30b6178df3faba1f14eb368e7a711c839 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH16/EX16.4/16_04.sce | 81f119ad9a5b26cea1c95d54ff6eb208f62e522d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 785 | sce | 16_04.sce | //Chapter 16, Problem 4
clc;
L=120e-3; //inductance in henry
C=25e-6; //capacitance in farad
V=100; //voltage
f=50; //frequency in hertz
Xl=2*%pi*f*L; //inductive reactance
Xc=1/(2*%pi*f*C); //ca... |
da94433697e33b75f5506ba971fa2e1caa82bdc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/4_21data.sci | 8f3d85ca875ef31e1a03b6513b8533ec24a0d15e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 494 | sci | 4_21data.sci | //in question pressure given is 1.013*10^5 but while solving it uses
//10*1.013*10^5,so we use the later.
Po=10*1.013*10^5 ;//reservoir pressure in Pascal
To=333.33; //reservoir temperature in Kelvin
Me=3;//mach no. at test section
y=1.4; //specific heat ratio for air
R=287 ;//gas constant,J/Kg.K
Pe=Po*[1+(y-1)... |
645ca8f5dba16c6bf212fd6044d93c8c08fa0d99 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH7/EX7.6.1/Ch07Exa7_6_1.sci | 15c3e173194ccf2c1b7484866d7d1eebbfe5e3c3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,024 | sci | Ch07Exa7_6_1.sci | // Scilab code Exa7.6.1: To calculate the energy resolution of gamma rays emitted by Na-22 for channel first and second :P.no. 313 (2011)
// For 511 KeV gamma rays (for channel first)
F_W_H_M_1 = 97; // Frequency width at half maximum for channel first
P_pos_1 = 1202; // Peak position for channel first
Res_KeV_1 =... |
69e53b45ac3c8d13b3e8cf79617f78e16716b310 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH8/EX8.14/example8_14.sce | 9f442e4709950097903f3d975eafa05593a93c12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | example8_14.sce | //clc()
P = 101.3;//kPa
MW = 58;
T1 = 280.8;//K
Ps = 5;//kPa
pr = 2;//kJ/kgK ( Psychometric ratio )
Hvap = 360;//kJ/kg
Tw = T1;
Yw1 = Ps * MW / (( P - Ps) * 29);
// Tw = Tg - Hvap * ( Yw1 - Y1) / (hG / kY), where hG/kY is the psychmetric ratio pr
Y1 = 0;
Tg = Tw + Hvap * ( Yw1 - Y1) / pr;
disp("K",Tg,"The a... |
ce65aa4fd347ee2cf947c777ba6c46d33866f04b | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/XW75EDU/ATWM1_Working_Memory_MEG_XW75EDU_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | a9c1e1b0a4c3ea55ed97f3efb9b44e2a0bd11b08 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,617 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
65f063864e08e435195c7a7872cde83a8b17f205 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH9/EX9.6/9_6.sce | a21838223d0b34406fa15d2cf13a5cf192ea91ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 759 | sce | 9_6.sce | clc
clear
//Input data
P1=1;//Pressure at which air is sucked by a compressor in bar
T1=293;//Initial temperature in K
P2=9;//Delivery pressure after compression in bar
r=1.41;//Isentropic index
n=1.3;//Polytropic index
//Calculations
T21=T1*((P2/P1)^((r-1)/r));//Temperature at the end of isentropic compress... |
c5b27ac43805a446d3f62e3dea334bdad6fe7341 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH7/EX6.4/EX6_4.sce | 9760391bf6540546623f57b0b229c12412f4010e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,529 | sce | EX6_4.sce | // Grob's Basic Electronics 11e
// Chapter No. 06
// Example No. 6_4
clc; clear;
// Assume that the series-parallel circuit in Fig. 6–15a has failed. A technician troubleshooting the circuit has measured the following voltages: V1 = 14.4 V; VAB = 0 V; V4 = 21.6 V. These voltage readings are shown in Fig. 6–15c. Bas... |
25635abf6404f64104fd7c2f2c27ce160b580061 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH8/EX8.5.16/8_5_16.sce | 1fe96ec9770a4d6e60ff7364d5a6aed93cc0c3b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | 8_5_16.sce | clc
clear
//Input data
Mx=1.5 //Mach number
P=40 //Static pressure in kPa
//Calculation
p1=3.413 //Pressure ratio in (Poy/Px) from normal shock gas tables @Mx
Poy=p1*P //Pressure acting on front of the body in kPa
//Output
printf('Pressure acting on front of the body is %3.1f kPa',Poy)
|
a9131243845d6eb1a0f8c6bf8dc8e22335f80cfa | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH3/EX2.2.13/U2_C2_13.sce | 8b2e10c228953654c81065707968b0ba3cafae1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,114 | sce | U2_C2_13.sce | //variable initialization
h=1.054*10^-34; //planck's constant (joule-second)
m=9.1*10^-31; //mass of electron (kg)
x_uncer=1*10^-10; ... |
91bc680c107328bd0f0e04d4dc370ddc46e267a1 | b68ae1fc3cd37c85031f69e42d92903b7f1a90ab | /projects/08/ProgramFlow/BasicLoop/BasicLoopVME.tst | 84f1dd49203a41870dba1406e119a4d1005178e8 | [] | no_license | bricef/The-Elements-of-Computing-Systems | fb3aa100c18176ccfc876e9d30319c0b8a5c7635 | 6be81eacaa30ad57b06f018c0aecbcf7e04841bc | refs/heads/master | 2021-01-18T13:43:02.653913 | 2011-04-06T19:23:52 | 2011-04-06T19:23:52 | 1,578,790 | 5 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 468 | tst | BasicLoopVME.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/08/ProgramFlow/BasicLoop/BasicLoopVME.tst
load BasicLoop.vm,
output-file BasicLoop.out,
compare-to BasicLoop.cmp,
output... |
f899c01c6fa4a7ce6371ab75345c882cc0f2f8c1 | 9b046504c3b7683d3bfa294fe100408058e75aa3 | /Metodos/Clase7/ejemplos/integracion/6CuadraturaDeGaussTrapezoidal.sce | af08af692463acbe270fdeb713aa7935dd8285f0 | [] | no_license | DavidAlex99/Cursos | f15cb4f4fbb35a6eb62cbae0a9b51ea671f3ea8f | aee547ab09db7e535bea5a6d41ed6e455f8a9a89 | refs/heads/master | 2023-01-08T02:46:07.502656 | 2020-11-14T00:45:57 | 2020-11-14T00:45:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sce | 6CuadraturaDeGaussTrapezoidal.sce | clc()
clear all
function result=f(x,a,b)
xd = (b-a)*x/2+(b+a)/2
dx = (b-a)/2
result =dx*( 0.2+25*xd-200*xd^2+675*xd^3-900*xd^4+400*xd^5)
endfunction
function result=cuadraturaDeGaussTrapezoidal(a,b,funcion)
result=(b-a)*(funcion(a,a,b)+funcion(b,a,b))/2
endfunction
a = 0
b = 0.8
disp("integral")
... |
d0527735464991bd627075593deb05b6c066cd5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH12/EX12.5/Chapter12_example12_5.sce | f5b29f409c6e8eba4259a4bf65365b087194503f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | Chapter12_example12_5.sce | clc
clear
//Input data
L=50//Inductance in mH
R=5//Resistance in ohms
V=6//Volatage of the battery in V
t=5//Time in ms
//Calculations
t1=(L/R)//Time constant in ms
I=(V/R)*(1-exp(-t/t1))//Current in A
//Output
printf('The time constant of the circuit is %i ms \n The current in the circuit is %3.2f A',t1... |
c36c39eb5f8edad483814351cedd5b77faf0942a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH19/EX19.2/C19P2.sce | 42c28fdb7292febfa0d3fd5da90b029281f178b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | C19P2.sce | clear
clc
//to find intensity and sound level of sound wave
// GIVEN:
//radiated power
p = 25//in W
//distance from source
r = 2.5//in meters
//intensity of sound having sound level 0 dB
I0 = 1*10^-12//in W/m^2
// SOLUTION
//using equation of sound wave
//intensity of sound wave
I = p/(4*%pi*r^2)//in ... |
62fcc7c139dcf953a062108b9c8bb31bf4417700 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/NU13TYH/ATWM1_Working_Memory_MEG_NU13TYH_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | 72b90c0e1a25b37a94795e724fa3b97fed34fbc2 | [] | 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... |
969d5472b40f98f2e3ac981b53bdebb39aa18d64 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Tile Frenzy 180 Various Health.sce | 99e49c52d762ffd24d2e140245b0b434cafe9ec1 | [] | 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 | 58,939 | sce | Tile Frenzy 180 Various Health.sce | Name=Tile Frenzy 180 Various Health
PlayerCharacters=player_char
BotCharacters=tile_frenzy_VH_rot.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=player_char
AddedBots=tile_frenzy_VH_rot.rot;tile_frenzy_VH_rot.rot;tile_frenzy_VH_rot.rot;tile_frenzy_VH_rot.rot;tile_frenzy_VH_rot.rot
PlayerMaxLives=0
BotMaxLives=0;0;0;... |
6492502d168d86c1dbfae4adacea46a8a950da2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /431/CH4/EX4.4/EX4_4.sce | d36f538379cb3ac5f8d0dbb77d3d93851ee5d98e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | EX4_4.sce | //Calculate frequency of rotor induced emf
//Chapter 4
//Example 4.4
//page 293
clear;
clc;
disp("Example 4.4")
Nr=1440; //rotor speed in rpm
f=50; //frequency in hertz
//calculating Ns for values of P=2,4,6,8 etc
//by checking P=4
P=4;
Ns=(120*f)/P; //Sync... |
78e521297f96cff12ad4822b2f19fbae5f48d805 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH5/EX5.3/ex5_3.sce | 84212704bf894b4ef2f5010e1b619b59447e68bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,298 | sce | ex5_3.sce | clc;
V=50; // Volume of water in a tank in litres
T1=120; // Temperature of water at initial state (1) in degree celcius
x1=0.6; // Dryness fraction at initial state (1)
T2=-10; // Temperature of water at final state (2) in degree celcius
vf1=0.00106; // specific volume of water from steam tables at T1 in m^3/kg
... |
cb82af83f34a44ccf03dcff549c789feafebd468 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3705/CH8/EX8.11/Ex8_11.sce | d763804e033ee5ff3ab8b008df2272edca40d1dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 827 | sce | Ex8_11.sce |
clear//
//Variable Declaration
L=15 //Length of the shaft in inches
r=3.0/8.001 //Radius of the shaft in inches
T=540 //Torque applied in lb.in
//Calculations
V=30 //Transverse Shear Force in lb
M=15*V //Bending Moment in lb.in
I=(%pi*r**4)/4.0 //Moment of Inertia in in^4
J=2*I //Polar Moment Of Inertia i... |
6b2861c9bf3bb834d25310c211ed162aaefa6715 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/SH5.prev.tst | 37f719e6408ec7068433e0872588cb5b86d60123 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | tst | SH5.prev.tst | expression: 2*n*a(n) +(-23*n+36)*a(n-1) +6*(-2*n+3)*a(n-2)=0
postfix1: ;2;n;*;a(;n;a);*;0;23;n;*;-;36;+;a(;n;1;-;a);*;+;6;0;2;n;*;-;3;+;*;a(;n;2;-;a);*;+;0;=
rebuilt1: 2*n*a(n)+(-23*n+36)*a(n-1)+6*(-2*n+3)*a(n-2)=0
postfix2: ;2;n;*;a(;n;a);*;0;23;n;*;-;36;+;a(;n;1;-;a);*;+;6;0;2;n;*;-;3;+;*;a(;n;2;-;a);*;+;0;=
rebu... |
3c0a114d1655fdfd1c93f959960f60caf3353e91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH12/EX12.1/ex12_1.sce | 3c332cf4c26a0f02205649be18405ba95c2cba40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | ex12_1.sce | // Example 12.1, page no-350
clear
clc
alfe=8.8*10^-6//per k
lo=0.1//m
delT=973//K
delL=alfe*lo*delT
printf("The change in length produced by heating is %.3f mm",delL*10^3)
|
84c2971bda20b211de0ddd34cbadea0b01b156e0 | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Graph_search/insert_in_queue.sci | 8228f2a5386b680ad3d8ef34cb5199124a367baf | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 799 | sci | insert_in_queue.sci | function new_queue = insert_in_queue(old_queue,new_element)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//
//INPUT
//old_queue; a priority queue based on the cost. No limit on size
//new_element: struct:
// *new_element.node... |
d4594a618c4f240e4a2aaad6ff5391c5c4b986f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH2/EX2.42/ex2_42.sce | 35330439f8da9351dcc81fced6188b71f3e1510f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex2_42.sce | // Example 2.42 page no-128
clear
clc
V=30 //V
R=2000 //Ohm
I=V/R
Iz=0.025 //A
It=Iz+I
Rs=200
Vmax=V+Rs*It
printf("Vrmax = %d V",Vmax)
|
59a8a1a386b1eb2599797837d0c7d45d29b79107 | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH8/EX8.6/example86.sce | fa434746b87a119d49bc3c0ba0037dad4b0d1df3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 116 | sce | example86.sce | //Example 8.6
//Determine the DFT of the following sequence
clc;
x=[1,1,2,2,3,3];
X=fft(x,-1);
disp(X,'X[k]='); |
28f15d79306045a8ff81b2cd683e6894843f2401 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH1/EX1.6/ex1_6.sce | 3ddd6e19aec576db32ba51fa0b92578b1177715b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | ex1_6.sce | // Exa 1.6
clc;
clear;
close;
// Given data
// W = 2*g*h
// due to stirring of water
g = 9.81;
J = 4.1868*10^3;
m = (0.2+10*10^-3)*10^3;// in gm
s= 1;// in cal per gm°C
del_T = 2;// in ° C
H = m * s * del_T;// in cal
H = H*10^-3;// in kcal
// W = JH and W= 2*g*h
h = J*H/(2 * g);// in m
disp(h,"The heigh... |
aec4e94c2c527e2b42fda0f179149b0a043a0daf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH4/EX4.41/Ex4_41.sce | 0ee69ad1b401db6564ce2d7c39e3b7e9ee670209 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | Ex4_41.sce | //pagenumber 225 example 41
clear
colres=3*10^3;//ohm
rb=150*10^3;//ohm
beta1=125;
vcc=10;//volt
v1=5;//volt
vb=0.7;//volt
ib=(v1-vb)/rb;
disp("ib = "+string((ib))+" ampere");
ic=beta1*ib;
ie=ic+ib;
disp("ic = "+string((ic))+" ampere");
disp("ie = "+string((ie))+" ampere");//correction in the b... |
382fc5d18f986d3d054eb689d85346ba6ef3326d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH20/EX20.10/example_20_10.sce | dac4b1fe3eeaeabfd70c0ea92b63d970b5ec1f3f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,358 | sce | example_20_10.sce | clear;
clc;
disp("--------------Example 20.10---------------")
source_address="10.12.14.5";
destination_address="12.6.7.9";
// convert all the fields to hexadecimal
a1=hex2dec("4500");
a2=28;
a3=1;
a4=0;
a5=hex2dec("0411");
a6=0;
a7=hex2dec("0A0C");
a8=hex2dec("0E05");
a9=hex2dec("0C06");
a10=hex2dec("07... |
fcbb3353d72bca568af9c07b4d248f69be508a2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH1/EX1.3.b/Example1_3b_.sce | 0ffcf8069dbc01920f03e0f503f66240628d92e6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 452 | sce | Example1_3b_.sce | //Scilab Code for Example 1.3(b) of Signals and systems by
//P.Ramakrishna Rao
//Determine whether the given signal is periodic or not
//x(t)=5*cos((4/3)*t)+3*sin(t)
clc;
clear;
syms t;
x=5*cos((4/3)*t)+3*sin(t);
disp(x,'x(t)');
t=0:1/80:80;
x=5*cos((4/3)*t)+3*sin(t);
t=0:1/80:80;
plot(t,x);
title('x(t)');... |
e9ea863b98b3074fe660804799962ffa81c5ae54 | bf22bf34daeceb2106b5e2af1c24e480f628960c | /singlelayer-perceptron/perceptron-adaline/scilab/eqm.sci | d2f09caa8e9e1ac91bbcd688b5838e261adff18c | [] | no_license | edielsonpf/neural-networks-examples | e3a045bf37e4b2ea681f05512ac71fdbb0cb4992 | 9fabec297b07987f3506401751719c56055d0f5f | refs/heads/master | 2020-12-24T08:46:39.412676 | 2017-09-23T11:22:11 | 2017-09-23T11:22:11 | 32,630,396 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sci | eqm.sci | function erro = eqm(x,w,d)
[Input_Size,p]=size(x);
erro=0;
for k=1:p
v=w'*x(:,k);
erro=erro+(d(k)-v).^2;
end
erro=erro/p;
endfunction
|
ab18ed4399460ff16191d46909c4df7aa6286570 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH5/EX5.2/ex5_2.sce | 0bdd560db1e5b5b532f736ca2513db01bede5dc2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex5_2.sce | // Exa 5.2
clc;
clear;
close;
// Given data
D = 0.3;// in m
L = 0.45;// in m
V_s = (%pi/4)*(D)^2*L;// in m^3
V_c = 0.0114;// in m^3
V = V_c+V_s;// in m^3
r = V/V_c;
Gamma = 1.4;
Eta = (1-((1/r)^(Gamma-1)))*100;// in %
disp(Eta,"Efficiency of engine in % is");
|
f7b100427c78a069277497430856b1e0a5cd2d57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH9/EX9.8/pe9_8.sce | 79de417ecebfb25f814f713e4f18c916d92efe6e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 256 | sce | pe9_8.sce | //example 9.8
clc;funcprot(0);
//Initialization of Variable
f1=60;//frequency
V=150;//voltage
f2=31;//kHz
//calculation
f3=f1*4;
disp(f3*2^7/1000,"pwm fundamental frequency in kHz:")
Vo=V*10^(-4.2);
disp(Vo*1000,"output voltage in V:")
clear()
|
e41c8c9dc5a571a22777ea2a2b8b89b1e17e68a8 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.vowel-10-1tra/result8.tst | 68d96b01536eeb4be0796f37027a1b82dfc83ebc | [] | 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 | 967 | tst | result8.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... |
4c658f88cfccab873f39950950aab7c93cca2c75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH20/EX20.10/EX20_10.sce | c8444a23a375e87ed757b6e4e3c26998323d575b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 686 | sce | EX20_10.sce | clc;funcprot(0);//EXAMPLE 20.10
// Initialisation of Variables
L=88;...........//Compressor stroke in cm
k=0.02;...........//Clearance ratio
p3=8.2;...........//Delivery pressure in bar
p4=1.025;.......//Suction pressure in bar
p1=p4;.......//Suction pressure in bar
n=1.3;.........//Compression index
lo=0.55;.... |
01e8ad4d4bb41208644843a44d3a641ad0265912 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH1/EX1.13/Ex1_13.sce | 2990126e666ba6b2327b8e560b269bab8b1893f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_13.sce | clc,clear
//Example 1.13
//To find the horizontal distance from blimp to house
//consider the figure attached
angle_dep = 24 //angle of depression in degrees
theta = angle_dep //angle of elevation
height_blimp = 4280 //height of blimp from ground in feet
x = height_blimp / tand(theta) //required distance in ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.