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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
78b285ab098ddd19356717d5b33f9fd79f5d608a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2297/CH6/EX6.9/Ex6_9.sce | 8df637c42f68cdc20f0a013f4d2bc1c3e93471bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_9.sce | //Example 6.9// speed
clc;
clear;
close;
format('v',6)
i1=50;//primary current in amperes
i2=i1/(sqrt(2));//secondary current in amperes
r1=0.2;//primary resistance in ohms
v1=220;//primary voltage in volts
eb1=((v1-(i1*r1)));//primary emf in volts
eb2=((v1-(i2*r1)));//secondary emf in volts
n1=1000//primary speed in ... |
8d830453d7d4adcff23a13bda8170b2e83be6e41 | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/tagcreate.tst | 638abec9fca8e8455f026dc8265539d6a6a2b5f0 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 76 | tst | tagcreate.tst | ## Tag create test
read <sample1.fi
set echo
tag newtag create :15
write -
|
1d908f80dca7ddca942ebd59ddc86f998b1f0764 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH5/EX5.6/5_06.sce | 8acd1a7f997976c2bb851494e737141b6f7d8559 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sce | 5_06.sce | //Chapter 5, Problem 6, Figure 5.13
clc;
//Potential difference across R1 is the same as the supply voltage V
R1=5;
R3=20;
I=11;
I1=8;
//Hence supply voltage is
V=R1*I1;
I3=V/R3;
//Reading on ammeter,
printf("Reading on ammeter = %f A\n\n\n",I3);
I2=I-I1-I3;
R2=V/I2;
//Current flowing through R2
printf("... |
8d4dc78adaf48c540ce35ac6bcb8d49a5fa6d1ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH2/EX2.5/SCS_ex_2_5.sce | a7c8e59a698a4f9acae048b8a70d71a2c31eb088 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 559 | sce | SCS_ex_2_5.sce | clc;
// Chapter 2 Switched communication systems
//Example 2.5,page no 127
//given
N=1000//no of turns
L1=5e-8//inductance per turn
L=N^2*L1//total inductance
mprintf('total inductance is %f H \n',L)
R=100//resistance of winding in ohm
MMF=5//operating MMF in amp. turn
V=1//voltage of received signal in volts... |
7141b60a763cd86c557c5c4feae9135a9673f22a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH5/EX5.11/Ex5_11.sce | 6d32a3bad3341988fb83a96866a37a339b6e3759 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 638 | sce | Ex5_11.sce | //Chapter-5,Example 5_11,Page 5-29
clc()
//Given Values:
m1=50*10^-9 //mass of particle in kg
m2=9.1*10^-31 //mass of electron in kg
h=6.625*10^-34 //Planck's constant
v1=1 //velocity of particle
v2=3*10^6 //velocity of electron
//Calculations:
lam1=h/(m1*v1)*10^... |
0380f1d681b6e44ad6149b8e4ca97f77e345df2a | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/kNN/kNN.sci | 007778216d4748205bbcd7798d6d1a02ba5900be | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,938 | sci | kNN.sci | function neighbors = kNN(kdtree,k,point)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku Univeristy
//Description:
//Outputs the k-nearest neighbors of an input point. Uses a k-d tree structure as input.
///2018/08/01 : Doesn't output the actual nearest neighbors, nut more of an ... |
b51ff9f94f49edcefc81b8d23210c23466be7c6f | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/levin.sci | cde4dab7b7f745b2c894615aee84eb1780f37498 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,507 | sci | levin.sci | function [ar, sigma2,rc] = levin(r);
// //[ar,sigma2,rc]=lev(r)
// //Resolve the Yule-Walker equations:
// //
// // |r(0) r(1) ... r(N-1)|| a(1) | |sigma2|
// // |r(1) r(0) ... r(n-1)|| a(2) | | 0 |
// // | : : ... : || : |=| 0 |
// // | ... |
db6aa6832e6ee0350ec57e0e66a373da2f77ee36 | 126193a2cf6352c93a4bfd8f1de87484f6704a61 | /ann03.sce | d2bdded7664a408b8195c160b29f88fdfa35730a | [
"MIT"
] | permissive | edenlandpl/training-neuron-in-artificial-neural-newtorks | 33f86553afbfdf2f5de68dcf4f85c0db5fbb6ecb | ab842f0ad3edc72c37ba5d15b993f349781cfe86 | refs/heads/master | 2022-02-11T18:58:58.133425 | 2019-07-21T11:19:32 | 2019-07-21T11:19:32 | 198,047,207 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,669 | sce | ann03.sce | //---- perceptron trenowanie
//---- okreslenie par wektorow trenujacych
//---- dla funktora AND
A = ones(4,4);
A(1,2) = -1; A(1,3) = -1; A(1,4) = -1;
A(2,2) = -1;
A(3,3) = -1;
//---- wykreslenie obszaru klasyfikacji
mtlb_hold on;
for i=1:4
if A(i,4)==1
plot(A(i,2),A(i,3),'ko:');
else... |
4aab7c982b685ffd2d657762773c702e21be809a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set10/s_Fiber_Optics_And_Optoelectronics_R._P._Khare_2216.zip/Fiber_Optics_And_Optoelectronics_R._P._Khare_2216/CH4/EX4.4/ex_4_4.sce | f5bbc81151e55c2b2cab87eadc92c38a5f2afa55 | [] | 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 | 296 | sce | ex_4_4.sce | errcatch(-1,"stop");mode(2);// Example 4.4:core diameter
;
;
format('v',4)
d=0.02;//difference
n1=1.5;//core refrative index
m=1000;// number of modes
h= 1.3;// Wavelenght in micrometers
a=((h/(%pi*n1))*(m/d)^(1/2));//core diamter in micro meter
disp(a,"core diameter in micro meter")
exit();
|
be7de1eb277b7a23824380f1a09f151754e6200a | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/17_21_data.sci | 8135339f3f185e14f0f6a28d3df0dc382357e6da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sci | 17_21_data.sci | //Working loop mean effective pressure(in bar)
wlep=6;
//Pumping loop mean effective pressure(in bar)
plep=0.4;
//Speed of the engine(in rpm)
N=400;
//Working cycle per minue in no load conditioons(in rpm)
Wc=50;
//Mean effective pressure(in bar)
pfm=0.6;
//Diameter of he engine(in m)
D=0.18;
//Stroke of th... |
61f4ef9573ba68004f9ecaf712365bf0f05a51e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH6/EX6.3/6Ex3.sce | 9a1c43b76f074832fdaf3fc6beda7d055713c878 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | 6Ex3.sce | //chapter 6 Ex 3
clc;
clear;
close;
a=[];
for i=1:20
a(i)=7*i;
end
Sum=sum(a);
Average=Sum/size(a,"r");
printf("The average of first 20 multiples of 7 is %3.2f",Average);
|
e4162d2eab3f90350d03b2059ca5b762db83b21a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1472/CH12/EX12.1/12_1.sce | 9a4caaccbe90df33397b654ee46cdaaf2ef5b4fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | 12_1.sce | clc
//initialization of varaibles
P=15 //psia
T2=70+460 //R
T1=55+460 //R
//calculations
pw=0.2141
pA=P-pw
mratio=pA*29/(pw*18)
mAbym=mratio/(1+mratio)
mwbym=1/(1+mratio)
pg=0.3631 //psia
phi=pw/pg
gamma=1/mratio
//results
printf("Partial pressure of water vapor = %.2f psia",pA)
printf("\n Specific humi... |
4a6e59eab4d487e01c4c52988bd0847936653b0c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH10/EX10.57/ExampleA57.sce | d0ca0ff443259583c31171a1f01c651292744b2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 709 | sce | ExampleA57.sce | clc
clear
//Page number 497
//Input data
L=80;//The latent heat of fusion of ice in cal/gm
Li=3.3*10^5;//Specific latent heat of ice fusion in Jkg^-1
dp=1;//The increase in pressure in atmospheres
t=0;//The given temperature in degree centigrade
v=-0.1;//The change in specific volume in cm^3/gm
//Calculat... |
3ea3a604134ba99b3078a133a36aac7ab05ad006 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1595/CH9/EX9.5/ex9_5.sce | 3871055196b681b6868a21ece2af90f3fef0d4b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 195 | sce | ex9_5.sce | //Wired Digital Communications : example 9-5 : (pg 411)
Tb=1/(8*10^3);//bit frequency
BWmin=1/(2*Tb);//minimum bandwidth
printf("\nTb = %.8f s",Tb);
printf("\nBWmin = 1/2.Tb = %.f Hz",BWmin); |
ace253a278a62d8735f1972d9d1433a0ce833e5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH18/EX18.2/example2_sce.sce | 0dc0e65b7b6fecf66fa75a736aa5f1e2033251c9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 400 | sce | example2_sce.sce | //chapter 18
//example 18.2
//page 762
printf("\n")
printf("given")
Vo=12;Il=40*10^-3;Vs=20;Vbe=.7;
Vz=.75*Vo
disp("for minimum D1 current select")
Ir2=10*10^-3;
R2=(Vo-Vz)/Ir2
Ie1=Il+Ir2
disp("specification for Q")
Vce1=20;Vs=Vce1;
Ic1=50*10^-3;
Pd=(Vs-Vo)*Ie1
hfe=50;
Ib1=Ie1/hfe
Ic2=5*10^-3;
R1=(Vs-... |
525a4307b87556822538d1629a8ff756c6cdb3c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH31/EX31.4/Ex31_4.sce | 4e2e62ad12ca3640e69cc61bf97fa52b7fe9ead2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Ex31_4.sce | //Example 31.4
t_half=5730;//Half-life of Carbon-14 (y)
lambda=0.693/t_half;//Decay constant (1/y)
t=-log(0.92)/lambda;//Calculated age (y)
//Above formula is obtained after mathematical simplification of Equation 31.38
printf('The age of the Shroud of Turin = %0.1f years',t)
//The answer varies due to round off ... |
6f0f48c4f0bed16f2c2fb9ac4a1b75cd1c7dd4d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH43/EX43.03/43_03.sce | 02785749363f3eb8996018b1d376da2dc3ba4375 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | 43_03.sce | //Problem 43.03: Two coils have self inductances of 250 mH and 400 mH respectively. Determine the magnetic coupling coefficient of the pair of coils if their mutual inductance is 80 mH.
//initializing the variables:
La = 250E-3; // in Henry
Lb = 400E-3; // in Henry
M = 80E-3; // in Henry
//calculation:
//coup... |
701e46c271232daf6137f6abc09be3018c4292f9 | e806e966b06a53388fb300d89534354b222c2cad | /macros/decorrstretch.sci | 257f19100a811bcf78e0793dcd4786438c5ed711 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sci | decorrstretch.sci | function new_image = decorrstretch(image)
image_list = mattolist(image)
out = opencv_decorrstretch(image_list)
sz = size(out)
for i=1:sz
new_image(:, :, i) = out(i)
end
endfunction
|
9adea2d9f9e34ca91da1665b6e2b3b89ac53caeb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH4/EX4.4/4_4.sce | 71d547296b73061e53038e6ea78d66659a77af84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | sce | 4_4.sce | clear;
clc;
v3=20;
v2=15;
//putting v1=15/(1+k)
s=poly([-1 5 3],"x","coeff");
K=roots(s);
k=K(2)
v1=15/(1+k);
//disp(v1)
x=v1(1);
//disp(x);
vnew=x+v3+v2;
xl=sqrt(3)*vnew;
n=vnew/(3*v3);
mprintf("capacitance ratio= %.2f \nthe line to neutral voltage= %.1fkV \n string efficiency=%.1fpercent",k,xl,n*100);
... |
e3d8640a2e45a86afa028ab2a42b87ff9773d3cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH9/EX9.5/Ch09Ex5.sci | 8da3202e2605002b265e660e23e8dd944f8d335f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | Ch09Ex5.sci | // Scilab Code Ex9.5 Change in voltage across a G.M. tube: Pg:202 (2008)
e= 1.6e-019; // Charge on an electron, coulomb
W = 25; // Ionization potential of gas (Ar/N2), eV
E = 5e+06; // Energy of incident alpha particles, eV
C = 1e-010; // Capacity of the system, farad
N = E/W; // Number of ions prod... |
799e09452171aec9e1d2f43e539d6eaaaee8b7f4 | 56ae453b5537f39dbd832dd0416f3c804aa1b937 | /microdaq/macros/microdaq_macros/mdaqAIScanInit.sci | d85052941f3dca097dcaf36aab58ce53a48f45e1 | [
"BSD-3-Clause"
] | permissive | grtwall/Scilab | 38bc8bc978e715b770da61482a9ac30e0cb806d3 | e44e0dc0d357a6baf875d33ddd435a29e053b7f1 | refs/heads/master | 2020-07-22T16:48:31.589484 | 2018-07-31T13:15:40 | 2018-07-31T13:15:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,306 | sci | mdaqAIScanInit.sci | function mdaqAIScanInit(arg1, arg2, arg3, arg4, arg5, arg6)
link_id = -1;
if argn(2) == 5 then
channels = arg1;
aiRange = arg2;
aiMode = arg3;
scan_freq = arg4;
scan_time = arg5;
end
if argn(2) == 6 then
link_id = arg1;
channels = arg2;
... |
23c428c6552e0a5510821cfe756ab3299c7850b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH4/EX4.21/Ex4_21.sce | febb360128261bd7a3177e667d6ff247c33ed578 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | Ex4_21.sce | clear
//Given
C1=2 //micro F
C2=2 //micro F
C3=2
C4=2
//Calculation
Cs=C1*C2/(C1+C2)
Cab=C3*C4/(C3+C4)
//Result
printf("\n The capacitance of the Capacitors %0.3f micro F", Cab)
|
f20a83bde288cee132c4a9b3d066cc90c89e3493 | 449d555969bfd7befe906877abab098c6e63a0e8 | /104/CH3/EX3.6/3_6.sce | 21eaff84e28fc831c640d1981fd0bdfe29a1f0dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 3_6.sce | //mason's gain formula applied to SFG in figure 3-16
//y2 as output node
syms G1 G2 G3 G4 G5 H1 H2 H3 H4
M1=1
L11=-G1*H1
L21=-G3*H2
L31=G1*G2*G3*-H3
L41=-H4
L12=G1*H1*G3*H2
L22=G1*H1*H4
L32=G3*H2*H4
L42=-G1*G2*G3*H3*H4
L13=-G1*H1*G3*H2*H4
delta=1-(L11+L21+L31+L41)+(L12+L22+L32+L42)+L13
delta1=1-(L21+L41)+... |
eabc9efd1150ca84487935068ca4058ec107bf3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2513/CH9/EX9.1/9_1.sce | b9b751a98486e07f47bef3d5ffbd7ebe2219fe27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 182 | sce | 9_1.sce | clc
//initialisation of variables
t=10//C
s=74.2//days
c=0.01//mm
d=245//mm
//CALCULATIONS
h=s/(d*c)//cm
//RESULTS
printf('the high will water at a temperature =% f cm',h)
|
aed3d460082fda6e5fa3548d46297628cd462c0b | f899d543cb5b5c85a30e44f26996c67e2f22564d | /PLSQL/ims3_job.tst | 7ef913104cec799ad3d6dc7675adaabed081f664 | [] | no_license | uniqxh/HZAU.GP.DataMonitor | 5196a2a8bda937b74a227da888f433f1ac8dfcbc | a4c36e230f2c8e6fb3072032d8adbb7f48ecf8df | refs/heads/master | 2021-01-02T09:20:23.723785 | 2015-04-11T03:54:38 | 2015-04-11T03:54:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | tst | ims3_job.tst | PL/SQL Developer Test script 3.0
8
-- Created on 2014/8/25 by XINHUAZHOU
declare
-- Local variables here
i integer;
begin
-- Test statements here
sys.dbms_job.run(job => i);
end;
0
0
|
496fc1eb087e560974c84f8054f49827f1f93685 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/auto/equil.sci | b7175c3fdf2bace2af0f347c9e7f25d0c0f0331a | [
"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 | 113 | sci | equil.sci | function [t]=equil(p,q)
t=chol(q);
[u,s,u]=svd(t*p*t');
s=diag(s);
ll=ones(s)./sqrt(sqrt(s));
t=diag(ll)*u'*t
|
8e1f2e978a5f02e20b8922cc2855abfeff76528c | 9bc415d58bf063a1bca303fea640e644333dbdbd | /Scilab/Sinais_e_Sistemas/cleancomplex.sci | 422d0b6643f995f55cd03a7efc36212485dd6bb1 | [] | no_license | Roast-Lord/SMGcodes | 36e55be6c1cc17af91ab2e3f5117c78684f20604 | b75107be829fb4373dc1bc4b8696fe4b9cec437a | refs/heads/main | 2023-07-05T05:25:50.557705 | 2021-08-17T17:46:25 | 2021-08-17T17:46:25 | 301,012,145 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sci | cleancomplex.sci | function Y=cleancomplex(X)
e=1D-14
n=length(X)
Y=X;
for i=1:n
if(abs(X(i))<e)
Y(i)=0
else
if(abs(real(X(i)))<e)
Y(i) = %i*imag(X(i))
else
if (abs(imag(X(i)))<e)
Y(i) = real(X(i))
end
end
end
end
... |
d7391a76107832e95d310f692dab93fbdc704fdb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH2/EX2.4/Ex2_4.sce | 283329c2f016f7551d26a4d01fca8b45cc6227e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_4.sce | //Initilization of variables
Tac=3.5 //kN
Tbc=3.5 //kN
alpha=20 //degree //angle made by Tac with -ve X axis
beta=50 //degree //angle made by Tbc with +ve X axis
//Calculations
theta=atand(((Tac*sind(alpha))+(Tbc*sind(beta)))/((Tac*cosd(alpha))-(Tbc*cosd(beta)))) //degree
P=Tac*(cosd(alpha)-cosd(beta))/(cosd(the... |
9489fc709d7887f24d097db4fbb724a0cdd32b8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /542/CH16/EX16.6/Example_16_6.sci | f55ccd97bbfedabbed49ae2bad1d77e7f2c0e167 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,015 | sci | Example_16_6.sci | clear;
clc;
printf("\n Example 16.6");
H = 0.036; //Humidity is in kg/kg at 811 K
//Taking R as 90 per cent and P as 101.3 kN/m2, then, for assumed values of Tb of 321, 333 and 344 K
//Pw = 13,20 and 32 kN/m2, respectively
//G = 27.8, 12.9 and 6.02 kg/s, respectively.
//for Tb = 32... |
1cc60f886cd3bc1e8c9794824af6ade55abc8f18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH10/EX10.9/Example_9.sce | d9ab56f372bfde1b546532a5aba8ade79aa27515 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | Example_9.sce | //Chapter-10,Example 9,Page 255
clc();
close();
E0_Ag = 0.799 //standard potential for copper
Ksp=8.3*10^-17
I=1
Ag= Ksp/I
n= 2
R=8.314 //gas constant
F=96500 //Farade's constant
n=2
T=298 //temperature in Kelvin
E_Ag=E0_Ag+(2.303*R*T/(n*F))*log10(Ag)
printf('the single ... |
9862fe4a75bc0a1d2c15783e52222c4da0c7808e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3793/CH5/EX5.7/exp_5_7.sce | 0be71feab0c847d0eaae8cb0b37b5d048bac38cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exp_5_7.sce | clear;
clc;
v=220;
s=5;
z=4.5;
Vb=11;
sb=50;
Zb=(Vb^2)/s;
Zpu=z/Zb;
mprintf("pu leakage reactance is %f\n",Zpu);
a=Vb/v;
Zs=z/(a^2);
//case2
vb1=220;
Zb1=(vb1^2)/s;
Zpu1=Zs/Zb1;
mprintf("Ratio of pu leakage reactances are %f",Zpu1);
|
303f0f6257d89d076c1568f22d767403f8b802bf | 7fa099e9d565bee9cdd572755843852769c99498 | /tests/fix-page.tst | 7cc34a5a837defa9c3ef3dcaada60cda1ace7992 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause"
] | permissive | Peter-J-Jansen/SDL-hyperion | 0d2a16f1d837fa27b8f0aaa927dc84a8ebdb44f6 | 58578601d7a34fc11f050b0ac4fd425a4c0422eb | refs/heads/master | 2023-04-27T03:42:18.421272 | 2022-11-27T00:16:06 | 2022-11-27T00:16:06 | 238,422,138 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | tst | fix-page.tst | *Testcase fix-page: Test the Fix Page E502 Assist
# Created and placed into the public domain 09 OCT 2020 by Bob Polmanter.
# Runtest *Compare dependency removed on 2022-03-08 by Fish.
# Suppress logging of program checks. Processing of this test script
# intentionally generates program checks as it runs as part of t... |
d3256aec81dcc67533bce5a98bb963885c6b0187 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH5/EX5.5/ex5_5.sce | e1be4f504434deaf38dcd584c987bbf086946522 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | ex5_5.sce | clc;
l=0.1; //length in m
A=10^-4; //area in m square
R=0.01; //resistance in Ohm
p=(A*R)/l; //calculating resistivity
disp(p,"Resistivity in Ohm metre = "); //displaying result |
3b26c2827f3ca7736e6072e10d00b80b65ea2a82 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /CostHriFunction/Justin/SCNARIOS_PRESENTATION/Justin_ICRA_tmp2.sce | bc4bdc0601ccce79c419b60557a342c75131d529 | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,548 | sce | Justin_ICRA_tmp2.sce | #************************************************************
# Scenario of Ikea
#
# date : Thu Aug 23 16:43:06 2012
#************************************************************
p3d_sel_desc_name P3D_ENV Ikea
p3d_sel_desc_name P3D_ROBOT HUMAN_ACHILE
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.00... |
0f38c228727e6fa964eaba26b53af5c15bded19c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH3/EX3.1/Ex3_1.sce | 745356751f0fa54a70111ea29698de5795d1b8fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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_1.sce | // Problem 3.1,Page no.54
clc;clear;
close;
P=40 //mm //Force applied to stretch a tape
L=30 //m //Length of steel tape
A=6*1 //mm //Cross section area
E=200*10**9*10**-6 //KN/m**2 //Modulus of Elasticity
//Calculations
sigma_L=(P*L*10**3)*(A*E)**-1 //mm
//Result
printf("The Elongation of steel tape is %.1f mm",s... |
057614ab1512af88ad814a54b74fe10dd5ed66f3 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/env/12prodDemand.sci | fbb3d43aafcaf58e97b55c7b1783ff2622dca245 | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 249 | sci | 12prodDemand.sci | Q/D5.66642
0.14538
0.07386
0.05633
0.05425
0.06050
0.07451
0.09866
0.13805
0.20166
0.30368
0.46410
0.70536
1.04153
1.43517
1.88726
2.31613
2.66028
2.90113
3.05778
3.15885
3.22527
3.26912
3.29715
3.31341
3.32032
3.31915
|
fb572342a2e41b62655da3f6d0f3884eb6ac6d06 | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/ellipord.sci | f0c52a4c02eff37a356734c63b1f614919275e5b | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,334 | sci | ellipord.sci | // Copyright (C) 2018 - 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_... |
a90c744e3fe6f580b0ef929ac0b6894ee0cc4ef7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH3/EX3.8/Ex3_8.sce | 1003c0c77b04200efc3c85f25bbb386b905ba5a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | Ex3_8.sce | // exa 3.8 Pg 70
clc;clear;close;
// Given Data
M=15;// N.m
P=5;// kW
N=500;// rpm
tau_d=40;// Mpa
sigma_d=58;// MPa
T=P*60*10**3/(2*%pi*N);// N.m
Te=sqrt(M**2+T**2);// N.m
//Te=(%pi/16)*d**3*tau_d
d=(Te/((%pi/16)*tau_d)*1000)**(1/3);// mm
printf('\n Using equivalent torque equation,\n shaft diameter d = %.f mm',d)
... |
ae060157eb7dcdfbc39c5fff7a1164266137e4c2 | c59576b9f96a7b26dc5bc0d52998ad818380b8cf | /test/WW03.prev.tst | df0f217abaacc15480d4398fb5002de2523bcb45 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/checkdig | 0588535521d9106a5c777a809e50d64a9204fa3c | 3570d246efd0d102f1a2652dfe752884b5d346d8 | refs/heads/master | 2022-02-14T07:41:43.949901 | 2022-01-28T15:00:07 | 2022-01-28T15:00:07 | 30,117,975 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 6,315 | tst | WW03.prev.tst | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml;charset=UTF-8" />
<meta name="robots" co... |
7c39b8d83496b1941487a0c273c3797e693b3348 | 449d555969bfd7befe906877abab098c6e63a0e8 | /659/CH8/EX8.1/exm8_1.sce | bd31fe0ede68ac8c5311b66efce6893c56ae0d9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sce | exm8_1.sce | // Exampple 8.1
//Write a program to read a series of words from terminal using scanf function.
//Read data using scanf function
disp("Enter text:")
[word1,word2,word3,word4]=scanf("%s %s %s %s");
//Printing the results
printf("word1 = %s\nword2 = %s\n",word1,word2);
printf("word3 = %s\nword4 ... |
5b5affa9165d7a04546c9efa46ffecb2551380ab | b829a470efb851fdd8700559c2092711adaa42e0 | /Data/OVI-CV-03-Facenet/CV-Groups/cv-group-114528472703/OVI-Test/cv-group-114528472703-run-04.tst | 8e2ba5a0077bb6c4e15b3ee55e710e4dee95fd80 | [] | no_license | achbogga/FaceRecognition | 6f9d50bd1f32f2eb7f23c7ae56f9e7b225d32325 | 165ebc7658228d2cceaee4619e129e248665c49a | refs/heads/master | 2021-07-04T21:47:57.252016 | 2017-08-01T18:53:12 | 2017-08-01T18:53:12 | 96,568,452 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 524 | tst | cv-group-114528472703-run-04.tst | Huiping\Huiping_015.jpg
Huiping\Huiping_009.jpg
Don\Don_005.jpg
Don\Don_011.jpg
Shirley\Shirley_004.jpg
Shirley\Shirley_006.jpg
Ahmad\Ahmad_007.jpg
Ahmad\Ahmad_001.jpg
Sima\Sima_012.jpg
Sima\Sima_009.jpg
SungChun\SungChun_008.jpg
SungChun\SungChun_017.jpg
Kiran\Kiran_008.jpg
Kiran\Kiran_007.jpg
Allison\Al... |
6d5098629c3ea9bccb54dd7bf08bd8eba853919e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH7/EX7.5/Ex7_5.sce | 5dabbe103c60005d946a0b1934f81ecab3484ba1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 464 | sce | Ex7_5.sce | // Example 7_5
clc;funcprot(0);
// Given data
m=0.035;// kg
p_1=0.100;// MPa
T_1=20.0;// °C
p_2=5.00;// MPa
k=1.4;// The specific heat ratio for air
R_air=0.286;// kJ/kg.K
// Solution
T_2=((T_1+273.15)*(p_2/p_1)^((k-1)/k))-273.15;// °C
v_1=(m*R_air*(T_1+273.15))/(p_1*10^3);// m^3/kg
v_2=v_1*((T_2+273.15)/... |
aefcd1d090fc34f4ae088c66883a61b600d7840d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH14/EX14.11/Ex14_11.sce | 9299b68f1c593cd213baa7d1e69884a925ba5fd1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,582 | sce | Ex14_11.sce | // chapter 14
// example 14.11
// Determine the firing angle, power factor, active power and reactive power at rated speed and its 10 % and their ratio
// page-886-887
clear;
clc;
// given
P=100; // in kW (power rating of motor)
N=1000; // in rpm
Ea=460; // in V
I=300; // in A
E=415; // in V (3 phase input voltage)
net... |
dba84a430adf3c88ed14faba16a8401e896f5d5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH3/EX3.5/example3_5.sce | d9fb24fcd1c9c6b34828d8b4dc84d05c393e85b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 180 | sce | example3_5.sce | //clc()
MKClO3 = 122.55
mKClO3 = 100;//kg
NKClO3 = mKClO3 / MKClO3;
NO2 = 3 * NKClO3 / 2;
V1 = 22.4143;//m^3/kmol;
V = V1 * NO2;
disp("m^3",V,"volume of oxygen produced = ") |
29d5f979fed4a2185a4970859d4a6e97a6fa5a62 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/impzlength/impzlength5.sce | 6aed98b0b979c6f4bb20013b2c0e5c8688f3ab55 | [] | 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 | 437 | sce | impzlength5.sce | clear;
clc;
exec('/home/debdeep/Desktop/TEST NOW!!/impzlength.sci');
b = [1+3*%i -0.9 2 3 4 4];
a=[1 -0.9 2 3 4 4];
len = impzlength(b,a);
disp(len);
//output
//!--error 246
//Function not defined for given argument type(s),
// check arguments or define function %p_bezout for overloading.
//at line 31 of functio... |
de8c0304d82a6159ba2a97bee6eb6e2301802bbd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH5/EX5.5/5.sce | 8c84769c475c63de7a9414a61d091a902df34440 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | 5.sce | clc
k = 12400 // constant
lambda = 6943 // wavelength of radiation in angstrom
n = 3e19 // Total number of ions
// Sample Problem 5 on page no. 243
printf("\n # PROBLEM 5 # \n")
E = k/(lambda) // Energy difference
E_total = E*n*1.6e-19 // Total Energy emitted
printf("\n Energy of one photon is %feV. \n Total energy ... |
7625d07a5bbae6cbe9829437aaeadb39de32f9cc | 9d545f988a80789144df937ce4a90017c378cb92 | /Lab 9/PCM_Encoding.sce | 4a030285d0ca289a2928290d84349c8923876d37 | [] | no_license | tshrjn/EE304P | 215dc669daaf372242afe2c1f580a36df26e51ce | ac1c045262dd0b419354d2d22861c734508b7b8e | refs/heads/master | 2021-01-10T03:02:18.270276 | 2015-12-01T02:42:16 | 2015-12-01T02:42:16 | 46,113,211 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 358 | sce | PCM_Encoding.sce | function [c] = PCM_Encoding(x,L,en_code)
//Encoding:Converting Quantized decimal sample values into binary
//x=input sequence
//L=number of qunatization levels
//encode=normalized input sequence
n=log2(L);
c=zeros(length(x),n);
fori=1:length(x)
forj=n:-1:0
if(fix(en_code(i)/(2^j))==1)
c(i,(n-j))=1;
en_code(i)=... |
5c7cca8f4f639a3f58f3c80b4fd508c186053df5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH3/EX3.21/example21_sce.sce | 395cce6b17cd462f931beaaa8300d0ce0ef1307c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | example21_sce.sce | //chapter 3
//example 3.21
//page 167
Ro=100;
x=0.00392;
T1=25;//temp at 25c
R(25)=Ro*(1+(x*T1));
disp(R(25))// resistance at 25 degree
T2=100;
R(100)=Ro*(1+(x*T2));
disp(R(100))//resistance at 100 degree |
fbb338232eac2d94408074416157f3b701787dc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.20/Ex14_23_20.sce | bf7f8f1cd04072cae6272f13f3380f8bede46f1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 413 | sce | Ex14_23_20.sce | //Section-14,Example-4,Page no.-PC.113
//To calculate the pH in the following cases.
clc;
K_a=7.3*10^-6
c_1=0.23 //(M)
alpha_1=sqrt(K_a/c_1)
C_1=c_1*alpha_1 //(M)
pH_1=-log10(C_1)
disp(pH_1,'pH of the given weak acid')
c_2=0.2 //(M)
K_b=4.4*10^-5
alpha_2=sqrt(K_b/c_2)
C_2=c_2... |
4db26267c221c5a9a9ff4cc3f914ab49712dae7b | 0c7d100cb0cf4ca584a252d56aef57d8692e87bd | /Automatique/TP1/Exo1.sce | 82eb8a059a513ac2c95b1aa1ade15ad85cf75b02 | [] | no_license | MacBootglass/insa | 1957913df94ce0742e19ec400e258fec032a3619 | 612acee69e8195f3202aede45fede79fabf47d01 | refs/heads/master | 2021-01-10T22:36:39.551539 | 2017-04-26T09:23:02 | 2017-04-26T09:23:02 | 54,901,623 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | Exo1.sce | s = %s;
to = 10^-4;
num = 1;
dem = 1 + to*s;
sys = syslin('c', num/dem);
t = (0:to/100:7*to)';
y = csim('step', t, sys);
plot2d(t, y');
tmp = find(y>=0.95);
tr5 = t(tmp(1));
|
14d15f5cda1dab7b0cff93191fcef77d05e2eab8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /632/CH5/EX5.6/example5_6.sce | cedcb25344814683cd6eeb23ad6ab6e851301d69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | example5_6.sce | //clc()
T = 510;//K
P = 26.6;//bar
Tc = 425.2;//K
Pc = 38;//bar
Zc = 0.274;
R = 8.314;
Pr = P / Pc;
Tr = T / Tc;
disp(Pr,"Pr = ")
disp(Tr,"Tr = ")
//From fig. 5.4 and 5.5 from the text book
Z = 0.865;
D = 0.15;
Z1 = Z + D * ( Zc - 0.27);
V = R * T * Z1 / (P * 10^5);
disp("m^3/mol",V,"Molar volume of n-b... |
ea1b1c3d746ea117f4bf6466e72bdf0696b09c2d | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH2/EX2.24/EX2_24.sce | 7725b9cb701b2e140a9331a2035c0c720b6206eb | [] | 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 | 875 | sce | EX2_24.sce | clc;funcprot(0);//Example 2.24
//Initilisation of Variables
L1=0.01;....//thickness of blocks in m
b=0.08;...//length of blocks in m
W=0.06;....//width of blocks in m
K1=20;....//thermal conductivity of blocks in W/m*degrees celcius
h=10000;....//the contact conductance of 2 blocks W/m^2*degrees celcius
T1=120;.... |
6010c7f08b14ef3f472ef095d33e5d5cb3ffe363 | 456d61ad6df72c2b22d4b518d913dea4b1c7bb74 | /test/XX1.prev.tst | 3fc83a4faf19f4fc82e1c60edefa9b689b5895ab | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/xtool | 33d38dbccc24f5bf064bd3d79c4fdea19971c345 | 891e1f1ffe57558c6c150e49b2d7976c15bfcc85 | refs/heads/master | 2022-02-13T12:50:15.773274 | 2022-01-28T14:34:39 | 2022-01-28T14:34:39 | 30,119,817 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,692 | tst | XX1.prev.tst | <?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Namespace Crossreference</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"></link>
<style>
<!--
dt { font-family:Lucida Console,Courier,monospace; font-weight: bold; }
dd { font-family:Lucida Console,Cou... |
cf0a3dc0f3d5ba7445425c07cef14ddb508daf2d | 717ddeb7e700373742c617a95e25a2376565112c | /3136/CH5/EX5.2/Ex5_2.sce | e2af6a96604ae4b71ad511a69e1c5750854a5933 | [] | 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 | 3,905 | sce | Ex5_2.sce | clear all; clc;
disp("a)")
disp("Convert: 1) Q=5 m^3/s=10595 cfm")
disp("2) rhoa=0.0761lbm/ft^3")
disp("3) SP=deltap/(rhow*g)")
delta_ps=500
rho_w=1000
g=9.8
SP=delta_p/(rho_w*g)
printf("Hence SP = %0.3f m",SP)
disp("Thus SP= 2.01 in.wg.")
disp("b)")
disp("Calculating the specific speed:Ns")
N_s=1500... |
8ece723b6df7c34b72850fed21033c740b72abd8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH1/EX1.17/ex1_17.sce | b7382670ef60b84b8e750407d116db30c3310e27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | ex1_17.sce | // Exa 1.17
clc;
clear;
close;
// Given data
V1 = 0.7;// in V
V2 = 5;// in V
V_o = V1-V2;// in V
R = 2.2*10^3;// in ohm
I_D = -V_o/R;
I_D = I_D * 10^3;// in mA
disp(V_o,"The output voltage in volts is : ")
disp(I_D,"The current through diode in mA is");
|
214bdb96896361b12d7e3b0ef75f609ba3e8ec83 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/mtlb/mtlb_max.sci | eb6a450fd8225f189d2849f4230aa027942286db | [
"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 | 123 | sci | mtlb_max.sci | function [r,k]=mtlb_max(a)
// Copyright INRIA
if size(a,1)==1|size(a,2)==1 then
[r,k]=max(a)
else
[r,k]=max(a,'r')
end
|
b4c3f2590b7b010537767550bd5915bcb2e2026a | 449d555969bfd7befe906877abab098c6e63a0e8 | /752/CH12/EX12.4.3/12_4_3.sce | d925f0ae24005ef7cd0fd774499d0897a58138c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | 12_4_3.sce | clc;
//page no 421
//problem no 12.4.3
SNR=9;//SNR in dB
//conversion of dB to power ratio
p=10^(9/10);
// for Polar
Pbe1=1/2 * erfc(sqrt(7.94/2));
disp(Pbe1);
// for Unipolar
Pbe2=1/2 * erfc(sqrt(7.94)/2);
disp(Pbe2); |
e4839215e4aaf49969020f19ac59d04183533144 | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH4/EX4.4/ex_4_4.sce | 1c07aa2f8e2ebf8fc012913f8d2921abf27687c8 | [] | 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 | 896 | sce | ex_4_4.sce | //1.)calculate the stress on the lower washers before the nuts are tightened,refer fig 4.5
//2.)what could be the stress in upper and lower washers...
clc
//solution
//given
d=20//mm
d1=22//mm
d2=50//mm
d3=22//mm
d4=44//mm
P1=120000//N
P2=5000//N
//1)stress on lower washer before the nuts are tightened
pi=... |
b6a136ded198ebe64349b9991825e6335bd7e684 | 8f5f6c092c217b20c238273a87bbc107ee42cf02 | /DictionaryDecoder.tst | 6871aee73566c2e03e405e2a38864471c1863d35 | [
"MIT"
] | permissive | sameer-h/Dictionary-Encoder-Decoder | 9ec588eafdd1e7f7aa0d662fd5af17012e2baf23 | 156ce774aaf0dcae930aa679d7d458a9cc659da9 | refs/heads/main | 2023-07-20T08:24:53.360914 | 2021-08-17T08:07:48 | 2021-08-17T08:07:48 | 371,247,454 | 0 | 0 | null | 2021-06-25T05:46:41 | 2021-05-27T04:36:04 | Hack | UTF-8 | Scilab | false | false | 1,092 | tst | DictionaryDecoder.tst | load DictionaryDecoder.hdl,
output-file DictionaryDecoder.out,
compare-to DictionaryDecoder.cmp,
output-list in%B1.16.1 outA%B1.16.1 outB%B1.16.1 outC%B1.16.1 outD%B1.16.1;
// Loads Dictionary Decoder
// Program loads 2 16 bit inputs
ROM32K load DictionaryInv.hack,
output;
set in %B1010000010000010,
eval... |
3fffba507d45aae55b671f984c157d23e2bf8008 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH5/EX5.2/ch5_2.sce | c1a51e1ca8dc07434e2f32c39452839207f8af78 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 802 | sce | ch5_2.sce | clc;
clear;
printf("\t\t\tChapter5_example2\n\n\n");
// properties of Freon-12 from appendix table C3
T1_Fr=-50;
T2_Fr=-40;
rou1_Fr=1.546*1000;
rou2_Fr=1.518*1000;
beta_Fr=-(rou1_Fr-rou2_Fr)/(rou1_Fr*(T1_Fr-T2_Fr));
printf("\nThe volumetric thermal expansion coefficient calculated for Freon-12 is %.3e /K",beta_Fr);
bet... |
31208075f682817de2b18872ed3778c4c0a320a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH9/EX9.10a/eg9_10a.sce | d677b0bc548ccdea17f0036a4f9b3f74c2d31381 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 640 | sce | eg9_10a.sce | x1= [679 1420 1349 296 6975 323 4200 633];
x2 = [30.4 34.1 17.2 26.8 29.1 18.7 32.6 32.5];
y = ones(8,1);
y= [11.6 ;16.1; 9.3; 9.1; 8.4; 7.7; 11.3; 8.4];
x = ones(8,3);
for i=1:8
x(i,2)= x1(i);
x(i,3)= x2(i);
end
pro1 = x';
//disp(pro1);
pro2= pro1*x;
//disp(pro2);
pro3 = inv(pro2);
//disp(pro... |
0360ddc15101b318dbd778a65bf281fd18499ce8 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/scicos/SPLIT_f.sci | 35f3c01846c5ccb5b253a998142811b6849804af | [
"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 | 500 | sci | SPLIT_f.sci | function [x,y,typ]=SPLIT_f(job,arg1,arg2)
x=[];y=[],typ=[];
select job
case 'plot' then
case 'getinputs' then
graphics=arg1(2); orig=graphics(1)
x=orig(1)
y=orig(2)
typ=ones(x)
case 'getoutputs' then
graphics=arg1(2); orig=graphics(1)
x=[1 1]*orig(1)
y=[1 1]*orig(2)
typ=ones(x)
case 'getorigin' then
[... |
9dc15ad0227970b0aa07e8beca26e7bce68551aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH11/EX11.8/Ex11_8.sce | 5ba6b9e9a1cb66f12ea64ee14e1a1b1ffc96be3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,388 | sce | Ex11_8.sce | //scilab 5.4.1
clear;
clc;
printf("\t\t\tProblem Number 11.8\n\n\n");
// Chapter 11 : Heat Transfer
// Problem 11.8 (page no. 561)
// Solution
deltaX=4/12; //4 inch = 6/12 feet //deltaX=length //unit:ft
A=7*2; //area //area=hight*width //unit:ft^2
k=0.090; //Unit:Btu/(hr*ft*F) //k=proportionality constant ... |
cee5fe7077f21e1b4952448ae0b920dc691b03e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2966/CH1/EX1.64/Ex1_64.sce | 1a302e59dd7377a9dc179af646456e1ccc592e9c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 557 | sce | Ex1_64.sce | //water//
//page 1.87 example 4//
clc
Hardness=500//Hardness of water(mg/lit) or ppm//
H=Hardness/100//Hardness of water(gms/lit)//
volume_NaCl=100//Volume of NaCl//
conc_NaCl=120//% NaCl consumed by zeolite bed//
Wt_per_Litre=conc_NaCl*10//gms NaCl consumed by zeolite bed per litre//
total_wt=Wt_per_Litre*volu... |
2a404e753b905d23fe2ae4cd85c2c28c490a29ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH15/EX15.16/example15_16.sce | f53857a6db72bb2ac9e3db9d27419d3d1acae234 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 614 | sce | example15_16.sce | clc
// Given that
l = 3e-10 // width of box in m
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of electron in kg
c = 3e8 // speed of light in m/sec
h = 6.62e-34 // Planck constant in J-sec
// Sample Problem 16 on page no. 15.30
printf("\n # PROBLEM 16 # \n")
printf("Standard Formula used \n")
printf(" ... |
aa74f06fb05e0b69607395bd510a32ccfd3dde4a | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Skeet Pistol.sce | 49ee8efcec08123108150f73d6054e9bc4010679 | [] | 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 | 65,132 | sce | Skeet Pistol.sce | Name=Skeet Pistol
PlayerCharacters=Skeet Challenger
BotCharacters=Skeet Target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Skeet Challenger
AddedBots=Skeet Target.bot;Skeet Target.bot;Skeet Target.bot;Skeet Target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2
MapName=skeet_fiel... |
92fe03adf52c9cd7f0d920d2a6dd6dac084d8c4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /800/DEPENDENCIES/4_6.sci | ee09b0c8c5d3e3eff5d933675c64997ce76cbcfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 4_6.sci | k = 0.0141; //lb.mol/atm.lb cat.h
FA0 = 1.08; //lb.mol/h
FB0 = 0.54; // lb.mol/h
FI = 2.03; // lb.mol/h
bita0 = 0.0775; // atm/ft
Ac = 0.01414; // ft^2
phi = 0.45;
rhoc = 120; // lb cat/ft^3
P0 = 10; // atm
X = 0.6;
|
c3ab36fb5f1651f50d9b60ff54878a307dd11d33 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH20/EX20.1/Ex20_1.sce | da3deade4081c54ac3f57c66a7af9d9afd5a0dcd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 991 | sce | Ex20_1.sce | // Initilization of variables
v_o=500 // m/s // velocity of the projectile
alpha=30 // angle at which the projectile is fired
t=30 // seconds
g=9.81 // m/s^2 // acc due to gravity
// Calculations
v_x=v_o*cosd(alpha) // m/s // Initial velocity in the horizontal direction
v_y=v_o*sind(alpha) // m/s // Initial velo... |
ea8f69d2f8a7102f407011a78e6dc03432725042 | 449d555969bfd7befe906877abab098c6e63a0e8 | /926/CH5/EX5.4/Chapter5_Example4.sce | 67097606ea80028194003c4e9723b73589c68c2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,092 | sce | Chapter5_Example4.sce | //Hougen O.A., Watson K.M., Ragatz R.A., 2004. Chemical process principles Part-1: Material and Energy Balances(II Edition). CBS Publishers & Distributors, New Delhi, pp 504
//Chapter-5, Illustration 4, Page 114
//Title: Calculation of dew point
//===================================================================... |
b5ad56675405dbf11170cd4f39956904f9edb978 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH8/EX8.6/Exa8_6.sce | 21dcfacedbdb631fd400edb3d72e57eebf8d86e0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 366 | sce | Exa8_6.sce | //Exa 8.6
clc;
clear;
close;
//given data
CN=0.4;//in uF
V=33;//in KV
VP=V/sqrt(3);//in KV
f=25;//in Hz
//Capacitance between 2 cores for 15 Km length
CN_1=15*CN;//in uF
//Capacitance of each core to neutral
CN=2*CN_1;//in uF
//Charging current per phase
I=2*%pi*f*VP*1000*CN*10^-6;//in Ampere
disp(round(... |
0c140bb5baede8103a8d41b46da74f3e709a8e3d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1376/CH8/EX8.2/8_2.sci | 40abd29b7f8e358753a09c54e79b828fea4e061d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sci | 8_2.sci | //8.2
clc;
I=125/10;
ZL=50/I;
printf("Load impedance=%.1f ohm",ZL)
Z_total=150/I;
printf("\nImpedance of the combination=%.2f ohm",Z_total)
I1=125;
I2=50;
I3=150;
P=(1/(2*10))*(I3^2-I1^2-I2^2);
printf("\nPower absorbed by load=%.2f W",P)
Pr=I^2*10;
printf("\nPower consumed by the resistor=%.2f W",Pr)
pf=P... |
a56a03e69740033066ef63ae87367fad377a93f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3745/CH1/EX1.8/Ex1_8.sce | 02ec842e35b7b7c525ae7821934e0e9ae79c9c4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex1_8.sce | // Ex 8 Page 348
clc;clear;close;
// Given
Z1=(6.25+%i*1.25);//ohm
Z2=(5+%i*0);//ohm
//Z3=(5-%i*XC);//ohm
V=100;//V
f=50;//Hz
//Z23=(250+5*Xc**2)/(100+Xc**2)-%i*(25*Xc)/(100+Xc**2)
//for in phase condition imag part must be zero
//5*Xc**2-100*Xc+5*100=0
A=[5 -100 500];//polynomal
XC=roots(A);
XC=XC(1);//ohm
C=1/(2*%... |
a7df90de97c814667444941b682c7eedfeafa36c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2294/CH2/EX2.7/EX2_7.sce | 966088cce4ce9ee90abe2c7c325165e68f112ecd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,626 | sce | EX2_7.sce | //Check for the following system.
//Example 2.7 <i>
clc;
clear ;//a>check whether static or dynamic
t=-10:.1:10;T=length(t)
s=2;
for i=1:length(t)
x(i)=i;
y(i)=abs(x(i));
end
if y(2)==x(2)& y(2)==x(1) then
disp('The given signal is dynamic' );
else
disp('the given signal is static');
end
... |
8e8c8b84a0d4825a4a30193c9f7025f5af4d6e97 | 704dabcfde49c928e339ccb4465aa159d058200e | /Nbalabala/jmathplot/jplot.sci | b0187cace017c65d7e52e43c6761e866478f4f0b | [] | no_license | cylong1016/Nbalabala | 1958d26516f6f50d7a3271354d7360442785e13f | e16cb0bc0c32af59e2a21c297daf59599f0b5e26 | refs/heads/master | 2021-01-23T08:56:41.143450 | 2015-06-22T07:26:10 | 2015-06-22T07:26:10 | 31,839,185 | 5 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 1,119 | sci | jplot.sci | function _cmd = jplot2d(varargin)
_arg = " -2D -l SOUTH ";
i=1;
while (i<=length(varargin))
//disp(i);
i_arg=0;
q=%f;
while ((length(varargin)>= i_arg+i+1) & (size(varargin(i+i_arg+1))==1))
i_arg = i_arg+1;
_arg = _arg + " " +varargin(i+i_arg);
end
_tmp(i) = ".xyz."+string(grand(1,1,"uin",0,10000))+".tmp";
... |
99bd3f0e990418b95535087127fe46d5753df78c | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.12/12.sci | da627203fcf355d844c6fceea435c13328a4511f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sci | 12.sci | clc;
clear all;
disp("1-D heat flow")
disp("Fourier''s equation: q = -k*dt/dx")
disp("k=k0*(1+at+bt^2)")
disp("q = k0*(1+at+bt^2)*dt/dx")
disp("q.dx = k0*(1+at+bt^2)*dt")
disp("integrating above equation within limits t1 to t2")
disp("the required expression is, q = -k*(t2-t1)*(1+a*(t1+t2)/2+b*(t1^2+t2^2+t1*t2)... |
100f9923257e7dba3c24d8803f08b9dd622d7326 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH2/EX2.3/2_3.sce | fc01eb298f012221ce4d9fe94de4330cad6f79d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 520 | sce | 2_3.sce | pathname=get_absolute_file_path('2_3.sce')
filename=pathname+filesep()+'2_3_data.sci'
exec(filename)
//For N2
p1=(m1*RN2*T)/V
//For O2
p2=(m2*RO2*T)/V
//For CO2
p3=(m3*RCO2*T)/V
//Total pressure of the mixture
p=p1+p2+p3
//Gas constant of the mixture
R=(m1*RN2+m2*RO2+m3*RCO2)/(m1+m2+m3)
printf("\n\nRESULTS... |
701fb1dc5c414e48dab77e0a7b31b8bec47ed15c | b2beecc967bc870533445c78378994b5f0e00369 | /Scilab Algebra e CalcNum/gramSchimdt.sci | 0f70ccc5ead478c856ddf4e682aa58d63827bb88 | [] | no_license | gabriel-almeida/ufrj | 2a3b100d8a9eace56f740a1654c51e0918097bf2 | bb62b51ea2b8c4cf71d7cb9f0f2d0172a1338933 | refs/heads/master | 2021-01-13T02:08:16.262640 | 2013-01-15T01:44:45 | 2013-01-15T01:44:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 914 | sci | gramSchimdt.sci | function [Q,R]=gsc(A)
[tamLinha,tamColuna]=size(A)
Q=A
R=zeros(tamColuna,tamColuna)
for j=1:tamColuna
Q(:,j)=A(:,j)
for i=1:j-1
R(i,j)=Q(:,i)'*A(:,j)
Q(:,j)=Q(:,j)-R(i,j)*Q(:,i)
end
R(j,j)=norm(Q(:,j))
Q(:,j)=Q(:,j)/R(j,j)
end
disp ... |
98ed0647adc05b15e9e08a2219a5cd58b10c7c39 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Machine_Design_U._C._Jindal_683.zip/Machine_Design_U._C._Jindal_683/CH3/EX3.16/MS_16.sce | 79d767072cd149d1233ee7076d1e5264bb45032d | [] | 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 | 224 | sce | MS_16.sce | errcatch(-1,"stop");mode(2);// sum 3-16
;
;
D=22;
d=20;
r=1;
K=2.2;
sigmax=130;
sigmax=sigmax/K;
Z=%pi*d^3/32;
M=sigmax*Z*10^-3;
// printing data in scilab o/p window
printf("M is %0.3f Nm ",M);
exit();
|
d71d9760215af2a7a2b5afad1a99e4a99d668c5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH3/EX3.10/ex3_10.sce | 012f64a02ae71740f3422337701feeff5f4623d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 789 | sce | ex3_10.sce | // Exa 3.10
format('v',7);clc;clear;close;
// Given data
Rm = 50;//resistance of meter in ohm
Im = 2;//current in mA
Im = Im * 10^-3;// in A
V4 = 10;//voltage in V
R4 = (V4/Im) - Rm;// in ohm
R4= R4*10^-3;// in k ohm
disp(R4,"The value of R4 in kΩ is");
R4= R4*10^3;// in ohm
V3 = 50;// in V
// (R3+R4) = (V3... |
560b486a6ecfc533526a1bf227ae88747b9df5c5 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/SURPRISE-LANGUAGES/Sino-Tibetan/bod.tst | 66ed903f3002c22440776c82b79ed20684b5efa0 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 20,583 | tst | bod.tst | འཁྱོང་། V;FUT
གཡབ། V;PST
གྱར། V;PST
དྲ། V;FUT
གླ། V;IMP
གློད། V;FUT
ལན། V;PST
མཚོན། V;PRS
འགྱེལ། V;PST
འབྱོར། V;PST
བཙུམ། V;FUT
ཡུར། V;IMP
ལང་། V;IMP
ལབ། V;PST
བརྫུ། V;PRS
བཤོར། V;PST
གཏུག། V;IMP
བསག། V;PRS
ཀེར། V;PRS
ལྷུང་། V;PST
བཙོག། V;PST
བསྟང་། V;PRS
འཐེན། V;FUT
བཤེད། V;PRS
བླང་། V;PRS
བཅག། V;PRS
བསྐུམ། V;PRS
སྤྱད... |
d7e7c985397aa46378ebef70047d2c30b45ed139 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH17/EX17.5/Ex17_5.sce | f292773862b5d19cab7fe12ebbfef03dd60b7e7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex17_5.sce | // Exa 17.5
// To calculate uplink cell load factor, number of voice users and poll capacity of the cell.
clc;
clear all;
Ri=12.2*10^3;//Information rate in bps
Rc=3.84*10^6;//Chip rate in cps(chips per second)
Eb_Nt=4; //in dB
Imargin=2; //Interference margin(3 dB)
B=0.5;//Interference factor due to othe... |
69bbff30891533e7fe16b8b825e1ec853cdd6ed4 | 0e1b45c07f0938ba9c8a003d6ae1cf2d8315efdb | /ch24.org/2011/Pre-round, 2011.02.12/R/python/test09.tst | 4bf3e0327bf0ce24fd6dbb299ea518e1c0aeb757 | [] | no_license | Kot-Angens/acm | c85d8582c3e84f218415321743864b9680e01f2e | 05472eaa0fff7abb6679826085da5e0c990df4cb | refs/heads/master | 2021-01-24T22:36:05.159612 | 2012-10-02T13:51:56 | 2012-10-02T13:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 139,187 | tst | test09.tst | 12971
-0.00406531
-0.00323929
0.00536146
0.00235982
0.0090781
0.00299962
0.00481586
-0.0128135
-0.00798476
-0.00539748
0.00568926
-0.000128117
-0.00139389
-0.00363943
0.0215998
0.0266721
0.0252992
0.0166058
-0.025858
-0.0371402
-0.0154584
0.00104488
-0.0177649
-0.0381374
-0.021581
0.00991311
0.0777227
0.111941
0.063594... |
fc50d814550139ccecb288f0b8823e20efbae936 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH22/EX22.14/Ex22_14.sce | 24c91586cc087c0506f328fe6d19282924630296 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex22_14.sce | clc;
//e.g 22.14;
gm=4*10**-3;
RD=1.5*10**3;
RG=10*10**6;
rs=500;
rl=RD;
AV=-(gm*rl)/(1+gm*rs);
disp(AV);
RL=100*10^3;
rL=(RD*RL)/(RD+RL);
AV=-(gm*rL)/(1+gm*rs);
disp(AV);
|
6944ee493df5626437e7a0f7fc14eba385a682a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1379/CH1/EX1.1.1/example1_1.sce | 6f54b6da832ff0b29efc9acb3188b1d31aab8bca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 867 | sce | example1_1.sce |
//exapple 1.1
clc; funcprot(0);
// Initialization of Variable
//part1
mu=6.3/100;//viscosity
rho=1170;//density
d=.3;//diameter of pipe
b=0.142;//conversion factor
pi=3.14;
//calculation
Q=150000*b/24/3600//flow rate
u=Q/pi/d^2*4//flow speed
Re=rho*u*d/mu
if Re>4000 then
disp(Re,"the system... |
af05fecef84ee50cf8d2f67f5e28b8d8ee85738f | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH13/EX13.6/13_6.sce | 761ebd50c1522631b7e002958a5cca5a3bb5626b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | sce | 13_6.sce | //To find speed of gears B and C
clc
//Given:
TA=72, TC=32
NEF=18 //Speed of arm EF, rpm
//Solution:
//Refer Table 13.5
//Speed of gear C:
y=18 //rpm
x=y*(TA/TC)
NC=x+y //Speed of gear C, rpm
//Speed of gear B:
//Calculating the number of teeth on gear B
TB=(TA-TC)/2
//Calculating the speed of gear B
NB=... |
3febbfb07b3e1c2adff57f3fd7429432e47db3d8 | ad618ca6b5ed579648f418556d871a22f9a21aaf | /sci_scripts/training.sci | 7a1af5957cd7ad2ad32c0955fd514be540a7c45e | [] | no_license | manojgudi/sci_ocr | 6de17d33475b7f2429a3dbe39fd0711138e3e14a | d18e7bc7a244d73f59830dd914f7aa9059726696 | refs/heads/master | 2020-05-20T10:05:31.612844 | 2013-03-15T05:16:45 | 2013-03-15T05:16:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,858 | sci | training.sci | // Functions for getting feature vectors of training characters in ./training folder
exec preprocessing.sci
exec feature_extract.sci
exec rm_ws.sci
// Dictionary
dic = ['a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'k' 'm' 'n' 'o' 'p' 'q' 'r' 's' 't' 'u' 'v' 'w' 'x' 'y' 'z'];
dic_size = size(dic)
path = "./training/"
////
// Wri... |
fcb2fe2889319107b7e1d76ddbabd8bb95487065 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH2/EX2.1/Ex2_1.sce | 994b2525e53d8a3c15dde588a201b84f246fcbda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | Ex2_1.sce | //Ex 2.1 page 67
clc;
clear;
close;
V1=1;//V across SCR
IG=0;//A
Ih=2;//mA holding current
R=50;//ohm
// Applying kirchoff law
//VA-(IAK*R)-V1=0
VA=(Ih*10**-3*R)+V1;//V (let IAK=Ih)
printf('VA = %.2f V',VA)
|
d667043a99dd599d805c46f6f0978c021d391ee3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1466/CH24/EX24.6/24_6.sce | 5455766c438f120d4309fa239c480ee48395bcb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sce | 24_6.sce |
clc
//initialisation of variables
dv=360//ft/sec
v1=1564//ft/sec
H1=1188//B th u
g=32.2//ft/sec^2
J=778
cf=0.005
p=0.12//ft
A=8.75*10^-4//ft^2
p1=67//lb/in^2
dx=0.0234//ft
A1=8.5*10^-4//ft^2
W=0.203//lb/sec
g=32.2//ft/sec^2
q2=0.989
Vs2=8.902//ft^3/lb
A2=9*10^-4//ft^2
//CALCULATIONS
v2=v1+dv
H2=H1... |
bc3ba2a9b2de0332bfd5a86b06fcbb07edddbf94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH6/EX6.16/Ex6_16.sce | 97b07e83ad9e08329639ba2e2c1797de47d898e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 225 | sce | Ex6_16.sce | //reflection coefficent
//given
clc
S=2//voltage standing wave ratio(VSWR)
Zo=50//ohm
row=((S-1)/(S+1))
row=round(row*1000)/1000///rounding off decimals
disp(row,'the value of reflection coefficent as modulus row')
|
d1375b43255f20fb8afbf2b2803403606dbbabea | 449d555969bfd7befe906877abab098c6e63a0e8 | /824/CH5/EX5.1/5_1.sce | 1ac0741b9d7afc6ef4d664825411cd7a83460edd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 114 | sce | 5_1.sce | //clear//
p = [ 1.44 .95 .74]';
dt = 2.5
t = [0 2.5 5]';
dp(1) =( 3*p(1)+4*p(2)-p(3))/(2*dt);
for i=2:n1
dp p(i+3 |
1076608383aeb46eda5f4906235b8a2b040e1b60 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH2/EX2.6/2_6.sce | 25dc4d6a55a8681b612f047916224712482b32f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 959 | sce | 2_6.sce | clear
clc
disp('Exa-2.6(a)');
L=65; c=3*10^8;u=0.8*c;
t=L/u ; //The value of time taken as measured by the observer
printf('The time for rocket to pass a point as measured by O is %.2e.\n',t); //The value of time taken as measured by the observer
disp('Exa-2.6(b)');
Do=65; ... |
d37608dc20241d537b9a445cc77dba1b0c979ba5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH7/EX7.1/7_1.sce | 8fbee0108acecc80e933ec3125bab456774b1afb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,216 | sce | 7_1.sce | clear;
clc;
printf("\t\t\tExample Number 7.1\n\n\n");
// constant heat flux from vertical plate
// Example 7.1 (page no.-330-331)
// solution
q_w = 800;// [W/square meter] radiant energy flux
H = 3.5;// [m] height of metal plate surface
W = 2;// [m] width of metal plate
Ta = 30;// [degree celsius] surroun... |
772ad6d1347f0c805f9c6465aee8aaa2b3f26494 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.led7digit-10-1tra/result1s0.tst | fc4719a93390841a339651241749378c56e1047c | [] | 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 | 535 | tst | result1s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@output... |
1c4daf155644e4d8cfd5a29d08179e1771ca4708 | df924acfdd5b043da9336a2276726dbfb655735a | /test_suite/templerr.tst | eac0205a3cd21ef0a99c6a1d8e21463c8c70bb54 | [] | no_license | noxdafox/clips | b8fb280223b5aae615e427bf1f31c03cb932b09d | a2c548b69394f0e2cf7c6d583810b6a29a662ae1 | refs/heads/master | 2023-09-01T18:52:07.614807 | 2021-12-14T20:10:21 | 2021-12-14T20:10:21 | 95,596,886 | 11 | 10 | null | null | null | null | UTF-8 | Scilab | false | false | 378 | tst | templerr.tst | (unwatch all)
; templerr.clp test
(clear)
(open "Results//templerr.rsl" templerr "w")
(load "compline.clp")
(dribble-on "Actual//templerr.out")
(load "templerr.clp")
(list-deftemplates)
(dribble-off)
(printout templerr "templerr.clp differences are as follows:" crlf)
(compare-files "Expected//templerr.out" "Actual//tem... |
ac2b2899e484ae459a807ad12a4fb21b78fe751e | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH10/EX10.3/Example_10_3.sce | d903f87e87bff13f8d08c833d81da3e96c785aeb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,882 | sce | Example_10_3.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 10.3
//Caption : Program to Find Pressure,Temperature and Composition for a system
//Equations to be Used
// ln v1=A*(x2^2) ln v2=A*(x1^2) Where A=2.771-0.... |
36a3440fcfa1d3f27ecc2410c4108fa304ed1b85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH5/EX5.41/EX5_41.sce | dc5501b57ada6ef64ab367ef25c9bbf0915babd3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX5_41.sce | //EXAMPLE 5-41 PG NO-332-333
VTH=10;
V=10;
R1=10;
R2=10;
R3=16.67;
R4=50;
R5=5.56;
R6=3.33;
RTH=V+R5+(((R1+R3)*(R4+R6))/(R1+R3+R4+R6));
I=(V/RTH)-0.4;
disp('i) Resistance (RTH) is = '+string (RTH) +' ohm ');
disp('i) Currrent (I) is = '+string (I) +' A ');
|
e1efec171a621083e7fc1fa2f72661d63ed8382d | e4381b32d21150427f93b058541bb3343752bb0f | /sablona_berliner/zapisnik/graf.sce | fd4ded6bdf846994836f6d1e47ba79edc523d3fd | [] | no_license | pirati-cz/plisty | c095da00bfa89792f8eb676fd5b756fc1454659d | 815dbc58f7a47f1b2740ffa068a2ff5f909ecba8 | refs/heads/master | 2020-12-24T19:04:07.572707 | 2016-05-16T20:52:51 | 2016-05-16T20:52:51 | 58,966,482 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 46,755 | sce | graf.sce | <SCRIBUSELEMUTF8 W="382.67716535" H="274.96062989" previewData="iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAABh5JREFUaIHtWM9vnFcVPee+b8YzHtuNM7Gduk0aqBrV/BBEKhRKS4VYdJNFNwiJwrqLgkQXleAvgEVWSCyKolBBWLCBDUVUFUIBUhqloaFVK0gaosRpSoydsT3+Nf7m3cPi+2bGYxuntgtJYY40Gt25c+575/26... |
7e75e51409e906da88f964636e962a842bbaebf5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3543/CH8/EX8.47/EX8_47.sce | 8956f359670a3a84fcf135d91c4747ff15ed3395 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 586 | sce | EX8_47.sce | // Example 8.47
// Calculation of incident optical power.
// Page no 499
clc;
clear;
close;
//Given data
h=6.62*10^-34; // Planck constant
c=3*10^8; // velocity of light
lambda=1.55*10^-6; // Wavelength
B=400*10^6; //... |
2ddb0a4ea207c8f15e12f5dd185e834dd5a38796 | 449d555969bfd7befe906877abab098c6e63a0e8 | /199/CH9/EX9.8/Example_9_8.sce | e6d9f9f3e704c70c0faf7e748806f0bea766d722 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 420 | sce | Example_9_8.sce | // Chapter9
// Page.No-412, Figure.No-9.24(a)
// Example_9_8
// Freq of free running ramp generator
// Given
clear;clc;
R=10*10^3; // Resistance in ohm
Vcc=5 // Supply voltage in volt
Vbe=0.7 // Base to emitter voltage in volt
C=0.05*10^-6; // Capacitance in farad
Ic=(Vcc-Vbe)/R; // Collector current in amper... |
ef8d6a3c6f7128dc923de2b0433ef383547dfc13 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1511/CH1/EX1.12/ex1_12.sce | e88ffeb580ff56f3580c29ce668fc11f46740964 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | ex1_12.sce | // Example 1.12 page no-34
clear
clc
l=2 //cm
D=24 //cm
s=0.5 //cm
Vd=30 //Volts
Va=1000 //Volts
//(a)
d=Vd*l*D/(2*s*Va)
printf("\n(a)\nDeflection Produce, d=%.2f cm\n",d)
//(b)
theta=(atan(d/D))*(180/%pi)
printf("\n(b)\nTheta=%.2f°",theta)
//(c)
e=1.6*10^-19//C
m=9.1*10^-31//kg
v=sqrt(2*e*Va/m)
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.