blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3a0f69f0e0cb9f836f9e2032f994e8f55744af0a | 02193ece59037456d298d519b38661b5dfd0ab17 | /2nd-year/scilab/graphe-etoile-cycle.sce | 2b3e4fc36cfc973969afc03fe7adc7b221dcde3d | [] | no_license | pakpake/licence-informatique | 561558d00f012a536ae97f74ee705e6c04dcecda | c9877ad75d3c4ee6e3904fe8b457f8b3242c7c3f | refs/heads/main | 2023-05-09T06:33:19.927698 | 2021-05-26T19:49:03 | 2021-05-26T19:49:03 | 368,866,811 | 3 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,239 | sce | graphe-etoile-cycle.sce | // fichier de fonctions
//construire le graphe en étoile
function [graphe] = etoile(n)
/*sommets = n
orientation = %F // graphes non-orienté
un = ones(1,n-1) // matrice composée de 1 uniquement
colonnes = [2:1:n]
aretes = [un; colonnes]' // transposée de la matrice
graphe = list(sommets,orienta... |
99e892c4f571aaff1f035b727c82b18f065fa286 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH9/EX9.8/Ex9_8.sce | af35c21416a2e7c311308d495aecfc27ec759299 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 824 | sce | Ex9_8.sce | //Ex 9.8
clc;
clear;
close;
format('v',6);
f0=3;//kHz(Critical frequency)
Ap=4;//Pass band gain
//For Butterworth filter using sallen key
alfa=1.414;klp=1;//constant
fH=f0;//kHz
f_3dB=f0;//kHz
disp("Various design parameters are :-");
C1=0.01;//micro F//Chosen for the design
disp(C1,"Capacitance C1(micro F... |
e2812dcfcf6b4d14dbf4283edce752ed43cb9627 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH11/EX11.17/11_17.sce | 1b218bb0ac5048d7206a52837c4c45f023e0ea17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 717 | sce | 11_17.sce | //Example 11.17
//Bender Schmidt Method
//Page no. 396
clc;clear;close;
h=1;k=1/10;c=sqrt(5);
r=k*c^2/h^2;
for i=1:6
if i<4 then
u(6,i)=20*(i-1)
else
u(6,i)=60
end
end
disp(u,'u = ')
k=1;
printf('\n\n')
for i=5:-1:1
for j=2:6
if j~=6 then
u(i,j)=(... |
4892ccba3350890e7f4050db2727e9f91ead4e42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3809/CH5/EX5.3/EX5_3.sce | d201ad9442b42e15cd232a998db40ecc39e00578 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX5_3.sce | //Chapter 5, Example 5.3
clc
//Initialisation'
di=3 //change in current w.r.t time
l=10*10**-3 //inductance in henry
//Calculation
v=l*di //voltage induced
//Results
printf("Voltage Induced V = %d mV",v*10**3)
|
5946f2e6acb92885e1188c679c5a170cdd7089ec | e16ed2b1e5415e101f10dbee6680d11e6fdb5e6d | /MPages/dcp_mp_acm_worklist/script/mp_dcp_update_static_patients.tst | c0442bb83bafbf1170b9046271c06f9bda65fdfa | [] | no_license | mikeysjob/ccl | 484145533a1e880c9369022c02c9756c86cfdce2 | 2e7b7cbc7a5bad0f035f744e1bab07a19d250f9a | refs/heads/master | 2023-02-09T23:40:06.341187 | 2021-01-06T17:31:02 | 2021-01-06T17:31:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 211 | tst | mp_dcp_update_static_patients.tst | declare json = vc go
set json = '{"patient_request":{"patient_list_id":5406073.0,"person_id":45142166.0 ,"rank":1,"action_desc":"\
update rank"}}' go
execute mp_dcp_update_static_patients "MINE", json go
|
2de2abd5a6fe8434246599cd7f9a917259a1ca73 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/CONT/LG82ZTE/ATWM1_Working_Memory_MEG_LG82ZTE_Session1/ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | 9a0adfa3a1330523435247448d68786e5aab3e90 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,384 | sce | ATWM1_Working_Memory_MEG_Salient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor... |
7b3dfd600d3cea2c52302d5016081e16268569e2 | 42b878bf7609e6525c6b670ef0f8b2c4e6adb9d9 | /archive/VB.old/V1.SCE | 0a5f23ab0c5dcf23f1be15307500bad671f450da | [] | no_license | albertz/Robot2 | 71038775a4b14e48f3cc2fee1ea5cbb02f069e12 | c7226d6c65dab4410a04d98a00c762f9a15b56ca | refs/heads/master | 2022-12-06T02:17:01.243097 | 2020-08-23T22:57:04 | 2020-08-23T22:57:04 | 289,780,114 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 94,593 | sce | V1.SCE | :RAUM1
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
WAND1.BMP
FIGUR.BMP
HINTER.BMP
AETZ.BMP
TUER1.BMP
TUER2.BMP
WAND2.BMP
HINTER.BMP
HIN... |
afbf8f570d2cf22180130e2466f0d9d7cd38612d | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH9/EX9.20/20.sce | b5c900bd5a9352198cfb89a68383560026aac8e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 490 | sce | 20.sce | clc
cv_O2=0.39; //kJ/kg K
cv_N2=0.446; //kJ/kg K
n_O2=1;
n_N2=2;
M_O2=32;
M_N2=28;
m_O2=32; //kg
m_N2=2*28; //kg
T_O2=293; //K
T_N2=301; //K
R0=8.314;
p_O2=2.5*10^5; //Pa
p_N2=1.5*10^5; //Pa
T2=(m_O2*cv_O2*T_O2 + m_N2*cv_N2*T_N2)/(m_O2*cv_O2 + m_N2*cv_N2);
V_O2=n_O2*R0*10^5*T_O2/p_O2;
V_N2=n_N2*R0... |
8008b93506e276bfdd99859c4c2ef52e25fab83d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH8/EX8.2/Ex8_2.sce | a324a174487d158e5a859599c9c63b9ff3a0ca98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | Ex8_2.sce | //Example 8.2
m=0.057;//Mass of ball (kg)
v_i=0;//Initial velocity (m/s)
v_f=58;//Final velocity (m/s)
delta_p=m*(v_f-v_i);//Change in momentum (kg.m/s)
delta_t=5*10^-3;//Duration of contact of ball with racquet (s)
F_net=delta_p/delta_t;//Net external force (N)
printf('Average force exerted on the ball by the r... |
4a13b3eff8ceff7d54298ab2988942c55d2604e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH1/EX1.13/EX1_13.sce | 9eecf187069f88aaf6171372d16b4bfb359f8ba3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | EX1_13.sce | clear;
clc;
printf("\nEx1.13\n");
//page no.-24
//given
d=1.5;.............//interatomic spacing in Angstrom
lambda=1.4;.......//wavelength
theta=90;.......//angle in degree
//by BRAGG'S RELATION 2dsin(theta)=n*lambda
n=(2*d)/lambda.........//order of diffraction
printf("\nmaximum order of spectrum is 2\n... |
071ec5259ed916de6e4518103442a32af5e60dff | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3899/CH10/EX10.5/Ex10_5.sci | 8cf414dfb82e8c0b71d37ed6f2bb7873ce826fa7 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 932 | sci | Ex10_5.sci | //program to graph the frequency response of the system
close all;
f=[0:2:2000]';W=2*%pi*f;
//compute the frequency response vector
H=6e6./((%i*W + 200).^2+2441.3^2);
//Graph the magnitude and phase of the frequency response
subplot(3,1,1); plot(f,abs(H),'k');
a=gca();
xlabel('Frequency,{\itf} (Hz)');
ylabel(... |
ee3224ab8de06f51379213761ad1e8f5b6d7bdf4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH6/EX6.26.1/Ex6_26.sce | 323713a9aeeb2b52d8334484db71305c85edfdec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 379 | sce | Ex6_26.sce | clc
clear
T1=288; //in K
T3=1673; //in K
Qs=800; //in kJ/kg
G=1.4;
Cv=0.718;
R=0.287;
P1=1;
Cp=Cv*G;
T2=T3-(Qs/Cp);
x=T2/T1;
r=x^(1/(G-1));
printf('Compression Ratio %2.1f ',r);
printf('\n');
Eff=100*[1-(1/(r^(G-1)))];
printf('Efficiency is %2.1f Percent',Eff);
printf('\n');
P... |
689809658e1fb7796d9f22a509e1945fa1dd2097 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.37/EXAMPLE5_37.SCE | fadec0504c0d16fa3637282e640101f2d732447a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | EXAMPLE5_37.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.37(PAGENO 260)");
//given
// s(t) = 20*sin(6*10^8*t + 7*sin(1250*t))
//comparing with standard eqn s(t) = A*sin(w_c*t + m_f*sin(w_m*t))
//we get
w_c = 6*10^8//carrier angular frequency... |
46de527bf7499b99192dc1342d9272d4411b4542 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH22/EX22.2/eg22_2.sce | 872752c910162299de82653dbe22f5f1d581bc27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg22_2.sce | clear;
//clc();
v=110;
f=50;
l=150;
d=10*10^(-3);
irr_fac=0.85;
v_grad=30;
p=750;
t=30;
D=2.5;
r=d/2;
del=(0.392*p)/(273 + t);
e=v_grad*100*irr_fac*r*del*log([D/r])/sqrt(2);
en=v/sqrt(3);
pc=(244/del)*(f+25)*(en-e)^(2)*sqrt(r/D)*l/100000;
tot_loss=3*pc;
printf("The total corona loss is: %.2f kW",... |
e18ab811f7112e3419980c3dfcaf2bf9f4f69d4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3701/CH8/EX8.2/Ex8_2.sce | fbbcc2f79071022a1e9d6e6c2fd3098003010319 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sce | Ex8_2.sce | ////Given
b=-32
a=32.0
c=1
//Calculation
//
r=(-b+(sqrt(b**2-(4*a*c))))/(2.0*a)
//Result
printf("\n The ratio of E/V0 = %0.3f ",r*10**0)
printf("\n -ve value is not possible. ")
|
71d3f34d0896398a28bd9ba6e8e2966f90a95201 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3647/CH12/EX12.2/ex12_2.sce | 40f5897eaecb1660d5fe6904559bb2e59ffea468 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 349 | sce | ex12_2.sce | //Solutions to Problems In applied mechanics
//A N Gobby
clear all;
clc
//initialisation of variables
p=1.23//ft^2
t=0.197//ft^2
u=1.595//ft^2
g=13.56//ft^2
w=9.2//in
m=0.97//in
//CALCULATIONS
H=(g-1)*w/12//ft^2
Q=m*u*sqrt(H)//ft^3
S=Q*60*62.4/10//gallons/min
//RESULTS
printf('the head difference in feet o... |
bdf4ba0deb0862963c63606f3ac76df2b9d7ea2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH13/EX13.2.b/13_2_soln.sce | 1369545d568f0f54111b7baf75c511d5f321bcf7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | 13_2_soln.sce | clc;
pathname=get_absolute_file_path('13_2_soln.sce')
filename=pathname+filesep()+'13_2_data.sci'
exec(filename)
// Solution:
// initial temperature of air in Rankine,
T1=T1+460; //deg R
// final temperature of air in Rankine,
T2=T2+460; //deg R
// final volume of air,
// Charle's Law,
V2=(T2/T1)*V1; //in^3
// Result... |
8f30fea72df99bf4ee4f8b78c5ba4fde8c8e0cd8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH13/EX13.32/Ex13_32.sce | 95af3826a14180137495ee09bcfb439f3e7d2822 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 445 | sce | Ex13_32.sce | clear
//Given
f=50 //Hz
L=0.03
R=8 //ohm
Ev=240 //V
//Calculation
//
Xl=2*%pi*f*L
Z=sqrt(R**2+Xl**2)
Iv=Ev/Z
P=Iv**2*R
a=R/Z
Xc=2*Xl
C=1/(2*%pi*f*Xc)
//Result
printf("\n (i) The value of current is %0.2f A",Iv)
printf("\n The value of power is ... |
7f9b47a715195c99535880188a5a825709a622df | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH5/EX5.18/Ex5_18.sce | ff43bb7aa05f857ea6b6621d56393766700ef460 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,056 | sce | Ex5_18.sce | clc
Na=10^17
disp("Na = "+string(Na)+" cm^-3") //initializing value of acceptor concentration.
Nd=5*10^16
disp("Nd = "+string(Nd)+" cm^-3") //initializing value of donor concentration.
e=1.6*10^-19
disp("e = "+string(e)+" columbs") //initializing value of charge of electrons.
no=1.5*10^10
disp("no = "+string(no... |
5036342c1c55dd50f889bea3618de74a2fad5907 | b2efed85f1632d9ed4b7d9f4eebc7126d3074940 | /ted_mini/artandsci_positive/165.ted.sci | ff0eacf200a86c2e6b381dbe2ffea95220af1356 | [] | no_license | joytafty-work/unsupervised_nlp | 837d8ed75eb084b630d75a1deba7bdd53bbcf261 | 7812c7d24bb677c90cf6397ed0e274caba1b884c | refs/heads/master | 2021-01-10T09:24:33.254190 | 2015-11-11T20:40:32 | 2015-11-11T20:40:32 | 45,651,958 | 2 | 7 | null | 2018-01-28T18:54:18 | 2015-11-06T01:42:42 | Scilab | UTF-8 | Scilab | false | false | 5,672 | sci | 165.ted.sci | so where are the robots we ve been told for 40 years already that they re coming soon very soon they ll be doing everything for us they ll be cooking cleaning buying things shopping building but they are n t here meanwhile we have illegal immigrants doing all the work but we do n t have any robots so what can we do abo... |
a3c1e78fa42599c1831e0bd4e5ee2e44133b7c74 | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/extractLBPFeatures.sci | 15277532c703c7c1103adeb3be7012b0592d4bd8 | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 5,391 | sci | extractLBPFeatures.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
b768f404d5068ea457e148810a84e06f583e986e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/examples/link-examples/ext10c.sce | 8c0c4a819b29b45afcf4a0fb06e903c44374ff71 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 235 | sce | ext10c.sce | //Passing a parameter to argument funtion of ode
host('make /tmp/ext10c.o');
param=[0.04,10000,3d+7];
link('/tmp/ext10c.o','ext10c','C');
y=ode([1;0;0],0,[0.4,4],'ext10c')
//param must be defined as a scilab variable upon calling ode
|
5bc5d0e068085a8c52ad26096f683b0d01ef23cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3637/CH2/EX2.6/Ex2_6.sce | f1cb6352134487904d206f784ca213b951d893f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 197 | sce | Ex2_6.sce | //problem 6 pagenumber 2.90
//given
format(6);
r1=2e3;//ohm
rf1=8e3;//ohm
A=45;//open loop gain
a=1+(rf1/r1);//Nonverting gain
gain=A/(1+A/a);
disp( 'Gain = '+string(gain));//no unit
|
ca156ec098c0e36319fd92c8b985b204c9759d36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1475/CH6/EX6.34/Example_6_34.sce | 19658db85baed36e298e4ebadc15f832a15e4cbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | Example_6_34.sce | // Example 6.34 Calculate the seasonal indices in the case of the following
clc;
clear;
Q1=[39 45 44 53];
Q2=[21 23 26 23 ];
Q3=[52 63 69 64];
Q4=[81 76 75 84];
T1=sum(Q1);
T2=sum(Q2);
T3=sum(Q3);
T4=sum(Q4);
T=[T1 T2 T3 T4];
AM=T./4;
GA=sum(AM)/4;
SI=(AM./GA)*100;
disp(SI,"Seasonal Index=",GA,"Grand Ave... |
629500cf26309c342d4d7f51bb28650186a027e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1703/CH4/EX4.1/4_1.sce | 5a55c48e9c79f60aff2d36bdb524509208ce73a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | 4_1.sce |
clc
//initialisation of variables
Cd= 0.98
g= 32.2 //ft/sec^2
H= 2 //ft
//CALCULATIONS
v= sqrt(2*g*H)
t= H/v
h= 0.5*g*t^2
//RESULTS
printf ('Vertical distance fallen in this ttime = %.f ft',h)
//The answer given in textbook is wrong.
|
45313f1fe3937ab71c68ed29d899d2850969345c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH17/EX17.9/Ex17_9.sce | 28e3da2c2cce732c67508dcee94bb139d7f97da5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 899 | sce | Ex17_9.sce | clc;clear;
//Example 17.9
//given data
m=2.86;
Ma1=2;
P01=1;
P1=0.1278;
T1=444.5;
p1=1.002;
//from Table A-2a
R=0.287;//in kJ/kg-K
cp=1.005;//in kJ/kg-K
k=1.4;
//calculations
//part - a
//from Table A-33 at Ma1=2.0
Ma2=0.5774;
P0201=0.7209;//P02/P01
P21=4.5;//P2/P1;
T21=1.6875;//T2/T1
p21=2.... |
f7d9a5158bab85cad8d3f160f9329d7752faf30a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH6/EX6.8/EX_6_8.sce | 27ad8874dd608c08cd20fda63f999e1a233a6226 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 662 | sce | EX_6_8.sce | // Example 6.8;// GAIN,INPUT VOLTAGE AND OUTPUT VOLTAGE
clc;
clear;
close;
Vs=10;//output voltage in milli volts
Vi= 0.01;//input voltage in volts
A=200;//amplifier gain without feedback
D=0.1;//distortion without feedback
Df=0.01;//distortion with feedback
Beta=( (D/Df)-1)/A;// feedback ratio
fop= (Beta*100)... |
46165813a27d7e1c3db9a79fac943cbf042322f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /680/CH6/EX6.09/6_09.sce | 15e0c6020c712449942de678a201deac21a7f450 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | sce | 6_09.sce | //Problem 6.09:
//initializing the variables:
H0 = 28; // in Btu/lb
H1 = 1151; // in Btu/lb
Qh = 700; // in Btu/lb
S0 = 0.056; // in Btu/lb deg R
S1 = 1.757; // in Btu/lb deg R
Th = 300; // in deg F
Tc = 60; // in deg F
P1 = 1; // in atm
T1 = 212; // in deg F
T0 = 60; // in deg F
//calculation:
Qc = ... |
970056ebc041c2299cecc689a542d691182b6cfa | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_16.tst | cb5a703ae8fc82e9b2f1425d7f4eca16faa7f970 | [] | 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 | 502,652 | tst | 5.20_16.tst | 20 17:1 263:1 1059:1 1202:1 1211:1 1328:1 1369:1 1709:1 1883:1 1996:1 2007:1 2212:1 2826:1 3664:1 4323:1 4701:2 4795:1 4845:1 4959:1 5040:1 5066:2 5123:1 5173:2 5375:1 5925:2 6080:1 6103:1 6212:1 6385:1 7066:1 7328:1 7347:1 7357:1 7401:1 7538:1 7791:1 7842:1 7855:1 7969:1 8002:1 8136:1 8383:1 8433:1 8488:1 8560:1 8585:... |
162a046446166b5ad623dc6d185da0922b757167 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH7/EX7.10/7_10.sce | 1d7ac45b9abb480fdfcb517e4b17af899142940f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 241 | sce | 7_10.sce | clc
//Intitalisation of variables
clear
m= 1.247 //gm
hc= 2745 //cal deg^-1
mw= 122.12 //gm
dT= 2.87 //C
//CALCULATIONS
mh= dT*hc*mw/(m*1000)
//RESULTS
printf ('molar heat of combustion of benzoic acid = %.1f kcal mole^-1',mh)
|
140d94a44db1b2a88bbd74e884fb8d9c6650f0c8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH5/EX5.6/Exa_5_6.sce | e85f181d8002ca9ae0e540c6e37daa507a7aacc0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 288 | sce | Exa_5_6.sce | //Exa 5.6
clc;
clear;
close;
format('v',6);
//Given Data :
T=727+273;//Kelvin
T0=17+273;//Kelvin
deltaQ=4000;//KJ
deltaS=deltaQ/T;//KJ/K
A=deltaQ-T0*deltaS;//KJ
disp(A,"Availability of heat energy in KJ : ");
UA=T0*deltaS;//KJ
disp(UA,"Unavailable heat energy in KJ : ");
|
95bb398cfccb345bc1fdcd9402c53456b339ca43 | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/calib3d/decomposeProjectionMatrix/test2.sce | 2259dacb46cec734acf01110e7cb59b8d0df55d4 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 279 | sce | test2.sce | //Checking if error message pops up when input is 3x3 instead of 3x4
inpt =[ 3 0 5
1 3 14 ;
10 20 1 ];
[cam rot trans rotX rotY rotZ euler] = decomposeProjectionMatrix(inpt);
//output->
// !--error 999
//Projection matrix should be 3x4.
|
43ab651513655226c87351aada85a016fc10f19a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH3/EX3.17/3_17.sce | c407468bd3f07b93c058a132f4cc641567a13f7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 150 | sce | 3_17.sce | clc
//initialisation of variables
H= -40.023 //kcal
H1= -22.063 //kcal
//CALCULATIONS
H2= H-H1
//RESULTS
printf (' Enthalpy = %.3f kcal ',H2)
|
1cb6234a6256b648ce4f8eb41d3124325a295d9f | 5b45d3cab3903ca33bca192b4b4a2f0ecad71450 | /serialt.sce | 156dce7c9183855c7306935030ec54d2d2b4ab32 | [] | no_license | sureshnarayan/Scilab | 95a42dc9bbd59b51941041980db5b58760ae0a47 | 207d2b0ea684505eb3b59a438051ddd2854d4328 | refs/heads/master | 2016-08-08T14:29:38.423391 | 2015-07-02T17:33:33 | 2015-07-02T17:33:33 | 38,413,025 | 0 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 1,099 | sce | serialt.sce | COMPORT=8;
// mount library on handle "1"
h=slMount();
// handle "1": check availability of specified COM port
slCheck(h,COMPORT);
// handle "1": configure port
slConfig(h,9600,8,0,1);
// handle "1": open port
slOpen(h,COMPORT);
n=900
i=2;
t=1;
prevdata=0;
tic();
//h=openserial(8,"9600,n,8,1",blocking=%t);
//data=z... |
b5308fed24008e48c317fcdedd815ad44c440f5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1445/CH1/EX1.19/Ex1_19.sce | 0b567f28882b1c2c4a584b393ad4a36a9a002d99 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,246 | sce | Ex1_19.sce | //CHAPTER 1- D.C. CIRCUIT ANALYSIS AND NETWORK THEOREMS
//Example 19
clc;
disp("CHAPTER 1");
disp("EXAMPLE 19");
//VARIABLE INITIALIZATION
v=7; //voltage source in Volts
I=7; //current source in Amperes
r1=1; //in Ohms
r2=2; ... |
ebcb69eb4399c4b9680601a22382579e094dd88d | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Fortnite real shotgun training.sce | 157660d9bf4bceb136ce71c07cf457f0133a078f | [] | 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 | 18,449 | sce | Fortnite real shotgun training.sce | Name=Fortnite real shotgun training
PlayerCharacters=Fortnite
BotCharacters=Fortnite.bot
IsChallenge=false
Timelimit=60.0
PlayerProfile=
AddedBots=
PlayerMaxLives=0
BotMaxLives=
PlayerTeam=0
BotTeams=
MapName=
MapScale=3.8125
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
Invinci... |
9be2ec9d022755552c90a746329ac863b7b589d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH2/EX2.9/Exa2_9.sce | a0fdd7aab62b57b7803fc9cc780cccc09f68f325 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 373 | sce | Exa2_9.sce | //Exa 2.9
clc;
clear;
close;
//Given Data :
format('v',6);
P=30*10^6;//in watts
V=220*10^3;//in Volt
l=250*10^3;//in meter
Eta=85;//in %
rho=3*10^-8;//in ohm-meter
cosfi=0.8;//power factor
W=P*(100-Eta)/100;//in watts
I=P/(sqrt(3)*V*cosfi);//in Ampere
a=3*I^2*rho*l/W;//in m^2
Volume=3*a*l;//in m^3
disp(... |
e80c40e28d93435781f13f8bec359cb2daa683c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH10/EX10.2/Ex10_2.sce | 80a737297349a817066ef8f166f7504c2569cbd2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | Ex10_2.sce | clear
//
//
//
//Variable declaration
k=4;
epsilon0=9*10^-12; //relative permeability(F/m)
E=10^6; //electric field(V/m)
//Calculations
D=k*epsilon0*E; //electric displacement(C/m^2)
P=epsilon0*E*(k-1); //polarisation(C/m^2)
//Result
printf("\n electric displacement is %0.0... |
a1f02eedbfb075a96992667668b77c35588911db | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/scicos/do_set_info.sci | 4210131fe0c18adfd086e64be0174e1a2e01d6d0 | [
"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 | 357 | sci | do_set_info.sci | function [ok,new_info]=do_set_info(info)
//This function may be redefined by the user to handle definition
//of the informations associated with the current diagram
// Copyright INRIA
if prod(size(info))==0 then
info=list(' ')
end
new_info=x_dialog('Set Diagram informations',' ')
if new_info==[] then
ok=%f
else
... |
6bd995544b4b8dd5200bd0c16d48fa89612ec525 | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH13/EX13.5/5.sce | da77da040126c6df2dae07a3e52d51ddb624a9bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 500 | sce | 5.sce | clc
//Example 13.5
//Calculate the headstrom ,reynold numbers and the fanning friction factor
tow_yield=3.8//Pa
mew=0.00686//Pa.s
D=0.0206//m
rho=1530//kg/m^3
V=3.47//m/s
He=tow_yield*D^2*rho/mew^2//dimentionless (headstrom number)
printf("The headstrom number is %f\n",He);
R=D*V*rho/mew//dimentionless (reyno... |
294c68fe71afa9a69a33fdc38e3e553290508103 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/xclip.man.tst | 08c94461978c9de6c0f00498079b2ba3ef524236 | [
"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 | 555 | tst | xclip.man.tst | clear;lines(0);
x=0:0.2:2*%pi;
x1=[sin(x);100*sin(x)];
y1=[cos(x);100*cos(x)];
y1=y1+20*ones(y1);
// No clip
plot2d([-100,500],[-100,600],[-1,-1],"022")
xsegs(10*x1+200*ones(x1),10*y1+200*ones(y1))
// rectangle clipping zone
xbasc(); plot2d([-100,500],[-100,600],[-1,-1],"022")
xrect(150,460,100,150)
xclip(150,460,100... |
831c50238f0bc92480a74ee5026bcea097c0aed4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH13/EX13.14/Example_13_14.sce | 5c812b36118dba57a3ffeadc27c56ba4f3ebbab4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 849 | sce | Example_13_14.sce | //Chemical Engineering Thermodynamics
//Chapter 13
//Thermodynamics in Phase Equilibria
//Example 13.14
clear;
clc;
//Given
P = 760;//Total pressure of the mixture in mmHg
T = [80 90 95 100];//Temperature in deg celsius
P1 = [87.4 129.0 162.0 187.0];//vapour pressure of 1,1,2,2-tetrachloroethane in mmHg
P... |
c7ea419383ad192b2605d0ae7fee24dd85a7a7d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3720/CH2/EX2.5/Ex2_5.sce | 3a1d407a6c0d89a165922d32551f2a9a924fddb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 449 | sce | Ex2_5.sce | // Example 2_5
clc;clear;funcprot(0);
// Given values
T=20;// degree celsius
sigma_s=0.073; // the surface tension of water in N/m
phi=0; // the contact angle of water with glass in degree
rho=1000;// kg/m^3
g=9.81;// m/s^2
R=0.3*10^-3; // Radius of glass tube in m
//Calculation
h=((2*sigma_s)/(rho*g*R))*co... |
2603e15dac05d25e5e0a777946ea886c502ccec0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3710/CH2/EX2.5/Ex2_5.sce | 81c3ab51f22f53d7a0b3836cc6931de31f55ec18 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 703 | sce | Ex2_5.sce | //Example 2.5, Page Number 70
//The Function fpround(dependency) is used to round a floating point number x to n decimal places
//Contact Potential Difference
clc;
nd=10**22 //Donor Impurity Level in per meter cube
na=10**24 //Acceptor Impurity Level in per meter cube
n=2.4*(10**19) //Intrinsic Electron Concentra... |
836e98b62c9b58c7823ead43113195a4b4fe428c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1862/CH11/EX11.9/C11P9.sce | b1cb81b4c507f26fc6dc5f3571efd23840ebddae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,474 | sce | C11P9.sce |
clear
clc
//to find speed of crate according to observer o
////to find work and change in kinetic energy
// GIVEN:
//refer to figure 11-18(a),(b)from page no. 242
//force applied
Fx = 5.63//in N
//mass of crate
m = 12.0//in kg
//speed of train
vx = 15.0//in m/s
//distance travelled by crate
s = 2.4//i... |
bae612e5d318d6f55d5c5a61d88ed8bfb88b3fec | b8b6499ad21575c5c7c4491b773bdc5d001c839e | /TP1/exo2.sce | 274a94fad7c21fe3e0db8dae73b8d40e3ece89c9 | [] | no_license | m4ssi/Calcul_Numerique | c15a99e536ba37314dd9a22650edcdfbc63e9a2b | e5ed9bcd2338d66ade355e2b4f88276b842e7ccc | refs/heads/master | 2023-01-20T00:56:18.263021 | 2020-12-03T01:52:33 | 2020-12-03T01:52:33 | 318,042,789 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 825 | sce | exo2.sce |
function test_jouet()
rand ( "seed", 42);
frelres = zeros ( 1, 1000);
brelres = zeros ( 1, 1000);
step = [1:1000];
i = 1;
for n = step
A = rand (n, n); // Création d'une matrice
xex = rand (n, 1); // Création d'un vecteur
b = A*xex; // calcul de b
... |
e0f15f3ace795a5a1a650d0439381c6554643e78 | 449d555969bfd7befe906877abab098c6e63a0e8 | /626/CH2/EX2.6/2_6.sce | 35582e642d9b7d283e09e1a46c12e577ea2faa1e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,342 | sce | 2_6.sce | clear;
clc;
close;
disp("Example2.6")
d=0.2 //Diameter in meters.
M1=0.2 //inlet Mach no.
p1=100*10^3 //inlet pressure in Pa
Tt1=288 //total inlet temperature in K
q=100*10^3 //rate of heat transfer to fluid in Watt.
rg=287 //Gas constant in J/kg.K.
gm=1.4 //gamma
//(a)inlet mass flow:
m=((gm/rg)^(1/2))*(p1... |
5975d5cb03cb6eda9320bf2112847aba62c1969f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH15/EX15.4/15Q4.sce | 98b8f00a1c028b894ac03dbaaf5c0118b8600b2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | 15Q4.sce | clc
Gs=17.29
d=9.15
d1=6.1
D=d/d1
a=40
m=0.175
b=40
H=6.1
Cu=H*Gs*m
printf('a)The undrained cohesion of the clay Cu = %f kN/m^2\n',Cu)
printf(' b)The nature of the critical circle is midpointcircle\n')
d=1.5
b=40
n=0.9
D1=n*H
printf(' c)Distance = %f m',D1)
|
0cc97ce2d32c3b846325fd85c80dead486c1af86 | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /css/Scripts/Funciones/get_religion.tst | 8f57add9004d425680bef3efaac2241d7c2702ef | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 171 | tst | get_religion.tst | PL/SQL Developer Test script 3.0
4
begin
-- Call the function
:result := get_religion(preligion_id => :preligion_id);
end;
2
result
1
Panteismo
5
preligion_id
1
1
4
0
|
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 ... |
69eecbcc11982cc7ce9e4409e75ba7af306a7992 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH7/EX7.8/Ex7_8.sce | 2f4ebce2d12e29ce920563b7186fd0f2dacf6c90 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 774 | sce | Ex7_8.sce |
// Example 7.8
N2=1700; // turns of Coil 1
Q2=0.8*10^-3; // total Megnetic Flux
I2=6; // Current in A Coil 2
L2=N2*(Q2/I2); // Formula for (Self Inductance of Coil 1)
disp('(a) Self Induction of a Coil 2 = '+string(L2)+' H');
N1=600; ... |
f1e1802c398b65a25067a349ded0ce21c0397a76 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/macros/scicos/cos2cosf.sci | a57e3bc974be709c6ec0afed7caa01fb87f14ba2 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | 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 | 1,065 | sci | cos2cosf.sci | function t=cos2cosf(u,scs_m,count)
//write scilab instructions whose evaluation
//returns the value of scicos data structure scs_m.
// in the opened file associated with logical unit u
[lhs,rhs]=argn(0)
if rhs<3 then
count=0,
lname='scs_m'
else
count=count+1
lname='scs_m_'+string(count)
end
bl=' '
lmax=80-... |
691b67ebd4c55c474c208210a15b538280233929 | daf9a7434ea9996fc591a79030570f48e396cdc5 | /Poisson/Poisson.sce | 05254d1a4bd3d9500d36089159bcd290a43c2a70 | [] | no_license | isabelle-le/MonteCarloSimulation | c8dbfc2f5485f6dc6291654032ecad6c01cce401 | f96e0a11569b3e4dade452d99e9c1bbd6c3efb81 | refs/heads/master | 2020-04-05T22:40:20.686962 | 2018-11-12T19:18:50 | 2018-11-12T19:18:50 | 157,263,752 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | Poisson.sce | //Poisson calculate Exp and Var
//Le Thu Huong ADEO1
clc
N = 500000;
lamda= 4;
Exp = 0;
var =0;
for i = 1:N
cumul = exp(-lamda);
proba = cumul;
u = rand();
alpha = 0;
while( u > cumul) then
alpha = alpha + 1;
proba = proba * lamda/alpha;
cumul = cumul + pr... |
cba8ef41b4a785a8bc2d94d5c356e1b2141022ee | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.19_8.tst | c0a157c25ae180ccbd9190aed16e32eaecdc6092 | [] | 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 | 22,619 | tst | bow.19_8.tst | 19 7:0.058823529411764705 40:0.3333333333333333 44:1.0 49:1.0 76:1.0 103:0.4 163:0.4 195:0.25 204:1.0 239:0.2 328:1.0 426:0.5 700:1.0 962:1.0 1275:0.5 2055:1.0 4513:1.0 5561:1.0
19 40:0.6666666666666666 103:0.2 123:0.020202020202020204 124:1.0 133:0.125 167:0.1 195:0.25 306:0.3333333333333333 506:0.14285714285714285 71... |
7209460e1fe364c778db6be63433c9eca227b704 | 484e05962b62928b49ae2e8fd80d4c45031eb3dc | /nx/nx.tst | 6cf67c6fc96e586df522154ab339af5bea4f9fd6 | [] | no_license | Royallle/hdl_cfx | adbb9dce7e3ae69507a4c1b26cddbd3b3a9eb0dc | 52cbe66f365516b659b65909e86aacb60da0342b | refs/heads/master | 2022-02-24T06:54:22.169423 | 2019-09-15T15:29:35 | 2019-09-15T15:29:35 | 110,464,895 | 0 | 0 | null | 2017-11-14T13:40:42 | 2017-11-12T20:05:58 | Scilab | UTF-8 | Scilab | false | false | 245 | tst | nx.tst | // Script de teste da função nx
load nx.hdl,
output-file nx.out,
compare-to nx.cmp,
output-list in%B1.5.1 out%B1.5.1;
set in %B00001,
eval,
output;
set in %B11111,
eval,
output;
set in %B00101,
eval,
output;
set in %B11011,
eval,
output;
|
0d81e02587fda889a3c0d52b0778232a479b985e | abd7728083df51a785c94e61999237380b32c4f8 | /examples/Presentation Packs/Cognitive Psychology Experiments III (Version 3)/Digit Span/Scenarios/Digit Span.sce | 37e4f2aae78951a3673d0407560d7130a756d51a | [] | no_license | LCTO-TLCO/UAVpresentation | 93b0c0e0eb123b550218bbae4e0bb1db8c30cb5e | 83e0f22cfdc2b7172bf0b90a9a14ddf77e6ccf2a | refs/heads/master | 2023-07-25T14:03:39.874916 | 2021-09-07T07:19:38 | 2021-09-07T07:19:38 | 301,918,691 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 17,908 | sce | Digit Span.sce | # -------------------------- Header Parameters --------------------------
scenario = "Digit Span";
write_codes = EXPARAM( "Send ERP Codes" );
default_font_size = EXPARAM( "Default Font Size" );
default_background_color = EXPARAM( "Default Background Color" );
default_text_color = EXPARAM( "Default Font Color" );
def... |
a368c47063d41b3307c6671ff6c8b279fca5d985 | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/calib3d/convertPointsToHomogeneous/test2.sce~ | 87684d0f52604c7ec2b2737b34e6fc3eb9e17e99 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 243 | test2.sce~ |
in = [ -75 -90 30 ;
-120 11 12;
122 11 14];
//Checking if error message pops up when input is 3D instead of 2D point set
output = convertPointsToHomogeneous(in);
//output->
// !--error 999
//Please enter 2D points matrix of size Nx2.
| |
8c951865d4892f0a34190a2b38ad4f782a99c054 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1943/CH4/EX4.9/Ex4_9.sce | 83570f70308331165197953fd67aa61c3b601d8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,320 | sce | Ex4_9.sce |
clc
clear
//Input data
Wf=10;//Coal rate in t/h
C=78;//The mass of carbon present in the coal according to coal analysis on mass basis in %
H=3;//The mass of hydrogen present in the coal according to coal analysis on mass basis in %
O=3;//The mass of oxygen present in the coal according to coal analysis on mass ... |
460f81d33bbc8ecfc165c80354f43df0c1858999 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3269/CH10/EX10.8/Ex10_8.sce | c8968e7346105522c6c3d45e5fd8f9811c490785 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 4,866 | sce | Ex10_8.sce | // Example 10.8
clear all;
clc;
// Given data
R = 7*30.48; // Distance of core from the center of shield in cm
// Assuming average energy produced per fission reaction is 200 MeV
P = 10; // Power of teaching reactor in Watts
P_fission ... |
90a972ffb820dbb3241860eaf984692f2215b5f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.54/ex54.sce | 25b22114ee5ffbf3a0475015bcd03546463da193 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | sce | ex54.sce | clear
clc
A=[0 1+2*%i;-1+2*%i 0]
I=eye(2,2)
disp("I-A= ")
I-A
disp("inverse of (I+A)= ")
inv(I+A)
disp("((I-A)(inverse(I+A)))*((I-A)(inverse(I+A)))=")
(((I-A)*(inv(I+A)))')*((I-A)*(inv(I+A)))
disp("((I-A)(inverse(I+A)))((I-A)(inverse(I+A)))*=")
((I-A)*(inv(I+A)))*(((I-A)*(inv(I+A)))')
disp("clearly,the prod... |
aa5c0111dfaeee6c7fb1357bef3147d76e2fa141 | ea3927de4aa75aae204a9e58b320db80528f79b0 | /00/Demux.tst | 61d27a299d5f186de073ddc4631ec120c8fadd80 | [] | no_license | sciolizer/nand2tetris | d829bb3eb62dd1002a5ace9c8afdadefb296de61 | 4003002eb6ff8ea24b60898e234a98debca6454d | refs/heads/master | 2016-08-04T21:55:34.782264 | 2014-10-31T15:04:19 | 2014-10-31T15:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 490 | tst | Demux.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.nand2tetris.org
// File name: projects/00/And.tst
load Demux.hdl,
output-file Demux.out,
compare-to Demux.cmp,
output-list in%B3.1.3 sel%B3.1.3 a%B3.1.3 b%B3.... |
26faaef66aa3404af8ea42127c71464df34bf0d3 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.flare-10-1tra/result7.tst | 863689f75ed1e6ff804356362c9426962a6314db | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 946 | tst | result7.tst | @relation flare
@attribute LargestSpotSize{A,R,S,X,K,H}
@attribute SpotDistribution{X,O,I,C}
@attribute Activity{1,2}
@attribute Evolution{1,2,3}
@attribute Prev24Hour{1,2,3}
@attribute HistComplex{1,2}
@attribute BecomeHist{1,2}
@attribute Area{1,2}
@attribute C-class{0,1,2,3,4,5,6,7,8}
@attribute M-class{0,1,2,3,4,5... |
aaa087fdf8246e20b06b3fe2eb2c9111e81ecd5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /43/CH9/EX9.7/ex9_7.sce | b0be261dd0cc157d8f8e9b464fbc8ca44b65086b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sce | ex9_7.sce | //Ex 9.7
clc;
s=%s;
T=10^(-4);
wdc=2*%pi*10^3;
wac=2/T*tan(wdc*T/2);
HS=1/(s^2+sqrt(2)*s+1)//Transfer Function for N=1
HS1=horner(HS,s/wac);
disp(HS1,'Normalized Transfer Function, H(s) =');
z=%z;
HZ=horner(HS1,(2/T)*(z-1)/(z+1));
disp(HZ,'H(z) ='); |
7fbfdb8fbc597010995dea0451c8475ac26caf6e | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/test-suite/scilab/abstract_typedef2_runme.sci | 8da9c2fab5e068cbb2455ac6cf274993bda0abdc | [
"Apache-2.0",
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only"
] | permissive | inishchith/DeepSpeech | 965ad34d69eb4d150ddf996d30d02a1b29c97d25 | dcb7c716bc794d7690d96ed40179ed1996968a41 | refs/heads/master | 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 | Apache-2.0 | 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null | UTF-8 | Scilab | false | false | 168 | sci | abstract_typedef2_runme.sci | exec("swigtest.start", -1);
try
a = new_A_UF();
catch
swigtesterror();
end
try
delete_A_UF(a);
catch
swigtesterror();
end
exec("swigtest.quit", -1);
|
ae047ad7b8e67664e0a4dbb1b65ca2762b6172ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /10/CH1/EX5/cha1_5.sce | 9c3562750b34082440d841712361267d0c645907 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 96 | sce | cha1_5.sce | n=500;E=100;A=0.001;b=1/120;
f=1.2;
max1=(E/1000)*(b)
max2=(f*A)
E=(120*n*max2*2)
|
63ead4f68af9f5592e32d89c676d1bf11296f63d | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/statelevels/statelevels2.sce | 98b849e8c060079bd9b17c6a76d31a3eee7d7550 | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | statelevels2.sce | //
t=[0
2.50000000000000e-07
5.00000000000000e-07
7.50000000000000e-07
1.00000000000000e-06
1.25000000000000e-06];
x=[-0.00104287295007201
-0.00244190236539361
0.00330474678679599
0.00312506274996585
-0.00888427641170878
-0.000128837692967764
];
levels= statelevels(x,1e3,'mean');
disp(levels);
//output
// - 0.0088782 ... |
c01fc0b98dfbb231fea08fcb2aab218a9dc00ebf | 60a8a4ce793d26ce86d35bcc0f2d58bd428855f1 | /3(G)Program to solve Combinations..sce | c78eb8b35355a6c2437adf95a16a33ca4656945a | [] | no_license | muitnet/DM-Practicals-Exam | 194328e084450c7f06d2847eacb9cad170193197 | a9ad7a06e8fc28ffcbcde231b53c1de716fb97a3 | refs/heads/master | 2020-06-11T19:51:30.232988 | 2016-12-05T13:04:59 | 2016-12-05T13:04:59 | 75,625,333 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 387 | sce | 3(G)Program to solve Combinations..sce | disp('four objects are given (a,b,c,d) and three are taken at a time')
combinations = factorial (4) /( factorial (4 -3)* factorial (3) );
disp(combinations,'number of combinations of the four objects given')
k= factorial (3) ; // number of permutations of objects in a combination
permutations = combinations *k;
di... |
631d550378e79d2d9a773f9037c32d2047694a56 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH5/EX5.3/chapter5_ex3.sce | efc2cafb41340d6ccf856fe2fce004af17e708e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 890 | sce | chapter5_ex3.sce | clc
clear
//input
//coils a and b in connected in parallel
v=240;//supply voltage in volts
f=50;//supply frequency in hertz
ra=10;//resistance of coil a in ohms
xla=25;//inductive reactance of coil a in ohms
rb=20;//resistance of coil b in ohms
xlb=12;//inductive reactance of coil b in ohms
//calculations... |
914830b1697ec07dfd10da835a43c2fa583b99fb | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/randpencil.man.tst | e9ee6186ba8730065e3823e821ec9ddfed23a1f6 | [
"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 | 173 | tst | randpencil.man.tst | clear;lines(0);
F=randpencil([0,1],[2],[-1,0,1],[3]);
[Q,Z,Qd,Zd,numbeps,numbeta]=kroneck(F);
Qd, Zd
s=poly(0,'s');
F=randpencil([],[1,2],s^3-2,[]); //regular pencil
det(F)
|
c7b8cdb604fe0e1fb2a5009e103a74f9e8074e32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH8/EX8.5/Ex8_5.sce | ce0f85f56c8eed9047471bd8b87b436d739c3e42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | Ex8_5.sce | Bt=25*10^6//allocated spectrum
Bc=200*10^3//channel bandwidth
Bg=0//no guard band
m=8//no. of speech channels
N=m*(Bt-2*Bg)/Bc
disp(N,'no. of simultaneous subscribers a GSM system can accommodate is ' )
|
ee2952fa529e7355ed3fa945226ad83abb860b9f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/CH5/EX5.4/derv_bode.sce | e45509fffac4a9a0872aafe9adce4c31b2d95357 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | derv_bode.sce | // Bode plot of the differencing filter, discussed in Example 5.6 on page 130
// 5.4
exec('label.sci',-1);
w = 0.01:0.01:%pi;
G = 1-exp(-%i*w);
subplot(2,1,1)
plot2d1("gll",w,abs(G),style = 2);
label('',4,' ','Magnitude',4);
subplot(2,1,2)
plot2d1("gln",w,phasemag(G),style = 2);
label('',4,'w','Phase',4)
... |
b54407c249a9cc65005bc1207b695075cf45f53f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH5/EX5.10/exa_5_10.sce | 38f24831cb049328edeef6c54c314b6a598f75c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 438 | sce | exa_5_10.sce | // Exa 5.10
clc;
clear;
close;
// Given data
C1= 4;// in pF
C2= 60;// in pF
L=8*10^-3;// in H
C_Tmin= C1*C1/(C1+C1);// in pF
C_Tmin= C_Tmin*10^-12;// in F
C_Tmax= C2*C2/(C2+C2);// in pF
C_Tmax= C_Tmax*10^-12;// in F
Fc_max= 1/(2*%pi*sqrt(L*C_Tmin));// in Hz
Fc_min= 1/(2*%pi*sqrt(L*C_Tmax));// in Hz
disp(F... |
5b73c2c34ca94a944fc95024afe54d646e17acf4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3763/CH5/EX5.2/Ex5_2.sce | 056f7c4b070009b5cbe3b593c3e001479b223634 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | Ex5_2.sce | clear
//
//
//
//Variable declaration
e=1.602*10**-19
m=9.1*10**-31 //mass(kg)
tow=2*10**-14 //time(s)
n=8.5*10**28
//Calculation
sigma=n*e**2*tow/m //electrical conductivity(ohm-1 m-1)
//Result
printf("\n electrical conductivity is %0.1f *10**7 ohm-1 m-1",sigma/10**7)
|
ff98dc63f3e12636122e79149787b1ec76939b42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH5/EX5.9.s/5_09_solution.sce | 6432c6b74af7f0c0b05b9b8249c4bea3be805bb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 770 | sce | 5_09_solution.sce | //Solution 5-09
WD=get_absolute_file_path('5_09_solution.sce');
datafile=WD+filesep()+'5_09_example.sci';
clc;
exec(datafile)
V_A = V_A * 1000 / 3600; //conversion from [kmph] to [m/s]
P_atmair = P_atmair / 100; //conversion from [cm of Hg] to [m og Hg]
P_air = P_air / 100; //conversion from [cm of Hg] to [m of Hg]
//(... |
d665eec887fe8ea14615b3376918f0500487481b | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/Morisita_RP-018.tst | 2ea4fc7e33ca17a5567d27592114967d9017f4d5 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 31 | tst | Morisita_RP-018.tst | ../inputs/pops-10x2-rand-02.ssv |
cf5b868e0fe652ba7ddb917b87d918f9269073bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3482/CH8/EX8.8/Ex8_8.sce | 61419596d2bc108e0d97071064974c2431885842 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | Ex8_8.sce | clc;
//page 432
//Given
T2=600;//lb, Tension from side 2
us=0.25;// Coeffiecient of static friction between pulley and belt
bta=(2*%pi)/3;//Co=efficient of kinetic friction between pulley and belt
r1=8//in in
//Pulley B
T1=T2/(exp(us*bta))//N, Tension from side 1
//disp(T1)
//Pulley A
//Aumming moment ab... |
964756947f4be4f889abbfba2a92e753954b910b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1913/CH6/EX6.1/ex1.sce | d0787a9cd0d0df6e20ed30b133f1a59e27a42ca3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 653 | sce | ex1.sce | clc
clear
//Input data
t1=270;//Temperature inside surface of the furnace wall in degree centigrade
t3=20;//Temperature outside surface is dissipating heat by convection into air in degree centigrade
L=0.04;//Thickness of the wall in m
K=1.2;//Thermal conductivity of wall in W/m-K
t2=70;//Temperature of outside ... |
c16f3a10f010ad577f0d49eb8a23db5ac742df1d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH7/EX7.14/14.sce | 2544f58dec9a9324e5ee13342126af07b80f1c06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 788 | sce | 14.sce | clc
clear
//input data
R0=6341.6*10^3 //radius of earth at mean sea-level in m
g=9.809 //acceleration due to gravity in m/s^2
Z1=0 //altitude at sea-level in m
Z2=300*10^3 //altitude above sea-level in m
//calculation
uorb1=R0*sqrt(g/(R0+Z1)) //orbit velocity of a rocket at mean sea level in m/s
uesc1=sqrt... |
ff1bb992c06cac65984ccf5542d62fb9a594cca9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH10/EX10.7/10_7.sci | a39c827841129aab7f92846f01fb1700c947771d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 503 | sci | 10_7.sci | clc();
clear;
//To determine the kinetic energy of electron
h=6.626*10^-34; //plancks constant
E=85; //Energy in keV
c=3*10^8; //speed of light
lambda=(h*c)/(E*10^3*(1.6*10^-19)); //de Broglie wavelength
m=9.1*10^... |
9d24b5c84e73da181c8122acddf66487bdbf4fec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH18/EX18.5/Ex18_5.sce | fa1236caee205e593804c8ab3fa5b203792a6fb9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | Ex18_5.sce | //Ex18_5 Pg-947
clc
d=5*10^(-6) //thickness of silicon in m
Dc=3.4*10^(-3) //diffusion coefficient in m^2sec^(-1)
t=d^2/(2*Dc) //time taken to diffuse
printf("Time taken to diffuse = %.1f*1e-9 sec",t*1e9)
|
7bdcb09d7df88981fbb96958a71abfa191e92016 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH3/EX3.8/Ex3_8.sce | 84d526a15b59ba6d307cfbd85eeaf8d016dc7845 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sce | Ex3_8.sce | //Example 3_8
clc;
clear;
close;
format('v',5);
//given data :
V=100;//V
f=50;//Hz
R=10;//ohm
L=100;//mH
C=100;//micro F
XL=2*%pi*f*L*10^-3;//ohm
XC=1/2/%pi/f/(C*10^-6);//ohm
IR=V/R;//A
disp(IR,"Current through R(A)");
IL=V/XL;//A
disp(IL,"Current through L(A)");
IC=V/XC;//A
disp(IC,"Current through C... |
0d8bfec52fe23235246880b11e9a8dd2d5b03fae | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/Morisita_RP-005.tst | de155eb60c764931d8ac92736e76e3ddc553ccb2 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 32 | tst | Morisita_RP-005.tst | ../inputs/pops-4x2-0101-1010.ssv |
043853f5a51c9ce20b2d3a3bef92cc8c8e6c0403 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2063/CH1/EX1.41/1_41.sce | 6f61a9e1090996637e482f25d7462dcbdb2c65ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,502 | sce | 1_41.sce | clc
clear
//Input data
P1=1;//Initial pressure of a gas turbine plant in bar
T1=310;//Initial temperature in K
P2=4;//Pressure of air after compressing in a rotary compressor in bar
P3=P2;//Constant pressure process
P41=P1;//Since 1-41 is a constant pressure process in bar
T3=900;//Temperature of air at the poi... |
f681f1c2cc9d7d9256f810732cf380acef40070a | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH15/EX15.6/ex_15_6.sce | 9c8d70f26d6e4b14c532ddb5d4d017f54736be88 | [] | 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 | 1,450 | sce | ex_15_6.sce | //desing right angled bell crank lever
clc
//soltuion
//given
//ref fig 15.14
FB=500//mm
W=4500//N
FA=150//mm
ft=75//N/mm^2
t=60//N/mm^2
pb=10//N/mm^2
P=(W*500)/150//N
Rf=sqrt(P^2 + W^2)//N
//desing of uflcrum pin
//let d be dia and l be thickness of fulcrum
//l=1.25d
//P=d*l*pb=12.5*d^2
//d=sqrt(P/12.... |
3ff7164c81a577ebf678be9b6d4a8c5bf55b7024 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH5/EX5.25/EX_5_25.SCE | 9a7c0268ec0aef21eeb5319199ed32560c69af89 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | EX_5_25.SCE | // Example 5.24:PERCENTAGE TILT
clc;
clear;
close;
Rc=4;//RESISTANCE IN KILLO OHMS
Rl=2;//RESISTANCE IN KILLO OHMS
R1=Rc+Rl;//
C=10;//capacitance in micro farad
fl=(1/(2*%pi*R1*10^3*C*10^-6));//LOWER CUT -OFF FREQUENCY
f=200;//frequency in hertz
P= (%pi*fl)/f;//
disp(P*100,"percentage tilt is")
|
e45966ceb63b727512c757be6b5acc983cabe9dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH5/EX5.11/pe5_11.sce | 4083bbef002af011ce851a3209671ba05c405dc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | pe5_11.sce | //example 5.11
clc; funcprot(0);
// Initialization of Variable
P=200;//power
R=8;//ohm
//calculation
Il=(P/R)^.5*2^.5;
Ilm=1.2*Il;
disp(Ilm,"limit level current in A:")
|
79e33c204dec512dd53ea546021b94e48a7547f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH12/EX12.4/i_4.sce | 912beb4f55faf0e017a5927b00df4ecb89df8865 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sce | i_4.sce | // Calculating resistance.
clc;
clear;
L=2.5*(10^-2); // Length of rectangular cross-section.
B=0.05*(10^-2);// Breadth of rectangular cross-section.
A=L*B;
l=1*(10^3);
p=1.724*(10^-8);
R=p*l/A;
disp('ohms',R,'The Resistance of the copper strip =')
|
6513a548428fac7e9b1bc3edd46c957eac4d7f02 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_-_1_T._Singh_704.zip/Electrical_Machines_-_1_T._Singh_704/CH2/EX2.10/ex2_10.sce | ce0963347b2e00dd288ed939a08a4ee7cafe285f | [] | 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 | 427 | sce | ex2_10.sce | errcatch(-1,"stop");mode(2);//Caption:Calculate the increase of main field flux in percentage
//Exam:2.10
;
;
N_1=750;//speed of dc machine(in rpm)
E_1=220;//induced emf in dc machine when running at N_1
N_2=700;//speed of dc machine second time (in rpm)
E_2=250;//induced emf in dc machine when running at N_2
... |
bb42bbb6dfc9a1a9e2674549ce88df29bfa1321b | b5801afaa3964cbd7f9c1c8cf732cdcdb020e7fc | /Scilab6-Keras-Toolbox/macros/ANN_test_sample.sci | 0dda1a1dcd082034707c49a94d8d59aedea95e1f | [
"BSD-3-Clause"
] | permissive | TanayKarve/scilab-keras-toolbox | e179b283102a580f2192d44c63dbc44a6fbaf03d | 48045cd955c821a00377f9719f21fe0f91148541 | refs/heads/master | 2022-12-03T09:22:16.551928 | 2020-08-23T13:26:21 | 2020-08-23T13:26:21 | 289,681,759 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 909 | sci | ANN_test_sample.sci |
function [y]=ANN_test_sample()
// This function is used to test the trained neural network.
// It returns the label which it has guessed according to the provided test sample.
//
// Syntax
// y = ANN_test(in1);
//
// Parameters
// y : class guessed by the neural network
// ... |
6f5da9376f866276521daa04c31d25004e3ff656 | 449d555969bfd7befe906877abab098c6e63a0e8 | /581/CH9/EX9.4/Example9_4.sce | 7efa6ba0dcb68e2defa624082eaae18c1e9a9b71 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | Example9_4.sce |
clear;
clc;
printf("\t Example 9.4\n");
a=13600; //desity difference,kg/m^3
s=0.487; //surface tension,kg/s^2
L=2*%pi*(3^0.5)*(s/(9.8*a))^0.5*100; //spacing wavelength,cm
printf("\t maximum spacing is : %.1f cm\n",L);
printf("\t actually this spacing would give the maximum rate of colla... |
2a3eae4af04aab3f51ecf7245a572c3ba91ea7a0 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH5/EX5.11/Ex5_11.sce | 095e690dc31db71a63b7142ff36705f5f109128d | [] | 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 | 818 | sce | Ex5_11.sce | // Variable declaration
alpha = 2 // mean of normal distribution
beta = 0.1 // standard deviation of normal distribution
// Calculation
// we need to find p(Io/Ii) = p( (ln(b)-alpha) / beta) - p( (ln(a)-alpha) / beta)
a = 6.1 // lower limit
b = 8.2 ... |
b2a89da39c2e60410f0ef03af3cc94a946279017 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2438/CH5/EX5.3/Ex5_3.sce | 8404a79c573f8034831db8e309f30fde3c36430a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 813 | sce | Ex5_3.sce | //===============================================================================
//chapter 5 exmple 3
clc;
clear;
//input data
V = 63.5; //atomic weight in kg
d = 8.92*10^3; //density of copper in kg/m^3
r = 0.7*10^-3; //radius in m
I = 10; ... |
956900a0da1b44290368da6570d1a4f9179b39c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/DEPENDENCIES/seshft.sci | e69cdf5b32a9c5e69d51318e6b47537f3d9e7b84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 553 | sci | seshft.sci | // function C = seshft(A,B,N)
//given A and B matrices, returns C = [<-A-> 0
// 0 <-B->] with B shifted east by N cols
function C = seshft(A,B,N)
[Arows,Acols] = size(A);
[Brows,Bcols] = size(B);
if N >= 0
B = [zeros(Brows,N) B];
Bcols = Bcols + N;
elseif N < 0
A... |
48bc388a9cf8b26930ccb4be3deca751e94a56ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH3/EX3.6/Example3_6.sce | d6ba423e5b50a3c9320ed4e7086c1182e284b897 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,908 | sce | Example3_6.sce | clear;
clc;
// Illustration 3.6
// Page: 77
printf('Illustration 3.6 - Page: 77\n\n');
// solution
//***Data***//
Dp = 0.0125;// [m]
viscosity = 2.4*10^(-5);// [kg/m.s]
Sc = 2;
E = 0.3;
Go = (2*10^(-3))/0.1;// molar superficial mass velocity [kmol/square m.s]
//********//
// a = CO b = Ni(CO)4
/... |
126d467b26a9b31133ccd1cc255556e9fbf5e3a2 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/linear/scilab/P14/P14.sce | 0e24d64e6026f6b6292da5a097f3e9eb817f4ed9 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,092 | sce | P14.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Proposed by author
// 24 Streams
// 14 Equipments
clear xm var jac nc nv i1 i2 nnzeros sparse_dg sparse_dh lower upper var_lin_type constr_lin_type... |
a2827865fe485ba30b0aa5c7f74e41717b509491 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH19/EX19.9/EX19_9.sce | 8ba1719c340e020759fab74c156d8e3490bd911f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | EX19_9.sce | //Finding of Manometric head
//Given
D1=0.4;
B1=0.025;
Q=0.06;
N=1000;
a=30;
g=9.81;
Emano=0.8;
//To Find
u=(%pi*D1*N)/60;
Vf=Q/(%pi*D1*B1);
Vw1=(-Vf*tan(%pi/6)+u);
H=(Vw1*u)/g;
Hm=(Emano*u*Vw1)/g;
Hm1=2*Hm;
disp("Head Developed ="+string(Hm1)+" meter");
|
a354261f8ffc12c63b810c9c39297b7cf7dc426a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH7/EX7.14/Ex7_14.sce | 2b3a13c2a8b3e4199f649a053320760aee95e43d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,385 | sce | Ex7_14.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 7 : SPECIAL MOTORS AND INTRODUCTION TO GENERALIZED MACHINE THEORY
// EXAMPLE : 7.14
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
Va = 220 * exp( %i * 0 * %p... |
5c1b17fbe52c66da546627afebdbbce7f3beae6b | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH8/EX8.7/example_8_7.sce | 9560835c3a2aca477b3157e0b7e46fad8d8ee63e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 616 | sce | example_8_7.sce | //determining critical value of K
s=%s
syms K
m=s^4+22*s^3+10*s^2+s+K
cof_a_0 = coeffs(m,'s',0);
cof_a_1 = coeffs(m,'s',1);
cof_a_2 = coeffs(m,'s',2);
cof_a_3 = coeffs(m,'s',3);
r=[cof_a_0 cof_a_1 cof_a_2 cof_a_3]
n=length(r);
routh=[r([4,2]);r([3,1])];
routh=[routh;-det(routh)/routh(2,1),0];
t=rou... |
0f9a5da90127fd8c7477cf372355346c74c64ca5 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/asin.man.tst | 33675d1b990acc1c10cedb6a6edca0d5f01312ff | [
"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 | 41 | tst | asin.man.tst | clear;lines(0);
A=[1,2;3,4]
sin(asin(A))
|
f1c912fa1ffdc879e48f5feaffaf42b0093302ec | 06ac82af6135b9e0c98564d99e589a9f8eaae7eb | /Scilab/OraclePG.sci | e11af1527951bb7a99ae69e6fd14262d889cdf59 | [] | no_license | Tim3128/Projet-sur-les-reseaux-de-distribution-d-eau | e89852057e1e729a1a8e4bc2296924c55ff26ddb | 5d258f6a2756116bd87eef9b60704fd99290aac5 | refs/heads/master | 2020-05-21T04:14:25.889230 | 2017-05-17T22:43:37 | 2017-05-17T22:43:37 | 84,572,156 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sci | OraclePG.sci | function [F,G,ind]=OraclePG(qc,ind)
q=q0+B*qc
if ind == 2 then
F = (1/3)*q'*(r.*q.*abs(q))+pr'*Ar*q;
G = 0;
end
if ind == 3 then
F = 0;
G = B'*(r.*q.*abs(q)+Ar'*pr);
end
if ind == 4 then
F=(1/3)*q'*(r.*q.*abs(q))+pr'*Ar*q;
G = B'*(r.*q.*abs(q)... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.