blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
76f2fe5ff70e3798ed0b7c596f85dcb7de47f833
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/champ.man.tst
cbd3ba88c1c06c0e38ef848498dfb36a2b1c76b3
[ "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
222
tst
champ.man.tst
clear;lines(0); // using rect as plot boundaries champ(-5:5,-5:5,rand(11,11),rand(11,11),1,[-10,-10,10,10],"011") // using (x,y) to get boundaries xbasc() champ(-5:5,-5:5,rand(11,11),rand(11,11),2,[-10,-10,10,10],"021")
e9d8c0d1ef197dfd44af94db7236a44ff010e83d
449d555969bfd7befe906877abab098c6e63a0e8
/812/CH10/EX10.03/10_03.sce
bcaf8b526ab5eae0388eb693c3859a13766a5146
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
976
sce
10_03.sce
//Pump Power// pathname=get_absolute_file_path('10.03.sce') filename=pathname+filesep()+'10.03-data.sci' exec(filename) [nQ mQ]= size(Q); [nps mps]=size(ps); [npd mpd]= size(pd); [nI mI]= size(I); //Correct measured static pressures to he pump centreline p1, p2(in psig): j=1:mps; p1=ps(j)+px*g*zs/144 j...
8ad181b00af1d50921c6e1f0ee632d7fe4ffede1
449d555969bfd7befe906877abab098c6e63a0e8
/1673/CH2/EX2.21/2_21.sce
36140b4ea5a85744669f7d257bc5f7417d4b80b4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
563
sce
2_21.sce
//ramanujan's method //example 2.21 //page 45 clc;clear;close; deff('y=f(x)','1-((13/12)*x-(3/8)*x^2+(1/24)*x^3)'); a1=13/12,a2=-3/8,a3=1/24; b1=1; b2=a1; b3=a1*b2+a2*b1; b4=a1*b3+a2*b2+a3*b1; b5=a1*b4+a2*b3+a3*b2; b6=a1*b5+a2*b4+a3*b3; b7=a1*b6+a2*b5+a3*b4; b8=a1*b7+a2*b6+a3*b5; b9=a1*b8+a2*b7+a3*b6; pr...
1ac32ff320d352b84c920999c5eaedbc7cb98936
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH13/EX13.23/Ex13_23.sce
1b22de823f6134d45ec5619ba97922fa0c62b99f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
143
sce
Ex13_23.sce
//Ex13_23 PG-13.13 clc clear printf("conversion of decimal number 54 base to a number with base 4 =") a=[54] x=dec2base(a,4); printf(" %s",x)
def43bef2869618759fc2fc6895d664cfb7af37b
449d555969bfd7befe906877abab098c6e63a0e8
/539/CH17/EX17.1/Example_17_1.sce
f9047f214a1b7c4f90141a8fcde40d7cc5db6ec1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
575
sce
Example_17_1.sce
//Determination of Electrochemical Cell Characteristics clear; clc; printf("\tExample 17.1\n"); V_Cd=-0.403; //Half Cell Potential of Cd++|Cd V_Ni=-0.250; //Half Cell Potential of Ni++|Ni dV=V_Ni-V_Cd; printf("\nStandard Cell potential is : %f V\n",dV); C_Ni=10^-3; C_Cd=0.5; n=2; //Net electron exc...
7242aedb41468ab49939e0d6c7d480425167c5d7
449d555969bfd7befe906877abab098c6e63a0e8
/3845/CH7/EX7.9/Ex7_9.sce
c2df296338348ab17be22352d0b91e7e4e271613
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex7_9.sce
//Example 7.9 m=65;//Mass of player (kg) v_i=6;//Initial velocity (m/s) f=450;//Force of friction (N) d=m*v_i^2/(2*f);//Distance slid (m) printf('Distance slid = %0.2f m',d) //Openstax - College Physics //Download for free at http://cnx.org/content/col11406/latest
5e24c8ed434d5fe2040b78cf6930c1d826928e79
449d555969bfd7befe906877abab098c6e63a0e8
/3651/CH4/EX4.3/3.sce
ff7aaf8fed8a006cf661450c8e83f00f749469a1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
382
sce
3.sce
//Variable declaration d=970; //density(kg/m**3) Na=6.02*10**26; //avagadro number w=23; //atomic weight m=9.1*10**-31; //mass(kg) h=6.62*10**-34; //planck's constant //Calculation N=d*Na/w; //number of atoms/m**3 x=h**2/(8*m); y=(3*N/%pi)**(2/3) EF=x*y; //fermi energy(J) //Result...
67ea6f96e05322728f67dde42e2051f316a90e63
449d555969bfd7befe906877abab098c6e63a0e8
/689/CH8/EX8.10/10.sce
2f358741df7cb9e87f58838758cd6f7118098b53
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
385
sce
10.sce
clc; funcprot(0); //Example 8.10 Polar Curves // Initialisation of variables W = 2000; S = 180; V = 120*1.467; rho = 0.002378; // Calculations Cl = 2*(W/S)/(rho*V^2); Cd = 0.019 ; //From fig 8.19 LbyD = Cl/Cd; L = W; // for level flight lift = weight D = L/LbyD; HP = D*V/550; //Results ...
85f8bacfffdf13b783b44e2f36e46f5408635c61
449d555969bfd7befe906877abab098c6e63a0e8
/2126/CH1/EX1.11/11.sce
5a59164ed26cc1ff76fa9f34cd7d03e7980d5239
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,285
sce
11.sce
clc clear //Input data T=20+273 //Temperarture of medium in K Cp_fr=678 //Specific heat capacity at constant pressure of freon in J/kg-K Cv_fr=543 //Specific heat capacity at constant volime of freon in J/kg-K T_air=0+273 //Temperature of air in K Ri=8314 //Ideal gas constant in J/mol-K mol_h=2 //Molecular we...
fb8ed4711ad5f1674eb69f14c9baee7be0b17dc3
449d555969bfd7befe906877abab098c6e63a0e8
/3281/CH4/EX4.12/ex4_12.sce
3e0a3abe1c0915fa303da6c44e1ad4107e25f0a1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
672
sce
ex4_12.sce
//Page Number: 215 //Example 4.12 clc; //Given f=5D+9;//hz sig=5.813D+7; er=2.25; tandel=4D-4; c=3D+8; //m/s h01=3.832; u=4D-7*%pi; //Length of resonator lamr=c/(f*sqrt(er)); d=sqrt([{(((2*3.832)^2)+(%pi*%pi))*(lamr*lamr)}/(2*2*%pi*%pi)]); disp('cm',d*100,'Length of resonator:'); //Q of resonator n=...
45447fa7783c83fac4552e005728c71c3789d7b5
449d555969bfd7befe906877abab098c6e63a0e8
/1373/CH7/EX7.22/Chapter7_Example22.sce
5629bcf1fc28b7dfd807ccf54c7e2e3618291ec4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,033
sce
Chapter7_Example22.sce
//Chapter-7, Example 7.22, Page 320 //============================================================================= clc clear //INPUT DATA D=0.022;//Diamter of the tube in m v=2;//Average velocity in m/s Tw=95;//Temperature of tube wall in degree C T=[15,60];//Initial and final temperature of water in degree ...
8d44da73883a88f4c1ca6b10585113d4b6b8918d
449d555969bfd7befe906877abab098c6e63a0e8
/3760/CH6/EX6.11/Ex6_11.sce
2e9a99d24ac4e0fa4059a4f3cdd72094704437e7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,110
sce
Ex6_11.sce
clc; P=4; r1=0.15; x1=0.45; r2=0.12; x2=0.45; Xm=28.5; s=0.04; V=400; f=50; Pfixed=400; //from problem 6.10 Re=0.1476; Xe=0.443; r2=0.12; x2=0.45; a=Xm/(x2+Xm); //Ve=a*V1; Wr=(4*%pi*f)/P; b=(3/Wr)*(1/2)*(1/((Re)+(sqrt((Re*Re)+((x2+Xe)*(x2+Xe)))))); //Tem=b*Ve*Ve //for part a V1=230; Ve1=a*V...
ab8268e2f22c03d4b7f7010946f8afff6935d786
449d555969bfd7befe906877abab098c6e63a0e8
/2594/CH5/EX5.22/Ex5_22.sce
099dc31840eaf8e3f063e2fa5136e99bac22b6cb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
672
sce
Ex5_22.sce
clc Na=10^16 disp("Na = "+string(Na)+"cm^-3") //initializing value of acceptor concentration. Nd=5*10^15 disp("Nd = "+string(Nd)+"cm^-3") //initializing value of donor concentration. no=1.5*10^10 disp("no = "+string(no)+"cm^-3") //initializing value of intrinsic concentration. Vbi=0.676 disp("Vbi = "+string(Vbi...
44b92af292cbab04853837f5fa7f6e485df98c8e
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH2/EX2.9/2_09.sce
b83b012c8e8f6c2681689e1d6c4c53f61a72c83a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
280
sce
2_09.sce
//Chapter 2, Problem 9 clc; P=100; //power in watt V=250; //voltage I=P/V; //calculating current R=V/I; //calculating resistance using Ohms law printf("(a) Current = %f A\n\n\n",I); printf("(b) Resistance = %d ohms",R);
c0044b3d195723966c36699165ccf3bb75e9262a
f3921ba261cdd9c9c4201d85a3b3bcbc42a26421
/protobuflib/pblib_get_serialized_size.sci
f38957d950a4a850e27b8d715e220d957e95e004
[]
no_license
manojgudi/protobuf-scilab
9bbe77a52ad8bd50d762a6e4a388236f88dacc0c
d5a8e967848b48c1628859f3f52fb59ac3502429
refs/heads/master
2020-12-02T15:54:15.894328
2015-01-08T19:04:45
2015-01-08T19:04:45
28,736,110
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,471
sci
pblib_get_serialized_size.sci
exec pblib_encoded_field_size.sci exec pblib_encoded_tag_size.sci function [msg_size] = pblib_get_serialized_size(msg) //pblib_get_serialized_size // function [msg_size] = pblib_get_serialized_size(msg) // // Estimates the size a message will take when serialized. // // Will go through a message and estimate s...
8083a28c6e8975f00748f98fd14c18a76b1760ec
04236ab1161ec860ab3b1d0c3225fcbdc54923a3
/2012.d/3-remez.d/main.sci
66fc60e20cde34840e3abbe21bdd6b62a1f1b39c
[ "MIT" ]
permissive
homeostasie/petits-pedestres
957695cdb8a7823ed2e3fe79f7b441410928cba9
557c810e26412bc34ebe063dcd904affe5a27855
refs/heads/master
2023-05-31T03:35:13.365160
2023-04-26T21:47:56
2023-04-26T21:47:56
163,504,589
2
0
null
null
null
null
ISO-8859-1
Scilab
false
false
1,701
sci
main.sci
// n+1 est le nombre de points dans [a,b]. n correspond également au degré du polynôme. // X_n ces points //fin+1 un nombre de point bien plus précis pour X_fin sur le même intervalle //inter est l'intervalle d'étude //fon_tp crée les fonctions utilisées pour le tester le TP exec('fon_tp.sci'); //main avec b...
ca27be4ec07f5688381b243aa6bb9469fb8db333
3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6
/calculo-numerico/eliminacaoGaussPivotamento.sci
e41b38eebfbb38673fe07efc3dddf3b97d93f3b3
[ "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
2,146
sci
eliminacaoGaussPivotamento.sci
function matrizResultado = trocarLinhas(matriz, linha1, linha2) matrizResultado = matriz; matrizResultado(linha1, :) = matriz(linha2, :); matrizResultado(linha2, :) = matriz(linha1, :); endfunction function posicaoMaiorPivo = maiorPivo(matriz, pivo) [quantidadeLinhas quantidadeColuna...
935de3c63f0830aa2b1989a8cea7c9753ade6735
449d555969bfd7befe906877abab098c6e63a0e8
/506/CH18/EX18.3/Example18_3.sce
656fe92e4c76e8ac017e1016d4f61b4153814e2b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
583
sce
Example18_3.sce
clear; clc; //Caption:SCR Relaxation Oscillator Phase control Circuit //Given Data C=0.1;//in microF V=60;//in V Vb=32;//in V Vh=10;//holding voltage in V Ih=100;//in microA c=45;//conductance angle in degree cd = 360 - c;//angle in which capacitor will get charged td = (cd/360)*(1/60);//in ms //if the ...
4c86982fa8cfbbec3b769118388b3fbc6d790968
449d555969bfd7befe906877abab098c6e63a0e8
/3863/CH16/EX16.1/Ex16_1.sce
28049627a51384f62739e51f92598126d1a1e033
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
296
sce
Ex16_1.sce
clear // //Given //Variable declaration D=150 //Diameter of the shaft in mm tau=45 //Maximum shear stress in N/sq.mm //Calculation T=int(%pi/16*tau*D**3)*1e-3 //Maximum torque transmitted by the shaft in N-m //Result printf("\n Maximum torque = %0.3f N-m",T)
727507a2682874d13a2fa775650b60e0d659f9ea
449d555969bfd7befe906877abab098c6e63a0e8
/3685/CH20/EX20.3/Ex20_3.sce
332b5e9819066b87afe003a2c4c709dc52916ccc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
634
sce
Ex20_3.sce
clc // Given that F = 680 // Net brake load in N N = 360 // d = 10// Bore in cm L = 15 // Stroke in cm T = 58 // Torque in Nm v = 300 // Speed in m/min n_m = 0.8 // Mechanical efficiency n_th = 0.4 // Indicated thermal efficiency c_v = 44 // Calorific value of gasoline in MJ/kg printf("\n Example 20.3\n") ...
2bbc7c7d6fef9bcc589e41f9cc1134f5fbc7b8f4
449d555969bfd7befe906877abab098c6e63a0e8
/2132/CH5/EX5.7/Example5_7.sce
5682da97046014eb2c619230e7a4f25560fd3e07
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
981
sce
Example5_7.sce
//Example 5.7 clc; clear; close; format('v',8); //Given data : Z1=0;//meter Z2=5;//meter Q=300*10^-3;//m/s D1=0.3;//meter D2=0.6;//meter A1=%pi*D1^2/4;//m^2 A2=%pi*D2^2/4;//m^2 v1=Q/A1;//m/s v2=Q/A2;//m/s p1=100;//kN/m^2 p2=600;//kN/m^2 g=9.81;//constant Vhead11=v1^2/2/g;//meter Vhead22=v2^2/2/g;//me...
4f9e837339993b4e207952c159053d465c7573d9
c5d2ceb1071adf62cc2a3cbaf73d6e8dddd8dfa8
/Project Noisy data Filtering Using Keel Softwer/results/ClassificationFilter-F.KNN-C.iris/result1.tst
4954ce43ae49f9955bffda7d33bc583d87bfcdb7
[]
no_license
Biplob45/Noisy-data-Filtering-Using-Keel-Software
8ac4eae866f9f8c7a153af74c0ee0f16a23cd1cd
04cfe74e5a1b8374b013a623eb887eb54b9a36aa
refs/heads/master
2021-04-15T11:59:07.560668
2018-03-24T12:24:28
2018-03-24T12:24:28
126,596,572
0
0
null
null
null
null
UTF-8
Scilab
false
false
684
tst
result1.tst
@relation iris @attribute sepalLength real [4.3, 7.9] @attribute sepalWidth real [2.0, 4.4] @attribute petalLength real [1.0, 6.9] @attribute petalWidth real [0.1, 2.5] @attribute class {Iris-setosa, Iris-versicolor, Iris-virginica} @data Iris-setosa Iris-setosa Iris-setosa Iris-setosa Iris-setosa Iris-setosa Iris-s...
6ade2790c5b0b98e5f2af7ff85c1e7720b798018
449d555969bfd7befe906877abab098c6e63a0e8
/1748/CH2/EX2.1.p/problem2_1.sce
248d6aa76438b12cbf21fd74a4a4042aad8de85b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
149
sce
problem2_1.sce
//problem 2.1 clc; clear; close; //given data : P=8;//No. of poles f=50;//in Hz Ns=120*f/P;//in rpm disp(Ns,"Synchronous speed in rpm : ");
abb9327fa905a2b403baca633877a3e4661814b6
449d555969bfd7befe906877abab098c6e63a0e8
/575/CH7/EX7.7.3/7_7_3.sce
a59ff4a7a106ae5dd5ff48e47c7089a0f5bfaeb9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
301
sce
7_7_3.sce
clc pathname=get_absolute_file_path('7_7_3.sce') filename=pathname+filesep()+'773.sci' exec(filename) printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook") mdot= -Ws/(deltaP/D + g*deltaZ) printf(" \n Water flow rate=%f kg/s",mdot)
a173491d3fac04789100255285e86f92bcfc8118
d465fcea94a1198464d7f8a912244e8a6dcf41f9
/system/kiks_gui_roundobjvis.sci
851961f809c9616a51b860e2dd7f209dc54c5be3
[]
no_license
manasdas17/kiks-scilab
4f4064ed7619cad9e2117a6c0040a51056c938ee
37dc68914547c9d0f423008d44e973ba296de67b
refs/heads/master
2021-01-15T14:18:21.918789
2009-05-11T05:43:11
2009-05-11T05:43:11
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
524
sci
kiks_gui_roundobjvis.sci
function [] = kiks_gui_roundobjvis(id) // Display mode mode(0); // Display warning for floating point exception ieee(1); // ----------------------------------------------------- // (c) 2000-2004 Theodor Storm <theodor@tstorm.se> // http://www.tstorm.se // ----------------------------------------------------- glob...
7e8abe5dabdb2cadf5d05c24ca1c65a83b34a9c5
449d555969bfd7befe906877abab098c6e63a0e8
/564/CH23/EX23.4/23_4.sce
52d14df49b47718b44d2086455875c3d6441ad6b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,248
sce
23_4.sce
pathname=get_absolute_file_path('23_4.sce') filename=pathname+filesep()+'23_4data.sci' exec(filename) clear y1=0.5*[W1;W1;W1;-W1;-W1;-W1]; y2=0.5*[W2;W2;W2;-W2;-W2;-W2]; x1=[0;L12;L12+L11;L12+L11;L12;0]; x2=[0;L22;L22+L21;L22+L21;L22;0]; Li=[L12;L11;W1;L11;L12;W1;W1]; for i=1:6; I1(i)=B(i)*y1(i)*y1(i); ...
704ada62b4109567583abcc3cce842bfce5ca13f
449d555969bfd7befe906877abab098c6e63a0e8
/3392/CH6/EX6.5/Ex6_5.sce
ac1acb2521a6764a43814948ddd63f4810643a59
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
396
sce
Ex6_5.sce
clc // initialization of variables clear // Shaft specifications Pi=100 //kW f1=100 //Hz f2=10 //Hz tau_Y=220 //MPa SF=2.5 // Safety factor Po=100 //kW //calculations Pi=Pi*10^3 tau_Y=tau_Y*10^6 Po=Po*10^3 Tin=Pi/(2*%pi*f1) Tout=Po/(2*%pi*f2) Din=(16*SF*Tin/(tau_Y*%pi))^(1/3) Dout=(16*SF*Tout/(tau_Y*%p...
ff8dd70ce3d4d2a65579be07f23a45d151675c8e
449d555969bfd7befe906877abab098c6e63a0e8
/3440/CH2/EX2.9/Ex2_9.sce
9dd80b650bd446153d166aac664267c555367c70
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
393
sce
Ex2_9.sce
clc T=300 //K k=8.617*10^-5 //eV/K q=1.6*10**-19 //C qx=4.05 //eV qVn=0.2 //eV Nc=2.86*10^19 a=(qx+qVn)/(k*T) nth=exp(a)*Nc disp(nth,"the thermionically emitted electron density for nth at 4.05 in cm^3=") //textbook ans is wrong qx=0.6 //eV nth=exp(qx/(k*T))*Nc disp(nth,"the thermionically emitted ...
f44f5027ce90e99ed44d505cc43b39bec4142a05
99e5810ad838c385c38e818ed59ad43b7f93fb67
/speedtest.sce
b20a645b6a471ff5440b1a1ca3f4f820b8050faa
[]
no_license
csr-trainees-2019/scilab
c89e15ded8f4cd31321ec3fdfe759e2293625345
f9c8bbc07da38b98b18961888dcb3dfcbabb8cb2
refs/heads/master
2020-04-21T13:30:05.031096
2019-02-16T10:40:56
2019-02-16T10:40:56
169,600,658
0
1
null
2019-02-16T10:39:01
2019-02-07T16:13:17
Scilab
UTF-8
Scilab
false
false
382
sce
speedtest.sce
data2 = read("/media/red/Transcend/AAAULTIMATELABA4/LOGS2/log_pi2x.txt",-1,3) data2(:,1) = data2(:,1) clf(); f=gcf(); plot2d(data2(:,2), data2(:,1),2) plot2d(B.time,B.values, 5) xlabel('$t, с$', "fontsize", 4) ylabel('$\omega, рад/с$', "fontsize", 4) //f.children.children(1).children.thickness = 2; hl=legend(['Экс...
c3d524d78a22d29f14fa761de9b4f684164d8111
7f2d9d779f4466bec18ad262358b8ced7e18b508
/lab_1/Not8.tst
ec341a6f81a072ee4e197008916b9d183d331e82
[]
no_license
cs17b008/Computer_System_Design_Lab-CS17B008_CS17B009-
16ee344950624a5acfe96201507f5cb1baa71e22
1ac7a43a116987c7cb5588401a169820a5b1daa4
refs/heads/master
2023-01-29T07:43:53.192562
2020-12-11T06:45:30
2020-12-11T06:45:30
292,307,878
0
1
null
null
null
null
UTF-8
Scilab
false
false
284
tst
Not8.tst
load Not8.hdl, output-file Not8.out, compare-to Not8.cmp, output-list in%B1.8.1 out%B1.8.1; set in %B00000000, eval, output; set in %B11111111, eval, output; set in %B10101010, eval, output; set in %B00111100, eval, output; set in %B00010010, eval, output;
d12c3a50b5d65560aa09890b800637c03308845f
449d555969bfd7befe906877abab098c6e63a0e8
/1910/CH7/EX7.1/Chapter71.sce
5c0e4a1592a6244c1a61b823ca7704eb6b26ad59
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,277
sce
Chapter71.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 7, Example 1") //Engine oil at temprature,Tinf=60°C with a velocity of Uinf=1m/s flows over plate of length(L)=5m whose temprature(Tw)=30°C Tw=30; L=5; Uinf=1; ...
f85ddeea4b0834f947e9fcf48c67468552e4a89b
449d555969bfd7befe906877abab098c6e63a0e8
/243/CH9/EX9.10/9_10.sce
5b7b2d9c367ca5559f50183701d2fbe5148a1ab8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,714
sce
9_10.sce
//Example No. 9_10 //Splines //Pg No. 301 clear ; close ; clc ; x = poly(0,'x'); function isitspline(f1,f2,f3,x0,x1,x2,x3) n1 = degree(f1),n2 = degree(f2),n3 = degree(f3) n = max(n1,n2,n3) f1_x1 = horner(f1,x1) f2_x1 = horner(f2,x1) f2_x2 = horner(f2,x2) f3_x2 = horner(f3,x2) i...
d052419035eb2e6ecfca4fde0e0822410996443b
bf4cf3af03d03f8f1919897bd9aa245bf682a3d8
/Test.tst
deb2c0694923af2acf744844d052e9313d1422f8
[]
no_license
jiafu1115/test-tools
11605ddda198da9a9c140224518cd4efe0b12bdd
5187b71670ade08457d415c618f765cf920d3b92
refs/heads/master
2021-01-15T15:15:56.759124
2015-03-20T10:18:04
2015-03-20T10:18:04
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,429
tst
Test.tst
# Configuration >> Configuration server.ip=127.0.0.1 server.port=5080 local.ip=127.0.0.1 local.ip=127.0.0.1 << Configuration # List of Actors >> Actors Actor1.id=Caller Actor1.type=SIP Actor1.simulate=true Actor2.id=Callee Actor2.type=SIP Actor2.simulate=true Actor3.id=Sep Actor3.type=SIP Actor3.simulate=false << ...
544d39394eb17279bff6de4f95b7ada2cd67ebdb
449d555969bfd7befe906877abab098c6e63a0e8
/2192/CH10/EX10.1/10_1.sce
a9d53b5ac8a0bd1fe13d08ea5cf0769f6b6d0144
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
369
sce
10_1.sce
clc,clear printf('Example 10.1\n\n') current = 3 voltage=250 lumens= 9420 //total lumens emitted by lamp MSCP = lumens /(4*%pi) //mean spherical candle power printf('(i)Mean spherical candle power = %.2f',MSCP) power= current*voltage //power of lamp efficiency = lumens / power //efficiency of lamp printf('\n(ii)Ef...
7f8627e211e8e1f6fb18592d42eef698b60ef612
6577008921680ddcc005d6cd1fbfc6e580f04740
/Code/internewton.sci
59ac66ad15f8ca0d27d5ad66a7d882f062ddf779
[]
no_license
bagasadif/Program-Scilab
a9539ddf00a5c75ca844d93e9b35309427a28722
94d09657ae48d130184c23c34af9a0f4a1a2ab18
refs/heads/master
2023-02-19T19:24:24.042558
2021-01-24T22:27:39
2021-01-24T22:27:39
332,569,383
1
0
null
null
null
null
UTF-8
Scilab
false
false
932
sci
internewton.sci
/* Author : Bagas Adi Firdaus Deskripsi : Program Metode Beda Terbagi Newton */ printf('\nProgram Metode Beda Terbagi Newton\n'); X = [-1.0 0.0 2.0 3.5 4.0]; Y = [1.5 3.0 6.0 8.0 16.0]; printf('Diketahui Data Berikut:\n'); //Menampilkan data for i=1:5 printf('n = %d\t x = %.2f\t f(x) = %.6f\n',i-1, X(i),Y(i)...
96446416ea128ee925416b2e70a85a883e64c6e3
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH5/EX5.7/5_7.sce
d96f5696fb4ebe5ba16fe532efcd4d227c1f2e61
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
746
sce
5_7.sce
// Calculate the circuit parameters of a transformer using OC and SC tests clc; clear; E1=200; E2=400; n=E2/E1; // Transformation ratio // O.C Calculations V1=200; Ioc=0.7; Pi=70; R0=(V1^2)/Pi; Iw=V1/R0; Im=sqrt((Ioc^2)-(Iw^2)); X0=V1/Im; //S.C Calculations on HT side Pc=80; I=10; V...
f0bf77573a8a7f81349ffc9c537781252b2be997
05df9394f5d45c0bddbd52e4aad8c8210e9e2743
/Scilab/Lagrange's_Method.sce
f66a0038e4d5b2ae76bb5aa367999e58825adb3e
[]
no_license
pikabing/Scilab
a9fd34b70be3bd552f47fafc409bf7c88573ac7a
87f2cc1914bfdb6c24a54960e9c49191bbd1f1ad
refs/heads/master
2020-03-10T09:34:56.522084
2018-04-12T21:51:52
2018-04-12T21:51:52
129,311,712
0
0
null
null
null
null
UTF-8
Scilab
false
false
356
sce
Lagrange's_Method.sce
function[ans] = lagrange(x) t = list(1,1.2,1.3,1.5) val = list(1,1.0934,1.1402,1.2247) l = list(1,1,1,1) j = 0 ans = 0 for i = 1:4 for j = 1:4 if (i ~= j) then l(i) = l(i)*((x - t(j))/(t(i) - t(j))); end end ans = ans + l(i...
a953e2b8af41e287a56347a1dc93bee8ee689c75
449d555969bfd7befe906877abab098c6e63a0e8
/611/CH13/EX13.4/Chap13_Ex4.sce
922270d486631371cee6c20ae2ce9336d4e64a13
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
973
sce
Chap13_Ex4.sce
// Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India. //Chapter-13,Example 4,Page 483 //Title:Ideal solubility //================================================================================================================ clear clc //INPUT temp=20; // prevailing temp...
8dec2cc705ce25f2da69bf6028a9296d98094743
449d555969bfd7befe906877abab098c6e63a0e8
/3705/CH9/EX9.2/Ex9_2.sce
b905005673341436e3a1a054c6bbecb0167b3802
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
833
sce
Ex9_2.sce
clear// //Variable Declaration dw=8 //Depth of wooden section in inches da=0.4 //Depth og aluminium section in inches w=2 //Width of the section in inches n=40*3**-1 //Modular Ratio Ewd=1.5*10**6 //Youngs modulus of wood in psi Eal=10**7 //Youngs Modulus of aluminium in psi V_max=4000 //Maximum shear in lb ...
bffd05be03334e6fe2c25ee4aafd0b6a0f328031
00fc439a1f2cc38d50ec7b050222d6ba1c2b76cf
/demos/datadeploy.dem.gateway.sce
b0b737aa7e4fbd70a0eb246acaaef904afc8c2e2
[]
no_license
slevin48/datadeploy
c9cc657db8d45aa0ab8fa5845b8f2552f3781140
1ed8be8d0b4ad5ab5cbdb91f20338df90e913f88
refs/heads/master
2022-07-28T20:19:46.917688
2020-05-25T08:58:25
2020-05-25T08:58:25
266,721,169
0
0
null
null
null
null
UTF-8
Scilab
false
false
376
sce
datadeploy.dem.gateway.sce
function subdemolist = demo_gateway() demopath = get_absolute_file_path("datadeploy.dem.gateway.sce"); subdemolist = ["Welcome Demo", "welcome.dem.sce"; "United Nations", "united_nations.dem.sce"]; subdemolist(:,2) = demopath + subdemolist(:,2); endfunction subdemolist = demo_gateway...
3309dc9faa05e960f84361f2b74b8c68caf99721
449d555969bfd7befe906877abab098c6e63a0e8
/2417/CH5/EX5.14/Ex5_14.sce
a46c78e47c533259579eaa15f54a58223023aca1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,722
sce
Ex5_14.sce
//scilab 5.4.1 clear; clc; printf("\t\t\tProblem Number 5.14\n\n\n"); // Chapter 5 : Properties Of Liquids And Gases // Problem 5.14 (page no. 198) // Solution //From Table3, we first obtain the properties at 337 psia and 460 F and then 337 psia and 470 F. //The necessary interpolations are best done in tab...
d00e68c56c79623a8d5592c6521c48fb2cc6e70a
449d555969bfd7befe906877abab098c6e63a0e8
/2132/CH5/EX5.13/Example5_13.sce
8ac1f8e462a5b9e0593134b394058b0f24f91f46
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
382
sce
Example5_13.sce
//Example 5.13 clc; clear; close; format('v',8); //Given data : D1byD2=1/0.7; D1=320/1000;//meter D2=320*0.7/1000;//meter g=9.81;//gravity constant Q=30.6/60;//m^3/sec A1=%pi*D1^2/4;//m^2 A2=%pi*D2^2/4;//m^2 C=A1*sqrt(2*g)/sqrt((D1byD2)^4-1); h=1.2;//meter of water K=Q/C/sqrt(h);//Coeff. of meter disp(K...
3fa5f49f59a96d3b16d02afa3c9ae499ac30da3f
fcc4645d4eee021a4cf8b2cee0922d812710573f
/frame/main_fem_truss.sce
cbfe4ab1cd703b871f00eee94bfb1aa8c5897e03
[]
no_license
gviolato/nemo
656a6db0481d9828bff307de24ee0b92045d653f
44cf1554de9e1c4bc8450ae147bdec512599e0d9
refs/heads/master
2020-12-29T02:37:17.515209
2017-05-28T16:12:49
2017-05-28T16:12:49
43,207,682
2
0
null
null
null
null
UTF-8
Scilab
false
false
1,572
sce
main_fem_truss.sce
// Nemo Frame preliminary design script // // Finite Element Aproach for frame design //.Working Beam elements for 2D and 3D with Mesh refinement // // Diego Montero; Fernando Valentini; Gustavo Violato; // First release: Oct. 2015 clc; xdel(winsid()); clear; //Add the NEMO_ROOT enviroment variable as the project fo...
cc237f6e453cce26d924be120c6edcdd84ff9872
449d555969bfd7befe906877abab098c6e63a0e8
/3250/CH6/EX6.3/Ex6_3.sce
7a2270c68f56f05a121b0df669696c750c1bbc64
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
313
sce
Ex6_3.sce
clc // Given that m = 5 // Romoval rate in cm^3/min A = 56 // Atomic gram weight in gm Z = 2 // Valence at which dissolation takes place D = 7.8 // Density of iron in gm/cm^3 // Sample Problem 3 on page no. 345 printf("\n # PROBLEM 6.3 # \n") I = (m/60)*(D*Z*96500)/(A) printf("\n Current required = %d amp",I)
7a81297edb3392e77e857727ab2f99d39dce75cc
449d555969bfd7befe906877abab098c6e63a0e8
/752/CH6/EX6.6.1/6_6_1.sce
9d661ac06b85d4cfb69afed0feb88bf5c572a439
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
287
sce
6_6_1.sce
clc; // page no 211 // prob no 6.6.1 //In given problem zero bias capacitance co is 20pF Co=20;// in pF Vd=-7;// reverse bias voltage in volt //constant pottential of junction is 0.5 a=0.5;// for abrupt junction Cd=Co/(1-(Vd/0.5))^a; disp('pF',Cd,+'The value of capacitor is ');
b406727a412c11c7259d847bec08dd39c44f5535
449d555969bfd7befe906877abab098c6e63a0e8
/764/DEPENDENCIES/data1_3.sci
bbec76a815d6a79fc6143af5b20290500652243f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
211
sci
data1_3.sci
//Introduction Example 1.3 //Initial value of the series of power capacities kW a = 7.5 //Final value of the series of power capacities kW b = 75 //For five models m = 5 - 1 //For nine models n = 9 - 1
e6e7db302dbd05a0fcf89cde3cf7786370bbf8d0
449d555969bfd7befe906877abab098c6e63a0e8
/2084/CH4/EX4.1/4_1.sce
7e2fd66556334fd4c2f22342026ea652de5dd900
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
594
sce
4_1.sce
//developed in windows XP operating system 32bit //platform Scilab 5.4.1 clc;clear; //example 4.1 //calculation of coulomb force //given data np=26//number of protops in an iron atom na=6*10^26//number of atome in 58 kg iron mi=58//mass(in kg) of iron e=1.6*10^(-19)//charge(in coulomb) on an electron perdif...
42311b8a7f449d16fe2917b27f2cf5f54ae9022e
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH8/EX8.15/8_15.sce
db7566f603edad2cb8d478caf1792be86851c88c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
925
sce
8_15.sce
//pathname=get_absolute_file_path('8.15.sce') //filename=pathname+filesep()+'8.15-data.sci' //exec(filename) //Specific heat of water: Cpw=4.18 //From steam tables: h2=2960.7 //kJ/kg s2=6.3615 //kJ/kg s3=s2 x3=0.863 h3=2404.94 //kJ/kg h7=358.59 //kJ/kg s10=s3 x10=0.754 h10=1982.91 //kJ/kg //Mass pf moist...
56087e821263694485279d6214153be6082663a0
449d555969bfd7befe906877abab098c6e63a0e8
/1826/CH2/EX2.26/ex2_26.sce
1ff572853fe6e553e9539f81261e9a1d4a348021
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
317
sce
ex2_26.sce
// Example 2.26, page no-46 clear clc theta=27.5/2//in degrees a=0.563*10^-9 n=1 h=1 k=1 l=1 d=a/sqrt(h^2+k^2+l^2) printf("\nThe lattice spacing for the plane (111) is %.2f * 10^-10 m",d*10^10) lam=2*d*sin(theta*%pi/180)/n printf("\nThe deBroglie wavelength of the neutrons is %.3f *10^-10 m",lam*10^10)
f3f09178d6e8632624f8019081c7814a442fd82a
449d555969bfd7befe906877abab098c6e63a0e8
/3889/CH5/EX5.9/Ex5_9.sce
f24448eb1e00ec8eb1f710c39e2a5749c0849df3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex5_9.sce
//Example 5.9 //page 327 //Control Systems: Principles and Design //M Gopal, Second Edition, Tata McGraw-Hill //Chapter:Concepts of Stability: Routh Stability Array xdel(winsid())//close all graphics Windows clear; clc; //transfer function s=%s; P=s*(s^2+s+1)*(s+4); k=poly(0,'k') //routh array disp('Rou...
e18a0632c82c2dd17deb82a03eb715a53817946e
4545588c8427debaf17f9dc71b0ace32f4fb5d67
/avr32/services/dsp/dsplib/conception/operators/fixed_point_ln.sci
930522b9da4ff785222cd2ea30214f758285596c
[]
no_license
eewiki/asf
02e06cec0465b28dd689dea801e6be6cbcd47eca
8d0f55bd089f2e68d2b53aa76adbb02c07cdb166
refs/heads/master
2021-01-16T18:20:22.690176
2015-03-09T05:42:50
2015-03-09T05:42:50
18,419,213
34
30
null
2014-12-25T05:13:20
2014-04-03T21:42:46
C
UTF-8
Scilab
false
false
726
sci
fixed_point_ln.sci
// Fixed point 16-bit cosine and sine clear function res=ln_test(x) res = 0; // Convert Q format to float x = x*2^(-31); expo = int(log(x)/log(2)); x = x*2^(-expo); a = (x-1)/(x+1); a_sqr = a*a; res = a_sqr*(1/9); res = a_sqr*(res + 1/7); res = a_sqr*(res + 1/5); res = a_s...
19ea4033e1db0ed238e76db781b959b44258d9a1
449d555969bfd7befe906877abab098c6e63a0e8
/3673/CH3/EX3.a.8/Example_a_3_8.sce
0409b72d01ea45313bf526295072c3c050efe508
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
sce
Example_a_3_8.sce
//Example_a_3_8 page no:138 clc; V1=10; V2=5; R1=5; R2=2; R3=1; R4=4; V2r=R2*(V1/(R1+R2)); V1r=R3*(V2/R1); Vab=V2r-V1r;//thevenin voltage Rab=((R1*R2)/(R1+R2))+((R4*R3)/(R4+R3));//thevenin resistance disp(Vab,"the thevenin voltage is (in V)"); disp(Rab,"the thevenin resistance is (in ohm)");
b1933ef21d2dbb375dc38bbc030a47cf98f2ad7c
449d555969bfd7befe906877abab098c6e63a0e8
/1055/CH7/EX7.2/ch7_2.sce
223b4a7df2ddf293bb32e9d5344641e9bcd40b07
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
541
sce
ch7_2.sce
// To calculate the maximum Sag clear clc; D=1.95 + 2.6;// overall diameter(cm) A=4.55*(10^-2);// area(m_2) d=19.5;//diameter of conductor(mm) r=d/2;//radius of conductor(mm) Wp=A*39;//wind pressure(kg/m_2) t=13;//ice coating(mm) US=8000;// ultimate strength(kg) Aice=%pi*(10^-6)*((r+t)^2 - r^2);//area section...
c7f4032ba6b62dd46dabc2f71d07c8826bfae514
449d555969bfd7befe906877abab098c6e63a0e8
/165/CH2/EX2.1.a/ex2_1_a.sce
5bce5295c031ffc4dcc991f2303370f60cc34439
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
493
sce
ex2_1_a.sce
//Example 2.1(a) clc; N=100; //No of turns of wire of the coil W=20*10^-3; //Width of the coil D=30*10^-3; //Depth of the ciol B=0.1; //Flux density in the gap I=10*10^-3; //Current in the movable coil K=2*10^-6; //Spring Constant A=W*D; //Effective coil...
ea0271f5d1958739732371fd9c92e395a2876449
449d555969bfd7befe906877abab098c6e63a0e8
/1895/CH11/EX11.1/EXAMPLE11_1.SCE
d60e79a05100ac4ebce196d704cc08fdf6e297c1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
850
sce
EXAMPLE11_1.SCE
//ANALOG AND DIGITAL COMMUNICATION //BY Dr.SANJAY SHARMA //CHAPTER 11 //Information Theory clear all; clc; printf("EXAMPLE 11.1(PAGENO 488)"); //given Px_1=1/2;//probability 1 Px_2=1/4;//probability 2 Px_3=1/8;//probability 3 Px_4=1/8;//probability 4 //calculations Ix_1 = log2(1/(Px_1))//information co...
9ba9f45d668183f3870a0bed075d29a28cc3a93f
db6c77c95fe7a97b791d5689c2ac3b39e791ea17
/tests/cases/europepmc-json_010.tst
c9758d8b9a8ffd46534d3d4f18353e25ea88e677
[]
no_license
sauliusg/bibliophile
9623cd5e8b163d36a253eaa36b558ed87666450a
1e6f63b1e08209af5c6c87ee05098d8fa53a4345
refs/heads/master
2021-01-19T05:49:43.075428
2018-11-20T19:30:36
2018-11-20T19:30:36
100,584,633
1
1
null
null
null
null
UTF-8
Scilab
false
false
279
tst
europepmc-json_010.tst
Test compares the json formating and extraction of information of the europepmc-json script using a stable result from 'tests/bin/europepmc-json_008', which is used instead of querying the website, allowing the test to work offline. In this test, we check the '--script' option.
fe7829980090653e596a88536b835df5b1e77f06
449d555969bfd7befe906877abab098c6e63a0e8
/3685/CH12/EX12.6/Ex12_6.sce
4aaa681d38e25c2e67fc9626806777b88b7c3a5e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,259
sce
Ex12_6.sce
clc h1 = 3023.5 // Enthalpy of steam at state 1 in kJ/kg s1 = 6.7664 // Enthalpy of steam at state 1 in kJ/kgK s2 = s1 // Isentropic process s3 = s1 //Isentropic process s4 = s1 //Isentropic process t_sat_20 = 212 // Saturation temperature at 20 bar in degree Celsius t_sat_1 = 46 // Saturation temperature at 1 bar in ...
e34eefeb7472808666903dd312730124ecadaa38
449d555969bfd7befe906877abab098c6e63a0e8
/2792/CH8/EX8.8/Ex8_8.sce
8c38ddd29657a4d2f2d79fc2efcc09a8792a407d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
995
sce
Ex8_8.sce
clc mu_n=1000 disp("mu_n = "+string(mu_n)+"cm^2(Vs)^-1") //initializing value of channel mobility e = 1.6*10^-19 disp("e= "+string(e)+"C")//initializing value of charge of electron h=0.5*10^-4 disp("h = "+string(h)+"cm") //initializing value of channel depth Nd = 10^16 disp("Nd = "+string(Nd)+"cm^-3") //initi...
f78449413ed2b3dc43f53d1333aa35d01627699a
449d555969bfd7befe906877abab098c6e63a0e8
/3440/CH7/EX7.4/Ex7_4.sce
36085533f81f23944362b9f19871792d6e84eb1d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
316
sce
Ex7_4.sce
clc T=300 //K k=8.617*10^-5 //eV/K q=1.6*10**-19 //C epsilonx=8.854*10^-14 //F/cm ni=9.65*10^9//cm^-3 ND=2*10^15//cm^-3 Nc=4.7*10^17//cm^-3 a=0.6*10^-4 fbn=0.89//V Vp=(q*ND*a^2)/(2*epsilonx*12.4) disp(Vp,"Vp in V is=") Vn=(k*T)*log(Nc/ND) disp(Vn,"Vn in V is=") Vbi=fbn-Vn disp(Vbi,"Vbi in V is=")
181db4d18420a204e92573fe5aaa1b69448eeb97
449d555969bfd7befe906877abab098c6e63a0e8
/3793/CH3/EX3.5/exp_3_5.sce
b49c3ad492efc073d25fbc12525ccb1ef9432083
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
exp_3_5.sce
clear; clc; f=50; d=.05; //Diameter Of each Conductor in m r=d/2; //radius Of each conductor D=.5; //Space Between Two Conductor in m ln=200; //Distance Of the Line in km Dsb=sqrt(.7788*r*D); Dyb=10; Dry=10; Dbr=20; D_eq=((Dyb*Dry*Dbr)^(1/3)); L=(2*(10^-7)*log(D_eq/D...
6cb5f43bcc5bea1067d5a7f3f365091555bb01bf
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH12/EX12.3/W_3.sce
771a5bf7b8772afae51208a03c7e544b3271c2fc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
162
sce
W_3.sce
// sum 12-3 clc; clear; h=12; t=0.707*h; l=60; Ta=80; P=2*l*t*Ta; P=P*10^-3; // printing data in scilab o/p window printf("P is %0.3f kN ",P);
526b00623725f2ec9b47412f980686955bf43dbf
449d555969bfd7befe906877abab098c6e63a0e8
/1733/CH4/EX4.8/4_8.sce
9c2463b6fa842782eb74d48584a73a04368d687f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
282
sce
4_8.sce
//4.8 clc; V=200; E=100; R=0.5; t=2*10^-3; L=16*10^-3; Imin=10; i=(V-E)/R*(1-exp(-R*t/L))+Imin*exp(-R*t/L); printf("Current at the instant of turn off thyristor = %.2f A", i) t=5*10^-3; i_5=i*exp(-R*t/L); printf("\nCurrent after 5ms of turn off thyristor = %.2f A", i_5)
fb1e90f9dd832720b31e788c0f0f96a95779acb1
8dd90a49bebc8f8ed28e27005990e338463cc57b
/cudd/cudd-3.0.0/mtr/test.tst
c39158edeeb347dd8cd07bcb1b130653533e013a
[]
no_license
xuther/byu-verification-validation
429d0dfba79625f98809d933ff4379d6e1b5b772
8e827b24fe6c3bb8b3609024a6e27b8b71105b4c
refs/heads/master
2021-01-09T20:07:57.363761
2017-04-20T05:02:50
2017-04-20T05:02:50
81,224,922
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,351
tst
test.tst
# TestMtr Version #0.6, Release date 2/6/12 # mtr/testmtr -p 2 ./mtr/test.groups N=0x1676020 C=0x16760e0 Y=0x0 E=0x0 P=0x0 F=0 L=0 S=0 N=0x16760e0 C=0x0 Y=0x1676120 E=0x0 P=0x1676020 F=3 L=0 S=0 N=0x1676120 C=0x0 Y=0x1676060 E=0x16760e0 P=0x1676020 F=4 L=0 S=0 N=0x1676...
e40fb49ca643508cdbc16b8469768d982b5d54a9
449d555969bfd7befe906877abab098c6e63a0e8
/3673/CH16/EX16.a.6/Example_a_16_6.sce
81914ad0e63779a6330c046158568b7378ead08b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Example_a_16_6.sce
//Example_a_16_6 page no:784 clc; current_gain=(25*0.05*10^6)/(1500+0.05*10^6); V2_coeff=-6.6*10^-4+0.1*10^-4-0.2*10^-4; V1_coeff=0.05; voltage_gain=V1_coeff/V2_coeff; disp(current_gain,"the current gain is "); disp(voltage_gain,"the voltage gain is "); //voltage gain value is calculated wrongly in text book
d7a53b0e1927209a11107664c612acab76326f55
449d555969bfd7befe906877abab098c6e63a0e8
/249/CH26/EX26.2/26_02.sce
2e40387bdeb4bbf0eb7709f539b392082a7be126
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
386
sce
26_02.sce
clear clc t_avg=60;t=20;//min //For chemical rxn controlling, t =kR unconverted=((1/4)*(t/t_avg))-((1/20)*(t/t_avg)^2)+((1/120)*(t/t_avg)^3); //For ash layer diffusion controlling,t=k1R^2 unconverted1=((1/5)*(t/t_avg))-((19/420)*(t/t_avg)^2)+((41/4620)*(t/t_avg)^3); c_avg=(unconverted+unconverted1)/2; printf("F...
23167eae5edaa5d85d268662fb462bd91dda4581
43799901e22e995d4db64000ef28c0a787aeb11b
/ISAWIN/LINOV/VODA/appli.tst
8aa992c858fc6c04fca2baf5af0a969c2cedf9e3
[ "WTFPL" ]
permissive
aquaforum/tench_catch
7082d8e8f3a224aa50be9150a96362f2f323a2be
3f377476d82d7343edd985a6d3a41b57dc301f98
refs/heads/master
2023-07-17T13:33:10.901467
2021-08-22T19:29:09
2021-08-22T19:29:09
398,885,059
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,344
tst
appli.tst
@ISA_SYMBOLS,242932492 #NAME,voda,3.41 #DATE,12.09.2016 #SIZE,G=3,S=0,T=0,L=0,P=1,V=0 #COMMENT,wsma1tst @PROGRAMS,3 #!5001,INIT #!5002,TAST #!5003,PARA @STEPS,0 @TRANSITIONS,0 @BOOLEANS,1 #!1001,INIT_,+X,!5001,FALSE,TRUE @ANALOGS,65 #!2001,P2004,+X,!0000,F, #!2002,P2013,+X,!0000,F, #!2003,P200...
a8c451d266f444d321a97bbb41b37f4121d19db5
449d555969bfd7befe906877abab098c6e63a0e8
/2471/CH6/EX6.1/Ex6_1.sce
d111dd953c48bc301fa31c8a7c5d1bfd43d4ae16
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
839
sce
Ex6_1.sce
clear ; clc; // Example 6.1 printf('Example 6.1\n\n'); printf('Page No. 142\n\n'); // given L = 2.5;// Length of tubes in metre Do = 10*10^-3;// Internal diameter of tubes in metre m = 3.46;// mass flow rate in kg/s Th = 120;// Temperature of condening steam in degree celcius Tl_i = 20;// Inlet temperature ...
8cf5a9cf50f1b2d0b27aec0a8cfd04d7d25ab239
1489f5f3f467ff75c3223c5c1defb60ccb55df3d
/tests/test_ods_4_b.tst
0881a8287107660634c2617bafd59dd036278e38
[ "MIT" ]
permissive
ciyam/ciyam
8e078673340b43f04e7b0d6ac81740b6cf3d78d0
935df95387fb140487d2e0053fabf612b0d3f9e2
refs/heads/master
2023-08-31T11:03:25.835641
2023-08-31T04:31:22
2023-08-31T04:31:22
3,124,021
18
16
null
2017-01-28T16:22:57
2012-01-07T10:55:14
C++
UTF-8
Scilab
false
false
393
tst
test_ods_4_b.tst
aaa bbb ccc config.info.default (289 B) mnemonics.txt (13.1 kB) ddd eee fff saved test_ods_4_b.tmp (289 B) saved test_ods_4_b.tmp (13.1 kB) begin transaction (level = 1) commit transaction (level = 1) aaa bbb ccc config.info.default (289 B) mnemonics.txt (13.1 kB) aaa bbb ccc config.info.default (289 B) mnemonics.txt (...
395b85a6a396d5cac3be5a7f25235360e1faf036
c59576b9f96a7b26dc5bc0d52998ad818380b8cf
/test/account/method.tst
5eaa44e0873ec92a74f3dcfcd28b15a874e06cae
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/checkdig
0588535521d9106a5c777a809e50d64a9204fa3c
3570d246efd0d102f1a2652dfe752884b5d346d8
refs/heads/master
2022-02-14T07:41:43.949901
2022-01-28T15:00:07
2022-01-28T15:00:07
30,117,975
1
1
null
null
null
null
UTF-8
Scilab
false
false
17,115
tst
method.tst
49 0145116236 49 0004292856 49 0002231970 49 0001027965 49 0001066689 49 0001160640 49 0001319051 49 0001831278 49 0002231970 49 0240120782 49 0240260950 49 0002780201 49 0380262683 49 0003929542 49 0578334682 49 0578205080 49 0000147800 49 0003605151 55 0000250104 60 0026002477 60 0026049809 60 00...
27ec5c874fbdf067e6e7ef69a42b27b2dadd9202
449d555969bfd7befe906877abab098c6e63a0e8
/1544/CH6/EX6.5/Ch06Ex5.sce
2376d04143b72ee9baed01696339c403a66bb367
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
313
sce
Ch06Ex5.sce
// Scilab code Ex6.5: Pg 206 (2008) clc; clear; V = 240; // Rms vlaue of alternating voltage, volt V_m = sqrt(2)*V; // Peak value of alternating voltage, volt printf("\nThe amplitude of household %3d volt supply = %5.1f volt", V, V_m); // Result // The amplitude of household 240 volt supply = 339.4 volt
ffc61bb200e322d6eac82848413b5b934c21a457
449d555969bfd7befe906877abab098c6e63a0e8
/1655/CH6/EX6.21.1/Example_6_21_1.sce
6105d4f73be15983e8c2db9fd288170587c973e1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
840
sce
Example_6_21_1.sce
// Example 6.21.1 page 6.59 clc; clear; tr=50; //radiative recombination lifetime tnr=85; //non-radiative recombination lifetime h=6.624d-34; //plank's constant c=3d8; //speed of light q=1.6d-19; //charge of electron i=35d-3; //current lamda=0.85d-6; //wavelength t=tr*tnr/(tr+tn...
0deea1349f717e769df75fc2177a92bf995b538a
449d555969bfd7befe906877abab098c6e63a0e8
/2777/CH4/EX4.1/Ex4_1.sce
9972057f3a79a95cbb2330bb20d91edfa33391f5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,331
sce
Ex4_1.sce
// ELECTRICAL MACHINES // R.K.Srivastava // First Impression 2011 // CENGAGE LEARNING INDIA PVT. LTD // CHAPTER : 4 : DIRECT CURRENT MACHINES // EXAMPLE : 4.1 clear ; clc ; close ; // Clear the work space and console // GIVEN DATA N = 600; // Speed of the driven Machine in RPM ...
6e63b66eaf2b56bb9e34781fb49aa4c31311944d
449d555969bfd7befe906877abab098c6e63a0e8
/1151/CH8/EX8.14/example14.sce
d91050edf0c0a57a7c7a6f62f1bff0daeeae2cc9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
sce
example14.sce
s=%s ;//convert to state space K=1; TFcont=syslin ('c',K/(s ^4+3*s^3+3*s^2+3*s+2)) SScont=tf2ss (TFcont ) [Ac ,Bc ,U, ind ]=canon( SScont( 2 ) , SScont( 3 ) ) disp(SScont)
916437083c7e81a92c60477e04566572f6cd38fe
449d555969bfd7befe906877abab098c6e63a0e8
/3636/CH1/EX1.4/Ex1_4.sce
be15b8477dc376f8158d3576f1e0e049d41d8f70
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
245
sce
Ex1_4.sce
clc; clear; L=3*10^-2 //length of plates in m d=4*10^-3 //spacing betweenn plates in m l=30*10^-2 //distance in m V1=2500 //potential in V //Calculation Se=(L*l)/(2*d*V1)/10^-4 mprintf("Deflection Sensitivity = %1.1f*10^-4 m/V",Se)
3d05e1d5b0b3a0b0d906daedd782f293e8ca2c32
449d555969bfd7befe906877abab098c6e63a0e8
/914/CH3/EX3.1/ex3_1.sce
ad95c82320008396b864ce4bc9d22bb10573167d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
ex3_1.sce
clc; warning("off"); printf("\n\n example3.1 - pg65"); // given a=0.0006; //[m^2] - area l=0.1; //[m] - length // (a) using the fourier law deltax=0.1; //[m] - thickness of copper block T2=100; //[degC] - temp on one side of copper block T1=0; //[degC] - temp on other side of the copper block k=380; //[...
7aa80832a2e89fb9e152c52717e1cc8f90616f3c
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set5/s_Electrical_Machines_M._V._Despande_833.zip/Electrical_Machines_M._V._Despande_833/CH13/EX13.4/Ex13_4.sce
7a456ce5c46f240c4bf45acedb6b57359ae5510f
[]
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
173
sce
Ex13_4.sce
errcatch(-1,"stop");mode(2);//Caption:Find coil span factor //Exa:13.4 ; ; s=9//Number of slots theta=180/s k_p=cosd(theta/2) disp(k_p,'Coil span factor=') exit();
6ccbe2a4b09b94b4215d22305534f9b61b35dde9
449d555969bfd7befe906877abab098c6e63a0e8
/291/CH8/EX8.4c/eg8_4c.sce
e1a4f79e9c663639da056a7234dbbed875f07159
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
471
sce
eg8_4c.sce
A = [61.1 58.2 62.3 64 59.7 66.2 57.8 61.4 62.2 63.6]; B= [62.2 56.6 66.4 56.2 57.4 58.4 57.6 65.4]; uA = mean(A); uB = mean(B); n= length(A); m =length(B); Sx = variance(A); Sy = variance(B); Sp = ((n-1)*Sx/(n+m-2)) + ((m-1)*Sy/(n+m-2)); den = sqrt(Sp*((1/n)+(1/m))); TS = (uA-uB)/den; disp(TS, "The test sta...
750d181e4e1dc3381b09a33acdd79ef67a7682be
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH1/EX1.21/example1_21.sce
e578a9db18217626fef29233bfdfba26e10b0961
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
example1_21.sce
clc // Given That lambda = 6e-7 // wavelength of light in meter Mu = 1.463 // refractive index of soap film i = 0 // incidence angle in radian r = 0 // refracted angle in radian // Sample Problem 21 on page no. 1.47 printf("\n # PROBLEM 21 # \n") n = 1 // for smallest thickness t = ((2 * n - 1) * lambda) / (4 * Mu *...
56a72cf6393708218073b35b287c73463d39afe8
607fe53653a19100ed470c4f0b5da1a5cbb0a7f3
/s06102020_2.sce
fd4101daa3cd34360766dd870b54cb6335017dda
[]
no_license
sanjeevphy/ForPhDCourseWork
70b3944e4dce8a5f054ef59b8710923005ca9127
945812099f1f41395daa1b1ceeb33c69b9a07481
refs/heads/main
2023-02-22T04:25:00.575704
2021-01-28T07:00:53
2021-01-28T07:00:53
333,669,242
0
0
null
null
null
null
UTF-8
Scilab
false
false
65
sce
s06102020_2.sce
x0=0; x1=0:0.3:2 * %pi; X=integrate('sin(x)','x',x0,x1); disp(X)
14ccd3c53c16fe84f8c49506c915cc1bf20aced4
449d555969bfd7befe906877abab098c6e63a0e8
/1388/CH8/EX8.2/8_2.sce
9bd0258a773185dcc6bbdd5ae9d7efa1f2111ad1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
126
sce
8_2.sce
clc //initialisation of variables u= 109677.583 //cm^-1 //RESULTS printf (' value of numerical coefficient = %.3f cm',u)
8c3017831f7122b64eb4b2e61242c391de345072
eb7eeb04a23a477e06f3c0e3d099889caee468b4
/src/examples/scilab/scilab_wave_ws/submitsaastest1.sce
5e93e7e7c816d9d1c79a854d247f0db69d156021
[]
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
769
sce
submitsaastest1.sce
//this is the standalone version for submitting work to a saas tdp=getenv('SCILAB_HOME')+'/share/scilab/contrib/iome_toolbox/loader.sce'; exec(tdp); //this application is started using the io start scilab application exec('paramssaastest1.sce'); //stacksize('max'); //stacksize(268435454); elistremote=iome('localhos...
57bfdcb756a7684d71ac2787f071d179b7dbda20
449d555969bfd7befe906877abab098c6e63a0e8
/1445/CH7/EX7.36/Ex7_36.sce
5a97440909552b8891678112a016279208a8f714
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,633
sce
Ex7_36.sce
//CHAPTER 7- SINGLE PHASE TRANSFORMER //Example 36 clc; disp("CHAPTER 7"); disp("EXAMPLE 36"); //100kVA 50 Hz 440/1100 V single phase transformer //VARIABLE INITIALIZATION va=100000; //apparent power v1=440; //primary voltage in Volts v2=11000; ...
81e4173dfa6d3f0796a363c6cb0cec244fdadd43
449d555969bfd7befe906877abab098c6e63a0e8
/10/CH7/EX4/cha7_4.sce
567e527df244d9c2774461f326e605411bc96996
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,986
sce
cha7_4.sce
V=120;F=60;Pole=4;Zm=1.5+4.0;Za=3+6; Xa=6;Xm=4;Rm=1.5;Ra=3; Ra=(Xa/Xm)*(Rm+sqrt(18.25)) C=(2*%pi*F)*(Xa+(Ra*Rm)/(Xm+sqrt(18.25))) a=((-Xm*Ra)+(sqrt(18.25)*sqrt(13.2))) Xc=Xa+(a/Rm) Ia=V/(3+%i*6) function[r,theta]=rect2polar(x,y) r=sqrt(x^2+y^2); theta=atan(y/x)*180/%pi; endfunction [Is,Angle]=rect2polar(8,-1...
18447c9bc70ff5589ef04c276692ba113edaa5b5
4e9df66700bcf9688afe22df0009cdf4a17bc61f
/Scilab_Lab/scimage/ch03/L3_4.sce
c11710e4baff04c032e72d362e905ce5d0528574
[]
no_license
vmebus/workspace
e18947a1f967e6a3a7dfbc5cce6f92380d8637fc
f251b8a8e6cec30a77c7ef7b4103c5ee6e6d1393
refs/heads/master
2021-01-09T21:53:45.183564
2015-10-03T06:42:23
2015-10-03T06:42:23
36,120,248
0
0
null
null
null
null
BIG5
Scilab
false
false
1,003
sce
L3_4.sce
//L3_4.m: 利用LBG訓練三個不同大小與維度的碼簿並分別進行向量量化// loadmatfile('LENA.mat'); th=0.05; //訓練大小為64維度為4的碼簿cb_64x4// nc=64;nd=4; [cb_64x4]=LBG(X,nc,nd,th); //訓練大小為64維度為16的碼簿cb_64x16// nc=64;nd=16; [cb_64x16]=LBG(X,nc,nd,th); //訓練大小為128維度為4的碼簿cb_128x4// nc=128;nd=4; [cb_128x4]=LBG(X,nc,nd,th); //使用cb_64x4的碼簿進行向量量化// [M,N]=size(X); [Y_...
3190c37f1a4b79c44931e9c54dea2e1be3735acb
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects - Kopie/CONT/__SUBJECT_TEST_CONT/ATWM1_Localizer_MRI___SUBJECT_TEST_CONT/ATWM1_Localizer_MRI.sce
09b36473b3f3ddc9b068db37841c8d443d608443
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
40,042
sce
ATWM1_Localizer_MRI.sce
# ATWM1_MRI_Localizer scenario = "ATWM1_Localizer_MRI"; scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen #scenario_type = trials; scan_period = 2000; # TR pulses_per_scan = 1; pulse_code = 1; #pulse_width=6; default_monitor_sounds = false; active_buttons ...
072a7bdfdbe269c939fd6002f8093853897fa3c9
449d555969bfd7befe906877abab098c6e63a0e8
/2858/CH8/EX8.6/Ex8_6.sce
bae88d9725272ecde11d793c6cf28a52f0506177
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,097
sce
Ex8_6.sce
//example 8.6 clc; funcprot(0); Sv=2; Sh=3; w=3/12; fy=35000*144; FSb=3; pi=%pi; phi=36*pi/180; Gamma1=105; H=30; t=Gamma1*H*Sv*Sh*FSb/w/fy*(tan(pi/4-phi/2))^2; t=t*12; disp(t,"thiskness in inches"); t=t+0.001*50; disp("so take thickness=0.2 inches"); //for tie length z=[5,10,15,20,25,30]; TL=[38.45, ...
2047d4a2ad725e45fde4dab219ba116250210fb0
1db0a7f58e484c067efa384b541cecee64d190ab
/macros/seqperiod.sci
aa51d069939735fc03ddd11e882906d3cdb565e7
[]
no_license
sonusharma55/Signal-Toolbox
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
refs/heads/master
2020-03-22T21:37:22.593805
2018-07-12T12:35:54
2018-07-12T12:35:54
140,701,211
2
0
null
null
null
null
UTF-8
Scilab
false
false
2,171
sci
seqperiod.sci
function [p,num]=seqperiod(x) //Calculates the period of a sequence //Calling Sequence //[p,num]=seqperiod(x) //Parameters //x: A vector matrix or n-dimensional array //Description //[p,num]=seqperiod(x) //Returns an integer p such that x(1:p) is the smallest subsequence that repeats in x //The number of times the subs...
2065898a2696e04a9b7ebbf3b8586391afa2e58b
449d555969bfd7befe906877abab098c6e63a0e8
/2219/CH11/EX11.4/Ex11_4.sce
c2f6dcf4cc1895e99fbbd4526ab87fd26c84e3fa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
790
sce
Ex11_4.sce
// Chapter 11 example 4 //------------------------------------------------------------------------------ clc; clear; // Given data h = 35800; // height of satellite orbit from earth in km G = 6.67*10^-11; // Gravitational constant M = 5.98*10^24; // mass of the earth in ...
a8d31e2f0d98a08355dca44136b00ffa0a6b8fa0
449d555969bfd7befe906877abab098c6e63a0e8
/1898/CH11/EX11.6/Ex11_6.sce
f9dd17adc63bf7fcf24550d4299a3801d9cfd56c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex11_6.sce
clear all; clc; disp("Scilab Code Ex 11.6 : ") //Given: tou_allow = 50*10^6; //MPa T = 7.5; //Nm R_ah = 150; //N R_av = 475; //N l_ac = 0.25; //m mc = R_ah*l_ac; m = R_av*l_ac; M_c = sqrt(m^2 + mc^2); k = sqrt(M_c^2 + T^2); c1 = (2*k)/(%pi*tou_allow); c = c1^(1/3); d = 2*c*1000; //Display: ...
437e4ef6be6bd81d755414ca5559289794d602fe
e806e966b06a53388fb300d89534354b222c2cad
/macros/imhistmatch.sci
0792aefd6734d6bb31875d4dce126c0ace672dbe
[]
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
518
sci
imhistmatch.sci
function [outputImg]=imhistmatch(inputImage,refImage,varargin) [lhs rhs]=argn(0); if rhs>3 error(msprintf(" Too many input arguments")); end inputList=mattolist(inputImage); refList=mattolist(refImage); select rhs case 2 then outputList=opencv_imhistmatch(inputList,r...
d45b45d78d58bdecf8de7f028e02d6a1ecafae2b
449d555969bfd7befe906877abab098c6e63a0e8
/1073/CH4/EX4.12/4_12.sce
0f0667341be13c088f7e5f01114d1f8e0c48d93d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
452
sce
4_12.sce
clc; clear; //Example 4.12 sigma=5.67*10^-8 //[W/sq m.K^4] T1=77 //[K] T2=303 //[K] D1=32 //cm D1=D1/100 //[m] D2=36 //[cm] D2=D2/100 //[m] A1=%pi*D1^2 //[sq m] A2=%pi*D2^2 //[sq m] e1=0.03; e2=e1; Q=sigma*A1*(T1^4-T2^4)/(1/e1+(A1/A2)*(1/e2-1)) //[W] Q=Q*3600/1000 //[kJ/h] Q=abs(Q); ...
a489ce34cd32874a45b9a4391d31acefeb5b3884
f575b6ff7e0f0e2a1e8b41f9ab83ac853231ba68
/pkg/nq/examples/G2.tst
850e0f20c4ec0508734bad2a527e0ac0116ff894
[]
no_license
jmichel7/gap3-jm
756c6e6c5d3c7956fe4dc20b2f76f320f49a11b5
3eeb3c4d174d567c51e712f997febb1e8e2ad65f
refs/heads/master
2023-08-23T19:04:53.627679
2023-08-21T14:21:33
2023-08-21T14:21:33
124,115,667
0
3
null
null
null
null
UTF-8
Scilab
false
false
4,975
tst
G2.tst
# # The ANU Nilpotent Quotient Program (Version 1.1d, 18 May 1994) # Calculating a nilpotent quotient # Nilpotency class: 11 # # Calculating the abelian quotient ... # The abelian quotient has 2 generators # with the following exponents: 0 0 # # Calculating the class 2 quotient ... # Layer 2...
112abb0b0ea12baeb36a5dd2854acd7259d1b383
449d555969bfd7befe906877abab098c6e63a0e8
/462/CH3/EX3.7.b/ex_3_7_b.sce
013a06fc8ccdb4967b3df316b58df3b72db8ab5f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
253
sce
ex_3_7_b.sce
//example 3.7(b)// clc //clears the screen// clear //clears already existing variables// disp('when V(i)=5V, the transistor T(1) is operating at point C') V=0; disp('output voltage in volts=') disp(V) //all the outcomes are as per the diagram//
295099afbaf84e8d56bf5ccde1beb8122adec761
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH9/EX9.29/Ex9_29.sce
e754524bec42c0c4b35692486b0b14a16cc507d6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
191
sce
Ex9_29.sce
clear //Given N=10 I=0.06 r=0.05 n=1000 I2=25 //Calculation // A=%pi*r**2 M=N*I*A u=4*%pi*10**-7 B=u*n*I2 t=M*B*sin(45*3.14/180.0) //Result printf("\n Torgue is %0.2f *10**-4 Nm",t*10**4)
4798b42416630e369127ff549117af7a2c2a5b69
449d555969bfd7befe906877abab098c6e63a0e8
/75/CH8/EX8.6/ex_6.sce
0ac7030d2858cb70b94500e4d6d296d8f6b5b6ff
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
ex_6.sce
// EXAMPLE (PG 529) // Consider the coefficient matrix for spline interpolation A = [2 1 0 0;1 4 1 0;0 1 4 1;0 0 1 2] [l,u] = lu(A); // LU Decomposition U = l' // Lower Triangular matrix L = u' // Upper triangular matrix
c0a904ed093d710bc6949b833adb3b3a2770727c
449d555969bfd7befe906877abab098c6e63a0e8
/3269/CH8/EX8.7/Ex8_7.sce
2321e4dc02d5aad2d9de009700c1976914ee8a62
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,938
sce
Ex8_7.sce
// Example 8.7 clear all; clc; // Given data T_b0 = 543; // Temperature of inlet coolant in F w = 3148; // Coolant rate per channel in lb/hr // 1. V_f = 1.15*10^(-2); // Volume of fueled portion in ft^2 // Using the result of Exampl...
7959c1d9114a9cc0c0670b2dc023ec8f0fa9273c
449d555969bfd7befe906877abab098c6e63a0e8
/1118/CH16/EX16.6/16_6.sce
8ee75fb5314d73678ec3c5cd94d0c1201df27f9a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
584
sce
16_6.sce
clear; clc; xt=(.15+.1)*(.2)/(.15+.1+.2); sb=25; ssc=sb/xt; printf("\n The short circuit MVA is: %.2f \n",ssc); if=1/((%i)*xt); ib=sb/(sqrt(3)*11000); if=if*ib; printf("\n The fault current in A is:"); disp(round(if*1000000)); if1=(.15+.1)*if/(.15+.1+.2); printf("\n The fault current in A supplied by gene...
6cea52873af61ef916e3c57cd5ec2ea903a0bb22
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/DEVELOPMENT-LANGUAGES/uralic/vot.tst
36bfb8d9907738579866f148c289c1ccb5379210
[]
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
4,700
tst
vot.tst
staruha N;IN+ABL;PL staruha N;IN+ABL;SG staruha N;COM;PL staruha N;NOM;PL staruha N;IN+ESS;PL staruha N;GEN;SG staruha N;ESS;PL staruha N;TRANS;PL staruha N;AT+ABL;PL staruha N;TERM;SG staruha N;NOM;SG staruha N;ESS;SG staruha N;PRT;SG staruha N;AT+ESS;SG staruha N;AT+ESS;PL staruha N;GEN;PL staruha N;TRANS;SG staruha ...
cc900cbde982e1281d67309f06be4280325c0076
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/YL18CXQ/ATWM1_Working_Memory_MEG_YL18CXQ_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
62683ef6ff421e655d189174c755547342278afd
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
48,405
sce
ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monit...
609f72516d81b8c7511c69f1c08126f282c6b4f2
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH3/EX3.6/MS_6.sce
4a8d9f566f4fe76c4bc8e0f793d473fd0dfb85bf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
478
sce
MS_6.sce
// sum 3-6 clc; clear; delT=100; ab=18*10^-6; aa=23*10^-6; delta=(360*ab*delT)+(450*aa*delT); lc=delta-0.6; Ea=70*10^3; Eb=105*10^3; Aa=1600; Ab=1300; P=lc/((360/(Ab*Eb))+(450/(Aa*Ea))); P=P*10^-3; //Let the change in length be delL delL=(aa*450*delT)-(P*10^3*450/(Aa*Ea)); // printing data in scilab...