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
f9978119593c656fc5310936da3d0f21a86d76d1
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Apex legends recoil control v2.sce
4736eb7ca07e41ee134f853ee8a19a9180a4c4d4
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
76,751
sce
Apex legends recoil control v2.sce
Name=Apex legends recoil control v2 PlayerCharacters=Quaker;Character Profile;apex boyi BotCharacters=Quaker Bot Long Strafes.bot IsChallenge=true Timelimit=60.0 PlayerProfile=Character Profile AddedBots=Quaker Bot Long Strafes.bot;Quaker Bot Long Strafes.bot;Quaker Bot Long Strafes.bot;Quaker Bot Long Strafes.bo...
00869325c10d3b61b6e93fa3623d840fe589df00
449d555969bfd7befe906877abab098c6e63a0e8
/1691/CH3/EX3.8/exp3_8.sce
44089efbf740b707facd6758a0b0eaee317c3cb2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,479
sce
exp3_8.sce
//Example 3.8 clc disp("f = 20 kHz hence T = 1/f = 50*10^-6 sec") disp("Now T = t_p+t_f+t_a = t_p+t_f ...Neglecting t_a") disp("Therefore, 50*10^-6 = t_p+t_f") disp("Now Duty cycle = t_p/T = 1/10") disp("Therefore, t_p = T/10 = 5*10^-6 sec") tf=50-5 disp(tf,"Therefore, t_f(in usec) = ") disp("i_E(m...
a1a564786547894d47ff5ee7ab7db6cb1191cef9
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3/macros/metanet/graph_power.sci
54f2b4944e2fd932d3d4c55130621fea36d0f3e0
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
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
601
sci
graph_power.sci
function [g1]=graph_power(g,k) [lhs,rhs]=argn(0) if rhs<>2 then error(39), end // check g check_graph(g) if g('directed')<>1 then error('The graph must be directed') end // check k if k<1 then error('Power must be greater than 0') end if k==1 then g1=g; return; end //graph power ta=g('tail');he=g('head'); n=g('no...
ef08394210280435a32c15e3e1d3f91f4cf3ad92
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH3/EX3.24/Ex3_24.sce
9fb058304db95ed596a2c67b44bacf6a67f18bee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex3_24.sce
//EX3_24 PG-3.59 clc Es=230;//rms value of input voltage f=50;//frequency Idc=50e-6; Rl=100;//load resistance C=1000e-6;//filter capacitor Esm=sqrt(2)*Es; Edc=2*Esm/%pi; printf("\n Therefore DC output voltage is %.2f V \n",Edc) Idc=Edc/Rl; disp("if the capacitor filter C=1000e-6 is use then ") Rf=(4*sqrt(3)...
779ad3896a37ba7ed73cd36258b8f01a089688dc
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/percent/%rfr.sci
7ed4fab03415ef092bd0efc957c3d0766ad8c465
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
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
134
sci
%rfr.sci
function [f]=%rfr(s1,s2) //f=[s1;s2] //! [s1,s2]=sysconv(s1,s2) f=tlist(['r','num','den','dt'],[s1(2);s2(2)],[s1(3);s2(3)],s1(4))
05290697b6abca8cf2142cd0ad31c830d426427c
449d555969bfd7befe906877abab098c6e63a0e8
/1820/CH5/EX5.16/Example5_16.sce
1101e8681bd05908857dea633396d3aeeeb6b9b9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
3,923
sce
Example5_16.sce
// ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN // TURAN GONEN // CRC PRESS // SECOND EDITION // CHAPTER : 5 : UNDERGROUND POWER TRANSMISSION AND GAS-INSULATED TRANSMISSION LINES // EXAMPLE : 5.16 : clear ; clc ; close ; // Clear the work space and console // GIVEN DATA n = 40 ; // u...
1ccb5bf6e115dd9c5825053a30dbe13e9e5a5354
449d555969bfd7befe906877abab098c6e63a0e8
/2513/CH15/EX15.1/15_1.sce
7b784dae7e91f9ac161575f9b95f38e2a1b45dcc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
398
sce
15_1.sce
clc //initialisation of variables q=0.25//in Q=0.34//in r=0.76//in v=0.83//in n=0.78//in r1=0.84//in v1=0.70//in w=2//in q1=0.056//in d=0.16//in v2=0.53//in n1=0.80//in d1=0.18//in n2=0.46//in //CALCULATIONS V=v*w//fps N=v1*w//fps V1=v2*w//fps V2=n2*w//fps //RESULTS printf('The one fourth their fu...
dc713049195bd8cbb4180a94116d98224d7b6a64
8b478a8f9c9ebc5420d79a115b278c7aea7308af
/3rdparty/hdf4-4.2.14-win64/HDF4Examples/hdf/examples/GR/testfiles/h4ex_GR_read_image.tst
c6db5a496c9d68d12f39594e86aafa3396ef8d5a
[ "LicenseRef-scancode-hdf4" ]
permissive
gzliyu/GF2
85e71cf298e8365b2f6a94a11ed664aa3f59a4c0
f0edd69e47022d1d16fc5b0c370d6e607ac594b0
refs/heads/master
2023-02-21T11:03:55.830515
2021-01-08T06:13:33
2021-01-21T12:11:55
331,960,655
0
0
null
null
null
null
UTF-8
Scilab
false
false
339
tst
h4ex_GR_read_image.tst
First component of the entire image: 0 0 0 0 0 6 7 8 9 10 0 0 0 0 0 7 8 9 10 11 3 4 5 6 7 8 9 10 11 12 4 5 6 7 8 9 10 11 12 13 5 6 7 8 9 10 11 12 13 14 Three rows & two cols at 2nd row and 4th column of the first component: 0 0 6 7 7 8 All odd rows and even columns of the first component: 0 0 6 8 10 4 6 8 10...
e12444ca7e2a029b5ee5efe9139cd990b8d89cae
449d555969bfd7befe906877abab098c6e63a0e8
/2513/CH5/EX5.2/5_2.sce
3eec35449786837ade7a1e9044672361e9ea0ae5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
422
sce
5_2.sce
clc //initialisation of variables y0=30000//in y1=172000//in y2=292000//in a=172//ft p=30//ft y=292//ft q=322000//ft g=313//ft n=0.05//ft d=-2.442//ft //CALCULATIONS L=[2*p*a*y2-(a)^2*q]/[p*y-(a)^2]//moreover m=(g-p)/p//ft N=n*d//in Y=g/[1+m*(N)]//in //RESULTS printf('the saturation populations=% f mo...
036fef7d585e46128aee231bdc66fe3736274d1e
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/MX15.prev.tst
20a2082a60c79b395bd73b5e965fe14102512c93
[ "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
55
tst
MX15.prev.tst
[16,2,15,9] not isPowerSum(3,4,0) elapsed time: nn s
69c656e5550f2534943e440bfc6fddf8da6e4d58
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/xcos_blocks/bpf.sce
f870fd06e6141d15062abb24c92dc575a01dfc3b
[]
no_license
jhasler/rasp30
9a7c2431d56c879a18b50c2d43e487d413ceccb0
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
refs/heads/master
2023-05-25T08:21:31.003675
2023-05-11T16:19:59
2023-05-11T16:19:59
62,917,238
3
3
null
null
null
null
UTF-8
Scilab
false
false
2,298
sce
bpf.sce
function [x,y,typ]=bpf(job,arg1,arg2) // Copyright INRIA x=[];y=[];typ=[]; select job case 'plot' then standard_draw(arg1) case 'getinputs' then [x,y,typ]=standard_inputs(arg1) case 'getoutputs' then [x,y,typ]=standard_outputs(arg1) case 'getorigin' then [x,y]=standard_origin(arg1) case 'set' then x=arg1; g...
8bf9799af55d2911772ef5876dedff7b332a20dc
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set9/s_Engineering_Physics_M._R._Srinivasan_3411.zip/Engineering_Physics_M._R._Srinivasan_3411/CH1/EX1.11.u1/Ex1_11_u1.sce
51b8d0a46378ee1bf5adaba1ec1547fa6b630cd6
[]
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
202
sce
Ex1_11_u1.sce
errcatch(-1,"stop");mode(2);//Example 1_11_u1 ; ; //To calculate refractive Index of liquid d10=1.40 d_10=1.27 u=(d10/d_10)^2 printf("The refractive index of liquid is %.3f",u) exit();
11bedebcce60d3c51319a79a1bafaebd4d7db809
0577305335a94b42b5326da932fa216f0a3be24b
/Assignment 2/Four_Fundamental_Subspaces.sce
a414543563f483b422882981f35e6c5f1d1ac0ab
[]
no_license
RITIKHARIANI/Scilab-Assignment
540ff67cce176b49c556e7d21cebbb03a8653e0f
b979fb6771f0e0855fa632a216a54aca892114ea
refs/heads/master
2020-12-18T20:37:55.331452
2020-06-03T10:49:33
2020-06-03T10:49:33
235,514,808
2
0
null
null
null
null
UTF-8
Scilab
false
false
918
sce
Four_Fundamental_Subspaces.sce
//Find the Four Fundamental Subspaces of a Matrix A disp('Please enter the matrix A'); //Taking input of Matrix A a11=input("Enter a11: "); a12=input("Enter a12: "); a13=input("Enter a13: "); a21=input("Enter a21: "); a22=input("Enter a22: "); a23=input("Enter a23: "); a31=input("Enter a31: "); a32=input("Enter a32: ")...
ca25a0d279f223ce0198525cebfa5851f3c88405
7a77843c417bcedf80e1b0062437cf2e660f77fe
/GNSS_SOFTWARE_RECEIVERS/POSTPROCESSING_RECEIVERS/osgnss_next_step/src/third_party_tools/scilab/check_correlators_outputs/read_corr_out.sce
b309c7de42ef6a651b042b7433ce5d2ecd1a7b07
[]
no_license
muhammadali201/gnsssdr
f3433dd5542f3df30e7ea966bffbeddbd2558e29
5e2d354c709563ed17ee5c8d0b6b725e00c59cdb
refs/heads/master
2021-01-01T05:33:17.554728
2013-09-16T11:30:22
2013-09-16T11:30:22
41,659,404
0
1
null
null
null
null
UTF-8
Scilab
false
false
838
sce
read_corr_out.sce
clear all; clc; fileName='e:\corr_out.csv'; [fd, err] = mopen(fileName, 'rt'); s = mgetl(fd); [Ie s] = strtod(s); [Qe s] = strtod(s); [Ip s] = strtod(s); [Qp s] = strtod(s); [Il s] = strtod(s); [Ql s] = strtod(s); [cross s] = strtod(s); [dot s] = strtod(s); [fre...
44d0fda5b80f36508ea5f9c356dbcc5a7c33068c
2306fe37806fcf2e0b7509d8c35d5b5761d87624
/cube.sce
760026014d34062e3681998aa0f3cb399f461c2d
[ "MIT" ]
permissive
thbt/PlanetarySystem
60532b0a9e0e59a8ee2089eb721b68ff9c518335
a8a514c583e59cebacaa3ad32cf5c2ac923d7e60
refs/heads/master
2021-01-01T16:40:28.843162
2015-07-30T09:30:03
2015-07-30T09:30:03
39,942,394
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,185
sce
cube.sce
// cube.sce // Longueur des côtés cLx = 1; cLy = 1; cLz = 1; // Les vertex du cube sCube = [cLx*ones(8,1),cLy*ones(8,1),cLz*ones(8,1)] .* ... [0,0,0; // 1 1,0,0; // 2 0,1,0; // 3 0,0,1; // 4 1,1,0; // 5 0,1,1; // 6 1,0,1; // 7 1,1,1]; // 8 // Cette ligne sert juste à nous simpli...
24a8f1bf4716769a7cd62149680d7b68ef0e0943
449d555969bfd7befe906877abab098c6e63a0e8
/1919/CH12/EX12.7/Ex12_7.sce
49f52a3a7a5f56533ca4da3d0649bb463f6b5184
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
216
sce
Ex12_7.sce
// Theory and Problems of Thermodynamics // Chapter 12 // Statistical Thermodynamics // Example 7 clear ;clc; //Given data //The given problem is theoritical and does not involve any numerical computation
184515f364397f1b3f853745a20cea99d4cf2e12
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testexo3c.sce
e87369c011cdc22c7900e9aec2c1baf9e4ce0a0c
[]
no_license
markusmorawitz77/Scilab
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
7c98963a7d80915f66a3231a2235010e879049aa
refs/heads/master
2021-01-19T23:53:52.068010
2017-04-22T12:39:21
2017-04-22T12:39:21
89,051,705
0
0
null
null
null
null
UTF-8
Scilab
false
false
284
sce
testexo3c.sce
exec('scilab-base-calculs-testexo3d.sce',-1)//to delete exec('scilab-base-calculs-testexo3a.sce',-1)//to delete exec('scilab-base-calculs-testexo3b.sce',-1)//to delete // set of values already taken D=union(union(A,B),C) // candidate values for element (i,j) E=[1:9];E(D)=[]
71a275eaab43b57ff73a165a810abb81850de4ad
449d555969bfd7befe906877abab098c6e63a0e8
/545/CH10/EX10.8/ch_10_eg_8.sce
54f6f083c6ab802a2ef898f2d4c4e367908a14fa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
915
sce
ch_10_eg_8.sce
clc disp("the soln of eg 10.8-->Gauss Seidel Method"); for i=1:9,tnew(i)=101,e(i)=1 //assumed values end t=1e-6 while e(1)>t&e(2)>t&e(3)>t&e(4)>t&e(5)>t &e(6)>t& e(7)>t& e(8)>t & e(9)>t do for i=1:9, told(i)=tnew(i),end //using eqn 10.10 for the interior nodes and convective boundary ...
407b284f188905a01f5d4a0504358cca0055a3f0
449d555969bfd7befe906877abab098c6e63a0e8
/821/CH7/EX7.3/7_3.sce
e168d8693110f4cd354a0cb4002d703faf430c78
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
540
sce
7_3.sce
i=5*10^-3;//steady current given by the cell in amps// w=1.7399;//amount of MnO2 used in grams// MW=86.95;//molecular weight of MnO2 in grams// F=96500;//farad value in coulombs// C=0.02*F;//charge value in coulombs// printf('From the cathode reaction 2mol of MnO2=2Farad.'); printf('\n0.02Farad means the charge=...
2b53c4bbbeaeeb0eda58b739eeb5f05336b4b93f
449d555969bfd7befe906877abab098c6e63a0e8
/623/CH20/EX4.3.14/U4_C3_14.sce
eee67a5643f232c659a6a9cd29c3b07e7f3d83a8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
558
sce
U4_C3_14.sce
//variable initialization z1=1 //atomic no. z2=2 //atomic no. deltaT2=5.84 //doublet splitting of th...
bedaaad3f664d825bd4bf37c80be3272519c3305
449d555969bfd7befe906877abab098c6e63a0e8
/1976/CH7/EX7.17/Ex7_17.sce
07fd2455f6dc4523bc658e17deadfa966a956f74
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
998
sce
Ex7_17.sce
//To detemine the characteristics for tapping of 30 percent of the turns //Page 400 clc; clear; I=[50,100,150,200,250]; //Current N1=[73.5,48,41,37,35]; //Speed Ft1=[131,457,810,1163,1525]; //Tractive Effort in Kg Fl=70/100; //Effective Tapping of the Turns (30% reduction) //Consider flux corresponding to 25...
a12f96a50ddd5899aaf8be6444cb1e78b4f413b7
449d555969bfd7befe906877abab098c6e63a0e8
/1646/CH5/EX5.5/Ch05Ex5.sce
8713b4fab8efc96c0968ad9c011a14b6bc9738c5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
548
sce
Ch05Ex5.sce
// Scilab Code Ex5.5: Page:298 (2011) clc;clear; D = 1;....// Distance between slits and the screen, m mu = 1.5; // Refractive index of the material of biprism a = 0.5;....// The distance between the slit and the biprism, m W = 1.35e-004;....// Width of the fringes, m alpha = (180-179)/2*%pi/180; // Acute...
4c3cca39be4b4cd3b3b2b97613b7bb48a83d1f30
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.57/EX_2_57.SCE
8efb41dd1e011641fa0f82fba46721a2c8d10d73
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
497
sce
EX_2_57.SCE
// Example 2.57:alpha ,beta and cut off frequencies clc; clear; close; Cbc=12;//in pico farad //H Paramters are hie=6;//in killo ohms hfe=224; gm=38;//transconductance rbe=5.9;// in killo ohms rbb=100;//in ohms Cbe= 63;//in pico farad falpha= ((hfe)/(2*%pi*rbe*10^3*Cbe*10^-12))*10^-6;// fbeta= ((1)/(2*%pi*...
5282aed170344770751feff1e29d6f591669ccef
449d555969bfd7befe906877abab098c6e63a0e8
/1322/CH5/EX5.4.c/47ex3_c.sce
af59f85826c05665db736bf937f562a649208118
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
148
sce
47ex3_c.sce
//draw function machine for n^2+5 clear; clc; close; mprintf("the first five terms of the sequence are: \n"); for n=1:5 disp(n^2+5) end
c55bba7db3c499a2c49df4a814abc20eb41f21fc
c565d26060d56f516d954d4b378b8699c31a71ef
/mpc/mpc.sci
8fa2a89cab33e83a8cbd15054f828ca37f59e2a8
[]
no_license
rupakrokade/sbhs-manual
26d6e458c5d6aaba858c3cb2d07ff646d90645ce
5aad4829d5ba1cdf9cc62d72f794fab2b56dd786
refs/heads/master
2021-01-23T06:25:53.904684
2015-10-24T11:57:04
2015-10-24T11:57:04
5,258,478
0
0
null
2012-11-16T11:45:07
2012-08-01T11:36:17
Scilab
UTF-8
Scilab
false
false
882
sci
mpc.sci
function [y,stop] = mpc(Tsp,fan) global fdfh fdt fncr fncw m err_count stop p q xk_old fncr = 'clientread.sce'; fncw = 'clientwrite.sce'; a = mgetl(fdt,1); b = evstr(a); byte = mtell(fdt); mseek(byte,fdt,'set'); if a~= [] temps = b(1,$); heats = b(1,$-2); fans = b(1,$-1); y = te...
48cfaad2e37bbe87c4a989bd57ae2bfa7a1ba0f5
e86653ab56eded6714574f9f8f34013272027113
/181/CH7/EX7.34/example7_34.sce
2b95a59f2014b9773744d60d34f00ef8f4a74f56
[]
no_license
FOSSEE/Xcos_TBC_Uploads
3637554f9dca20d0c5ec2c5d00d30942edafe09a
37e81552cb6d9066617ba91b13c91098e5ab6758
refs/heads/master
2023-03-30T10:45:38.033053
2021-03-15T05:40:35
2021-03-17T09:45:20
346,244,418
0
0
null
null
null
null
UTF-8
Scilab
false
false
518
sce
example7_34.sce
// Determine Zo,draw small signal model // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 7-34 in page 338 clear; clc; close; // Given data gm=1; // Transconductance in m-mho rd=50*10^3; // Dynamic resistance in K-ohms Rd=5*10^3; // Drain resistance in K-oh...
dd06bd99aacec4cf890e38caa96e72b2880ee670
449d555969bfd7befe906877abab098c6e63a0e8
/2276/CH2/EX2.3/chapter2_ex3.sce
e298513512aaafff1427fbde2f9bc5039eb7a943
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
755
sce
chapter2_ex3.sce
clc clear //input mmf=1800; // magneto motive force in amperes l1=0.8; // length of iron in meters l2=0.002; //length of air gap in meters a=9*(10^-4); // area of the air gap in square meters ui=2000; // relative permeability of iron ua=1; // relative permeability of air u0=1.257*(10^-6); // absolute permeab...
49ca46c3f1b74017a38ddc1a0cd1c7f8ff5f5992
717ddeb7e700373742c617a95e25a2376565112c
/1766/CH8/EX8.3/EX8_3.sce
edc444641190552858bf2417d679d5a7fedc1cb5
[]
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
724
sce
EX8_3.sce
clc;funcprot(0);//Example 8.3 //Initilisation of Variables Tci=40;......//Inlet temparature of oil in degrees celcius Tco=80;......//Outlet temparature of oil in degrees celcius Tw=100;....//Uniform temparature of tube in degrees celcius mc=3/60;....//Flow rate of water in kg/s di=0.025;.....//Inner diameter of tube in...
6b61ae6bf5f8da4f55e0ab9d4304a6bcb7badb73
449d555969bfd7befe906877abab098c6e63a0e8
/1733/CH2/EX2.10/2_10.sce
624136d11abb49be5a7b8ec8bd4f6d227b9335c9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
394
sce
2_10.sce
//2.10 clc; Vdc=100; Vm=(Vdc+1.7)*%pi/(2*cosd(30)); Vrms_sec=Vm/2^0.5; Vrms_pri=230; Turn_ratio=Vrms_pri/Vrms_sec; printf("\nTurn Ratio = %.2f ", Turn_ratio) Ip=15; Irms_sec=(Ip^2/2)^0.5; Trans_rating=2*Vrms_sec*Irms_sec; printf("\nTransformer rating = %.2f VA", Trans_rating) PIV=2*Vm; printf("\nPIV = %.2f...
0ce8aa5caa491bdab60002026adf3a57f551ab99
449d555969bfd7befe906877abab098c6e63a0e8
/389/CH9/EX9.6/Example9_6.sce
83a62a26d243dae880c976a4a2e863067ceed3bf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
673
sce
Example9_6.sce
clear; clc; // Illustration 9.6 // Page: 370 printf('Illustration 9.6 - Page: 370\n\n'); // solution //****Data****// // Basis: F = 100;// [mol] xF = 0.5; D = 0.6*100;// [mol] //******// W = F-D;// [mol] // From Illustration 9.1: alpha = 2.16;// [average value of alpha] // From Eqn.9.46; deff(...
ce4ea36e68c2ec5f2d3fe206d3cc44a62b1e9130
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/Scout VS Scout .sce
20d6ad6461746e59ba4df720cd651b67a5153ca4
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
23,408
sce
Scout VS Scout .sce
Name=Scout VS Scout PlayerCharacters=Scout BotCharacters=Scout.bot IsChallenge=true Timelimit=200.0 PlayerProfile=Scout AddedBots=Scout.bot PlayerMaxLives=20 BotMaxLives=20 PlayerTeam=1 BotTeams=2 MapName=kovaim1.map MapScale=2.0 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=false In...
4129f6822ae4ff18a12580b0d90e1f6e4f12fa31
449d555969bfd7befe906877abab098c6e63a0e8
/3415/CH7/EX7.3/Ex7_3.sce
54655fa9a0985dbc6079e8b987009f5cea4d31af
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
451
sce
Ex7_3.sce
//fiber optic communications by joseph c. palais //example 7.3 //OS=Windows XP sp3 //Scilab version 5.4.1 clc; clear all; //given R=50;//load resistor in ohm P=1*10^-6;//optic power absorbed by the detector Row=6.4*10^-3;//responsivity in A/W //to find i=Row*P;//current produced by detector in A v=i*R;//out...
77558548e466085dd1ca7ad271d3c94da935406e
449d555969bfd7befe906877abab098c6e63a0e8
/1736/CH6/EX6.1/Ch06Ex1.sce
2f79f8cb6244014db990687feaaaae25489c51b7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,325
sce
Ch06Ex1.sce
// Scilab Code Ex6.1: Page-190 (2006) clc; clear; S = cell(4,2); // Declare a 4X2 cell // Enter material names S(1,1).entries = 'Si'; S(2,1).entries = 'GaAs'; S(3,1).entries = 'GaP'; S(4,1).entries = 'ZnS'; // Enter energy band gap values S(1,2).entries = 1.11; S(2,2).entries = 1.42; S(3,2).entries = 2.26; S...
9a33de9243ca1b852136450abb4216571e9d7fdf
449d555969bfd7befe906877abab098c6e63a0e8
/1370/CH9/EX9.12/example9_12.sce
90af82bb8f7ee2d4136bd887dcd8c887a7149fbf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
749
sce
example9_12.sce
//example9.12 clc disp("d=0.5 cm, L=20 cm, l=2 cm, (V_a)=1000 V, (V_d)=25 V") d=((2*10^-2)*(20*10^-2)*25)/(2*0.5*1000*10^-2) disp(d,"i) D(in m)=(l*L*(V_d))/(2*d*V_a)=") s=0.01/25 disp(s,"Therefore, S(in m/V)=D/(V_d)=") disp("ii) tan(theta)=(l*a_y)/(v_ox^2)") a=((1.6*10^-19)*25)/((0.5*10^-2)*(9.107*10^-31)) for...
dc30db1c4ad00705c72a0e2d05d144785ce407c5
449d555969bfd7befe906877abab098c6e63a0e8
/50/CH6/EX6.20/ex_6_20.sce
5430115f1c29fe93f1f343b8f7ecac2d1e920f74
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
335
sce
ex_6_20.sce
// example no. 6.20, // caption: solve the system of equations //1) eulercauchy method solving simultanious ODE deff('[z]=f1(t,u,v)','z=-3*u+2*v'); deff('[w]=f2(t,u,v)','w=3*u-4*v'); [u,v,t] = simeulercauchy(0,.5,0,.4,.2,f1,f2) // 2) RK4 method solving simultanious ODE [u,v,t]=simRK4(0,.5,0,.4,...
0589fec64484ea3fa996beed5409b313e7b92fc3
449d555969bfd7befe906877abab098c6e63a0e8
/2657/CH11/EX11.3/Ex11_3.sce
e974a1ed59af9425f5917de082e584a4f7b533d6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
687
sce
Ex11_3.sce
//Calculation of suction at throat clc,clear //Given: d=10,l=12 //Bore and stroke in cm n=4 //Number of cylinders N=2000 //Speed of engine in rpm d2=3 //Diameter of throat in cm eta_vol=70 //Volumetric efficiency rho_a=1.2 //Density of air in kg/m^3 Cd_a=0.8 //Coefficient of discharge for air //Solution: V_s...
36344a9a952eac2123a7f126972ffe8dd4cbd2ff
449d555969bfd7befe906877abab098c6e63a0e8
/1733/CH3/EX3.11/3_11.sce
0867352f1d5d25fc1474da3a0919b78beab65e0b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
457
sce
3_11.sce
//3.11 clc; R=10; RL=R+R/2; i1=400/15; i2=i1; i3=i1; Irms_load=(1/(2*%pi)*(i1^2*2*%pi/3+(i1/2)^2*4*%pi/3))^0.5; printf("RMS value of the load current = %.3f A", Irms_load) Po=i1^2*R*3; printf("\nOutput power = %.2f W", Po) Iavg_thy=1/(2*%pi)*(i1*%pi/3+(i1/2*2*%pi/3)); printf("\nAverage thyristor current = %...
24c92e5b1c40067017fab45024f5b52eb772dd8e
449d555969bfd7befe906877abab098c6e63a0e8
/2939/CH10/EX10.8/Ex10_8.sce
671a4c59049d7c2989df104a545975b20206f841
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
402
sce
Ex10_8.sce
//Ex10_8 clc; // Given: flux=10^12; s=15.9*10^-24; m1=0.5;// weight of ruby in mg //Soluton: a1=35000;// measured activity in c/s a2=350000;// corrected activity in )d/s N=a2/(flux*s*(1-0.5^(1/27.7))); m=50*N/(6.02*10^23); Cr=(100*m)/4.35;// total Cr in in the Ruby crp=(Cr*100)/0.5;// % ...
9c2eb8d8748f8181afcf76e2a9c6ca28efe357c1
a8592d34f144b71794ebf30f1c2a1b5faf0b053c
/TugasBesar2018/sch_numerov.sce
8e983bd356b3be3b399404b8fd0366c1204a9373
[]
no_license
f-fathurrahman/ffr-MetodeNumerik
ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327
e3a9da224c0fd5b32e671708e890018a3c4104c4
refs/heads/master
2023-07-19T22:29:38.810143
2023-07-07T10:02:34
2023-07-07T10:02:34
107,272,110
2
2
null
null
null
null
UTF-8
Scilab
false
false
834
sce
sch_numerov.sce
// the differential equation is defined by scalar E and function V // // y'' = 2*(V(x) - E) // y(0) = y0 // y'(0) = y'(0) // // div_idx is index of divergence point function [x,y,idx_div] = sch_numerov(E,V,xspan,y0,dy0,N) h = (xspan(2) - xspan(1))/N x = xspan(1) + [0:N]'*h // column vector y = zeros(N+1,1) ...
bbcbb56f35dcb979a71591a37e6c009aaeab926a
449d555969bfd7befe906877abab098c6e63a0e8
/1316/CH1/EX1.14/example1_14.sce
4ee6adef0ab1f4521108187406b17ea81302be72
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
example1_14.sce
//Chapter 1 //Example 1.14 //Page 32 clear; clc; R_min=100; R_max=180; T_min=20; T_max=120; m=(R_max-R_min)/(T_max-T_min); R0=R_min-(T_min*m); //Finding a linear euation relating resistance and temperature printf("The linear equation would be of the form R=mT+R0 \n"); printf("Hence the equation re...
67a48031493fe4622c673b10e9e7aa20dd64fa34
449d555969bfd7befe906877abab098c6e63a0e8
/1436/CH5/EX5.12/ex5_12.sce
f2c7f6ffab93a9592a89b870ce859bac781116fc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
129
sce
ex5_12.sce
// Example 5.12, page no-314 clear clc dens=1.29 p=12.5*10^3 V=sqrt(2*p/dens) printf("V=%.2f m/sec =%.2f km/hr",V,V*18/5)
748ebfea88aa969e1130caa828d4a3b9dacdd0f6
8ceaed28ddedaaf04d0deab0902f314d458dc616
/projects/08/ProgramFlow/BasicLoop/BasicLoopVME.tst
2ce2850b18fb7c52c6adffa6c65b38487d1309e3
[]
no_license
appleJax/nand-2-tetris
1d2ec6f57bf043a6b78e97dcd9f8b8713f38323f
79e4364b9ec4dd179c4b92c366c26d3217c617a4
refs/heads/main
2023-01-13T21:25:09.007141
2022-01-03T06:52:03
2022-01-03T06:52:03
224,096,207
0
0
null
2023-01-05T05:00:47
2019-11-26T03:41:37
Hack
UTF-8
Scilab
false
false
433
tst
BasicLoopVME.tst
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/08/ProgramFlow/BasicLoop/BasicLoopVME.tst load BasicLoop.vm, output-file BasicLoop.out, compare-to BasicLoop.cmp, output-list RAM[0]%D1.6.1 RAM[256]%D1.6.1...
84e4238e3bbd336a9c2110af730f1d91eb302f22
39c5c468df5e2bde0147a30cf092fc8da3e7ed3e
/UFRGS/calcNumerico/area2/Outras/euler.sci
44f2f7ad48c18fab42c6dca833141df114b14516
[]
no_license
andredxc/Files
9dffc9fe5f7e923b83035d794dfa15c930cdb898
e32309b9ab548b829b04be66c2776cf9c9c6656e
refs/heads/master
2021-06-03T10:44:01.606242
2020-09-21T15:39:48
2020-09-21T15:39:48
107,410,076
0
0
null
null
null
null
UTF-8
Scilab
false
false
347
sci
euler.sci
function y = f(t, u) y = sin(u + t) endfunction function [ultimo] = euler(N) cor = 'ro-' u(1) = 2 //CI t(1) = 0 T = 3 //tempo final h = (T - t(1))/N for n = 1:N t(n+1) = t(n) + h u(n+1) = u(n) + h*f(t(n), u(n)) end ultimo = u(N+1) plot(t, u, c...
a0e00eac77448f289b73e71fca9f43270c1b153f
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH3/EX3.5/Ex3_5.sce
80f8c77b960c5f9e339cb959920b30f9d1716aee
[]
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
166
sce
Ex3_5.sce
errcatch(-1,"stop");mode(2);//Ex:3.5 ; ; I_in=5;//in mA R_m=100; I_m=1; R_s=R_m*I_m/(I_in-1); printf("Value of parallel shunt resistor = %d A",R_s); exit();
cc4981b3f852a6a3d777bc1dabb7968682f08e6a
449d555969bfd7befe906877abab098c6e63a0e8
/3041/CH10/EX10.3/Ex10_3.sce
0f825a10b9769c10ebb58d3fa3b562d70cc778ed
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
234
sce
Ex10_3.sce
//Calculations a = [7 -3 -4 ; -3 6 -2 ; -4 -2 11] //solving three linear mesh equations b = [-11;3;25] x = a\b v=x(3) - x(2) //voltage across 2mho conductance(V) //Results printf ("v is %.1f V",v)
52fc4e1e3846ce1e2acba46cdc086bbcf9e5eefe
f1275bcc58e973ff76ca7292f9105d658455170c
/scilab/rei4-3.sce
79e21bf1157eb7e60c8f15e5f31a0c5da7a61ca9
[]
no_license
MasahiroAraki/SpeechRecognition
5987f03ea4629e56c88851321cff60847ec9feb7
d095897fb77f1051396c72d2c6454e9589b5bc4a
refs/heads/master
2023-08-31T01:26:01.624052
2023-08-16T23:23:08
2023-08-16T23:23:08
212,271,685
17
3
null
null
null
null
UTF-8
Scilab
false
false
548
sce
rei4-3.sce
clear; X = [1.0; 0.5; -0.2; -1.3]; // 学習データ y = [1 1 2 2]'; // 正解クラス w = [0.2, 0.3]'; // 初期重み roh = 0.5; // 学習係数 flag = %T; // 重みに変更があれば TRUE(%T) [n, d] = size(X); X = [ones(n,1), X]; // x_0 軸を追加 while flag flag = %F; for i = 1:n x = X(i,:)' g = w' * x; disp(w'); if y(i) == 1 & g < 0 w = w +...
211b60cbf7cde9d612c636e2a3c07b31a195ce42
62e6605ab494919b6833bf1a1b158bcb6f9b79df
/plot_idframe.sci
ae53d2c3ba21d853f5584884aaf3dc438c263f98
[]
no_license
mani1250/system-identification
c597c26d10bb5dd62b1b4db650b3945afc336e37
5db0536c792dfaa4a8f01561315263503ff34d3d
refs/heads/master
2021-01-12T06:56:00.703593
2017-03-07T12:18:15
2017-03-07T12:18:15
76,865,655
0
0
null
null
null
null
UTF-8
Scilab
false
false
379
sci
plot_idframe.sci
function plot_idframe(data) // data is an idframe object // This is for SISO System only time = [0:size(data.Output,'r')]; subplot(211) plot(time,[data.Output]); xlabel("Time"); ylabel("Output ") subplot(212) plot(time,[data.Input]); xlabel("Time"); yla...
bf77c56be7837a43b4e11c6395ede9a2353e17c4
61da6be21995bc4b23f268b03fc13d0a33d818f3
/test/dedup.tst
52a54b2f82f996edbac02d22e13cdf35549fbfe5
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
warmchang/reposurgeon
657fe5f63fdd0db560b46ccff11478c73c69b150
43e553d9ff0ad4a9c39f4c94b58856f2e5c99297
refs/heads/master
2020-12-08T19:41:16.920673
2020-01-10T14:58:55
2020-01-10T14:58:55
233,076,382
0
0
null
null
null
null
UTF-8
Scilab
false
false
56
tst
dedup.tst
## test the dedup function read <dedup.fi dedup write -
9a0754c1583abb6c81870b03fe99f22d7eacafe0
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TPE6.prev.tst
9522dbe951a464b399e3eaf85046d9c6fe885aaf
[ "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
2,101
tst
TPE6.prev.tst
Expanding for base=5, level=3, reasons+features=base,same,similiar,evenexp invall,norm,showfail Refined variables=x,y [0+1x,0+1y]: unknown -> [1] [0,0] 15x²-7y²-9 ---------------- level 0 expanding queue[0]^-1,meter=[5,5]: 15x²-7y²-9 [0+5x,0+5y]: failure constant=-9, vgcd=25 [0,0] 375x²-175y²-9 [1+5x,0+5y]: failure con...
966ab07610122e4ed0ee92969e5c1fb02c79541d
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.5_18.tst
7bfd45654228757b617191909bf15d2d33d636f8
[]
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
571,651
tst
5.5_18.tst
5 10:1 31:1 554:1 572:1 799:1 821:1 826:1 883:2 886:1 1043:1 1398:1 1492:1 1684:2 1918:1 2085:1 2173:1 2197:1 2354:1 2393:1 2610:1 2727:1 2793:2 2849:1 3208:1 3491:1 3492:1 3644:1 3694:1 3845:1 3967:1 4115:1 4122:1 4136:1 4317:1 4571:1 4576:1 4610:1 4704:1 4874:1 4883:1 4939:1 5006:1 5449:1 5609:1 5713:1 6030:2 6062:1 ...
4a6e302019b399464ca94d17119974f0e59b7fd1
449d555969bfd7befe906877abab098c6e63a0e8
/3630/CH11/EX11.10/Ex11_10.sce
3a8249883d894b8511ea578d088259a360f457be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
254
sce
Ex11_10.sce
clc; Vcc=15; //Volt R1=1000; //Ohm R2=170; //Ohm R3=1000; //Ohm I1=Vcc/(R1+R2+R3); //Ampere RL=10; //Ohm Icave=Vcc/(2*3.14*RL);//Ampere Icc=Icave+I1; //Ampere Ps=Vcc*Icc; //Watt disp('W',Ps,"Ps=");//The answers vary due to round off error
76b62fc9f828816ff1b8592d94a9014e386c9296
449d555969bfd7befe906877abab098c6e63a0e8
/536/CH12/EX12.2/Example_12_2.sce
f0523fc0196d287359637cd2d34d82dcdfacef2d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
607
sce
Example_12_2.sce
clc; clear; printf("\n Example 12.2\n"); u=10; //Velocity of air T=330; //Temperature of air d=25e-3; //Inner diameter of pipe T_p=415; //Temperature at which the pipe is maintained DP_l=80; //Drop of static pressure along the pipe per unit length //From equations 12.98 and 3.18: //we get h=0.05*Cp //Th...
ec0c4e1ce3e0193b80156c527458e07b98420dd8
449d555969bfd7befe906877abab098c6e63a0e8
/331/CH9/EX9.12/Example_9_12.sce
43c1eac7ce5f492cc30bbb4b1f305f3799f5c31e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
931
sce
Example_9_12.sce
//Caption: Two-Samples Tests //One-tailed two-samples sign tests with binomial distribution //Example9.12 //Page330 //Test 1: Ho: uX = uY or p = 1/2 // H1: uX> uY or p > 1/2 clear; clc; n = 9; //Number of observations of each sample plus_signs = 6; minus_signs = 3; alpha = 0.05; //significance level ...
ea29070e1a685d445c89b930696864cb86f0574c
449d555969bfd7befe906877abab098c6e63a0e8
/3717/CH7/EX7.1/Ex7_1.sce
a0220380965b5a5bfe05e43772013b4446e19ddc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
521
sce
Ex7_1.sce
// Ex7_1 Page:113 (2014) clc;clear; e = 1.6e-019; // Energy conversion factor, J/eV mu_B = 9.27e-024; // Bohr magneton, J/T B = 3; // Magnetic field, T m_l = [-1, 1]; // Orbital magnetic quantum number dE = mu_B*B*(m_l(2)-m_l(1))/e; // Energy difference between m_l = -1 and m_l = +1, eV printf("\...
5869d883b36a641bd0f61e50c2ef11d64c2fbf96
e86653ab56eded6714574f9f8f34013272027113
/2048/CH7/EX7.6/dependency7_6.sci
71164e5a5a265b293fc98cf6c7f3a5eb004c6c16
[]
no_license
FOSSEE/Xcos_TBC_Uploads
3637554f9dca20d0c5ec2c5d00d30942edafe09a
37e81552cb6d9066617ba91b13c91098e5ab6758
refs/heads/master
2023-03-30T10:45:38.033053
2021-03-15T05:40:35
2021-03-17T09:45:20
346,244,418
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,732
sci
dependency7_6.sci
// Verification of performance of lead controller on antenna system, as discussed in Example 7.3. // 7.6 // Continuous time antenna model a = 0.1; F = [0 1;0 -a]; g = [0; a]; c = [1 0]; d = 0; Ga = syslin('c',F,g,c,d); [ds,num,den] = ss2tf(Ga); Num = clean(num); Den = clean(den); Ts = 0.2; G = dscr(Ga,Ts); // lead co...
47c2ce4c0c04354010093b51f8b858638d7704a1
449d555969bfd7befe906877abab098c6e63a0e8
/2234/CH1/EX1.6/ex1_6.sce
02b84008027b2f522d5140aa33496afe4aa8d3c8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
217
sce
ex1_6.sce
clc; l1=1.5; //wavelength in m l2=2; //wavelength in m v1=120; //velocity in m/sec n=v1/l1; //calculating frequency v2=n*l2; //calculating velocity disp(v2,"Velocity in m/sec = "); //displaying result
6864b0d1b09d5e82ad5f906183d103935ef10294
449d555969bfd7befe906877abab098c6e63a0e8
/2417/CH5/EX5.32/Ex5_32.sce
ec59533ac72743eb3b353214bc7d2f28aba26c41
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
347
sce
Ex5_32.sce
//scilab 5.4.1 clear; clc; printf("\t\t\tProblem Number 5.32\n\n\n"); // Chapter 5 : Properties Of Liquids And Gases // Problem 5.32 (page no. 215) // Solution //Reading the chart in wet region at 1.0 MPa and x=0.85(moisture of 15%) gives us printf("hx=2476 kJ/kg and sx=5.92 kJ/kg*K\n"); //The chart does n...
fa0994c463a700eae16ee11aa3618eafa7f5eaed
fa428f297a915e9a041597642bfe29627ab69c42
/app/views/partials/favicon.sce
4b8d6302c1489beb5c25fe7ff5fe9ab17fc34df8
[]
no_license
TheBrenny/Web-Dev-and-Security
dff903be92838b14f7126dd1f7092922b86bf2cc
e4abb96dc24e606704b09f5acdd2684d6d5d577d
refs/heads/main
2023-06-17T08:33:35.176024
2021-06-15T05:07:20
2021-06-15T05:07:20
343,603,444
0
0
null
null
null
null
UTF-8
Scilab
false
false
692
sce
favicon.sce
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.png"> <link rel="manifest" href="/assets/...
782b5240f35be7f86c7510e07be31b8bb589703c
67ba0a56bc27380e6e12782a5fb279adfc456bad
/STAMPER_PROG_8.0/bin/toolLib/BuildTool.sci
d04be60a57d4f66cc6d1e492ff009e270405849b
[]
no_license
2-BiAs/STAMPER_PROG
8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0
4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0
refs/heads/master
2021-01-18T19:30:06.506977
2016-11-10T23:32:40
2016-11-10T23:32:40
71,999,971
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,489
sci
BuildTool.sci
function toolOutput = BuildTool(sType, fRad, fIncludedAngle, fBiasAngle) //TODO: Add cases for different tool types. Tool Must be a convex polygon. //ORBM: Offset Regime Boundary Matrix //TCOC: Tool Compensation Offset Components //fRad: Tool radius in mm //fIncludedAngle: ...in rad ...
ca92efdbca1a55274343d61cd729b9578646b508
b3c9357cd1290921e67444ae057761959fdf24f1
/Curso de programação com Scilab/códigos/codrecserieS.sce
cbae41c39cbec5385c1edd3a05e2445cbac4ffd7
[]
no_license
joaolrneto/Scilab
91742520422426dc8a772997ef4a5d6376008b6e
f383f87e4585955cf19d0dae1b5c29f93c3f70b4
refs/heads/master
2023-02-05T20:13:03.677069
2020-12-30T14:53:09
2020-12-30T14:53:09
264,671,730
1
0
null
null
null
null
UTF-8
Scilab
false
false
265
sce
codrecserieS.sce
clc clear function S=serieS(n) if n==1 then S=return(1) end if modulo(n,2)==0 then S=(n/n^2)*-1+serieS(n-1) else S=(n/n^2)+serieS(n-1) end endfunction n=input("Informe a quantidade de termos :") printf("S = %f\n",serieS(n))
d9e6b659a7175c2771e4d4f1fbcbf4e4aea773ae
449d555969bfd7befe906877abab098c6e63a0e8
/2489/CH13/EX13.6/13_6.sce
965ce4b6cf6ac12a563ad96e6e314517d78dc299
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
185
sce
13_6.sce
clc //Intitalisation of variables clear t= 0.3965 A0= 126.45 //ohm^-1 CM62 //CALCULATIONS l= (1-t)*A0 //RESULTS printf ('ion conductance of the Cl- ion = %.2f ohms^-1 cm^2',l)
d4e35975e450e04515d2ca8171745f869c1919c2
37950f16d052f7743e8ddc536e89c28f717a7229
/main_test.sce
c16ea737bed471278bda46249fa20d3dec7a3e82
[]
no_license
tauhideee/SIM-Scilab
51aca407e107500d6dbb780db4ceebb5a18ef03f
d94b53bb856b59bb33ace4ff001fe96c3c8229bb
refs/heads/master
2021-01-22T14:20:56.974550
2015-07-18T10:26:44
2015-07-18T10:26:44
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,340
sce
main_test.sce
// Delete figures, memory and screen xdel(winsid()); clear; clc function y = fun2fit(x, c) y = c(1) * sin(c(2) *x+c(3)) + c(4); endfunction // This is how we define the error to be minimized. // Function leastsq iterates through this error until it's // not posible to reduce it any more. function e = myerror(c, x...
9ab3e6ff518e3de14b9d8792f16d1dd3e06310db
449d555969bfd7befe906877abab098c6e63a0e8
/2084/CH3/EX3.10/3_10.sce
410caaa74a78462f20cadd00879dc47717e63dda
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
567
sce
3_10.sce
//developed in windows XP operating system 32bit //platform Scilab 5.4.1 clc;clear; //example 3.10 //calculation of velocity of the swimmer with respect to ground //given data vsr=4//velocity(in km/h) of the swimmer with respect to water vrg=3//velocity(in km/h) of the river water with respect to ground //...
398f880088cff72730e572ba18a2f48bb8244ea9
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH14/EX14.4/14_4.sce
f8bb4e9d4d1059e2e97d2cd3ccc65fec451dbb52
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
566
sce
14_4.sce
//Two ships //refer fig.14.8,14.9 and 14.10 //Taking west direction as x-axis and north direction as y-axis //velocities in kmph are vAx=30*sind(30) vAy=30*cosd(30) vBx=40*sind(45) vBy=-40*sind(45) vrx=15-28.284 vry=25.98-(-28.284) vr=sqrt((13.284^2)+(54.264^2)) theta=atand((13.284)/(54.264)) //degree prin...
1efc68e06e58829f4f7a595817368d480f987e67
449d555969bfd7befe906877abab098c6e63a0e8
/3756/CH3/EX3.3/Ex3_3.sce
f87cd4e5d0b43cbac3dcb24b964cf8dbcc25370e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
173
sce
Ex3_3.sce
clc // // // //Variable declaration ip=60 //Angle of incidence //Calculations mu=tan((%pi/180)*(ip)) //Result printf("\n The Angle of polarization is %1.4f Degrees",mu)
adcdd9b855d53dfe51503d8301ea13b4b6f73500
449d555969bfd7befe906877abab098c6e63a0e8
/2330/CH5/EX5.7/ex5_7.sce
975ea5107d2a6da206f07c57a738b2f015a16cee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
687
sce
ex5_7.sce
// Example 5.7 format('v',5) clc; clear; close; // given data R_E= 2*10^3;// in Ω R_C= 1*10^3;// in kΩ V_E= 4.3;//in V V_CC= 15;// in V I_E= V_E/R_E;// in A I_C= I_E;//in A // In the first stage the collector voltage V_C= V_CC-I_C*R_C;// in A disp(V_C,"In the first stage the collector voltage in volts is...
6c0fbcf34d5aaf884043f41a0cefca7e3f1663a6
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH5/EX5.23/EX5_23.sce
550e3bd64bde52823dce8722525346b305f94a4a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
333
sce
EX5_23.sce
//EXAMPLE 5-23 PG -NO 316-317 V11=-5; V12=5; V13=0; G1=1/2200; G2=1/3300; G3=1/1500; VO1=((V11*G1)+(V12*G2)+(V13*G3))/(G1+G2+G3); V21=-5; V22=10; V23=0; VO2=((V21*G1)+(V22*G2)+(V23*G3))/(G1+G2+G3); disp('i) Voltage (VO1) is = '+string (VO1) +'V '); disp('i) Voltage (VO2) is = '+string (VO2) ...
d7e9b0b5b5d993220ea769c0fa3b4b9cb29e2167
449d555969bfd7befe906877abab098c6e63a0e8
/632/CH4/EX4.8/example4_8.sce
022647f669452f30c4bb36d51d4a60794cd7c08f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
489
sce
example4_8.sce
//clc() per1 = 20;//% ( 1 = ammonia) Vstp = 22.4143;//m^3/kmol Pstp = 101.325;//kPa Tstp = 273.15;//K V1 = 100;//m^3 P1 = 120;//kPa T1 = 300;//K P2 = 100;//kPa T2 = 280;//K per2 = 90;//% (absorbed) N = V1 * P1 * Tstp / (Vstp * Pstp * T1);//kmol Nair = (1 - per1 / 100) * N; N1 = per1 * N/100; Nabs = per2 *...
7edcef232ef77efea36e5899182b256aba7d04c5
d88bbaa013fffcd8958629d40b0a440e80b3df02
/ELIM GAUSS_SUST.sce
60efb9d098a020afd64e69d7508f2915faffe085
[]
no_license
DiegoMontano2705/Numerical-Methods-Programs
e4167b46520f4109e99411c760eb551de074ff55
31829cea7ffa98b5a7609015177e56430d8c3d33
refs/heads/master
2020-04-24T23:58:07.071687
2019-04-08T01:00:11
2019-04-08T01:00:11
172,362,441
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,211
sce
ELIM GAUSS_SUST.sce
/////////////////////////////////////////////////////// // ELIM GAUSS_SUST.sce // Programa de solucion de ecuaciones lineales por medio de una matriz a traves del metodo de Elimiacion Gaussiana con Sustitucion // // Este programa resuelve un sistema de ecuaciones por Elimiacion Gaussiana con Sustitucion // Patrici...
8d4fca35383a522b958fec21fb7464b189553e26
1ccfcf39e5941044f7809d7bd29f3a001877ffac
/experimento_03/ecg_filt.sce
a2144443499ceacd19a9866a2a327ab2eafb8df7
[]
no_license
victoribeir0/experimentos_pds
9ebe7aa4f678fa7e39942398543217bc2d6807a7
283fcfd16b743ae8cc864e0f5abcac955c8552d0
refs/heads/main
2023-04-30T01:48:48.984254
2021-05-01T09:25:13
2021-05-01T09:25:13
351,879,262
0
0
null
null
null
null
UTF-8
Scilab
false
false
898
sce
ecg_filt.sce
/* Série de filtros para processamento de sinal ECG. x = Sinal ECG de entrada. fs = Frequência de amostragem do sinal. */ function [y] = ecg_filt(x,fs) // Retira o nível DC do sinal. x = x-mean(x); // Filtro passa-baixas FIR, ordem = 100, fc = 11 Hz. x = pb_pt(x,11,fs,100); /...
e503afbf10ee9ea7290fa73566b3f04d0b732497
449d555969bfd7befe906877abab098c6e63a0e8
/1301/CH5/EX5.16/ex5_16.sce
a27d1461c741c2d11849a256a2ae6a3c2ca05ed6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
218
sce
ex5_16.sce
clc; v=20; //velocity in m/sec g=9.8; //g in m/sec square h=200; //height in m diff=(v*v)/(2*9.8*200); //calculating Final KE/Initial PE disp((1-diff)*100,"Percent of initial PE lost = "); //displaying result
61cdb4c639c902d1420f810c3e6ad1994cc461f8
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set8/s_Engineering_Chemistry_P._N._Dave_And_S._G._Pillai_3050.zip/Engineering_Chemistry_P._N._Dave_And_S._G._Pillai_3050/CH1/EX1.1/Ex1_1.sce
3b5b6076d3e667b6e195247169bd9971f760515c
[]
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
266
sce
Ex1_1.sce
errcatch(-1,"stop");mode(2);//calculating hardness //Example 1.1 //100gm of CaCO3 = 136gm of CaSO4 m=204//mass of the substance wt=136//molecular mass Eq=(m*100)/wt//Equivalents of CaCO3 printf('Thus Equivalents of CaCO3 = %3.2f mg/L or ppm',Eq) exit();
f52a148cb259a679aca3aa720900a59e1def34c0
417f69e36190edf7e19a030d2bb6aa4f15bb390c
/SMTTests/tests/err_getAssertions3.tst
74fb6f6cdc4f59eb886bc29b115214ceaf67677b
[]
no_license
IETS3/jSMTLIB
aeaa7ad19be88117c7454d807a944e8581184a66
c724ac63056101bfeeb39cc3f366c8719aa23f7b
refs/heads/master
2020-12-24T12:41:17.664907
2019-01-04T10:47:43
2019-01-04T10:47:43
76,446,229
1
0
null
2016-12-14T09:46:41
2016-12-14T09:46:41
null
UTF-8
Scilab
false
false
87
tst
err_getAssertions3.tst
; get-assertions before set-logic (set-option :interactive-mode true) (get-assertions)
467f9ea93e978c0b002ad0d845b97acce463a172
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH8/EX8.20/Example8_20.sce
208b70bb9e8c90a7505a459540f803a74cdaf72c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,150
sce
Example8_20.sce
//Example 8.20 clc disp("Fig. 8.41 shows Dividing-by-2 for up counting") disp("Divide-by-2 is a mod-2 counter. Since, after preset above counter goes through 2 states 1110 and 1111, it is a mod-2 counter. Thus, above circuit is a divide-by-2 counter for up counting mode.") disp("") disp("Divide-by-5 for down count...
d26bd217e0d46f90f9004c9d8ff4aa9d13ce2083
449d555969bfd7befe906877abab098c6e63a0e8
/413/CH1/EX1.3/Table_3.sce
549db769f6ef77a50f8bc072ab21426cceb8676e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
618
sce
Table_3.sce
//The regula falsi method for f(x)=3*x+sin(x)-exp(x), starting from 0 and 1 clearglobal() clc; fx='3*x+sin(x)-exp(x)' //Define function here x0=0; // intial value x1=1;// final vale where root need to bracket x2=4;//just to start loop x = x0; fa=eval(fx); x = x1; fb=eval(fx); tol=0.0000001; x = x2; fc=...
eb246cc61d0ebacb380cb15365dc0802234e7b6d
8aff21ee3944bdacbff38a386556c89c38377c6a
/gui_new_conf.sci
b116a5c6922480535ea7855a5d32f4014485e2ba
[]
no_license
rutup1595/control-system
bd4704a4aa437a66260301a22adb5e55b49c5c84
b30d559d8835cd278cc6d6bb81f821cdfcc9ee55
refs/heads/master
2021-01-17T10:17:03.192056
2019-10-10T05:28:46
2019-10-10T05:28:46
59,283,553
0
1
null
null
null
null
UTF-8
Scilab
false
false
24,155
sci
gui_new_conf.sci
global margin_x margin_y; global frame_w frame_h plot_w plot_h; // Window Parameters initialization frame_w = 200+500; frame_h = 580;// Frame width and height plot_w = 150; plot_h = frame_h;// Plot width and heigh margin_x = 5; margin_y = 5;// Horizontal and vertical margin //for elements defaultfont = "arial"; ...
a81d38bc0eb1e885d764b4e2162c28c80948ff9f
e6ea8d4e6298d6aee8f296425a9e68b48ad33795
/sci_examples/running_stats_ex.sce
a986bfbdff85df3f7b9f8b1c80857d954b85e6ee
[]
no_license
srkirve77/scilab_toolbox
a7d75b97e58813033491ab32fecec43a35ae2e2e
738760c8b1fd812b0a8d84f05764d395fe7041de
refs/heads/master
2022-11-07T19:38:51.977104
2020-06-22T16:57:01
2020-06-22T16:57:01
271,746,071
0
0
null
null
null
null
UTF-8
Scilab
false
false
270
sce
running_stats_ex.sce
arr =[] pi = %pi for i=1:100 a = double(i/100); b = sin(double(pi*i/100))/double(pi*i/100); arr = cat(1,arr,b); end y = statistics_info(100,arr); disp("Mean : ",y(1)); disp("Variance : ",y(2)); disp("Skewness : ",y(3)); disp("Excess Kurtosis : ",y(4));
38f1677d09b425e722da7e6253515899908e36ee
449d555969bfd7befe906877abab098c6e63a0e8
/635/CH2/EX2.4/Ch02Ex4.sci
63bdf75f525ff6834aec8188d4089bfef35a332a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,275
sci
Ch02Ex4.sci
// Scilab Code Ex2.4 Compressibility and ionic energy of NaCl crystal: Page-68 (2010) e = 1.6D-19; // Electronic charge, C ep_0 = 8.854D-12; // Absolute electrical permittivity of free space, coulomb square per newton per metre square Re = 2.81D-10; // Equilibrium separation between Na+ and Cl- ions, m A = 1.7496; ...
3491a5cae85474454c7870385f5a93237c93c6ca
449d555969bfd7befe906877abab098c6e63a0e8
/377/CH1/EX1.9/1_9.sce
11b3d51ed372cff7c709c68740cb5d802919cf20
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
237
sce
1_9.sce
disp("E1=-(4*pi^2*μ*e^4)/(32*pi^2*Є0^2*h^2)"); printf('\n'); disp("r1=4*pi*Є0*h^2/(4*pi*μ*e^2)"); printf('\n'); disp("Thus from the above formulae, the ratio of energies of muon and electrons is 100 while that of radii is 0.01");
bfc8fd22a7aaf665e0c01bf28f470d9882835b15
449d555969bfd7befe906877abab098c6e63a0e8
/2522/CH14/EX14.2/exm14_2.sce
13cdf099279f9bfd0f168a757a073f540679426e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
822
sce
exm14_2.sce
// page no 420 // example no 14.2 // ADDRESS DETERMINATION OF GIVEN FIGURE clc; printf('To select the chip: \n \n'); printf('A15 A14 A13 A12 A11 \n'); printf(' 0 0 0 1 0 \n \n'); printf('A15,A14 Enable lines of 8205 \n'); printf('A13,A12,A11 Input logic to activate the putput line O4 ...
7fc00cbbd38f01e9c0b56063e7fefdd14ad29393
429a254e86091b867fca50a9cc277b3f9cba13e8
/testit/07-tietokone.tst
ebe954bd95c84cb84907c2f680cab0ff1f490a37
[]
no_license
Mirbanator/labyrinth_game
125d51230c1591515bc751fa93686102328827e1
a2bb4f7ecc6618e8e226d7588391ff2f0941fc36
refs/heads/master
2020-03-26T16:50:54.578498
2018-08-17T13:58:15
2018-08-17T13:58:15
145,127,453
0
0
null
null
null
null
UTF-8
Scilab
false
false
54
tst
07-tietokone.tst
SIEMENLUKU 6666 PELAAJIA 2 IHMINEN Foo TIETOKONE Bar
7b0a948646c1fa5cbed9a28b4b9423e597431c12
717ddeb7e700373742c617a95e25a2376565112c
/2990/CH6/EX6.14/Ex6_14.sce
70765e79fd0bf118577229ab37c34114f7716159
[]
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
287
sce
Ex6_14.sce
clc; funcprot(0); // Initialization of Variable pi=3.14; ri=95.0;//radial distance in mm f=152.4;//focal length in mm t=3*pi/180;//tilt l=50*pi/180;//angle //calculation dt=ri**2*sin(t)*cos(l)**2/(f-ri*sin(t)*cos(l)); disp(dt,"tilt displacement of the image in mm") clear()
02df49e4d03d579a99ebeaca2a5e4f7d3faef009
c815504d758d414cc511e915493f71305768168d
/plot_circle.sce
970800d4bead863cfcea73cade6442b270b221d2
[]
no_license
Vault-1814/my-somethings
ae0ee491921bf608f1876875a1860d3891851455
42e743cae2903c9d707958e2c5ad37fce72ff5c6
refs/heads/master
2020-04-27T07:24:24.590344
2019-03-07T08:17:16
2019-03-07T08:17:16
174,134,962
0
0
null
null
null
null
UTF-8
Scilab
false
false
21
sce
plot_circle.sce
(x-x0)^2 + (y-y0)^2
158730dacfe297cb9489f8c447a6dbf7a093d85a
20479ef6060920bd3d37ae74ecd2129f8ba8f29e
/Questao5.sce
8ad23805ccd3d1b4ac9319135c27892d6c3bcec2
[]
no_license
andersonvalentim/Atividade-Denilson-Scilab-UFERSA-
db4b58fc082bd80f076e67908435674f49ce45e4
4d02ddd342681165028ea6b4ebc7ec6d8bb7d9a9
refs/heads/master
2021-09-12T15:30:30.076790
2018-04-18T01:58:47
2018-04-18T01:58:47
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
611
sce
Questao5.sce
//QUESTAO 5 numero1= input("Digite o valor 1"); numero2= input("Digite o valor 2"); printf("1 Media de 2 numeros \n"); printf("2-Diferença entre os dois numeros \n"); printf("3-Produto dos dois numeros \n"); printf("Escolha a opção \n"); selecao = input("Escolha a opção"); select selecao case 1 then media=(numero...
addf0e8642c84cee7192f49e508ceeeb27c45d3b
9fd700113e21acbb9d3cef5e6010e7f37656b6e6
/cs16b025_lab1/Or16.tst
e1567cb3b0a57f80cd9a9425271512d3e787d738
[]
no_license
madhav543/cs16b025_lab
01432fe8d0fbacf4dafe5189413943ec48afaed4
4924ea918b9b4dc6eb22b713e639204c9e59c697
refs/heads/master
2020-07-11T22:44:32.575114
2019-11-19T16:06:12
2019-11-19T16:06:12
204,659,765
0
0
null
null
null
null
UTF-8
Scilab
false
false
532
tst
Or16.tst
load Or16.hdl, output-file Or16.out, compare-to Or16.cmp, output-list ip1%B1.16.1 ip2%B1.16.1 out%B1.16.1; set ip1 %B0000000000000000, set ip2 %B0000000000000000, eval, output; set ip1 %B0000000000000000, set ip2 %B1111111111111111, eval, output; set ip1 %B1111111111111111, set ip2 %B1111111111111111, eval, output; ...
dc6417ea441fe69591378b6b1ed3f31d94c4852d
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH5/EX5.8.a/data5_8.sci
2a99bf181fb2e8ca47bad1c037df5afaa05e3697
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
821
sci
data5_8.sci
//(Design against Fluctuating Load) Example 5.8 //Refer Fig.5.32 on page 163 //Non-rotating force acting on the shaft P (kN) P = 5 //Ultimate tensile strength of 30C8 Sut (N/mm2) Sut = 500 //Minimum value of N is Nmin Nmin = (10^3) //Maximum value of N is Nmax Nmax = (10^6) //Notch radius r (mm) r = 3 //D...
8df398b61eb29fe09cbe21e89f07fba3e58135a9
449d555969bfd7befe906877abab098c6e63a0e8
/278/CH25/EX25.10/ex_25_10.sce
0947d14037b8e2b05babbfe9f2d5b112fdb63dc2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
609
sce
ex_25_10.sce
//find.. clc //solution //given //ref fig 25.21 and 25.22 q=3.93//rad d=350//mm r=175//mm Tb=350*1000//N-mm u=0.3 //let P1 be pull,cloackwise roration //log(T1/T2)=u*q //T1/T2=3.256 ...eq1 //Tb=(T1-T2)*r=175(T1-T2) //T1-T2=2000//N.....eq2 //from eq1 and eq2,we get T1=2886.5//N T2=886.5//N //taking mo...
93cd98105e1396e4881037d8269cfeaabb34d549
449d555969bfd7befe906877abab098c6e63a0e8
/2135/CH2/EX2.30/Exa_2_30.sce
f78b25aa05307e137410e02330decdd738be8e7f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Exa_2_30.sce
//Exa 2.30 clc; clear; close; format('v',6); //Given Data : Vdot=0.032;//m^3/s d=1.5;//m L=4.2;//m m=3500;//Kg V=%pi/4*d^2*L;//m^3 rho=m/V;//Kg/m^3 disp(rho,"Density of liquid in Kg/m^3 : "); m_dot=rho*Vdot;//Kg/s disp(m_dot,"Mass flow rate in Kg/s : ");
a635174c402fe11bf9224df7ef8b33d673cb3a08
449d555969bfd7befe906877abab098c6e63a0e8
/824/CH10/EX10.7/10_7.sce
910c6d368d658caaab996dd1170e592dd2d90bcc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
572
sce
10_7.sce
//clear// clc clear exec("10.7data.sci"); z = 0:.1:10; z0=0; function w=f(z,X) w =zeros(1,1); U=Uo*(1+eps*X) Pa=Pao*(1-X)/(1+eps*X) Pb=Pao*X/(1+eps*X) vo=Uo*3.1416*D*D/4 Ca0=Pao/R/T Kca=Ka*R*T Pc=Pb a=1/(1+A*(z/U)**0.5) raprime=a*(-kprime*Pa/(1+ Ka*Pa+Kb*Pb+Kc*Pc)) ra=rho*raprime; w(1)=-ra/U/C...
70f9cb03f2126eb22a909b4dd40d5dec5d7eef9b
3c47dba28e5d43bda9b77dca3b741855c25d4802
/microdaq/macros/microdaq_macros/mdaqMemRead.sci
a92b758de50b3a0d7d364d5e00ff6220979c8a08
[ "BSD-3-Clause" ]
permissive
microdaq/Scilab
78dd3b4a891e39ec20ebc4e9b77572fd12c90947
ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf
refs/heads/master
2021-09-29T11:55:21.963637
2019-10-18T09:47:29
2019-10-18T09:47:29
35,049,912
6
3
BSD-3-Clause
2019-10-18T09:47:30
2015-05-04T17:48:48
Scilab
UTF-8
Scilab
false
false
2,096
sci
mdaqMemRead.sci
function [data] = mdaqMemRead(arg1, arg2, arg3, arg4) data = []; result = 0; if argn(2) == 3 then start_index = arg1; data_size = arg2; vector_size = arg3; end if argn(2) == 4 then link_id = arg1; start_index = arg2; data_size = arg3; vector_...
59de7a39a9211cf6576b39e397eda57fa13764f0
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Base-HypothesisTesting/SP_FLADTest-TD-03.tst
79801235b41ef794628ea1fc3fef5ee15173654c
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,166
tst
SP_FLADTest-TD-03.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. ...
355a41a23e283ff15ab308abbd3a0850b711e609
59b742e36fbe9d77cb51ec949c6625f665133d2b
/Resultados/results_LocGlo_27/results/27/lvar-2/result3s0.tst
aef15cb663217b4a1983b410f02e10319ffd38de
[]
no_license
Tiburtzio/TFG
3132fd045de3a0e911e2c9e23e9c46e1075a3274
864ce4dd00b7f8fe90eafa65b11d799c5907177e
refs/heads/master
2023-01-03T12:44:56.269655
2020-10-24T18:37:02
2020-10-24T18:37:02
275,638,403
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,750
tst
result3s0.tst
@relation unknow @attribute mcg real[0.11,1.0] @attribute gvh real[0.13,1.0] @attribute alm real[0.21,1.0] @attribute mit real[0.0,1.0] @attribute erl real[0.5,1.0] @attribute pox real[0.0,0.83] @attribute vac real[0.0,0.73] @attribute nuc real[0.0,1.0] @attribute class{MIT,NUC,CYT,ME1,ME2,ME3,EXC,VAC,POX,ERL} @inputs...
66b24f344efdaf16365427f3c16343eb20c60c01
449d555969bfd7befe906877abab098c6e63a0e8
/1859/CH5/EX5.1/exa_5_1.sce
c3e128a5a2ea717448410060816199e4440da1fb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
729
sce
exa_5_1.sce
// Exa 5.1 clc; clear; close; // Given data V_REF= 10;// in volt w2= V_REF/2;// The second MSB weight in volt disp(w2,"The second MSB weight in volt") w3= V_REF/4;// The third MSB weight in volt disp(w3,"The third MSB weight in volt") w4= V_REF/8;// The forth MSB weight in volt disp(w4,"The forth MSB weight ...
20973cad35cf826fc12353d77d844c75080ee701
449d555969bfd7befe906877abab098c6e63a0e8
/275/CH7/EX7.7.92/Ch7_7_92.sce
10cfed8c9a69140318e233e3c0cf6f417e3f76d6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
277
sce
Ch7_7_92.sce
clc disp("Example 7.92") printf("\n") disp("Find the Peak Value") printf("Given\n") disp("Vpp=100v,deflection=5cm") Vpp=100 D=5 DS=Vpp/D //another sinusoidal produces a deflection of 8cm D1=8 Vpp1=DS*D1 printf("The peak value of unknown voltage=\n%d volt\n",Vpp1)
bb822c8401cd2d024e1249be15f9e273bcbdab7b
449d555969bfd7befe906877abab098c6e63a0e8
/331/CH8/EX8.13/Example_8_13.sce
321473aad8647783da555c859ee46bebd7a23a4a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,730
sce
Example_8_13.sce
//One-tailed Tests Concerning Single Mean(when the variance of the Population is // Unknown and the Sample Size is Small) //Example8.13 //page252 //Test1: Ho:u<=k; H1:u>k clc; u = input('Enter the Population Mean'); Sigma2 = input('Enter the Sample variance'); std = sqrt(Sigma2); //standard deviation n = in...
ee9eeaf93c240d84d73303bae78be1b8e6b91134
717ddeb7e700373742c617a95e25a2376565112c
/278/CH6/EX6.3/ex_6_3.sce
8e56c4457fec9166a0d11093e93dce399b999d47
[]
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
671
sce
ex_6_3.sce
//to determine value of minimum ultimate strength s=%s sigma1=300 sigma2=-150 sigmay=0.55*s sigmae=0.5*s FS=2 sigmam=(sigma1+sigma2)/2 sigmav=(sigma1-sigma2)/2 disp(sigmam,"Mean stress=") disp(sigmav,"Variable stress=") p=s^2-900*s-22500 sigmau=roots(p) sigmau1=924.35 disp(sigmau1,"Minimum ultimate streng...
298c8e2cd46e14dbcb363fb0f55dcf027abf4efa
449d555969bfd7befe906877abab098c6e63a0e8
/1592/CH2/EX2.1/example_2_1.sce
cbd2edd34333da121d73fdb9f8ed93698a1c889f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
309
sce
example_2_1.sce
//Scilab Code for Example 2.1 of Signals and systems by //P.Ramakrishna Rao //Laplace Transform clear; clc; syms t s X X=laplace(exp(-3*t)*cos(2*%pi*100*t),t,s) disp('On Simplification') //After Simplifying the above equation X=(s+3)/((s+3)^2 + (200*%pi)^2); disp("Re(s)>-3",X,"X(s)"); //Re(s)>-3
bb64a889becd68a5e5660a5491e089333ff8ca91
d4e77af84a9eba1cc0b4e9fc79c0d42ec8729c27
/tests/brutedist/rnd13.tst
4e19b222b99de56cf4124ded47d37d8007d7d84a
[]
no_license
fericss/super-secret-avalg13-project2
94e9ab7e4a4106f3f68ede9e7402edd54d137ced
9e9d062e1702f6adda56439394a4f3ec704d0637
refs/heads/master
2021-01-06T20:41:43.350335
2013-12-06T17:35:25
2013-12-06T17:35:25
32,411,892
0
0
null
null
null
null
UTF-8
Scilab
false
false
493
tst
rnd13.tst
13 51.55118113223135 40.973510732846165 40.32216036815465 75.03198215142548 41.21176337546109 74.48409733430928 91.97004210684189 97.95716342421653 20.91544982270537 62.1213645431687 50.58885523112839 99.75238804053384 46.93506086539572 20.4602701649089 20.895364175693977 68.74443987795368 1.1099835642174982 61.7076295...
cf5e627a1a28679da70c3703e95bdfbd5b2ed90f
449d555969bfd7befe906877abab098c6e63a0e8
/2240/CH16/EX15.6/EX15_6.sce
76d654c19dc7e94d12282f77dc2aab6f84017746
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
351
sce
EX15_6.sce
// Grob's Basic Electronics 11e // Chapter No. 15 // Example No. 15_6 clc; clear; // For the 6-m band used in amateur radio, what is the corresponding frequency? // Given data v = 3*10^10; // Speed of light=3*10^10 cm/s l = 6*10^2; // lamda=6 meter f = v/l disp (f,'The Frequency in Hertz') disp...
ddcc5500596a59a061592751cb23232e3c12472e
449d555969bfd7befe906877abab098c6e63a0e8
/2837/CH16/EX16.4/Ex16_4.sce
332c2cc30456a7aac2dd256a570a9241d3665e41
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
664
sce
Ex16_4.sce
clc clear //Initalization of variables eff=0.585 heat=500 //Btu heat1=300 //Btu t1=80+460 //R p1=14 //psia n=1.4 R=53.35 cr=9 J=778 c=0.1715 cp=0.24 t2=1301 //R p2=308 //psia //calculations t3=t2+ heat/c p3=p2*t3/t2 t4=t3+ heat1/cp v43=t4/t3 v54=cr/v43 t5=t4/(v54)^(n-1) Qr=c*(t5-t1) etat=(heat+h...