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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2eabb251bc132730cc4b8868651ee395797c448e | 59ca8642f974b397e1747edc1015fce8b8e6c59f | /graph.sce | bd5b074fb670f517ef80020db1179ce0a693e79c | [] | no_license | mcortex/scilab-code | c6a367b216e531d0ebe3cda5d4a84156b23d2085 | 2709299d60d9e72294b274773bdadb4126a25ba9 | refs/heads/master | 2020-05-26T05:49:42.441734 | 2019-12-06T02:06:49 | 2019-12-06T02:06:49 | 188,126,346 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 543 | sce | graph.sce | function y=f(x)
//y=exp(x)/2-1-x/2
//y=9*x^2-2*x
//y=3*x^3-x^2+1
//y=(x.*cos(x))./(log(x))
//y=2*x-%e^(-x)
//y=%e^(-2*x)+x-1
//y=x^3-7*x^2+14*x-6
//y=3*x^3-x^2-1
//y=x^4-3*x^2-3;
//y=(x+1)./x^2;
//y=2 ./(3*x)+(2/3)*x;
//y=(3*x-3)^(1/4);
//y=(1 ./x)-(x*3)/3
//y=%pi... |
d5c9c202fa1ab8c58b0b73f0e65c75f74dae0146 | 4058f38b392324aa5099819881f3c7d7219a174f | /3 bit Shift Register/SISO/SISO pos edge trig.sce | 349015be20e20800604228894d9d7340e13ed0b9 | [] | no_license | anupma-s/Scilab-Xcos-Arduino-Digital-Circuits | 612a033422bf14e2e58bcdce371f15cafb30224f | 2b4bf8e8f155d20a5eda2feb31c5523a51569d73 | refs/heads/master | 2021-01-20T17:20:13.073180 | 2016-07-04T15:25:07 | 2016-07-04T15:25:07 | 62,569,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,599 | sce | SISO pos edge trig.sce | //3 bit SISO shift register
//in a SISO shift register, input is given to the MSB, it shifts rightwards with positive clock pulses and output is seen at LSB
ok=open_serial(1,2,115200);
if ok~=0 then error('Unable to open serial port, please check'); end
D2=0; //serial data input to FF2 (MSB FF) //Pin 2
D1=0; //D... |
16b3f330edba9441aa2dc8dd74cacf2e2ba4a774 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/m2sci/sci_fwrite.sci | 1acc7453cecb4c25a9f38ec30dcaf9f6277d631c | [
"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 | 168 | sci | sci_fwrite.sci | function [stk,txt,top]=sci_fwrite()
// Copyright INRIA
txt=[]
RHS=[]
for k=1:rhs
RHS=[RHS,stk(top-rhs+k)(1)]
end
stk=list('mtlb_fwrite'+rhsargs(RHS),'0','1','1','1')
|
53ddec7feae9fab728bae124f31c2064e05d7c23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH8/EX8.4/Ex8_4.sce | 011d729f9318adc1907b13fe60a1d0bd62715e8f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 704 | sce | Ex8_4.sce | //======================================================================================================
// Chapter 8 example 4
clc;
clear;
// variable declaration
mh = 0.56; //masses interms of m0
me = 1.08; //masses interms of m0
t = 27; //temperature in °C
k ... |
99f46991706eadc8f993bce56f55d0c03f651a23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /752/CH6/EX6.3.1/6_3_1.sce | cb90afabc3fc7703d6240ed155b8403787ba4894 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 684 | sce | 6_3_1.sce | clc;
//page no 199
// prob no 6.3.1
// RC phase shift scillator
// In the given problem small-signal o/p resistance Rc=40kohm
// collector bias resistor, rc=10kohm,f=400 Hz;
// all resistances are in Kohm and freq in Hz
f=400;rc= 10; Rc= 40;
// Minimum value of beta is given by Bomin= 23+(4*Ro/R)+(29*R/Ro)
// ... |
66b851c1cf094ad42cc832aa9a923747f6ce4d65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /944/CH5/EX5.22/example5_22_TACC.sce | b214f92b4dd0c23c6e76ecd3204f6a734ab926dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 792 | sce | example5_22_TACC.sce | //example 5.22
clear;
clc;
disp("C6H12O6(s)+6O2(g)-->6CO2(g)+6H2O(l)");
//Given:
mass=25;//mass of glucose for combustion under standard condition[gm]
T=298;//temperature[K]
Gf1=-910;//Standard Gibbs free energy of formation for C6H12O6[KJ/mol]
Gf2=-394.4;//Standard Gibbs free energy of formation for CO2(g)... |
66f2ba863519fd772b9f627fe765500926ffa638 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH14/EX14.5/14_5.sce | 4bb4f42dbfccc599468869e0e2f119fcdde300e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 648 | sce | 14_5.sce | //Enemy ship location
//refer fig. 14.10
//taking north as y direction and west as x direction
//vAy=36*cosd(theta)
//vAx=36*sind(theta)
//Components of velocity of enemy ship
vBy=18*cosd(30) //kmph
vBx=-18*sind(30) //kmph
//then
//vrx=36*sind(theta)+9
//vry=36*cosd(theta)-15.588
//solving
x=0.2777
theta... |
fb0e4eb9f8f67684bb8cf6acd0be8009397a7f47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /497/CH8/EX8.1/Chap8_Ex1.sce | a783d1e4b1a78ebb82b5c338c7ff237e98808960 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 4,865 | sce | Chap8_Ex1.sce | //Kunii D., Levenspiel O., 1991. Fluidization Engineering(II Edition). Butterworth-Heinemann, MA, pp 491
//Chapter-8, Example 1, Page 206
//Title: Performance of a Fast Fluidized Vessel
//==========================================================================================================
clear
clc
//INPUT
Lmf=2... |
8f9e4bd4aa7e114c5f5fd8032d5fa95eb49b3b39 | 3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6 | /calculo-numerico/plot.sce | 5706dc199122e9e9f35b0ba0e18dfbcac1778e1a | [
"Apache-2.0"
] | permissive | geovani-moc/Algoritmos | 226ceea9b599bb1979770ac001f5108a0533bb00 | d2d838c158da62a94946a7af29b24ca7396af34e | refs/heads/master | 2023-01-09T12:40:50.330766 | 2020-11-06T17:46:46 | 2020-11-06T17:46:46 | 256,744,544 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | plot.sce | clear
clc
xx = linspace(-3, 3, 100);
yy = linspace(-3, 3, 100);
n = length(xx);
m = length(yy);
for i=1:n
for j=1:m
z(i,j) = -(xx(i)^2) - (yy(j)^2);
end
end
plot3d1(xx, yy, z);
f=get("current_figure");
f.color_map = jetcolormap(64);
|
c798209052c4bbbc8097c7acc96556fd73a91d49 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH1/EX1.5/Chapter15.sce | 9e4910a43e73080908d89722b88bb2ddd0494abe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 598 | sce | Chapter15.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 1, Example 5")
//The average heat transfer coefficient(hbr) is 800 W/(m^2°C)
//The surface temprature of heat exchanger is 75°C and air temprature is 25°C so delt... |
79d3496de8f344e68b608a87f43fcdbfeaa7d51d | 9c56678e62b7b8200d1d54c7b1462db3010168c5 | /scilab_proj/first_proj.sce | 4ddadd656234b9d3c8a9c3b984ee85354f52f406 | [] | no_license | rajroshansharma/scilab_project | 5a6b91215bd6d1c4abf652bb440dc6558b3ca607 | b80d3dcb9eef67f0755e05adbef4a7fa3c333afa | refs/heads/master | 2022-11-07T06:40:16.372703 | 2020-06-26T06:23:31 | 2020-06-26T06:23:31 | 275,082,037 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19 | sce | first_proj.sce | disp hello_world!
|
b92eebdf406a116bb2bec482fcb9705d66b9487c | 0c3cccb3c81eb151f654e5d9d470662c19122857 | /scilab/tpNombresPremiers.sce | 1510c82e4a247816dcad77cbdfdcb68a074b50d3 | [] | no_license | gmordelet/oldProg | 6b2bb7c247dd1f16a641d0f840f7c82e8eb37ffb | c108060bf1b87b4aad196484036f226fd9c4422c | refs/heads/master | 2021-01-12T16:28:52.448277 | 2016-10-30T11:16:22 | 2016-10-30T11:16:22 | 69,155,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,569 | sce | tpNombresPremiers.sce | function t = test_premier(n)
t = ones(1, n) > 0;
t(1) = %f;
for i = 2:sqrt(n)
if(t(i))
t(2*i:i:n) = %F;
end
end
endfunction
function l = premiers(n)
l = (1:n);
t = test_premier(n);
l = l(t);
endfunction
function N = compte_premiers(n)
N = cumsum(test_premier... |
146bb5ef60b3e0bee123cb9a5a0cd1dcfaf73a4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH9/EX9.2/Example_9_2.sce | 387ca0cc1812593d96e7e482fcb9e5907b34ea0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 770 | sce | Example_9_2.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 9.2
//Caption : Program to Find Power Requirement For Various seasons
//Given Values
Qh_Winter=30;//[KW]
Qc_Summer=60;//[KW]
Tc_Winter=283.15;//[K]
Th_Win... |
1f0840acd055871436d9582a249234e9938d8178 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH7/EX7.14/example_14.sce | ddd653e531aaac2d5a5ced59837b79a24c401d92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 762 | sce | example_14.sce | clc
clear
printf("example 7.14 page number 317\n\n")
//to find the initial concentration and shift in equilibrium
Ce_N2 = 3; //equilibrium conc of N2
Ce_H2 = 9; //equilibrium conc of H2
Ce_NH3 = 4; //equilibrium conc oh NH3
C_N2 = Ce_N2 + 0.5*Ce_NH3;
C_H2 = Ce_H2 + 1.5*Ce_NH3;
printf("concentration... |
03162bdb77f67efed1b7bd99b21f47f0a7603284 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.20_2.tst | 00bccbc895d703beb6a844785b5dbc98cd863788 | [] | 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 | 27,468 | tst | bow.20_2.tst | 20 10:0.5 19:1.0 28:0.07142857142857142 29:1.0 30:0.07692307692307693 39:0.5 43:0.14285714285714285 46:1.0 59:0.25 63:0.1111111111111111 68:0.125 69:1.0 153:1.0 156:0.3333333333333333 210:0.2 258:1.0 286:0.1111111111111111 479:2.0 638:1.0 1064:1.0 1216:1.0 1569:0.5 1857:1.0 2768:0.25 3325:0.04 5232:1.0 5274:1.0 6030:1.... |
00f19a7aeb234d06893cbeba2488080f34b7fa7e | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH6/EX6.12/c6_12.sce | c8c6144fa65371004273266dfaff0752344d187a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,124 | sce | c6_12.sce | //(6.12) A turbine operating at steady state receives air at a pressure of p1 = 3.0 bar and a temperature of T1= 390 K. Air exits the turbine at a pressure of p2 = 1.0 bar. The work developed is measured as 74 kJ per kg of air flowing through the turbine. The turbine operates adiabatically, and changes in kineti... |
7c05a8b02e277e6621464f5c6d16aac3bdbbeca4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2279/CH6/EX6.7/Ex6_7.sce | 082423ad34483dd42b12e37622ddb18be5ef3adf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 967 | sce | Ex6_7.sce | //Determining nyquist rate for the signals
clc
clear
close
Wb1=4*%pi;
Wb2=10*%pi;
Wbs=max(Wb1,Wb2);
Ws=2*Wbs;
//Bandlimited frequency doesnt change by Amplitude scaling
//(a) 2*x1(t)
Wa=2*Wb1
disp("Wa=")
disp(Wa)
//Timing shifting doesnt affect the magnitude spectrum
//(b) x1(t-1)
Wb=2*Wb1
disp("Wb=")
... |
a9cd93707b09119d36a4e0c9269d57e8e8f63ab1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH6/EX6.61/ex_6_61.sce | bc676c873d7f72624e1dff9ebc71c99d8fa56fe0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | ex_6_61.sce | clear;
close;
clc;
T1=10;
wM=100;
N=ceil(wM*T1/%pi);
dw=2*wM/N;
dt=%pi/wM;
WN=exp(-%i*2*%pi/N);
n=0:N-1;
x=%e^-(n*dt);
k=0:10;
Xk=dt*x*exp(-%i*2*%pi*n'*k/N);
disp(Xk(find(k==0)),Xk(find(k==1)),Xk(find(k==10)),"X[0] X[1] X[10] from X[k]")
w=0:dw:10*dw;
Xw=ones(1,length(w))./(%i*w+1);
disp(Xw(find(w==0)),... |
647ce0e23b8d52c93574ce0718bac6c2005b8e01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH5/EX5.1/ch5_1.sce | be744c630228a9632b81938af71980c8551c6008 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 379 | sce | ch5_1.sce | clc;
clear;
printf("\t\t\tChapter5_example1\n\n\n");
// properties of CO at 300K from appendix table D2
Cp=871;
Gamma=1.3;
Cv=Cp/Gamma;
printf("\nThe specific heat at constant volume is %d J/(kg.K)",Cv);
dT=20;
m=5;
Qp=m*Cp*dT;
Qv=m*Cv*dT;
printf("\n The heat required at constant pressure is %.1f kJ",Qp/1000);
printf("... |
53780478f945e65042923694d420e00f8a081d87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH1/EX1.6/1_6.sce | 5d726d09b0f699bdf97e211ceac0e133353a5945 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | 1_6.sce | //example 1.6
//absolute error and relative error
//page 10
clc;clear;close;
s=sqrt(3)+sqrt(5)+sqrt(7);//the sum square root of 3,5,7
n=4;
Ea=3*((10^-n)/2);//absolute error
R_E=Ea/s;
printf('the sum of square roots is %0.4g \n',s );
printf('the absolute error is %f \n',Ea);
printf('the relative error is %f '... |
12364680af8889132e0d9ab06af835c5b86be31d | 449d555969bfd7befe906877abab098c6e63a0e8 | /67/CH8/EX8.2/example82.sce | 740e9cd29fa554a3ca429bc1a44c8c39ed571eef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example82.sce | //Example 8.2
//Find the response of an FIR filter with impulse response h[n]=[1,2,4] //to the input sequence x[n]=[1,2]
clc;
x=[1,2];
h=[1,2,4];
Y=convol(x,h);
disp(Y,'y[n]='); |
fe91a62a9cb3445b542f472b577782d09d2c688a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH3/EX3.8/Ex3_8.sce | 90c7b732c7e0cf1abfc8fe1ace5bcbec37aca30a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,502 | sce | Ex3_8.sce |
// Examle 3.8
// for the extreme value of Rl voltage (Vl) & Current (Il)
E=3; // Supply voltage
Ri=1; // I/p Resistance
Rl1=100; // Minimum load resistance
Il1=E/(Rl1+Ri); // Current a... |
4401bc652e18e43e47b928ade1baa6c3a7675362 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2409/CH2/EX2.14/Ex2_14.sce | cff340896eaa6e99d76ee13690d4ef7c65847470 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 528 | sce | Ex2_14.sce |
//Variable Declaration
pi = %pi
n=14.2171401*2*%pi/86400 //Mean motion (rad/sec)
M=204.9779+0.001*180*5/pi //Mean anomaly(rad)
e=9.5981*10**-3 //Eccentricity
a=7194.9 //Semimajor axis(km)
//Calculation
v=(M*pi/180)+2*e*sin(M*pi/180)+(5*e**2*sin(2*M*pi)/(4*180)) //True Anomaly (radians)
v=v*180/%pi //True anoma... |
2fcc748c9b07501d4b48fd0285724bc69927f8ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH21/EX21.13.1/ques13_1.sce | b1eb53f474e5aaaf88847318fb4e912eef8db699 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ques13_1.sce | //ques11
disp('To find the inverse laplace transform of the function');
syms s t
f=(5*s+3)/((s-1)*(s^2+2*s+5));
il=ilaplace(f,s,t);
disp(il);
|
4626abf7daec5d516976b1c3e545c0fc8702bfb9 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/LR1.prev.tst | 875eb6d0007fbefa66ef11e17e76610d2f65212e | [
"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 | 661 | tst | LR1.prev.tst | before x, phead=0, pbody= - 2*y + 4*z, ptail=2*y^2 - 7*z^2, mlead= + x^2, flead=1, root2=1, widev=1
after x, phead=x^2, pbody= - 2*y + 4*z, ptail= - 2*y^2 + 16*y*z - 23*z^2, vmapt={x=> - 2*y + 4*z+x,y=>y,z=>z}
before y, phead=x^2, pbody= - 4*z, ptail= - 23*z^2, mlead= + y^2, flead=1, root2=1, widev=1
after y, ph... |
9586ff08dcace79bbecd61326d532504a301e916 | 22d9f9e36cc02d4358110e7dd63d91180334ff98 | /scripts/numerology.sce | 478b661553917a0228a25e4856e0e7939727e64b | [] | no_license | kalexal-kaa/ScilabScripts | ddd6be8dfb4f2820f2e6547be810e8b693781255 | 5b25138895e9a42893e0a88a94f414308203cd69 | refs/heads/main | 2023-06-01T08:55:32.806731 | 2021-07-03T02:24:54 | 2021-07-03T02:24:54 | 379,259,490 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,402 | sce | numerology.sce | name = input("Введите имя: ","string")
day = input("Введите день рождения: ")
month = input("Введите номер месяца рождения: ")
year = input("Введите год рождения: ")
select month
case 1 then
days = 30
case 2 then
if modulo(year,4) == 0 & modulo(year,100) ... |
44206f2b8c33b458ee0c8eed71c890471fc57c0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH17/EX17.2/C17P2.sce | d04e0e1f2fe94c81a2230c7c694d39be2c750495 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,888 | sce | C17P2.sce | clear
clc
//to find total energy stored in the system
//to find maximum speed and magnitude of maximum acceleration of block
//to find position,velocity and acceleration of block at t = 0.215s
// GIVEN:
//refer to problem 17-1
//mass of boby
M = 1.65//in Kg
//increase in length
y = 7.33//in cm
//mass of bl... |
d5a3aed7b2ba3a67d4cad18d650dbb107a09e20b | 8ded5b76c0298af5a8ef0ca7aaae7c72b2471b29 | /Distribution data/Sci Files/Supply_data.sce | 2b7af9acbede746e31c8dc90b5238dca223200df | [] | no_license | RVidyadhar/IE688 | 83448b25d2325e0f196ca58866ad60cc4b2bd6c6 | 2a886a16097de60352ff506b92b4e889c417da43 | refs/heads/master | 2021-01-10T16:10:42.717526 | 2016-01-22T08:15:10 | 2016-01-22T08:15:10 | 49,526,757 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 632 | sce | Supply_data.sce | totals=[zeros(7,1);3
24
63
120
193
282
387
508
645
798
967
1152
1353
1571
1811
2051
2291
2531
2771
3011
3251
3491
3731
3971
4211
4451
4691
4931
5171
5411
5651
5891
6131
6371
6611
6851
7091
7331
7571
7811
8051
8291
8531
8752
8955
9140
9307
9456
9587
9700
9795
9872
9931
9972
9995
10000
];
totals1=totals
maxcap=40*6;
n=s... |
6bca15be2cea9dd5d14d53f5c7e98b646de0a0f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH2/EX2.7/Ex2_7.sce | af2e38a7c18b3070637967716cedce826a1e007b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | Ex2_7.sce | //Example number 2.7, Page number 2.34
clc;clear;close
// Variable declaration
m=1 // unitless
lamda_l=6000*10**-10 // in m
theta=0.046*(%pi/180) // radian
n=2*10**6// unitless
// Calculation
lamda_s=(m*lamda_l)/(sin(theta)) // in m
v=n*lamda_s // in m/s
// Result
printf("Ultrasonic wavelength,lamda s =%0.2e m",(l... |
295c19d1b243c5a54c24da0a2ce79dd7b48906e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/12_02.sci | 20510fa79d2377b8627b92cac6eb46f6f4c06b59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 232 | sci | 12_02.sci | //Throat area of nozzle(in m^2):
Ae=0.001;
//Back pressure of air(in kPa):
pb=591;
//Stagnation pressure(in kPa):
p0=1000;
//Stagnation temperature(in K):
T0=333;
//Gas Constant(in N-m/kg-K):
R=287;
//Value of k:
k=1.4;
|
c2cfae6ebbbecaabd6a18eaa36bc0b083ccd9ab6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH1/EX1.25/1_25.sce | af2d654c72a121c0bdb8dfee8f60773bdf41b519 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 590 | sce | 1_25.sce | //pathname=get_absolute_file_path('1.25.sce')
//filename=pathname+filesep()+'1.25-data.sci'
//exec(filename)
//Mass of hydrogen taken(in kg):
mh=2
//Mass of helium taken(in kg):
mhe=3
//Specific heat at constant pressure for hydrogen(in kJ/kg-K):
Ch=11.23
//Specific heat at constant pressure for helium(in kJ/k... |
83becc84c3a1ad7602bde117f6c5bb042bd824c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3417/CH13/EX13.2.1/Ex13_2_1.sce | 0f63b2ff116d56730208909f7ff05ddba92d4f45 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 875 | sce | Ex13_2_1.sce | //Ex13.2.1.;Peltier heats absorbed and rejected
//peltier coefficients at these junctions are aplha_p_1-2=alpha_s_1-2*T
//Let A=alpha_s_1-2 at 373 k=55*10^-6 v/degree_k and B=alpha_s_1-2 at 273 k=50*10^-6 v/degree_k
A=(55*10^-6);
B=(50*10^-6);
T1=373;//k
T2=273;//k
I=10*10^-3;//current;unit=Ampere
alpha_p_1_2_a... |
8ddf4c0f9837425861b2b47e2a2e10b4a99e5cb7 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/prbs_a.man.tst | 3157882197444da601c85b610b543f9ad110b6ec | [
"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 | 88 | tst | prbs_a.man.tst | clear;lines(0);
u=prbs_a(50,10);
plot2d2("onn",(1:50)',u',1,"151",' ',[0,-1.5,50,1.5]);
|
6c66fa915a9ee7f36e297d92ed4ea950738a0de7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3131/CH8/EX8.7/Ex8_7.sce | 927571dbb5a540f7386489e222d00861c9f0cdae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | Ex8_7.sce | clear all; clc;
disp("Ex 8_7")
// Summing moments about A and equating to zero
a=7*%pi/180//angle in radian
NB=(4905*0.5)/(cos(a)+(0.3*sin(a)))
printf('\n\n NB = %0.1f N',NB)
//Summing forces in Y direction
NC=(NB*cos(a))+(0.3*NB*sin(a))
printf('\n\n NC = %0.1f N',NC)
//Summing forces in X direction
P=(0.3*NC)+(0.3*NB*... |
164d9fa581811b4abbca62b3b6b098326a9925b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH4/EX4.23/4_23.sce | be2dd7a03b70e7824f075b98eee2ce8bc41e051d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | 4_23.sce | clc;
clear;
//Example 4.23
sigma=5.67*10^-8 //[W/sq m.K^4]
e1=0.7;
e2=0.7;
T1=866.5 //[K]
T2=588.8 //[K]
Q_by_A=sigma*(T1^4-T2^4)/((1/e1)+(1/e2)-1) //[W/sq m]
e1=0.7;
e2=e1;
e3=e1;
e4=e1;
e=e1;
//Q with n shells =1/(n+1)
n=2
Q_shield=1/(n+1);
es1=e1;
es2=e1;
Q_by_A=sigma*(T1^4-T2^4)/((1/e1)... |
49722b1fcab78c51d04e3da92004df9341021e3e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH7/EX7.7/7.sce | 5cb3228d23b2bbe8955b6c0194a8f76b515ffb51 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 530 | sce | 7.sce | clc
clear
//INPUT DATA
AW=63.5//atomic weight of copper
D=8.93*10^3//density of copper in kg m^-3
t=2.48*10^-14//relaxation time of copper in s
AV=6.023*10^26//avagadro no in mole^-1
e=1.6*10^-19//charge of electron in coulombs
m=9.11*10^-31//mass of a electron in kg
//CALCULATION
n=(AV*D)/AW//density of el... |
88becb13732bd6812550b2cacc72e6b0a546939b | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH2/EX2.12/Ch02Ex12.sce | d8ed7b34431850c0a5281ecacd66ae0306f58099 | [] | 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 | 548 | sce | Ch02Ex12.sce | // Scilab code Ex2.12: Pg.90 (2008)
clc; clear;
E_1 = 5; // Energy of first photon, MeV
E_2 = 2; // Energy of second photon, MeV
p_1 = 5; // Momentum of first photon, MeV/c
p_2 = -2; // Momentum of second photon, MeV/c
E = E_1 + E_2; // Total energy of the system, MeV
p = p_1 + p_2; // Total mo... |
bf5443b65ad89dffd89e6925d569d841ded10e77 | 8953dfb59a3f3d4f8ab37d68ac568106a7da2db8 | /1835/CH1/EX1.1/Ex1_1.sce | c5e67292f77395f8ee8ed8cf4af0d75aed7a05a9 | [] | no_license | pstestmainacc/Scilab-TBC-Uploads | 00a8c4f927233f70453010c65cb3e8059714c5d8 | 0568ec3846460ca7c5c5afca8ff912f558186323 | refs/heads/master | 2021-05-04T16:44:07.492768 | 2018-02-05T14:12:05 | 2018-02-05T14:12:05 | 120,255,288 | 0 | 0 | null | 2018-02-05T04:35:44 | 2018-02-05T04:35:44 | null | UTF-8 | Scilab | false | false | 775 | sce | Ex1_1.sce | //CHAPTER 1 ILLUSRTATION 1 PAGE NO 15
//TITLE:Basic kinematics
//Figure 1.14
//Figure 1.14
test code
clc
clc
clear
pi=3.141
AO=200// distance between fixed centres in mm
OB1=100// length of driving crank in mm
AP=400// length of slotter bar in mm
//=======================... |
e89c4b6d60dc0aa3d12675a779a402ace371d8dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1787/CH2/EX2.9/Exa2_9.sce | 9fa7928aa6d13ff1168a913c54f908d652d9b53a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | Exa2_9.sce | //Exa 2.9
clc;
clear;
close;
//given data
SIGMAi=2.12766;//in S/m
RHOi=0.47;//in ohm-m
MUh=0.19;//in m^2/V-s
MUe=0.39;//in m^2/V-s
e=1.6*10^-19;//in coulamb
//Formula : SIGMAi=ni*e*(MUe+MUh)
ni=SIGMAi/(e*(MUe+MUh));//in m^-3
E=10^4;//in V/m
vn=MUe*E;//in m/s
vh=MUh*E;//in m/s
disp(ni,"Density of electron... |
8fb86c04e7f40f968b825c3be45daddec02c19ee | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/P04.prev.tst | 1414db17519b175b653d577d1d867a2aa66d33ae | [
"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 | 122 | tst | P04.prev.tst | 0
; vgcd=1; gcd=1; isZero=true; hasVariable=false; isBiased=true; mergeVariables=0; relation=EQ_0
; evaluate=success =0
|
e1ca39931b9a089976d0f31092fa50eb385f0566 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH8/EX8.10/10.sce | 781d2a190ba5d3caf5bb3edbfe0c6f92956dc233 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 221 | sce | 10.sce | //variable declaration
n1=1.53
delta=0.0196
//Calculations
N_a=n1*(2*delta)**(1/2)
A_a=asin(N_a)
//Result
printf('Numerical aperture =%0.3f \n',(N_a))
printf('Acceptance angle =%0.3f degrees \n',(A_a*180/%pi))
|
e403e06a88658157c7d34421fa2494ea926542d3 | 3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc | /Área 1/Aula 4/Metodo_Newton_para_equacao_1.sce | e55f89123a4d2869cf4d7ae27129df7321695bcb | [
"MIT"
] | permissive | JPedroSilveira/numerical-calculus-with-scilab | 32e04e9b1234a0a82275f86aa2d6416198fa6c81 | 190bc816dfaa73ec2efe289c34baf21191944a53 | refs/heads/master | 2023-05-10T22:39:02.550321 | 2021-05-11T17:17:09 | 2021-05-11T17:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 320 | sce | Metodo_Newton_para_equacao_1.sce | format(25)
function y = f(x)
y = cos(10*x) - exp(-x)
endfunction
function y = fl(x)
y = -10*sin(10*x) + exp(-x)
endfunction
//Ver gráfico para dar o chute inicial
x = -1:0.1:10
plot(x,f(x),'r.-')
xgrid
x = 1.5
x = 1.15
x = 0.5
x_ant = x
continuar = 1
for i = 1:10
x = x - (f(x)/fl(x))
disp(x)
end
|
3de0d6cd712e7ac909051975809583f54a4fd804 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/LIR1.prev.tst | d82e1fa3ace4d846e92baac5c7c3f07ea79c8603 | [
"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 | 100 | tst | LIR1.prev.tst | # A000000 generated by Sequence
# Table of n, a(n) for n = 0..5
0 5
1 6
2 7
3 34
4 66
5 155
|
d4437ce8f47e0943b6230ec2e3e8d8d40cdb40b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH20/EX19.21/EX19_21.sce | 8ace7ddb7e9cff68917beaa4f4b304271f6724a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | EX19_21.sce | // Grob's Basic Electronics 11e
// Chapter No. 19
// Example No. 19_21
clc; clear;
// A current of 1.2 A flows in a coil with an inductance of 0.4 H. How much energy is stored in the magnetic field?
// Given data
l1 = 0.4; // Coil Inductance 1=0.4 H
I = 1.2; // Current=1.2 Amps
E = (l1*I*I)/2;
d... |
86bc23744a570dead7c8bc6796dccaa71c3b60c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH4/EX4.3/Example_4_3.sce | f0ca2b5c283aeebdd15848b13133049757429b7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 601 | sce | Example_4_3.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 4
//Second Law of Thermodynamics
//Example 3
clear;
clc;
//Given:
P_out = 4.5; //output power(hp)
P_in = 6.25; //input power(kW)
T1 = 1000; //source temperature(K)
T2 = 500; //sink temperature(K)
//To determine efficiency of proposed eng... |
ac1b6199b6a1635e062c234a871bf2078e6061bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH14/EX14.7/Example14_7.sce | 68825c6674c96f1bd2e35651d9fb6575ae808a60 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 646 | sce | Example14_7.sce | ////Chapter No 14 Air Standard Cycles
////Example No 14.7 Page No 309
///Find Swept volume
//Input data
clc;
clear;
D=200*10^-3; //Otto cycle cylindrical bore in mm
L=450*10^-3; //Otto cycle Stroke in mm
vc=2*10^-3; //Clearance volume in mm^3
gamma1=1.4;
... |
43269c8d03fd024206da650bb65e75ae21711efa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH8/EX8.22/Ex8_22.sce | 9e5bddbd5961ce1e5420c549d0e0ddee467b9147 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,788 | sce | Ex8_22.sce | clear;
clc;
disp('Example 8.22');
// aim : To determine
// the percentage gravimetric analysis of the total products of combustion
// given values
CO = 12;// %age volume composition of CO
H2 = 41;// %age volume composition of H2
CH4 = 27;// %age volume composition of CH4
O2 = 2;// %age volume compositi... |
2f4e790e5412bb2acd3e0d3980fbe990ee7669db | 449d555969bfd7befe906877abab098c6e63a0e8 | /773/CH11/EX11.23/11_23.sci | 5abd060b944abe1e3066ccb4223a0ddee364797e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 307 | sci | 11_23.sci | //value//
s=%s;
H=syslin('c',1/(s*((s+3)^2)));
evans(H,100)
K=25;
y=K*H; //-----eq 1)
disp(K*H,"G(s)H(s)=");
disp('=1',K*H,"mod(G(s)H(s))");
//on solving eq 1 for s=%i*w this we get an equation m
w=poly(0,'w');
m=w^3+9*w-25
n=roots(m)
s=%i*n(1)
p=horner(y,s)
[R,Theta]=polar(p)
PM=180+Theta
|
2bfcd01d303fdf4fe8089e4eb74d449e62b5ec19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH6/EX6.e/Example.sce | 78ae9b76dbb806d64baa152e86d521e86e31511e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | sce | Example.sce | //Example :
clc;
clear;
close;
format('v',8);
//Given Data :
p1=0.02;//bar
hg1=2535.5;//KJ/Kg(at 0.02 bar)
p2=0.03;//bar
hg2=2545.6;//KJ/Kg(at 0.03 bar)
delta_h12=hg2-hg1;//KJ/KgK
p3=0.024;//bar
p4=0.02;//bar
delta_h=delta_h12/0.01*(p3-p4);//KJ/KgK
hg_dash=hg1+delta_h;//KJ/Kg
disp(hg_dash,"Specific en... |
fb4977b146bf6420696e25d1817019d582328bdb | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH4/EX4.2/4_2.sce | 4619a1ac708c7865c40c7c61aac436b96dadae95 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 131 | sce | 4_2.sce | clear; clc; close;
Vcc = 12;
Rc = 2.2*10^(3);
Icsat = Vcc/Rc;
disp(Icsat,'saturation current(Amperes) for network is :');
|
7aff5efd63413d22bc44ba56a7e1af63457e7afe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH6/EX6.21/Exa_6_21.sce | 32d683508ad74d856251afc4c73600a012c1f5ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 297 | sce | Exa_6_21.sce | //Exa 6.21
clc;
clear;
close;
format('v',7);
//Given Data :
m1=5;//Kg
p1=5;//bar
Tsup1=200;//degree C
p2=0.1;//bar
h1=2855;//KJ/Kg(from molliers diagram)
h2=2235;//KJ/Kg(from molliers diagram)
W=m1*(h1-h2);//KJ
disp(W,"Workdone in KJ : ");
//Steam table is used to get some data.
|
d0922a4c5ffed44921e94ecb95b70a2a68f86da7 | 244971ae8af51184d278cdc2be1c80775413adae | /SSSoWavePlate.sci | d7cec6e4b990bcc6e8cd205f0d39aaad159e16ce | [] | no_license | MSCA-SIMFREE/748767 | 5879f1f139b608c7cd2f1bd62325b281c9c1e7d1 | 4726206e514f1e47e939e73b9339c056057866db | refs/heads/master | 2020-12-27T15:21:13.646362 | 2020-02-03T11:40:00 | 2020-02-03T11:40:00 | 237,951,088 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,078 | sci | SSSoWavePlate.sci | // The code was developed under Horizon2020 Framework Programme
// Project: 748767 — SIMFREE
function Out=SSSoWavePlate(In,Retardation_deg)
// Wave Plate
//
// Calling Sequence
// Out=SSSoWavePlate(In,Retardation_deg)
//
// Parameters
// In : Optical Input
// Retardation_deg : Ret... |
b50c86fd349dc6560f5928f897267508667c3408 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH26/EX26.5/26_5.sce | 2c4614273dded370e2ca00e79514f093378e154a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 542 | sce | 26_5.sce | //clc()
disp("f(x,y) = 4*exp(0.8*x) - 0.5*y")
//f'(x,y) = 4*exp(0.8*x) - 0.5*y
h = 1;
x = -3:h:4;
y(1) = -4.547302;
y(2) = -2.306160;
y(3) = -0.3929953;
y(4) = 2;
y1(4) = 2;
for i = 4:7;
y(i+1) = y(i-3) + 4*h*(2*(4*exp(0.8*x(i)) - 0.5*y(i)) - 4*exp(0.8*x(i-1)) + 0.5*y(i-1) + 2*(4*exp(0.8*x(i-2)) - 0.5*y... |
d508ef3462892618919e6350bffd36d43f38b7a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH15/EX15.10/Ex15_10.sce | 4c683c021ec3423ea23d09111b9a3e95bac5a067 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | Ex15_10.sce | //chapter15
//example15.10
//page333
P_total=4 // W
T_Jmax=90 // degree celcius
theta=10 // degree celcius per watt
// P_total=(T_Jmax-Tamb)/theta so making Tamb as subject we get
Tamb=T_Jmax-P_total*theta
printf("maximum ambient temperature at which transistor can be operated = %.3f degree C \n",Tamb)
|
814cf5bdb3ac451f0a30fc79eba41c6c30ad04da | 3daf46b810f462d6c8e936bef696ade9bd2e41a8 | /AulaPratica2/GaussSeidel_inv.sce | 6e72a9bd063a7cb5dd8619b2a24e0a6f457303ea | [] | no_license | JPMarciano/Algebra-Linear-Numerica | 4575a2bd95a4b056100a7d8adaaeb2a0a0fee2d4 | 6d2c8555650b5f8a156f3d1c207c77f6986b8fcd | refs/heads/master | 2021-03-12T14:27:28.360160 | 2020-05-11T14:59:05 | 2020-05-11T14:59:05 | 246,628,921 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 293 | sce | GaussSeidel_inv.sce | function [x, d, k, r] =GaussSeidel_inv(A, b, x0, E, M, n)
Linv = inv(tril(A));
U = triu(A, 1);
Mg = -Linv*U;
cg = Linv*b;
x = Mg*x0 + cg;
k = 0;
while((norm(x-x0, n)>=E) && (k<M))
x0 = x;
x = Mg*x0 + cg;
k = k + 1;
end
d = norm(x-x0, n);
r = norm(b-A*x, n);
endfunction
|
29b0317c45a3cd03d7a6305cc26a634774cbe30e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH1/EX1.6b/pe1_6b.sce | 1eacc3ba9a974822f33ecf33e3791d4d53b7ffcf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 445 | sce | pe1_6b.sce | //example 1.6b
clc; funcprot(0);
// Initialization of Variable
Vin=4;//V
Vs=1.8;//V
Rf=10000;//ohm
Ri=1100;//ohm
Rl=2;//ohm
Rs=0.1;//ohm
//calculation
Irf=Vin/(Rf+Ri);
disp(Irf*1e6,"input resistor current in microamp:")
Vni=Irf*Ri;
disp(Vni*1000,"inverting voltage 1 & 2 in mV:")
Ir=Vni/Rs;
disp(Ir,"curre... |
ce91a621168b2151e9497e28b0485203e986b84f | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH2/EX2.7/Example_2_7.sce | 149be44b4be76fb9404b3c8bf87e5687825d2ff7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 851 | sce | Example_2_7.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 2
//First Law of Thermodynamics
//Example 7
clear;
clc;
//Given:
I = 0.5; //current in Amperes
V = 12; //voltage in volts
t = 5*60; //time in sec
m = 0.798; //mass of water vaporised in g
M = 18; //molecular mass of water in g
//To calc... |
7b3b4e7a344c739c8113cefabfcaff57f9ff4a34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH13/EX13.6/Ex13_6.sce | 0568b1b53c6d1bed79144a3e2a03faab35427015 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | Ex13_6.sce | clear
//
//
//
//Variable declaration
NA=0.40; //numerical aperture
delta=1/100; //relative difference
//Calculations
i0=asin(NA); //acceptance angle(radians)
i0=i0*180/%pi ; //acceptance angle(degrees)
N=1-delta;
thetac=asin(N); //critical angle(radians)
thetac=thetac*180/%pi ; ... |
b4e1e40e0eb27d0ee8f7ee9d46400cb94d95e730 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH6/EX6.4/ex6_4.sce | ef035cbb793253001f16f8bd4f69b101a5f64cd3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | ex6_4.sce | // Example 6.4, Page No-275
clear
clc
N=2
fh=2*10^3
C=0.1*10^-6
R=1/(2*%pi*fh*C)
Rkohm=R/1000
printf('R= %.1f kohm', Rkohm)
alpha=1.414
A=3-alpha
RfbyRi=A-1
printf('\nRf/Ri= %.3f', RfbyRi)
printf('\nHence, take Rf=5.86 kohm and Ri=10 kohm')
|
8e6ed43393e28ad9b499c992c3d104e271959a06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH1/EX1.6.2/Ex1_7.sce | fe16f356eb0b99e2ef574c4523f96f18dc2bd615 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 632 | sce | Ex1_7.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 1.6.2\n')
//given data
//Z=r*e^(i*theta) is represented as Z=r*cos(theta) + i*r*sin(theta)= x +i*y
//where r*cos(theta)=x and r*sin(theta)=y
//case 1
//V=5*e^(j*0.10)
r1=5
theta1=0.1
x1=r1*cos(theta1)
y1=r1*sin(theta1)
v1=complex(x1,y1)
//cas... |
6af674da72deab04cad525dd3e41eab3a56b7ad1 | 9d59fb06cf0644f9c0c84aae7977eeff57116a45 | /1-RDMP/RDMP-MULT-1.sce | 9ee70b5f863bee2346264aa65916fb6678511c92 | [] | no_license | aguadix/RQ | f353b8fa0e36828c8cca9af53f5c3275ed476a75 | 43e8a31003bf038b0cd72487868c760829b9797c | refs/heads/master | 2023-03-07T10:50:29.102260 | 2023-03-06T01:35:58 | 2023-03-06T01:35:58 | 53,548,175 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,676 | sce | RDMP-MULT-1.sce | clear; clc;
// RDMP-MULT-1.sce
// 1) A => B
// 2) B => C
// 3) C => B
// 4) B => D
// Isotermo
// SISTEMA DE ECUACIONES DIFERENCIALES
function dxdt = f(t,x)
// Variables diferenciales
CA = x(1)
CB = x(2)
CC = x(3)
CD = x(4)
// Velocidades de reacción
r1 = k1*CA
r2 = k2*CB
r3 = k3*C... |
11d1f87a11a23bfff4318c34e5e539231023d55f | 449d555969bfd7befe906877abab098c6e63a0e8 | /339/CH9/EX9.14/ex9_14.sce | ae26754a00ed1996ee1bdb5d153e8b9b59cf5425 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,646 | sce | ex9_14.sce | global Z0;
Z0=50;
//define the S-parameters of the transistor
s11=0.3*exp(%i*(+30)/180*%pi);
s12=0.2*exp(%i*(-60)/180*%pi);
s21=2.5*exp(%i*(-80)/180*%pi);
s22=0.2*exp(%i*(-15)/180*%pi);
//pick the noise parameters of the transistor
Fmin_dB=1.5
Fmin=10^(Fmin_dB/10);
Rn=4;
Gopt=0.5*exp(%i*45/180*%pi);
//compute a nois... |
944e2e41c5ee7e4277d92ee2df7c3258531db4a2 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/max.man.tst | a3a00dba79d684ff5665321fba19d61434c8326a | [
"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 | 156 | tst | max.man.tst | clear;lines(0);
[m,n]=max([1,3,1])
[m,n]=max([3,1,1],[1,3,1],[1,1,3])
[m,n]=max([3,-2,1],1)
[m,n]=max(list([3,1,1],[1,3,1],[1,1,3]))
[m,n]=max(list(1,3,1))
|
5c076ff3c606c3c35e7d2cfadcf586ea3489ce1a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH1/EX1.32/32.sce | 860a7948f545b756e8c8fde885bcf88b8af243b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,412 | sce | 32.sce | clc
clear
//Input data
A1=465.125 //Cross sectional area at entry in cm^2
T1=26.66+273 //Static temperature at section-1 in K
P1=3.4473 //Static Pressure at section-1 in bar
C1=152.5 //Velocity at section-1 in m/s
P2=2.06838 //Static Pressure at section-2 in bar
T2=277.44 //Static temperature at section-2 in ... |
3c3f49df16464dc5d476bd43dcc31b1abb0a5003 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1541/CH3/EX3.5/Chapter3_Example5.sce | b3efb18d63b383003757016e119df6b2979e462c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 937 | sce | Chapter3_Example5.sce | //Chapter-3, Example 3.5, Page 3.13
//=============================================================================
clc
clear
//INPUT DATA
P=6;//Number of poles
f=50;//Supply frequency in Hz
Tm=120;//Shaft torque in N.m
f1=2;//Rotor current frequency in Hz
L=5;//Amount of constant losses in N.m
C=500;//Amou... |
741a0459db2f79d7a07e4ffd5cc743f8532c4c59 | aeaf7f37fcb0a9af1a236399e0771bde28863d82 | /Place_Order_001forRev.tst | 5a7354dabd41330014ba68c281a99414945d3f1c | [] | no_license | Yukio-Kita/manager | c7b772034d87195a838a69bc62fae6ffff352a74 | d570594662aac497e1579e68635aab72d2ee0760 | refs/heads/main | 2023-07-31T22:35:35.444174 | 2021-09-14T04:35:21 | 2021-09-14T04:35:21 | 406,196,563 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,079 | tst | Place_Order_001forRev.tst | -- VectorCAST 21.sp3 (08/04/21)
-- Test Case Script
--
-- Environment : MANAGER4
-- Unit(s) Under Test: manager_Rev
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:REMOVED_CL_PREFIX
TEST.SCRIP... |
a0e8898d624783d285ad50d3a840788f4ece9bae | 3d76fea8c13ccbbd85a72caff487d44353b3c546 | /2018-2019/Fall 2018/Object Oriented (Java)/homework5/TestCard.tst | 3ed0e83c94df6ff244d28b875da812c18552ac28 | [] | no_license | munoz24/schoolWork | 7b3c4b77b10d0ff449098052858dbd0470ff2507 | abfb2203a28005be129f52bed79c38d0f869a49d | refs/heads/master | 2020-04-26T02:10:35.656695 | 2019-03-01T03:33:18 | 2019-03-01T03:33:18 | 173,226,541 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | tst | TestCard.tst | 669468710=4
101440296=4
1697572491="KING of HEARTS"
366962618=1
2030470944=7
857860171=-1
1008905993=0
2132967278="TEN of HEARTS"
1039364098="ACE of DIAMONDS"
1117409005=5
1559315561=1
1381188138=7
1196842474=2
1776074497=7
1021459996=4
|
e42262769d9cd3620d137a88afbe55fca9591a74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1970/CH13/EX13.6/CH13Exa6.sce | 2047de1599edf1c1d5e3d8da591d2cdd96be4c52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 750 | sce | CH13Exa6.sce | // Scilab code Exa13.6 : : Page-601 (2011)
clc; clear;
r = 1/2; // Radius of the tube, metre
a = %pi*r^2; // Area of the torus, square metre
V = 3*%pi*a; // Volume of the torus, cubic metre
P = 10^-5*13.6e+3*9.81; // Pressure of the gas, newton per square metre
C = 1200e-6; // Capacit... |
58341cd0002f45b259d55d0b1d4c5ccfd39f5e8a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3136/CH5/EX5.9/Ex5_9.sce | 844d5b8757956516fdd2a1c149201d9ba4656659 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | Ex5_9.sce | clear all; clc;
disp("1.Convert the system specification to Qdash=10000cfm with the correesponding total pressure loss")
delta_p_ldash=0.5*((10000/5000)^2)
printf("\n delta(pl)dash= %0.0f in.wg.",delta_p_ldash)
disp("2. Draw a system line(which is a straight line with slope of 2 on a log-log chart)passing this ... |
13fa343886c7c55ffc80e508246d206449a6f5ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH4/EX4.13/13.sce | c8c2bb99c75601673bbd31173e3b2a3ae0378e27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 920 | sce | 13.sce | clc
clear
//input data
To1=300 //Total stagnation temperature at inlet in K
To2=310 //Stagnation exit temperation in K
G=1300 //Mass velocity in kg/m^2-s
P1=105*10^3 //Static Pressure at entry in Pa
Cp=1.005 //Specific heat of dry air in kJ/kg-K
R=287 //Gas constant in J/kg-K
//calculation
T1=(((-2*P1^2*C... |
173878f27b9c43f96055249d409464b0d0232dc4 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/arcov/arcov1.sce | 435fb42349139b0e76aabdb28f27e120cae98b3c | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | arcov1.sce | x=[0.107533427909220;
0.663644537348001;
0.970587221665023;
0.608390883863076;
-0.293540506673764;
-1.42787086899790;
-2.19233932281606;
-1.88376277475872;
0.351621088370924;
4.20456888982602;
7.02440717036035;
6.65058196622351;
2.57013250348360;
-3.50487012663216;
-8.16852139220758;
-8.56013313698647;
-4.2042820915121... |
cf10cdcf22bedd6a01d6725f940b61e6d011f98f | 449d555969bfd7befe906877abab098c6e63a0e8 | /293/CH16/EX16.2/eg16_2.sce | 978e1e7209b06b09946965048ab5e8b6f1eeee67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,547 | sce | eg16_2.sce | Pl = 396; //wattmeter reading on open circuit test
Vl = 120; //voltmeter reading on open circuit test
Il = 9.65; //ammeter reading o open circuit test
a = 2400/120; //turns ratio
theata = acos(Pl/(Vl*Il)); //phase difference between voltage and current
Irl = Il*cos(theata); //resistive part of Im
Ixl = Il... |
689395ab4a2dc5bd8d91715c31980004ec0084df | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH2/EX2.2/ch_2_eg_2.sce | 7387cbdded50a0c2ddd9f804cdfa3b1dbdf30473 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 826 | sce | ch_2_eg_2.sce | clc
disp("the solution of ex 2.2 --> Pressure Drop in Pipe");
meu=1.79*10^-5
rough=.0000015 //roughness
dia=.004
e_by_D=rough/dia
rho=1.23
v=50 //velocity of air
l=1
Re=(rho*v*dia)/meu //Reynold's number
ffnew=0.01
e=1
t1=e_by_D/3.7 //term 1 of eqn.
t2=2.51/Re ... |
eab74299bad85295f7b9378f434a65ce352a3d0f | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD4/Scripts/repartition.sce | 2dcd2ef2ecc78b3b10da001b8c877ae74f3f6dda | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sce | repartition.sce | clf;
clear;
clc;
load('C:\Users\tangu\OneDrive\Documents\GitHub\Modelisation\TD4\NetworkData.sod')
// Extraction des temps inter-arrivées
t_ia = data(2:$, 2) - data(1:1237, 2);
tab = tabul(t_ia, 'i'); // construction du tableau des effectifs
tab(:,2) = tab(:,2)/length(t_ia); // calcul des fréquences
F = cumsum(tab(:,... |
1bf9de156d627187a828e1bd4c31425b39dda396 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3785/CH6/EX6.7/Ex6_7.sce | 36a6aa1201aaad1a999f0b9479082e71fe3dffbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | Ex6_7.sce | // Example 6_7
clc;funcprot(0);
// Solution
// P_out=(3*%pi*mu*W*omega^2*D^3)/(16*h);
// P_in=(5*%pi*mu*W*omega^2*D^3)/(8*h);
// n_p=P_out/P_in;
n_p=(((3*%pi)/16)/((5*%pi)/8))*100;//The pump efficiency in %
printf("\nThe pump efficiency,n_p=%0.0f percentage",n_p);
|
dfb1510b061e69596521ff6020d3e5ade0cb5829 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnHi/enhi.5.tst | a71747a004d89be8e2c39929c0111a7d1b6481ba | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 66,960 | tst | enhi.5.tst | a a c h a a r y a n a n d a n a a आ च ा र ् य न ं द न ा
a a c h a a r y n a n d a n आ च ा र ् य न ं द न
a a d i n a r a a y a n आ द ि न ा र ा य ण
a a d i t y a आ द ि त ् य
a a f i y a आ फ ि य ा
a a j k a h i n d u s t a n आ ज क ा ह ि ं द ु स ् त ा न
a a j k i a u r a t आ ज क ी औ र त
a a k h r i c h e ... |
11ff4ac58405a9b4ca1c202f72fed17a8fe92dfb | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH20/EX20.4/Example20_4.sce | 1734e724cc450c61cddee28b9580be1e8f5e8429 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 480 | sce | Example20_4.sce | //Example 20.4.
clc
format(5)
disp("The 741C has typical slew rate of 0.5 V/us. Using Eq.(20.8), the slew rate is,")
disp(" SR = 2*pi*f*Vm / 10^6 = 0.5 V/us")
vm=(0.5*10^6)/(2*%pi*(40*10^3)) // in volts
disp(" = 3.98 V peak-to-peak",vm,"The maximum output voltage, Vm(V peak-to-peak) = SR*10^6 / 2*pi*f ="... |
bcf686238f7f2f06b621f48e0935095a73735e2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH3/EX3.1/Exa3_1.sce | eb7f1e22bd4c6898cafd50199e5cbfbf5b2e5210 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa3_1.sce | //Exa3.1
clc;
clear;
close;
// given data
E=2.1;//in eV
E=E*1.602*10^-19;// in J
m=9.107*10^-31;// in kg (mass of electron)
// Formula E=1/2*m*v^2
v=sqrt(2*E/m);
disp(" Velocity of electron at Fermi-level is : "+string(v)+" m/s") |
8dd159b7ea1d42ae108f6fb597632d89cf33adaf | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH6/EX6.11/6_11.sce | f4b5f984f8351f0c939da9cd8ab13f73e33cbd44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 736 | sce | 6_11.sce | //Example No. 6_11
//Fixed point method
//Pg No. 161
clear ; close ; clc ;
//Coefficients of polynomial in increasing order of power of x
A = [ -2 1 1 ];
B = [ 2 0 -1 ];
gx = poly(B,'x','c');
x(1) = 0 ;//initial guess x0 = 0
for i = 2:10
x(i) = horner(gx,x(i-1));
printf('\n x%i = %f\n',i-1,x(i))
... |
9f89c7ca6c88a6c897c6e595892f7b73a13bfeef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH1/EX1.2/1_2.sce | 1b042fbf46bf6304c802fea8892284436c99835e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_2.sce | //clc();
clear;
// To determine the order that will be visible at a point
n1=21;
lambda1=6000*10^(-8); // The 21st order maximum is observed for source of light in centimetres
lambda2=4500*10^(-8);
n2=(n1*lambda1)/(lambda2);
printf("The order that will be visible if the source is replaced by 4500 Arms... |
cb61a41913df8ad787901cd34078385fa748de37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2951/CH4/EX4.2/ex_4_2.sce | 285f1f184421dc8a9561b0212fe2bb5710aeab63 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | ex_4_2.sce | clc;
clear;
a=3;//amplitude in volts
Dev_sen=4;// deviation sensitivity in KHz/volts
fm=1.5;// frequency modulating signal in KHz
f=Dev_sen*10^(3)*3;//peak frequency deviation
B=f/(fm*10^3);
disp(f,"Peak Frequency Deviation( in Hz) ");
disp(B,"modulation index ");
|
633a591d55d65fca7cc413b52fb3022b3b326948 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH4/EX4.28/28.sci | c3a448aef9a9a974e1abfa848c83c40abca9be0c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 170 | sci | 28.sci | clc;
clear all;
disp("Depth and Temperature")
a=0.044;//m^2/h
n=1400*60;// h^-1
theta=2/100;
x=-((a/(3.1416*n))^0.5)*log (theta);
disp("mm",x*1000,"depth x =")
|
11ae382dd775dda03d70456791ba484de448778a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH7/EX7.14/exa_7_14.sce | 136756ad254ca872c7b44fcc6a26380bfded533f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 284 | sce | exa_7_14.sce | // Exa 7.14
clc;
clear;
close;
// Given data
R2= 1000;// in ohm
R3= 1000;//in ohm
R4= 1000;//in ohm
C4= 0.5;// in miu F
C4= C4*10^-6;// in F
R1= R2*R3/R4;// in ohm
disp(R1,"Resistance of inductor in ohm")
L1= C4*R2*R3;// in H
disp(L1,"Inductance of inductor in H")
|
92215ed952a38353e1610d1971c5504c3bddb869 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/rc2is/rc2is1.sce | f5f2c99fc455de30e119e82f803e4efbe4993513 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sce | rc2is1.sce | //check o/p for vector i/p
k = [0.3090 0.9801 0.0031 0.0082 -0.0082];
isin = rc2is(k);
disp(isin);
//output
//
// column 1 to 4
//
// 0.1999886 0.8727832 0.0019735 0.0052203
//
// column 5
//
// - 0.0052203
|
5b0937c2642367443ab31d24824644aa49e3d85b | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /macros/distfun_chi2cdf.sci | 29dc45bd1a5316566c75c66cd6702ec516e30f1f | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,369 | sci | distfun_chi2cdf.sci | // Copyright (C) 2012 - Prateek Papriwal
// Copyright (C) 2012 - Michael Baudin
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.... |
b95b48aaab64635fe83f0ebb600d7de76a843668 | 328ba2fa7989deec370b6435b02922f89cd2161c | /Código/metPotencia.sci | 2cac2c9c3e2e74cc89382c8664a6b41e5499d701 | [
"MIT"
] | permissive | MarianaFRocha/Autovetor-e-Autovalor | 42003ce46078d284780fcd0bf701d9a19f46512e | 6a7a8234dedabaffd3f8e964d26ecb3b5071a8ce | refs/heads/master | 2020-05-21T21:49:01.714472 | 2019-05-11T17:25:04 | 2019-05-11T17:25:04 | 186,161,673 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,128 | sci | metPotencia.sci | function metPotencia()
A = [-1, -4, 0, -3;
0, 2, 0, 0;
1, 4, 2, 0;
18, 10, 16, 1]
e=0.0001
y0=[1;1;1;1]
disp(A)
interacoes = 1 //Número de Interações
erro=1
alphaAntigo=0;
while (erro>... |
df2471f06e52750d2a9b00b054765ad73fe6ff8f | d2212d0d201b09b9171598e203291ecc7b4fadee | /editor/studio/config/Editor.sci | fc2982cfa6687a42ed08162d034ba1c89bc632d9 | [] | no_license | DarkGL/AMXModX-Dark-Edition | dbb16f73c29c4f6fd30ea8df603248f30ec4b6c1 | 6a86cc46251729eec6d0735222751ebad96d8ebb | refs/heads/master | 2021-05-28T15:12:30.047427 | 2015-04-08T15:41:56 | 2015-04-08T15:41:56 | 33,609,148 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 24,449 | sci | Editor.sci | [default]
style=fore:clBlack,back:clWhite,size:8,font:Courier,notbold,notitalics,notunderlined,visible,noteolfilled,changeable,nothotspot
WordWrap=0
WordChars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
ClearUndoAfterSave=False
EOLMode=0
LineNumbers=False
Gutter=True
CaretPeriod=1024
CaretW... |
413d4bacce9512396ab320c8ed9f9a6cc7e21de3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.25/Ex11_25.sce | dea04a5e592d5caa086bf73c8834016cd156430a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,172 | sce | Ex11_25.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.25\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.25 (page no. 602)
// Solution
//In problem 11.24, A COUNTERFLOW HEAT EXCHANGER is operated in the parallel flow
//Hot oil enters at 215 F and leaves at 125 F
//Water enters the unit at 60 F an... |
4bbbdd4bfebee826927b767c5ce8d0959aa02827 | 364f7d17c4f024c39c47c99bda284bacb913d470 | /macros/radius.sci | 9c9611c86b4c95ba67f5e6fe021831d5daa8e1e5 | [] | no_license | msharsha/FOSSEE-Image-Processing-Toolbox | 6ce7bafc187b99b9e01d1eedcc09a11c3a80370d | f8b16bc3329f9186a3b362f29d9a40d20b48cfd4 | refs/heads/master | 2020-12-02T07:55:57.553927 | 2017-07-10T07:41:21 | 2017-07-10T07:41:21 | 96,747,260 | 0 | 0 | null | 2017-07-10T07:14:37 | 2017-07-10T07:14:37 | null | UTF-8 | Scilab | false | false | 1,814 | sci | radius.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
d5b286c2933955bdad0e202860764115ba79d057 | 449d555969bfd7befe906877abab098c6e63a0e8 | /55/CH9/EX9.6/9ex6.sci | 2a4de42e1cb131b29a4f79f6127aaa8539c33e46 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 179 | sci | 9ex6.sci | A=[0 0 0 1;1 0 1 1;1 0 0 1;1 0 1 0];
disp(A,'adjacency matrix of graph G is')
A2=A^2
A3=A^3
disp('the number of ones in A is equal to the number of edges in the graph i.e 8') |
c96a2b5ffc015abf03953bf916a5312ec9ee2c51 | 9b0b812d05ded19d5548c376bbb45ae55f1f1081 | /coefficient_signal.sci | 76422cf52f4da84fe16c6e7ca83c13f2b0515d3c | [] | no_license | mitap45/tsp-ratmoleapproach-scilab | 05724c500f0908d45d22676a1fa08c0af13bc700 | 251a1c4679df42eb7d9a4868bb6c2d56f28dd71b | refs/heads/master | 2021-01-24T07:09:16.818836 | 2017-06-04T19:21:03 | 2017-06-04T19:21:03 | 93,333,895 | 0 | 0 | null | 2017-06-04T19:19:17 | 2017-06-04T18:38:20 | Scilab | UTF-8 | Scilab | false | false | 854 | sci | coefficient_signal.sci | // Muratcan İTAP Sezgisel yöntemler ve uygulamaları dersi projesi
// Sinyal iletim katsayıları matrisinin oluşturulmasını yapan fonksiyon
// Minimum ve Maximum değerler arasından rastgele seçilmiştir.
// Minimum ve Maximum değerler denemeler sonrası optimum olanları alınmıştır.
function Coefficient_Matrix = coeffi... |
501438645925cf451524c99f8bccaecb44d3b8d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2201/CH9/EX9.1/ex9_1.sce | 62e853798dfd4cfc8f847432503faabbffbd14f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex9_1.sce | // Exa 9.1
clc;
clear;
close;
// Given data
V_TN = 0.7;// in V
W = 45*10^-4;// in cm
L = 4;// in µm
L = L * 10^-4;// in cm
t_ox = 450;// in Å
t_ox = t_ox*10^-8;// in cm
V_GS = 1.4;// in V
Miu_n = 700;// in cm^2/V-s
Epsilon_ox = (8.85*10^-14)*(3.9);// in F/cm
k_n = (W*Miu_n*Epsilon_ox)/(2*L*t_ox);// A/V^2
... |
3f139f2240c96d6aa395950e618d502e3bedb547 | fdffabe522d631a0964c00b5566713df90e84b8d | /Electrical Machines 2 (EE258)/Lab 2/labtask2_5.sci | 51a92da2ebb43cd5884ed9062c07372f56a7c4ff | [] | no_license | mnaveenkumar2009/Electrical-and-Electronics-Engineering | aacf3ee8468ea46627162f3f939f257ba55577e1 | 874bcefc328ebe0793bcb8a4792611b26a2539a6 | refs/heads/master | 2021-07-12T10:59:32.859028 | 2020-07-06T16:40:33 | 2020-07-06T16:40:33 | 129,063,058 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 71 | sci | labtask2_5.sci | Power=(modE*sin(w.*t+thetaE)).*(modI*sin(w.*t+thetaI));
plot(t,Power);
|
9f04b649a983a1954f36c080915ee3b97bb5bc0f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1385/CH14/EX14.2/14_2.sce | 2b23d96d81560e15481243729adb6ebe330aef33 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 146 | sce | 14_2.sce | clc
//initialisation of variables
e= 0.266 //v
R= 0.0592
//CALCULATIONS
pH= e/R
//RESULTS
printf (' pH of the unkown solution= %.2f ',pH)
|
e833252c22f29148d5982b10ce58cb8ea348df06 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/mlg.tst | 1d98b264168d3b3f56d36a6e26340e7d62b2c7e0 | [] | 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 | 3,107 | tst | mlg.tst | anjary nanjary V;PST
amoy hamoy V;FUT
andrakaraka handrakaraka V;FUT
anamasina anamasina V;NFIN
ifindra nifindra V;PST
ankatelina mankatelina V;PRS
ifarimbona hifarimbona V;FUT
iondrana hiondrana V;FUT
ifanila hifanila V;FUT
angarika hangarika V;FUT
anafy anafy V;NFIN
ikororosy ikororosy V;NFIN
andetsy andetsy V;NFIN
i... |
cdc32a9210135327bb85ff15219eab03b450d399 | 449d555969bfd7befe906877abab098c6e63a0e8 | /413/CH6/EX6.2/Table_6_1.sce | d018aece6ea79b0a122172b60c6a55443138f4b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | Table_6_1.sce | clc
clear
x=[0 0.1 0.2 0.3 0.4 0.5 0.6]
for i=1:7
A(1,i)=-1+1.*x(1,i)-1.5.*x(1,i).*x(1,i)+0.5.*x(1,i).*x(1,i).*x(1,i)-0.125.*x(1,i).*x(1,i).*x(1,i).*x(1,i)
B(1,i)=-3.*exp(-x(1,i))-2*x(1,i)+2
end
for i=1:7
T=[x(1,i), A(1,i), B(1,i), B(1,i)-A(1,i)]
disp(T)
end |
99cad2107aee0afac0ef1e86e487081e43a558cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH8/EX8.14/Ex8_14.sce | 8f19c4c4c8a5ea176f3b91acb328df25252f6656 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 725 | sce | Ex8_14.sce | clc
cp = 1.005 // Specific heat capacity of air in kJ/kgK
T2 = 160 // Compressed air temperature in degree Celsius
T1 = 25 // Ambient temperature
T0 = 25 // Ambient temperature
R = 0.287 // Gas constant
P2 = 8 // Pressure ratio
P1 = 1 // Initial pressure of gas in bar
Q = -100 // Heat loss to surrounding in kW... |
290be8ddf31e1a1060a814db034baee4b0da4f70 | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/examples/scilab/scilab_shallowwater/shallowwaterviz.sce | bfda4275b0582196c7212972d83c3b80eff5ea87 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,775 | sce | shallowwaterviz.sce | function shallowwaterviz()
//Executed from scilab using format and system boxes
//with the command:
// /usr/bin/scilex -nw -nb -f run_wave2d_dx.sce
//tdp=getenv('SCILAB_HOME')+'/share/scilab/contrib/iome_toolbox/loader.sce';
//tdp='/usr/share/scilab/contrib/iome_toolbox/loader.sce';
tdp=getenv('SCILAB_... |
d5de1ac30728f90a26278973f603a68bacd8edaa | b34461c9ddff1ba130b67023d6e568ada42830dc | /scripts/filtre_median.sci | 1ddb1b8c9cefa493154a0aff78356fcc951a0c19 | [] | no_license | AdrienKegler/Projet-Exolife | f72287fdc41a07b88f03b8346dafab93b4539b07 | 249f0861dc4ba3f2a7639ea60b7d12b45e717933 | refs/heads/master | 2020-05-25T14:05:45.213740 | 2017-03-17T09:16:20 | 2017-03-17T09:16:20 | 84,937,694 | 0 | 0 | null | 2017-03-15T10:15:55 | 2017-03-14T10:45:25 | Scilab | UTF-8 | Scilab | false | false | 3,403 | sci | filtre_median.sci | function image_out=filtre_median(matrice)
SizeX = size(matrice,1);
SizeY = size(matrice,2);
// création d'un tableau de zeros
image_out = zeros(SizeX,SizeY);
// for chaque pixels
for i = 1:SizeX,
for j = 1:SizeY
if i == 1 & j == 1 then
matrice_median = [matrice(i,j),matrice(i,j),matrice(i... |
34e7f64a301f6539c87d6b259aa7a95924d7ef33 | 84ea66af72ab1c482a1a03fd2d8bdc74e9ad1668 | /Tutorial05-Solution_of_equations/Scilab_code/func.sci | 013277da750fe921dd39fb2613cc23b5b2e2d3c1 | [] | no_license | FOSSEE/scilab-tutorials | c4a9464a5b163074566234e42659f99e2012ecc0 | 301609f6ef1653dee4fa2ed74bca3e6f7abc1308 | refs/heads/master | 2020-03-26T23:48:04.178016 | 2018-10-08T00:44:39 | 2018-10-08T00:44:39 | 145,567,949 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 103 | sci | func.sci | //This is script to define a fuction
function y = func(t)
y = cos(t)*sin(t) - tan(t) + 1
endfunction
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.