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
860bd6ad7f4419a6d465204cf1f73fcece4788bb
449d555969bfd7befe906877abab098c6e63a0e8
/1436/CH6/EX6.8/ex6_8.sce
7de067914e2619cc6cf3f795195ac9692df1c3f0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
117
sce
ex6_8.sce
// Example 6.8, page no-374 clear clc rho=1000 h=15 ex_p=1 P=(rho*h/10000)+ex_p printf("P = %.1f kg/cm^2",P)
d12f3242e8f21a7f6f43dd8ef3368c7e8111c788
0778f91e335afef58ae45c5a33184587cee76088
/PontoMedio.sce
c5625de035ea564c95f89a052eff52d89e40a8f0
[]
no_license
LtavaresII/CN
b38e6f5531a3597f8705bdf163f4cec49f49d51e
0dcfb182692dee3ecf71d62162f986f816b3d687
refs/heads/master
2020-03-25T23:35:53.410172
2018-12-05T14:17:32
2018-12-05T14:17:32
144,282,768
0
0
null
null
null
null
UTF-8
Scilab
false
false
350
sce
PontoMedio.sce
function z = g(x,y) z = -1.2*y+7*exp(-0.3*x); endfunction function [x,y] = pontoMedio(a,b,h,y0) x = a:h:b n = length(x); y(1)=y0 for i = 1:n-1 k1 = g(x(i),y(i)) k2 = g(x(i)+h/2,y(i) + k1*h/2) y(i+1) = y(i) + k2*h; end endfunction [x,ypm] = pontoMedio(0,2....
3be93705a7bbbb2aed10ca91c07efee81fc02336
207c864c3f938783d617dca78232e70445ae21e6
/Ch13_I.sce
66e3a0e78c8dcfee629dfcb8738234a1232a665f
[]
no_license
raresica/CalculNumeric
a211a57fd4851e546c0b5eb866b3b228534a982c
5564822ff9f5dab745208898ef9162322b28bff2
refs/heads/master
2021-02-11T05:03:13.720791
2020-04-15T10:42:58
2020-04-15T10:42:58
244,457,154
1
0
null
null
null
null
UTF-8
Scilab
false
false
83
sce
Ch13_I.sce
deff('y=g(x)','if x==0 then y=1; else y=x.^2*cos(x); end') [x,err]=intg(0,%pi,g)
b64f1db24e0e491dbd241aad60d54fe17d901222
449d555969bfd7befe906877abab098c6e63a0e8
/213/CH16/EX16.6/16_6.sce
5604daedd737b330201e46f781beeb3ba9507caf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,051
sce
16_6.sce
//To find power and speed fluctuation clc //Given: N=250 //rpm m=500 //kg k=600/1000 //m //Solution: //Refer Fig. 16.8 //Calculating the angular speed of the crank omega=2*%pi*N/60 //rad/s //Calculating the torque required for one complete cycle T=(6*%pi*750)+(1/2*%pi*(3000-750))+(2*%pi*(3000-750))+(1/2*%pi*...
985094485c2b0961e10ce7359eb759f26f6a179d
449d555969bfd7befe906877abab098c6e63a0e8
/2252/CH17/EX17.14/Ex17_14.sce
e93f7d9eaac3a98da1163cfd00fe40a833fd3190
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
462
sce
Ex17_14.sce
//when the machine is working as generator V=240//terminal voltage across the load P=40D+3//load on generator Il=P/V//load current Rsh=60//resistance of shunt field Ish=V/Rsh Ia=Il+Ish Ra=.03//armature resistance e=2*1//voltage drop at brushes Eg=V+Ia*Ra+e N=450//speed as a generator at this load //let k=P...
1729a9e55016465c302acfa847243155b8deeb3f
449d555969bfd7befe906877abab098c6e63a0e8
/3863/CH2/EX2.1/Ex2_1.sce
5042378b50ab4746deca55f9c326fd5fd604b85d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
793
sce
Ex2_1.sce
clear // // //Given //Variable declaration L=4*(10**3) //Length of the bar in mm b=30 //Breadth of the bar in mm t=20 //Thickness of the bar in mm P=30*(10**3) //Axial pull in N E=2e5 //Youngs modulus in N/sq.mm mu=0.3 //Poisson's ratio //Calculation A=b*t ...
ad4a15244579d4a974b5c92061107e1abc3e7455
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.3_5.tst
489857bb31a68b8dbf129e2691b75a3627aaeb2d
[]
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
32,315
tst
bow.3_5.tst
3 15:0.05555555555555555 17:0.25 23:0.15384615384615385 37:0.3333333333333333 82:0.16666666666666666 95:1.0 96:0.14285714285714285 97:1.0 114:0.5 115:1.0 116:2.0 128:0.5 145:1.0 171:0.5 272:0.6666666666666666 350:0.125 531:0.5 561:0.5 622:1.0 641:1.0 809:1.0 892:1.0 938:1.0 1168:1.0 1430:1.0 1618:1.0 1742:1.0 1947:0.5 ...
3c703d6fd5c1a0efd11319b482adf2221a548beb
449d555969bfd7befe906877abab098c6e63a0e8
/3506/CH2/EX2.1/EXP_2_1.sce
9b6a4f9c87475099a1037001e8dab0d4b55458bc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
EXP_2_1.sce
//Optical Fiber communication by A selvarajan //example 2.1 //OS=Windows XP sp3 //Scilab version 5.5.1 clc; clear all; //case-1 ncore=1.46//refractive index of core nclad=1//refractive index of cladding c=3e5//velocity of light in Km/s L=1// length of path in Km NA=sqrt(ncore^2-nclad^2)//Numerical aperture ...
a60fc2a9a511c7a38215816c0c4b0f243e3290e7
449d555969bfd7befe906877abab098c6e63a0e8
/3014/CH2/EX2.20/Ex2_20.sce
ef85f594ba5d3b54c72fae0c90a38155f3dc6c2a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
388
sce
Ex2_20.sce
clc //given that del_v = 5.5e-20 // Uncertainty in velocity in m/s h = 6.63e-34 // Plank constant m = 1 // mass of dust particle in mg printf("Example 2.20") h_bar = h / (2*%pi) // constant del_x = h_bar/(2*del_v*m*1e-6) // Calculation of uncertainty in momentum printf("\n Uncertainty in position of ball is %f...
4c4423756551ab04b70849d933ff2922ae1e385b
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH19/EX12.19.1/Ex12_19_1.sce
9cda13a824c672df5f98ef865b70b045c8a04ae2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex12_19_1.sce
//Section-12,Example-1,Page no.-SS.58 //To calculate the mobility of electrons in copper. clc; res=1.76*10^-6 //ohm/cm e=1.6*10^-19 //coulombs n=(6.023*10^23)/((63.54)/(8.96)) //no. of free electrons per unit volume u_e=(1/(res*n*e)) disp(u_e,'Mobility of electron(cm^...
4cdb1be78726c289461ecfa5e36e38e9344afa46
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/risetime/risetime17.sce
f887549804e1b5d7ac5adb7fc0bbc02ea7290b34
[]
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
261
sce
risetime17.sce
//check o/p when no i/p args are passed to the function y=risetime(); disp(y); //output //!--error 4 //Undefined variable: varargin //at line 50 of function risetime called by : //y=risetime(); //corresponding MATLAB o/p //Not enough input arguments.
0acb948facff287611b58891ab746d38fc1253a5
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set14/s_Linear_Integrated_Circuits_S._Salivahanan_And_V._S._K._Bhaaskaran_1106.zip/Linear_Integrated_Circuits_S._Salivahanan_And_V._S._K._Bhaaskaran_1106/CH7/EX7.6/ex7_6.sce
82d8d9f2292c2f34fbf741447192afe774fef45e
[]
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
187
sce
ex7_6.sce
errcatch(-1,"stop");mode(2);// Example 7.6, Page No-336 Ri=10*10^3 Vp=10 Vref=10 fo=200 C1=0.1*10^-6 Vi=2 t=Vi/Vref f=t/(Ri*C1) printf('Frequency f= %d Hz', f) exit();
641fda2b17fa2132fe9465d93786954ca1c6e70b
449d555969bfd7befe906877abab098c6e63a0e8
/125/CH1/EX1.13/Fig1_13.sce
9a17b6b67466597a8bbac59fd869bee54af605b0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
847
sce
Fig1_13.sce
//Caption: False contouring Scilab code //Fig1.13 //page 13 clc; close; a =ReadImage('E:\DIP_JAYARAMAN\Chapter1\tigerpub.jpg'); a = uint8(a); figure imshow(a) title('Original image'); //using 128 gray levels figure a_128 = grayslice(a,128); gray_128 = gray(128); ShowImage(a_128,'Image with 128 gray levels...
ccaed6608343c7f905dbb10c8f136d3693f0435a
d8b00ba08203d369b2c5f550547a8bec3b784a8f
/opMat.sci
849252a8dad4b4da3f6ed7e3a2a6b06dff94af1c
[]
no_license
braisalemaghiles/TP-Calcul-Numerique
8f75a0af2b82fb8e4b586d19320da406128e7611
260fed32749d444756d6cd32f873d5238d95851f
refs/heads/main
2023-01-31T13:19:03.073956
2020-12-17T13:22:58
2020-12-17T13:22:58
314,294,362
0
0
null
null
null
null
UTF-8
Scilab
false
false
720
sci
opMat.sci
function [C] = matmat3b(A,B) M = size(A,1) N = size(B,2) P = size(B,1) C = zeros(M,N) for i=1:M for j=1:N for k=1:P C(i,j) = A(i,k) * B(k,j) + C(i,j) end end end endfunction function [C] = matmat2b(A,B) M = size(A,1) N ...
337c581e5e05c254b4f31c3bb1f1a01d25af4899
683d2599aa2be1a5f74b928d545b20e7ea656cd1
/microdaq/macros/load_last_dsp_image.sci
4bbedc1d0083c05c9fe9a0c7a0061388e2fd7f29
[ "BSD-3-Clause" ]
permissive
pj1974/Scilab
5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95
cd54f1bd8502d6914ad6ff5271ca0e6e3d323935
refs/heads/master
2020-12-25T17:12:56.934984
2015-10-06T17:16:11
2015-10-06T17:16:11
41,862,822
0
0
null
2015-09-03T14:00:56
2015-09-03T14:00:56
null
UTF-8
Scilab
false
false
1,781
sci
load_last_dsp_image.sci
function load_last_dsp_image() global %microdaq; if isfile(TMPDIR + filesep() + "last_mdaq_dsp_image") == %t then dsp_app_path = mgetl(TMPDIR + filesep() + "last_mdaq_dsp_image"); if isfile(dsp_app_path) == %t then connection_id = mdaq_open(); if connection_id < 0 then ...
43432ae8f08badbcfadc6dd49ac9e96a6ca02724
449d555969bfd7befe906877abab098c6e63a0e8
/2471/CH1/EX1.3/Ex1_3.sce
e35a408b4ccd916d5b4f1374777704347ea4554b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
636
sce
Ex1_3.sce
clear ; clc; // Example 1.3 printf('Example 1.3\n\n'); printf('Page No. 10\n\n'); // Solution // Given Et = 100*10^3;// total energy production in tonnes per annum Eo= 0.520*10^9;// oil consumption in Wh Eg= 0.146*10^9;// gas consumption in Wh Ee= 0.995*10^9;// electricity consumption in Wh Io= Eo/Et; Ig...
3f47c28b68846dbe4b36324621170a06d5731410
449d555969bfd7befe906877abab098c6e63a0e8
/48/CH3/EX3.9/eg_3_9.sce
dff2dbf3717bdda9534a15c9518aa7b6416f8464
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
223
sce
eg_3_9.sce
clear; clc; disp("T(x,y,z)=x^y^z^+x^y^z+x^yz+xyz+xy^z+xy^z^"); disp("the complement T^ consists of those minterms which are not contained in the expression for T"); disp("T=[x^yz^+xyz^]^"); disp("(x+y^+z)(x^+y^+z)");
234c6c7fe41d63585553cf65540d4e3f4a165a67
449d555969bfd7befe906877abab098c6e63a0e8
/3411/CH5/EX5.8/Ex5_8.sce
c6c61b8dad228dcd3689f1684fc1075b81c6b417
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
418
sce
Ex5_8.sce
//Example 5_8 clc(); clear; //To calculate the Bragg angle and the wavelength of X-rays //Given plane indices are (1,1,1) theta=87 //units in degrees theta=theta/2 //units in degrees a=0.2 //units in nm h=1 k=1 l=1 d=a/sqrt(h^2+k^2+l^2) //units in nm lamda=2*d*sin(theta*(%pi/180)) ...
17548c7e170cd3301c6677910891534664a3e8d5
561dbfa312194f0357fcdcb19114a39bf208631d
/10/CH1/EX2/cha1_2.sce
0f4f6440ae8c57c3cc25bb539aceaf9209b250cd
[]
no_license
vinayakvivek/GithubAPI-test
4ecc8fa82ea630b7b89778f0b1d05b9bc6705cf5
b4efff33db5e58e41907063a82d24e356ebf24e9
refs/heads/master
2021-01-19T07:46:35.824186
2017-04-08T06:38:37
2017-04-08T06:38:37
87,571,042
0
1
null
2017-04-08T06:38:38
2017-04-07T17:34:37
Scilab
UTF-8
Scilab
false
false
102
sce
cha1_2.sce
A=4*%pi*10^-7;lc=360; N=500;i=4;lg=2*10^-3; m=-A*(lc/lg) c=(N*i*A)/(lg) Hc=(N*i)/(lc) // test2
23142de4e5d5f4080dadd4c3cb6f3bc360a89295
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH8/EX8.6/8_6.sce
971a094433d46ebd386e5e46cd259fc2b32ead01
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
537
sce
8_6.sce
//To find the total mechannical power and rotor copper loss clc; clear; P=60*(10^3); // Power input Pstat=1*(10^3);// Stator Losses Pirot=P-Pstat;// Rotor Input s=3/100;// Running slip Prc=poly([0 1],'Prc','c'); // Variable for rotor copper loss // Prc = I2^2 * R2 rloss=(Pirot*s)-(3*Prc); Prc=roots(...
e0086570207328443f48c33a728a7171272ce55b
7ad0d60cf81a6a597c854f34eb8e4d0f0238449f
/Controle/T1/Código/V3/Alocação de polos - obs e contr.sce
43169a3bbad6221f03dbc4f5ce9a26f52f6bed55
[]
no_license
Lucas-Okamura/Poli-USP
83c5bf59a8d1f04215db1caeb3898a2394c0797c
2875cd8e0f3a2549f0461d0256cf5e8cc24d204c
refs/heads/master
2023-06-07T21:29:13.123960
2021-06-23T21:59:01
2021-06-23T21:59:01
304,692,746
1
0
null
null
null
null
UTF-8
Scilab
false
false
391
sce
Alocação de polos - obs e contr.sce
// Código para alocação de polos do controlador e do observador s = poly(0,'s') matr = s*eye(4,4)-A pc = [-0.8,-0.35+0.35707*%i,-0.35-0.35707*%i,-0.0346] // Polos desejados para o controlador Kcal = ppol(A,B,pc) // Definição da matriz K do controlador po = 2*pc // Polos desejados para o observador Koal = (ppol(A',C',po...
a6e4a8987117e1c1d4e68797bb936a65c892b764
449d555969bfd7befe906877abab098c6e63a0e8
/1752/CH8/EX8.16/exa_8_16.sce
1efe6bd680f773c94e201f57a6cafd123a206df7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
595
sce
exa_8_16.sce
//Exa 8.16 clc; clear; close; //given data Mh=10000/3600;// in kg/sec Mc=8000/3600;// in kg/sec Cph=2095;// in J/kg K Cpc=4180;// in J/kg K t_hi=80;// in degree C t_ci=25;// in degree C t_ho=50;// in degree C U=300;// in W/m^2 K // Energy balance Mh*Cph*(t_hi-t_ho) = Mc*Cpc*(t_co-t_ci) t_co= Mh*Cph*(t_hi-...
7b17657e36ee196e3ada4cce885cc931cfe9a7c7
13c3ed7bef4d80dabd836219bbf4396f07cb934a
/bitor_demo.sci
c94d0506417527a0b00d7c77681b90f40584cec7
[]
no_license
Mushirahmed/scilab_workspace
99f489a110a5e295ce9fca9991122d14840018d3
f58b91b87bb0357fff82dcb97b05541e7e976eca
refs/heads/master
2021-01-10T15:48:40.576771
2016-02-10T10:32:46
2016-02-10T10:32:46
43,348,489
0
0
null
null
null
null
UTF-8
Scilab
false
false
415
sci
bitor_demo.sci
function bitor_demo() a = uint8(12); b = uint8(39); c = bitor(a,b); disp(c); d = uint8([11 10 9;8 7 16;7 5 6]); e = uint8([13 9 10;7 5 3;10 8 3]); f = bitor(d,e); disp(f); aa = uint16(8); bb = uint16(4); cc = bitor(aa,bb); disp(cc); dd = uint16([1 4 6;2 10 8;2 12 16])...
0257e7a51b5a86704c96967d7968911c3a261fbd
449d555969bfd7befe906877abab098c6e63a0e8
/1994/CH3/EX3.3/Example3_3.sce
375517276b1a53083c081b09eab67c27cb3ecadf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
181
sce
Example3_3.sce
//Chapter-3,Example3_3,pg 3_10 V1=100*10^-3 Vr=100*10^-3 t1=83.33 t2=(V1/Vr)*t1 printf("t2=%.5f ms\n",t2) Vi=200*10^-3//input voltage t2=(Vi/Vr)*t1 printf("t2=%.5f ms",t2)
b476c2ff674dd217a310d001b44a639e545148ae
449d555969bfd7befe906877abab098c6e63a0e8
/3754/CH31/EX31.4/31_4.sce
8a428c9062347fccbea92700a64d8c15f9a8592f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
543
sce
31_4.sce
clear// //Variables L1 = 1000.0 * 10**-6 //Inductance1 (in Henry) L2 = 100.0 * 10**-6 //Inductance2 (in Henry) M = 20.0 * 10**-6 //Mutual Inductance (in Henry) C = 20.0 * 10**-12 //Capacitance (in Farad) //Calcul...
235de3167c17be48c0d854223f981b46baa214b0
178822612bcd418dc12ba7a649304a24ab618d60
/Numerical Analysis/El Hadji NGOM projet Scilab(Amélioré)/Projet 2 Systhèmes non linéaires/Dicchomie.sci
50c713cdc28bfeb09c76449e8a4052b9648aa4ad
[]
no_license
engom/Math_Problem_Solving
b56c6cbfbff6c416c519795b9ab8f0c0bbba5ea3
6538c476681ae4ee803ea9b3a8944c5f370e1961
refs/heads/master
2022-05-25T01:13:16.123161
2016-02-13T11:32:28
2016-02-13T11:32:28
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
479
sci
Dicchomie.sci
// fonction test du code (exepmle d'évaluation) et paramétres function y=f(x) y=x^2 - 2; endfunction eps=10^-8 a=0 b=3 // Methode de Dichotomie function [x,n]=dicho(f,a,b,eps) if (f(a)*f(b)>0) then disp("Il ne semble pas y avoir de zero dans l''intervalle."); return; end n=0 while ...
f78e39c4093915fcbefed4323dcf10db21dfc3a4
7cbeef90493f736d2d6033fc4f8eb0c204fbe8ea
/grad.sce
771b567b3690fdd7d4a63e31609518d7e80b94db
[]
no_license
lucasfariaslf/emap_optim
62f7b9e11764302e392a5c86a4fdede41f11dac3
0c93b7654c3101b9275602ff2e6acb49af5133c6
refs/heads/master
2021-09-14T03:53:50.017323
2018-05-08T00:19:16
2018-05-08T00:19:16
103,544,555
0
0
null
null
null
null
UTF-8
Scilab
false
false
541
sce
grad.sce
// implementstion of the gradient descent method // //clear all; clc; eps=10^(-3); N=10000; nit=1; d=10; function grad(x, Sim, ln) while d>eps & nit<N [f,g]=Sim(x); if type(ln)==13 then t=ln(x,-g, Sim); elseif type(ln)==1 then ...
1123921f8f80accfbac969e709cd8a91db1be325
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/swig/Examples/test-suite/scilab/default_args_runme.sci
b557df044d2e1da8d70332e527b00a332182d95e
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
Scilab
false
false
129
sci
default_args_runme.sci
version https://git-lfs.github.com/spec/v1 oid sha256:938c623a35224ef71fc1c879edf9189de266c77dbb2cc50237b8380d78ca4802 size 2371
f3e79d6088995465f3b18887cc96cdc2fb80359d
449d555969bfd7befe906877abab098c6e63a0e8
/3446/CH21/EX21.5/Ex21_5.sce
40b69ccae59d7a0ea4a47123255dd82211de0537
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
870
sce
Ex21_5.sce
// Exa 21.5 // To determine the coded symbol transmission rate per subcarrier and bit transmission rate per subcarrier for each of the two modes. clc; clear all; R=3/4;//code rate of convolution encoder M1=9; //payload transmission rate in Mbps for mode 1 M2=36; //payload transmission rate in Mbps for mode 2 ...
39b2a139ca57b20d615cff27f4378354b37ec5d8
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/L37.prev.tst
6168b317831a3bea44bcbe2b2501765cf03c7654
[ "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
28
tst
L37.prev.tst
Vector [-3,4,5].lcm() = 60
2aa28021e7ebfac0f6507179ce1e488ad8a658e2
449d555969bfd7befe906877abab098c6e63a0e8
/1847/CH3/EX3.40/Ch03Ex40.sce
6016c149099f633f83ec87699d03ba499c220ffc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
559
sce
Ch03Ex40.sce
// Scilab Code EX3.40:: Page-3.56 (2009) clc;clear; lambda = 5500e-008; // Wavelength of most sensitive color to an eye, cm a = 400; // Aperture of the telescope, cm D = 3.8e+010; // Distance of the moon from the earth, cm d_theta = 1.22*lambda/a; // Limit of resolution of telescope, radians // As d_theta = x/...
db69aafe1532a4eb766ac6278fa17690bd957248
449d555969bfd7befe906877abab098c6e63a0e8
/3755/CH2/EX2.10/Ex2_10.sce
f544aff7d944967c5d49a841d1113af01688d4b6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
832
sce
Ex2_10.sce
clear // // // //Variable declaration h1=0; //intercept on X axis k1=1; //intercept on Y axis l1=1; //intercept on Z-axis h2=1; //intercept on X axis k2=0; //intercept on Y axis l2=1; //intercept on Z-axis h3=1; //intercept on X axis k3=1; //intercept on Y axis ...
5d910589842faf1b456a8892b6a98a54e00470a8
39e25a71492778228cb19f75653df5cb39b717c8
/RoboMower/assets/images/tileset.tst
2410e854412df4ca86e22795a993dd98951cd599
[ "Zlib" ]
permissive
fallahn/RoboMower
83fe44c7f603469078aedd297b5c0de60f0e7b1e
a032d618b2338c70e4eb02d3ee286f4000a5c9ae
refs/heads/master
2021-01-19T03:37:53.865034
2019-04-16T10:15:43
2019-04-16T10:15:43
65,198,371
2
1
null
null
null
null
UTF-8
Scilab
false
false
800
tst
tileset.tst
{ "short1" : [0, 0], "short2" : [16,0], "fence_tl" : [32,0], "fence_top" : [40,0], "fence_tr" : [48, 0], "long" : [0, 16], "dirt" : [16,16], "fence_bl" : [32,16], "fence_bottom" : [40,16], "fence_br" : [48,16], "fence_left" : [32,8], "fence_right" : [48,8], "edge_n" : [0,32], "edge_e" : [16,32], "edge_s"...
9bb9b36bb361ef651f3fc2a285cc70019362dc31
449d555969bfd7befe906877abab098c6e63a0e8
/2660/CH14/EX14.5/Ex14_5.sce
a2121237326feb88491a0b0a486e6b3ca226e85a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
715
sce
Ex14_5.sce
clc t = 0.25 // uncut chip thickness in mm b = 2.5 // width of cut in mm v = 2.5 // cutting speed in m/s alpha = 10 // rake angle in degrees fc = 1130 // cutting force in N ft = 295 // thrust force in N tc = 0.45 // chip thickness in mm r = t/tc // chip thickness ratio alpha = alpha*%pi/180 // rake angle in ra...
1f798e5e233e1af8a2a377023b050e1d848af204
676ffceabdfe022b6381807def2ea401302430ac
/solvers/CompressibleFlowSolver/Tests/PipeFlow_NSAxisym.tst
1c3f187eb73f42841ce8c258ff79271dd303ac69
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
1,021
tst
PipeFlow_NSAxisym.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description>NS, axisymmetric pipe flow with low Mach number</description> <executable>CompressibleFlowSolver</executable> <parameters>PipeFlow_NSAxisym.xml</parameters> <files> <file description="Session File"> PipeFlow_NSAxisym.xml</file> </fil...
c669433430b3b4f433f226ca211e70ae439af80f
8217f7986187902617ad1bf89cb789618a90dd0a
/source/1.1/macros/metanet/mintree.sci
16b49a8b0a27d05fb9fddbedce9f19f73933e137
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
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
400
sci
mintree.sci
function t=mintree(i,g) [lhs,rhs]=argn(0), if rhs==0 then i=1, g=the_g elseif rhs==1 then if type(i)==15 then g=i, i=1 else g=the_g, end end if (i<0 | i>g_nodnum(g)) then error('bad internal node number') end if g_direct(g)==1 then alf=dmtree(i,g), t=prevn2st(alf,g) else if g_edgnum(g)<0.5*g_nodnum(g)*g_nodnu...
4ed5bf13b48c709a465194b2e489142d99b12c0b
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.2_17.tst
f5c222bb598ce282ad6d7272b9b5b6b6f9e859e7
[]
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
35,299
tst
bow.2_17.tst
2 10:0.5 17:1.0 18:0.5 19:1.0 30:0.16666666666666666 39:1.0 43:0.25 53:1.0 56:0.08333333333333333 59:1.0 63:0.25 68:0.1111111111111111 69:1.0 88:1.0 100:0.2 126:0.25 187:1.0 247:1.0 326:0.1111111111111111 327:1.0 370:1.0 402:1.0 545:0.5 806:1.0 888:0.3333333333333333 1093:1.0 1175:1.0 1248:1.0 1652:1.0 2012:0.5 2287:1....
bd754acc7c3afaf9698b089dc6678b28f8e85df2
449d555969bfd7befe906877abab098c6e63a0e8
/3532/CH5/EX5.8/Ex5_8.sce
cee0aee50501325f0e5a2f0f9db9e40da50b0bca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,104
sce
Ex5_8.sce
clc clear mprintf('Mechanical vibrations by G.K.Grover\n Example 5.7.1\n') //given data J1=0.735//moment of inertia of main system in Kg-m^2 Kt1=7.35*10^5//torsional stiffness To=294//amplitude of applied torque W=10^3//frequency of applied torque //u=ratio of absorber mass to main mass i.e M2/M1 //Wn is exita...
66bd8fc23ba3225a44bed3d02b8f9a6c5fcc817c
449d555969bfd7befe906877abab098c6e63a0e8
/3665/CH2/EX2.8/Ex2_8.sce
d4857c5b1aa7d8d5accb6d6feab0282c32a9adc0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
596
sce
Ex2_8.sce
clc// // // //Variable declaration r1=1.258; //atomic radius(angstrom) r2=1.292; //atomic radius(angstrom) //Calculation a1=4*r1/sqrt(3); //spacing(angstrom) n1=((1/8)*8)+1; //number of atoms per unit cell v1=a1^3/n1; //volume occupied by 1 atom(m^3) n2=(1/2*6)+(1/8*8); //n...
b049e044513506c94ee4c9550e6a758c32005af8
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH4/EX4.7/EX4_7.sce
90bc1c1df6aea8de7e54087e487c24447b6b00c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
377
sce
EX4_7.sce
//Exa 4.7 format('v',6) clc; clear; close; // Given data I=5;// in µA V=10;// in V T1= 0.11;// in °C^-1 T2= 0.07;// in °C^-1 // Io+I_R=I (i) // dI_by_dT= dIo_by_dT (ii) // 1/Io*dIo_by_dT = T1 and 1/I*dI_by_dT = T2, So Io= T2*I/T1;// in µA I_R= I-Io;// in µA R= V/I_R;// in ...
9386986b93418506b034aee86fccd3fa6c0542ca
364fc2bac23ae5482a18e5e9392ff63e68642dae
/TP5/exo1.sce
e0df1cb24bd31ecbd09a85c152b11d721e417bfe
[]
no_license
Raphael-De-Wang/2M310TP
259e55e9dc931b0a0102ed7a5dbbb31e82b88295
af21ffee07fadeb5b27c5f30d0deb1926972ccee
refs/heads/master
2021-01-11T14:14:21.447623
2017-03-29T20:27:35
2017-03-29T20:27:35
81,227,258
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,576
sce
exo1.sce
clear; A = [0,1;-4,0]; // Q1. function X = osciHarmEulExpl(A,X0,T,p) hp = T/p; X = [;]; X(1,:) = X0; for k = (1:p), X(k+1,:) = X(k,:) + (hp * A * X(k,:)')' ; end endfunction function test X0 = [0,1]; T = 10; Xp50 = osciHarmEulExpl(A,X0,T,50); Xp100 = osciHarmEulExpl(A,X...
9bf49fbab0dc3f5730c93930c80bc2ca5cc081d0
449d555969bfd7befe906877abab098c6e63a0e8
/2207/CH5/EX5.12.3/ex_5_12_3.sce
e14004f8eb25430bc0d9fc68a988d9ff5b650c24
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
462
sce
ex_5_12_3.sce
//Example 5.12.3: amplitude of the first three lower order harmonis clc; clear; close; //given data : v=200;//in volts n=[(1/3);(1/5);(1/7)];// for i=1:3 vn(i)=((4*v*n(i))/(sqrt(2)*%pi));// end disp(round(vn(1)),"Rms value of third harmonic component of output voltage in volts is") disp(round(vn(2)),"Rms value of f...
feec8560a876507c4b2b3f7a23d7dcfba4080218
449d555969bfd7befe906877abab098c6e63a0e8
/60/CH8/EX8.5/ex_5.sce
d9b46c0be95cb7865e7c7921c7ffc1369d5330f6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
83
sce
ex_5.sce
// Example 8.5 deff('[v]=f(x,y)','v=x+y') [y,x]= adamsbashforth3(0,0,1,1/32,f)
7844b0af1e85db3ad3e9c8f7d04265a2126c53b3
449d555969bfd7befe906877abab098c6e63a0e8
/213/CH2/EX2.1/2_1.sce
c2fd0d1f8dc9d34aa9591d6c48ab1878a80219b3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,007
sce
2_1.sce
//To Find the Acceleration and Distance clc //Given: u1=0,v1=72*1000/3600 //m/s s1=500 //m //Solution: //Calculating the initial acceleration of the car a1=(v1^2-u1^2)/(2*s1) //m/s^2 //Calculating time taken by the car to attain the speed t1=(v1-u1)/a1 //seconds //Parameters for the second case u2=v1,v2=90*1...
8b09855ecd45a9f3865b31ce2d365741ba381a2b
449d555969bfd7befe906877abab098c6e63a0e8
/3733/CH25/EX25.2/Ex25_2.sce
cedce7b9608fe22b8105cc6958c1b1007b9eae3c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,787
sce
Ex25_2.sce
// Example 25_2 clc;funcprot(0); //Given data T_1=20+273;// K T_3=1100+273;// K T_5=1000+273;// K T_11=150;// °C p_r=8;// Pressure ratio p_7=80;// bar T_6a=300+273;// K T_7=600+273;// K n_c=100/100;// Isentropic efficiency of compressor n_t=100/100;// Isentropic efficiency of both turbines p_8=0.05;// bar...
e78b42d2dd0be678c5b38aae73ec7af0a279ee2f
449d555969bfd7befe906877abab098c6e63a0e8
/1268/CH6/EX6.5/6_5.sce
0cc6778f0a3ed6b30834c1359dab54601413068c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
6_5.sce
clc; disp("Example 6.5") d=3e-4 // diameter in m particleD=2800 // inkg/m^3 waterD=1000 // in kg/m^3 mew= 0.001 // viscosity in kg/ms K=d*(((waterD*9.81*(particleD-waterD))/(mew*mew))^(1/3)) Re= d*waterD/mew f=18.5/(Re^0.6) U=(((4*9.81*(particleD-waterD)*d)/(3*waterD*f))^0.5)^(10/7) disp(U)
e1de9d67d93cd05b4968fb1603f3d2565848e676
449d555969bfd7befe906877abab098c6e63a0e8
/1388/CH10/EX10.10/10_10.sce
909fec5486702222554189c8f4fc3bae6ae1f1bc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
193
sce
10_10.sce
clc //initialisation of variables k= 6.3*10^2 //ml mole^-1 sec^-1 P= 400 //mm T= 600 //K R= 82.06 //CALCULATIONS C= (P/760)/(R*T) t= 1/(9*C*k) //RESULTS printf (' time= %.1f sec',t)
33248bd91873d8ce5ec0564912997242d83ff231
449d555969bfd7befe906877abab098c6e63a0e8
/174/CH14/EX14.2/example14_2.sce
da0344074abbf158280426465baca0fa698fcc4d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
636
sce
example14_2.sce
// To find loss in the fiber // Modern Electronic Instrumentation And Measurement Techniques // By Albert D. Helfrick, William D. Cooper // First Edition Second Impression, 2009 // Dorling Kindersly Pvt. Ltd. India // Example 14-2 in Page 393 clear; clc; close; // Given data NA_1 = 0.3; // numerical apert...
33d6f26a9607cf63dba99e33ba95bccf562b5825
0eea7d48e039f70051ddf39a431c9325998e775e
/elim_Gauss.sce
8d5fa06a6d3b40db42beaa17738260c88d9f2462
[]
no_license
dannylong/Dannylong
dc3e200009a356e5c63481737a6f3c3a515fbdab
5103df01e5bfef3031627b7eb35f815b63ed862c
refs/heads/master
2016-09-14T04:58:31.471187
2016-05-09T00:32:58
2016-05-09T00:32:58
58,337,691
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,043
sce
elim_Gauss.sce
clear; // Geração de números aleatórios de 1 a 6 //fix(6*rand()+1); A = [6 2 -1; 2 4 1; 3 2 8]; b = [7 7 13]; function Ab = gauss(A, b) Ab = [A b']; //Matriz aumentada Ab [linhas colunas] = size(A); for j = 1:colunas pivo = Ab(j, j); // PIVOTAMENTO PARCIAL //Pivotamento ...
443d4d5c55cfc230c265c8ea496df4289c319b07
449d555969bfd7befe906877abab098c6e63a0e8
/1388/CH6/EX6.15/6_15.sce
b67c3711ea433609252000ca759d422b3a65fbe8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
189
sce
6_15.sce
clc //initialisation of variables G0 = 0 //cal G= 13200 //cal T1= 298.2 H1= 23100 //cal //CALCULATIONS T= 1/((H1/T1)-(G/T1)-(G0/T1)) //RESULTS printf (' Temperature = %.3f K ',T)
9f7b5d1bcc0b78d4951f6a745b8a907d56cea437
449d555969bfd7befe906877abab098c6e63a0e8
/1445/CH1/EX1.40/ch1_ex_40.sce
09fde3e60109fac8920a4d50a90c7b9c9fa2cc5c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
955
sce
ch1_ex_40.sce
//CHAPTER 1- D.C. CIRCUIT ANALYSIS AND NETWORK THEOREMS //Example 40 disp("CHAPTER 1"); disp("EXAMPLE 40"); //VARIABLE INITIALIZATION v1=20; //in Volts v2=10; //in Volts r1=5; //top resistance in Ohms r2=10; //bottom resista...
5739944626c773acf4991ea11b794e331148d89c
449d555969bfd7befe906877abab098c6e63a0e8
/70/CH1/EX1.4.2/1_4_2.sci
d5196e94f3206aa9b9f9a87e6741aaec73072725
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
122
sci
1_4_2.sci
clear; close; clc; A=[2 3;7 8]; disp(A,'A='); P=[0 1;1 0]; disp(P,'P(Row exchange matrix)=') disp(P*A,'PA=') //end
09092f8b41717c8c210dc536f5286147413f3e35
449d555969bfd7befe906877abab098c6e63a0e8
/615/CH8/EX8.8/8_8.sce
bd09ac07304591a6c0c446192767cd027f940772
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
690
sce
8_8.sce
//Fuels and Combustion// //Example 8.8// CH4=0.14;//volume of CH4 in 1m3 volume of gaseous fuel in m3// H2=0.32;//volume of H2 in 1m3 volume of gaseous fuel in m3// N2=0.40;//volume of N2 in 1m3 volume of gaseous fuel in m3// O2=0.14;//volume of O2 in 1m3 volume of gaseous fuel in m3// printf('Volume of oxygen re...
4e97880f7f045103d7cf0b16ce616ca0aa44299f
449d555969bfd7befe906877abab098c6e63a0e8
/2093/CH3/EX3.11/exa_3_11.sce
56472f7b388cda6a2958007fa2e0fd363457b2ef
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
481
sce
exa_3_11.sce
// Exa 3.11 clc; clear; close; // Given data V_B= 4;// in V V_BE= 0.7;// in V V_CC= 10;// in V V_E= V_B-V_BE;// in V R_E= 3.3;// in kΩ R_E=R_E*10^3;// in Ω RC= 4.7;// in kΩ RC=RC*10^3;// in Ω I_E= V_E/R_E;// in A bita=100; alpha= bita/(1+bita); I_C= alpha*I_E;//in A disp(I_C*10^3,"The value of I_C in ...
1c26e370fd2c7a7b8e4b2d58c443eff135c5d48d
e806e966b06a53388fb300d89534354b222c2cad
/macros/imwarp.sci
a920ffa60a046bc209f732049bd3b518c7eaaec4
[]
no_license
gursimarsingh/FOSSEE_Image_Processing_Toolbox
76c9d524193ade302c48efe11936fe640f4de200
a6df67e8bcd5159cde27556f4f6a315f8dc2215f
refs/heads/master
2021-01-22T02:08:45.870957
2017-01-15T21:26:17
2017-01-15T21:26:17
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
155
sci
imwarp.sci
function [output] = imwarp(img,matrix) image = mattolist(img); a = imwarp(image,matrix) d = size(a) for i=1:d output(:,:,i) = a(i); end endfunction
1357a8f4f320d9db6191e1265223d3009fc8924e
449d555969bfd7befe906877abab098c6e63a0e8
/671/CH11/EX11.7/11_7.sce
99f9f027d3aee4337216db2f53f629b5865799be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
144
sce
11_7.sce
f=50 ns=100 P=110000 pf=0.8 p=120*f/ns disp(p) kVA=P/pf/1000 disp(kVA) kW=P/0.971/1000 disp(kW) Tpm=kW*1000*60/2/%pi/ns disp(Tpm)
b8cab48e85fb1c49f02bcbc6f88e38c779e89051
42fdf741bf64ea2e63d1546bb08356286f994505
/test_0723_shift_registers_currentsum/graph.sce
76ff7e66957163d012ad8e0d9a49072145b9329d
[]
no_license
skim819/RASP_Workspace_sihwan
7e3cd403dc3965b8306ec203007490e3ea911e3b
0799e146586595577c8efa05c647b8cb92b962f4
refs/heads/master
2020-12-24T05:22:25.775823
2017-04-01T22:15:18
2017-04-01T22:15:18
41,511,563
1
0
null
null
null
null
UTF-8
Scilab
false
false
6,024
sce
graph.sce
data_00 = [ 0 185E-09 184E-09 182E-09; 1 254E-09 216E-09 188E-09; 2 430E-09 313E-09 211E-09; 3 620E-09 417E-09 235E-09; 4 775E-09 505E-09 257E-09; 5 953E-09 609E-09 284E-09; 6 994E-09 631E-09 289E-09; 7 1.132E-06 706E-09 306E-09; 8 1.217E-06 753E-09 317E-09; ]; data_00(:,2) = data_00(:,2) * 1E+09; data_00(:,3) = data_0...
8f49e108976fe65ad52a1764536d8e6e9de6a902
449d555969bfd7befe906877abab098c6e63a0e8
/1703/CH9/EX9.5/9_5.sce
f7c4fec96156b76d1c17b37ec7ecbf4d7b6f45e6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
269
sce
9_5.sce
clear clc //initialisation of variables V= 90 //ft/sec a= 30 //degrees u= 45 //ft/sec //CALCULATIONS w= V*cosd(a) f= sqrt(V^2-w^2) b= atand(f/(w-u)) V1= sqrt(f^2+(u-f*cotd(b))^2) //RESULTS printf ('absolute velocity of water at the exit = %.1f ft/sec',V1)
89e8527d508f581c81199bb9866d9d9c1614161f
449d555969bfd7befe906877abab098c6e63a0e8
/3281/CH2/EX2.1/ex2_1.sce
984e803956afa4ca581d41c87f876d2003b36d24
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
268
sce
ex2_1.sce
//Page Number:91 //Example 2.1 clc; //Given, a=6;//cm b=4;//cm d=4.47;//cm c=3D+8; //m/s lamc=2*a; lamg=2*d; //Signal wavelength lam=lamg*lamc/(sqrt(lamg^2+lamc^2)); lam=lam/100; //m f=c/lam; disp('Ghz',f/1D+9,'Signal frequency of dominant mode:');
edf2125279fee4eed4021934516271607c342403
449d555969bfd7befe906877abab098c6e63a0e8
/752/CH20/EX20.2.4/20_2_4.sce
a0ddde2079cb2859bc342597bb7a6924178d2162
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
327
sce
20_2_4.sce
clc; //page no 762 //prob no. 20.2.4 //refer example 20.2.3 a=2;//gradding profile index V=69.1;//normalized cutoff freq. N=2390;//number of modes supported as a step index fiber //Determination of no. of modes supported by graded index fiber N_a=(N*a)/(a+2); disp(N_a,'no. of modes supported by graded index f...
3058225ad5e00f3cd6be6e87af5b0f228aead49d
13c3ed7bef4d80dabd836219bbf4396f07cb934a
/addfuntiondemo.sci
e9387ae9fb23a84d7e1afcd09b0b5025dfe500bb
[]
no_license
Mushirahmed/scilab_workspace
99f489a110a5e295ce9fca9991122d14840018d3
f58b91b87bb0357fff82dcb97b05541e7e976eca
refs/heads/master
2021-01-10T15:48:40.576771
2016-02-10T10:32:46
2016-02-10T10:32:46
43,348,489
0
0
null
null
null
null
UTF-8
Scilab
false
false
136
sci
addfuntiondemo.sci
//SCI2C: DEFAULT_PRECISION= FLOAT function addfuntiondemo() a = 1; b = 2; c = a + b; //d0d0OpPlusd0 disp(c) endfunction
1bb9302d331599d5d2b0cfed53ddf94a0152c254
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH7/EX7.2/Example7_2.sce
e27794c524d6962f368ea05b23d00d5510e7c38e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
774
sce
Example7_2.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART I : GENERATION // CHAPTER 7: TARIFFS AND ECONOMIC ASPECTS IN POWER GENERATION // EXAMPLE : 7.2 : // Page number 73 clear ; clc ; close ; // Clear the work space and c...
c696bd65bc0efa03095149e067d69e7b2279ceba
449d555969bfd7befe906877abab098c6e63a0e8
/1163/CH3/EX3.16/example_3_16.sce
2c2aac9e234c1f7804a5d872c1c3505fadc66ab6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
255
sce
example_3_16.sce
clear; clc; disp("--------------Example 3.16---------------") L=8; // number of levels bits_per_level=log2(L); // formula to calculate number of bits per level printf("The number of bits per level is %d bits.",bits_per_level); // display the result
60d556798b384eb468f64a93bba295d3ced51c1d
449d555969bfd7befe906877abab098c6e63a0e8
/1748/CH1/EX1.15.p/prob1_15.sce
90194bc8c0fbb2c4c1663988e470a308c786ee8f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,573
sce
prob1_15.sce
// Prob 1.15 clc; clear; close; format('v',7); // Given data P=1000//in KVA VL=11000;//in volt m=3;//no. of phase Ra=3.5;//in ohm/phase Xa=40;//in ohm/phase Ia=P*1000/(VL*sqrt(3));//in Ampere V=VL/sqrt(3);//in volt cosfi=0.8; fi=acosd(cosfi);//in degree Va_resistance=Ia*Ra;//drop in resistance in volt V...
74f49d86d90c45883c4901189088ec30238626b5
449d555969bfd7befe906877abab098c6e63a0e8
/3834/CH11/EX11.3.5/Ex11_3_5.sce
e097b8f7edc02f556039ac9eabdd13420fb306a5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
758
sce
Ex11_3_5.sce
//Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner //Example 11.3.5 //windows 7 //Scilab version-6.0.0 clc; clear ; //given BER=1E-9;//bit error rate Kb=1.38E-23;//Boltzman constant in J/K T=300;//Room temperature in K P=Kb*T;//constant Rl=50E+3;//load resistance in ohm ...
c15697ba40280984f31df44916e84a3b75a30945
717ddeb7e700373742c617a95e25a2376565112c
/806/DEPENDENCIES/282.sci
85db00f7136c1bd51faf5feedee3a03e7982f433
[]
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
141
sci
282.sci
w=2//m(Width of gate) r=1.5//m(Radius of gate) h=4.5//m(Height of water above the top edge of gate) p=9810//N/m^3(Weight density of water)
1d92e1637b8a427d542e1e62ca2d94908cdb659e
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH12/EX12.18/Ex12_18.sce
f9371ddb2f8656f91e393d569d59f46f13bc7887
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
508
sce
Ex12_18.sce
//Initilization of variables theta=%pi/3 //rad //Calculations t=sqrt(theta) //s thetadot=2*t thetadoubledot=2 r=2*t^2 rdot=4*t rdoubledot=4 ax=rdoubledot-(r*thetadoubledot*thetadoubledot) //ft/s^2 ay=2*rdot*thetadot+r*thetadoubledot //ft/s^2 a=sqrt(ax^2+ay^2) thetax=30+atand(ax/ay) //degrees //Solving by ...
b07481ddeba7beb3f491494bd939e865812bf759
449d555969bfd7befe906877abab098c6e63a0e8
/671/CH7/EX7.18/7_18.sce
aa59d086a63e9e0373139d8bffcc604e265a8929
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
142
sce
7_18.sce
fluxc=1.5E-3 Ac=12/10000 Bc=fluxc/Ac Hc=1250 lc=0.3 F=Hc*lc Fa=200*1 Fb=600*0.75 Fc=F-Fb+Fa Nc=Fc/0.5 disp(Nc) ////clockwise5
040b349eb418d7b16ba4d1165217ed1c5edfdd41
449d555969bfd7befe906877abab098c6e63a0e8
/413/CH2/EX2.4/Example_2_4.sce
c307d1cf252a0865670739da09ec1cc2c83aa6e4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
560
sce
Example_2_4.sce
//Compute the Frobenius norms of A, B, C and the infinity norms clearglobal() clc; A=[5 9;-2 1] printf('Matrix A is') disp(A) printf('Frobenius Norm of A is') disp(norm(A,'fro')) B=[0.1 0;0.2 0.1] printf('infinite Norm of A is') disp(norm(A,'inf')) printf('Matrix B is') disp(B) printf('Frobenius Norm of B...
0e2731ae854ab916c67c7f35ef15ba056c116c22
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH6/EX6.15/6_15.sce
c600e58e8d5e8c40900c65c59ef0db06c3bcbb69
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
509
sce
6_15.sce
//Chapter 6, Problem 15 clc; V=1.25*10^3; //Voltage across terminals C=0.2*10^-6; //Capacitance of capacitor E=50*10^6; //Dielectric strength e0=8.85*10^-12; er=6; d=(V/E); //Calculating distance between plates A=(C*d)/(e0...
8b6dc2b83372e773acce7d2ed1661734aaf9d0ed
449d555969bfd7befe906877abab098c6e63a0e8
/551/CH13/EX13.4/4.sce
9ca5049cd6f7f9f3118485b2368b72141e270045
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
247
sce
4.sce
clc // First case //(T1-T2)/T1=1/6 //T1=1.2*T2 // Second case //(T1-(T2-(70+273)))/T3=1/3 T2=1029/0.6; T1=1.2*T2; disp("Temperature of the source =") disp(T1) disp("K") disp("Temperature of the sink=") disp(T2) disp("K")
52a7f7d08f6d948294e64614afb7682e890ee1de
e806e966b06a53388fb300d89534354b222c2cad
/macros/imextendedmin.sci
bd7ef808f3714cb753ca373aa44c16b5ef39e94c
[]
no_license
gursimarsingh/FOSSEE_Image_Processing_Toolbox
76c9d524193ade302c48efe11936fe640f4de200
a6df67e8bcd5159cde27556f4f6a315f8dc2215f
refs/heads/master
2021-01-22T02:08:45.870957
2017-01-15T21:26:17
2017-01-15T21:26:17
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
208
sci
imextendedmin.sci
function[dstMat] = imextendedmin(srcImg, Hmin) srcMat = mattolist(srcImg) out = opencv_imextendedmin(srcMat, Hmin) channel = size(out) for i = 1: channel dstMat(:,:,i) = out(i) end endfunction
8f159e7f51291e22ae406af32aa13ef1674abbe4
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/bow/bow.19_13.tst
c8e5325f927c27ce6112e3db23a9f787caf54312
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
3,499
tst
bow.19_13.tst
19 67:0.1111111111111111 77:1.0 215:1.0 872:1.0 19 4:0.1 35:0.022222222222222223 496:1.0 883:1.0 19 34:0.5 77:1.0 471:1.0 1180:1.0 19 4:0.1 35:0.022222222222222223 130:1.0 238:1.0 883:1.0 19 45:0.125 77:1.0 19 4:0.1 35:0.022222222222222223 45:0.125 67:0.1111111111111111 1117:1.0 19 45:0.125 77:1.0 19 4:0.1 35:0.0222222...
4d79cba03086e731e684efeb06c352cce686d457
449d555969bfd7befe906877abab098c6e63a0e8
/1955/CH9/EX9.10/example10.sce
b61c472bcff35dcca03de495739fdb0506263fc6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,227
sce
example10.sce
clc clear //input data D=1.4//Diameter of the turbine in m N=430//Speed of the turbine in rpm Cr1=9.5//Flow velocity without shock at runner in m/s C2=7//Absolute velocity at the exit without whirl in /s dSPH=62//Difference between the sum of static and potential heads at entrance to runner and at exit from runn...
55d23d45cb6c9b6f2e85cd4aac39c63975748d9a
449d555969bfd7befe906877abab098c6e63a0e8
/3428/CH9/EX4.9.2/Ex4_9_2.sce
1967850baa65687d776a4e12968a2e535dcabd8b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
427
sce
Ex4_9_2.sce
//Section-4,Example-2,Page no.-I.9 //To calculate the temperature of the sun's surface. clc; lm=677.4*10^-9 //Wavelength(nm) M=57 //Molar Mass(gm/mol) d_lm=5.3*10^-12 //Width at half height(m) R=8.314 //JK^-1mol^-1 C=3*10^8 //(m/s) //d_lm=(((2*lm)/c)*((...
66fd101c44d3bc442086c87f502c6d2b6f52b0d6
449d555969bfd7befe906877abab098c6e63a0e8
/1664/CH6/EX6.2/Ex6_2.sce
06e380df77fcdd80791943b6b79dfaadaedb3e7e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
671
sce
Ex6_2.sce
//Example No.6.2. //Page No.185. clc;clear; a1 = 0.332*10^(-9);//Lattice parameter for BCC structure -[m]. a2 = 0.296*10^(-9);//Lattice parameter for HCP structure -[m]. c = 0.468*10^(-9);// -[m] disp('BCCv is the volume of BCC unit cell'); BCCv = a1^(3);//Volume of BCC unit cell. printf("\nThe volume of BCC ...
7c907ea119208b6bff3148fc6d1644d434e4554a
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/xgetfile.man.tst
a565dec2480a32827f6700e1430d8725f10aaff4
[ "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
102
tst
xgetfile.man.tst
clear;lines(0); xgetfile() xgetfile('*.sci','SCI/macros/xdess') xgetfile(title='Choose a file name ')
5510e48f29c0d679984bd904f66ee375bb64bdfc
449d555969bfd7befe906877abab098c6e63a0e8
/572/CH13/EX13.13/c13_13.sce
acc14c9c630bd6d13e73f52b079491bf898c44db
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,297
sce
c13_13.sce
//(13.13) Steam at 5 bar, 240C leaks from a line in a vapor power plant. Evaluate the flow exergy of the steam, in kJ/kg, relative to an environment at 25C, 1 atm in which the mole fraction of water vapor is yeH2O = 0.0303 //solution Rbar = 8.314 ...
ba49f22247ac9eb55c379298ed2944123a9354ed
449d555969bfd7befe906877abab098c6e63a0e8
/3819/CH1/EX1.9/Ex1_9.sce
8f33b7da3f15c67d2531480ca43ae22cc3ba88ab
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
691
sce
Ex1_9.sce
// A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal // Chapter 1-Properties of Fluid // Problem 1.9 //Given Data Set in the Problem Area=(60*60)/(100*100) dy=12.5/1000 u=2.5 du=u-0 Force=98.1 ss=Force/Area //Calculations //1)Dynamic viscosity of Oil in poise ...
ff0d782060e267ac2cf00e7e895e15b1e237c962
244971ae8af51184d278cdc2be1c80775413adae
/SSSeQAMdecoder.sci
770ed652f95af96f70856be91256cdc4c69158a2
[]
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,521
sci
SSSeQAMdecoder.sci
// The code was developed under Horizon2020 Framework Programme // Project: 748767 — SIMFREE function [BER,BERt,d]=SSSeQAMdecoder(x,s,M) c0=SSSeQAMcoder((0:M-1)',M); L = length(s); k=floor(L/M); y=complex(zeros(k,M)); for m=1:M t=find(s==m-1); y(1:k,m)=x(t); end y=conj(y');...
1dfa321766c9bcfe9a74b65a02d984b8362e340c
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/DT2.prev.tst
5cc073438e61af79955883d7c4c569b7bcd29a5c
[ "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
111
tst
DT2.prev.tst
0 -1 {a=>2*a,b=>2*b,c=>2*c} a^2 + b^2 - c^2 # Pythagoras 1 0 {a=>x,b=>y,c=>z} 4*a^2 + 4*b^2 - 4*c^2
d93b4321840a201863286012b313696030e1d82f
449d555969bfd7befe906877abab098c6e63a0e8
/1949/CH2/EX2.28/2_28.sce
f223b1936b638755b50c8aaea7c55807c8850e56
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
606
sce
2_28.sce
//Chapter-2,Example 2_28,Page 2-49 clc() //Given Data: n=1 //order lam=5.89*10^-7 //Wavelength of light a=0.3*10^-3 //width of slit //Calculations: //We know, a*sin(theta)=n*lam theta1=asin(n*lam/a)*180/%pi*60 //angular position in first dark band in minutes printf('Angul...
fef452af866385caa9bab42c3674c9b9bbe07723
449d555969bfd7befe906877abab098c6e63a0e8
/2762/CH4/EX4.5.2/4_5_2.sce
9cb80a11fb895dfa7b72e75e9115000ec75c02f7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,219
sce
4_5_2.sce
//Transport Processes and Seperation Process Principles //Chapter 4 //Example 4.5-2 //Principles of Steady State Heat Transfer //given data in si units //nomenclature of unmentioned specifications similar to previous example Di=0.0266; Do=0.0334; Pr=2.72;//Prandtl Number L=0.305; rho=0.98*1000;//density of wa...
571a7e200fb0df7be10ba5c9e9bfd26c168f2e5a
858e87eba2421990e4bb02ee2ac7070276bc0259
/experiments/voltage-1-motor.sci
5e02dfcd7e1b63c3732d3148a1a49c503276ba7b
[ "LicenseRef-scancode-public-domain" ]
permissive
MyFreertosLab/sdrone_test
c649e737128db26ee0902d2b9beca883c0ef5f2a
919ff6dd3e5d495102f0b16243873f3cb7b4640b
refs/heads/master
2023-06-15T05:10:19.052455
2021-07-16T07:10:39
2021-07-16T07:10:39
359,063,905
0
0
null
null
null
null
UTF-8
Scilab
false
false
376,590
sci
voltage-1-motor.sci
A=[ 49.00000, 11768, 976, 11768, 32, 11768, 40; 52.00000, 11768, 976, 11768, 32, 11768, 40; 52.00000, 11768, 976, 11768, 40, 11768, 40; 52.00000, 11768, 976, 11768, 32, 11768, 40; 52.00000, 11768, 984, 11768, 32, 11768, 40; 52.00000, 11768, 976, 11768, 32, 11768, 40; 52.00000, 11768, 976, 11768, 32, 11768, 40; 52.00000...
7b34625b7257ecf9c314fa4a2be208bef9e2cd8a
449d555969bfd7befe906877abab098c6e63a0e8
/1775/CH4/EX4.13/Chapter4_Example13.sce
0266e409441f39a67550d52ce9ca41c659c09333
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,093
sce
Chapter4_Example13.sce
//Chapter-4, Illustration 13, Page 202 //Title: Steam Nozzles and Steam Turbines //============================================================================= clc clear //INPUT DATA C1=1000;//Steam velocity in m/s a1=20;//Nozzle angle in degrees U=400;//Mean blade speed in m/s m=0.75;//Mass flow rate of st...
cd6d0cdbcfa924054296285810eaeb5ed6df1558
1573c4954e822b3538692bce853eb35e55f1bb3b
/DSP Functions/zpkshift/test_10.sce
7c3a3eb7d3e9cfdfece08a598f08564d467cf2a8
[]
no_license
shreniknambiar/FOSSEE-DSP-Toolbox
1f498499c1bb18b626b77ff037905e51eee9b601
aec8e1cea8d49e75686743bb5b7d814d3ca38801
refs/heads/master
2020-12-10T03:28:37.484363
2017-06-27T17:47:15
2017-06-27T17:47:15
95,582,974
1
0
null
null
null
null
UTF-8
Scilab
false
false
800
sce
test_10.sce
// Test #10 : For complex vector inputs exec('./zpkshift.sci',-1); [z,p,k,n,d]=zpkshift([6*%i,4*%i],[3.2*%i,9*%i],6,0.7,0.9); disp(d); disp(n); disp(k); disp(p); disp(z); // //Scilab Output //d=1. 0.3445765 0. //n=0. - 0.3445765 - 1. //k=5. //p=-0.5735053 - 0.3124803i // 0.2289288 + 0.4201605i // ...
760ae430e3f31a4d2c317d7e8e76aa8511abaf7e
449d555969bfd7befe906877abab098c6e63a0e8
/2621/CH5/EX5.1/Ex5_1.sce
a269b2fba91cd5193e4ebe2bd3c9f665c10b62d9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex5_1.sce
// Example 5.1 clc; clear; close; // Given data format('v',6); C= 0.01;// in µF C=C*10^-6;// in F R_A= 2;// in kΩ R_A=R_A*10^3;// in Ω R_B= 100;// in kΩ R_B=R_B*10^3;// in Ω T_HIGH= 0.693*(R_A+R_B)*C;//charging period in second T_LOW= 0.693*R_B*C;// discharging period in second T= T_HIGH+T_LOW;// overall ...
01a7410e4f436ed3b9089c9633c486ca83108044
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH4/EX4.22/EX4_22.sce
da83dcdb9debe32c35e0cc10f35d957ac6364ee9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
189
sce
EX4_22.sce
//EXAMPLE 4-22 PG NO-39-240 R1=50; R2=20; R3=10; V1=50; V2=100; V=[(V1/R1)+(V2/R2)]/[(1/50)+(1/20)+(1/10)]; disp(' Voltage is = '+string(V)+' V');
44fe20839c5bcad91d4708f83a8e17b6aadf8405
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.6_12.tst
59b7605ab791b112e4492129ff427eef00123ea6
[]
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
39,754
tst
bow.6_12.tst
6 9:0.25 14:1.5 16:0.05 18:0.07142857142857142 27:1.0 29:0.5 43:0.3333333333333333 44:0.25 56:0.3333333333333333 60:0.07692307692307693 64:0.5 70:0.125 78:0.3333333333333333 127:1.0 129:0.5 160:0.3333333333333333 183:0.25 199:1.0 200:1.0 230:0.3333333333333333 289:0.5 301:1.0 387:0.25 398:0.3333333333333333 442:0.2 578...
28065ed5360e493d2ec6ec5433e6ffdf9791e8fe
7c74252476ecbb33ff6b44b6360b314586cc345e
/essaie_Optimization1.sce
46c542d8f20cfebdb3b641a50a83c17e4787b0c6
[]
no_license
Gaetan43/Scilab-Master-2-PFV
5d254ab060ba0096660f38ed64a0717d2a88adf5
cd890518af755e905f2089a8cfcc1d5a438f3492
refs/heads/master
2020-04-22T10:10:37.229172
2019-02-12T10:15:00
2019-02-12T10:15:00
170,296,003
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,004
sce
essaie_Optimization1.sce
clear close clc //on appelle toutes les fonctions (sci) contenue sur l'ordi, plutot dans mon dossier du CC que l'on a créé ! getd("C:\Users\gaetan\Desktop\TP scilab Master 2\Contrôle Continue"); // on crée la boucle qui va chercher les fichier à traiter 1 par 1 dans C:\Users\gaetan\Desktop\TP scilab Master 2\...
4a9c6cea38a61a2c1d973933c856a14ad635c4d6
126a5d28bbfc3431d8dd3555bcbae3d74deec2a8
/Scilab_code_Results_validation.sci
e57c03e222f816adabd678cf723c449ffc9b2875
[ "MIT" ]
permissive
fmairet/Temperature_Allocation
40746b86d79f8399fe6b31579da71ad53372e3a4
85a5265efce3ff8b68c5fa17a3967c6c2663777b
refs/heads/main
2023-01-11T01:58:44.464245
2020-11-09T10:21:37
2020-11-09T10:21:37
311,297,391
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,039
sci
Scilab_code_Results_validation.sci
// Optimal proteome allocation and the temperature dependence of microbial growth laws // Francis Mairet,Jean-Luc Gouzé, Hidde de Jong // npj Systems Biology and Applications // // SI: Scilab code for Figure 3 (validation) xdel(winsid()) clear ////////////////////// Parameters ////////////// R=8.314; Tref=31...
b396759571aa9e539770d6ef3a7304c99a6d7109
449d555969bfd7befe906877abab098c6e63a0e8
/3764/CH3/EX3.9/Ex3_9.sce
061d048aeee10802a422fd6bafabf40b90a72ba4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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_9.sce
clc // //Bar with Square Cross Section //Variable declaration tALL=40 // Stress(MPa) //Calculation // Bar with square cross section a=0.040 // Length(m) b=0.040 ...
184e38a489c09b638cac3f1f00e9b1a0b71061c4
3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc
/Área 1/Aula 6/Avaliativo4.sce
5ec85f945c72e149606cd3136257a66954bd7448
[ "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
65
sce
Avaliativo4.sce
x=[3141592, 1414213] y = [%pi,sqrt(2)] * 10^6 disp(norm(x-y,2))
b78370da5e42e063e7c89fa22a6be7a51d7cb85a
449d555969bfd7befe906877abab098c6e63a0e8
/1847/CH1/EX1.30/Ch01Ex30.sce
3085c7f94860e956bb55f1547effc216de29a965
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ch01Ex30.sce
// Scilab Code Ex1.30:: Page-1.33 (2009) clc; clear; h = 6.6e-034; // Planck's constant, Js e = 1.6e-019; // Energy equivalent of 1 eV, J/eV c = 3e+08; // Speed of light, m/s v = 3e+07; // Velocity of the electron, m/s m0 = 9.1e-031; // Rest mass of electron, kg m = m0/sqrt(1-v^2/c^2); // Mass ...
09020b0119f39c76ef111d9e16d252369b27cdb9
59ea89f1162f8048d9f7f10f6e6a3a1567c56607
/expe/pat/Prog/PrepAtt_SeuilAuditif_Jo.sce
e25f8c725912d1ac59879e20afcc254744668e8f
[]
no_license
elshafeh/own
a9b8199efb3511aa1b30b53755be9337d572b116
ef3c4e1a444b1231e3357c4b25b0ba1ba85267d6
refs/heads/master
2023-09-03T01:23:35.888318
2021-11-03T09:56:33
2021-11-03T09:56:33
314,668,569
1
1
null
null
null
null
ISO-8859-1
Scilab
false
false
2,292
sce
PrepAtt_SeuilAuditif_Jo.sce
# Audiometry.sce: Audiometry Utilities (Discrimination) # # header scenario = "SeuilAuditif"; pcl_file = "Audiometry.pcl"; active_buttons = 1; #* button_codes = 1; #* # sound hardware settings channels = 2; # stereo bits_per_sample = 16; sampling_rate = 44100; # sample rate (Hz) #parametres ecran defa...
8978deb6298359d23d068ad4c3bf3745e7c34008
449d555969bfd7befe906877abab098c6e63a0e8
/2510/CH22/EX22.7/Ex22_7.sce
ca5c03fc014f61c58bd2c826a7b6c04853964a0a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,168
sce
Ex22_7.sce
//Variable declaration: //From table 22.1: QH1 = 12*10**6 //Heat duty for process unit 1 (Btu/h) QH2 = 6*10**6 //Heat duty for process unit 2 (Btu/h) QH3 = 23.5*10**6 //Heat duty for process unit 3 (Btu/h) QH4 = 17*10**6 //Heat duty for process unit 4 (...
9d198c78c39aee58947f808dd5accd967facde19
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH2/EX2.83/EX2_83.sce
a8651b2ac1079e1076ee6d85f6771e661b954133
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
645
sce
EX2_83.sce
//EXAMPLE 2-83 PG NO-117-118 V=125+%i*0; I1=5+%i*0; I2=1.2+%i*1.964; Z2=V/I2; disp('iv) IMPEDANCE (Z2) is in polar form = '+string (Z2) +' ohm '); R=28.26; XC=46.43; F=50; C=1/[2*%pi*F*XC]; disp('iv) CAPACITOR (C) is in polar form = '+string (C) +' F '); I=I1+I2; disp('...
76dee76ae348a4e9bf7bf0074f7e640d22cba662
b198c5fb5f24c67daa80a383a5a0dadf46603c86
/BrunoReinoso_Rosenbrock.sce
90ac255276225b72b701e7ad6f869324dc4d721b
[]
no_license
Breinoso2006/Otimizacao
014ca6926b0da7bfa95cf044ad99368257b4426c
a1e845aa6fd1946d895a6861648284cc2accae94
refs/heads/main
2023-05-06T13:20:04.444010
2021-05-26T18:45:35
2021-05-26T18:45:35
371,136,003
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,510
sce
BrunoReinoso_Rosenbrock.sce
clc; clear; clearglobal; //Criação da função dada function a = f(p) global d; a = (p(1)-2)^4 + (p(1) - 2*p(2))^2; endfunction //Função lambda function z = fLambda(a, j) global d; z = f([p(1) + (a*d(j, 1)), p(2) + (a*d(j, 2))]); endfunction //Cálculo de Newton function newton(j) global lambdas...
2ad85844375f18d3fbd8c0d8c74d550500cbace3
449d555969bfd7befe906877abab098c6e63a0e8
/149/CH35/EX35.6/ex6.sce
ee3d4be43ff488e789734d0361eb69def13ff578
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
228
sce
ex6.sce
clear clc disp('m and n represents mean and number of objects in sample respectively') m=3.4 n=900 M=3.25 d=1.61 disp('z=(m-M)/(d/(n^0.5)') z=(m-M)/(d/(n^0.5)) disp('as z>1.96,it cannot be regarded as a random sample ")
3cd95a35f448a9c86974d10db10342bc9574c99a
573df9bfca39973c9bf2fa36f6e5af2643d7771e
/scilab/interpolação/problema_poli_newton.sce
87b616688772171a1ecf242d7b015bfad867976e
[]
no_license
DCC-CN/152cn
ef92c691edabe211b1a552dbb963f9fd9ceec94a
4fe0b02f961f37935a1335b5eac22d81400fa609
refs/heads/master
2016-08-13T01:34:17.966430
2015-04-07T07:31:58
2015-04-07T07:31:58
44,502,526
1
0
null
null
null
null
UTF-8
Scilab
false
false
2,383
sce
problema_poli_newton.sce
// // // clear; clc; getd('../lib'); function print_vect (name, v) mprintf("%s = [", name); mprintf("%8.6f", v(1)); for i = 2:size(v, '*') mprintf(" %8.6f", v(i)); end mprintf("]\n"); endfunction function interpolar(x, y, z, exact_fz) P = poly_Newton(x, y, %T); Pz = horner(P, z); ...