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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
663c173a7c187ca1b24986a6d6e64cedd5c04f8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH3/EX3.35/Chapter3_Exampl35.sce | da803cfd5982204447cafa6ebf753a4d1eb58cd9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 775 | sce | Chapter3_Exampl35.sce | clc
clear
//INPUT DATA
nt=0.8;//Thermal efficiency in percentage
nc=0.8;//compressor efficiency in percentage
cp=1.005;//specific pressure
cv=0.718;//specific volume
R=0.287;//gas constant
g=1.4;//constant
t1=300;//temperature in K
t3=1500;//temperature in K
Rp=10;//pressure ratio
//CALCULATIONS
t2=t1*((... |
465a6af4e54894e55adce33ec3211f0121533119 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH7/EX7.10/10.sce | 27554ddd2862a732410fbf36c9a80f18c2c594dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 872 | sce | 10.sce | clc
clear
//input data
Cj=1250 //effective exhaust velocity in m/s
s=0.8 //effective jet speed ratio i.e. flight to jet speed ratio
ma=3.5 //oxidizer flow rate in kg/s
mf=1 //fuel flow rate in kg/s
g=9.81 //acceleration due to gravity in m/s^2
q=2500*10^3 //heat of propellent per kg of propellant mixture in J... |
9fdad3bf2ddef15d9d102103d1c54e1d76bb55c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH2/EX2.4/2_4.sce | 8e776d5c9ff37353da36d3d53eefc720acec4286 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 570 | sce | 2_4.sce | clc
//ex2.4
V_s=100; //source current
R_1=60;
R_2=30;
R_3=60;
R_x=1/((1/R_2)+(1/R_3)); //R_2 and R_3 parallel
V_x=R_x*V_s/(R_1+R_x); //voltage across R_x(voltage-division principle)
i_s=V_s/(R_1+R_x); //ohm's law
i_3=R_2*i_s/(R_2+R_3); //current through R_3(current-division principle)
... |
114fa05c1d3beef4a186add5981836a1ff4c5200 | 449d555969bfd7befe906877abab098c6e63a0e8 | /34/CH3/EX3.1/Ch3Exa1.sci | 0e23c67e4ebbbc46973e36a43b6df153c8a3c0b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 645 | sci | Ch3Exa1.sci | //Example 3.1 (a)
m= 46; //mass, gms
v=30; //velocity, m/s
h= 6.63*(10^(-34)); //Planck's constant, J.s
m=m/1000; //convert to kgs
a=h/(m*v); //de Broglie wavelength, m
disp(a,"The de Broglie wavelength of the golf ball (in m) is:")
//Result
// The de Broglie wavelength of the golf ball (in m) is:
// 4... |
4bb305ac56990af5ba92f07acf88c60c05883d35 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/RPN1.prev.tst | c327cf4f2f67cba75762f19394988edf4c264223 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 22,096 | tst | RPN1.prev.tst | # y = m^2 + n^2 ?
0 0
1 1
2 2
3 3
4 2^2
5 5 = (1)^2 + (2)^2 proper representation by 1^2 + 2^2
6 2*3
7 7
8 2^3
9 ... |
6dfb7ae6e25a17a73e4ea56bc88d8cc9887e67f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH13/EX13.3/EX13_3.sce | 5afd332e1c628690da5197db35978871fac13b86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sce | EX13_3.sce | //Example13.3 // to calculate the frequency of a wein bridge oscillator
clc;
clear;
close;
C = 2400*10^-12 ; // F
R = 10*10^3 ; // ohm
// the oscillator frequency of practical RC phase shift oscillator f
f = 1/(2*%pi*R*C);
disp('the oscillator frequency of practical RC phase shift oscillator f is = '+strin... |
db4d9227d3ce131b5028839447729e04ebc272b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH3/EX3.3/Exa3_3.sce | ffe5fc08a3e6bdf04e77bc401accbb401e44241e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | Exa3_3.sce | //Exa 3.2
clc;
clear;
close;
// given data
AF=1;//unitless
B=1;//unitless
A=2*10^5;//unitless
fo=5;//in Hz
Ri=1;//in Mohm
Ro=75;//in ohm
//let 1+AB=A; as A>>>1
RiF=A*Ri*10^6;//in ohm
RoF=Ro/A;//in ohm
fF=fo*A;//in ohm
disp(RiF,"Value of RiF in ohm is : ")
disp(RoF,"Value of RoF in ohm is : ")
disp(fF/1... |
666dcd1724bade00f4a9ef364cccf6087fe46181 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH16/EX16.6/example16_6.sce | b8eef17bf761041a9119e3c98944016ba1178385 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 642 | sce | example16_6.sce | clc
// Given that
a = 4e-10 // lattice constant in mr
t = 0 // temperature in K
N = 6.02e23 // Avogadro no. in per kg
m = 9.1e-31 // mass of electron in kg
h = 6.62e-34 // Planck constant in J-sec
e = 1.6e-19 // charge on an electron in C
// Sample Problem 6 on page no. 16.16
printf("\n # PROBLEM 6 # \n")
printf("Sta... |
a0d99297edf41a736ad389e0c538ed27cb8906f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2528/CH7/EX7.4/Ex7_4.sce | 59238d69cdb3965f27e0da5bb5bff7f5e1aeb8c3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 700 | sce | Ex7_4.sce | // Chapter7
// Page.No-229
// Example7_4
// Sketch the Transfer Curve
// Given
clc;
clear;
Vz=3.9; //in V
Rf=20000; //in Ohm
Ri=5000; //in Ohm
Ra=10000; //in Ohm
Vbreak=Vz+0.7;
printf("\n Vbreak +_ %.2f V",Vbreak);
Av=-Rf/Ri;
printf("\n Av %.2f ",Av);
Av2=(-Rf*Ra... |
6c83b3f79e4673b672c8f7e76121ca7ba64075da | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH7/EX7.11/Ex7_11.sce | d51eaac64baa79be0f6ae301a5cc8c54fba48abf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 667 | sce | Ex7_11.sce | // chapter 7 example 11
//-----------------------------------------------------------------------------
clc;
clear;
// given data
f = 300*10^6; // operating frequency in Hz
c = 3*10^10; // velocity of EM wave in cm/s
// Calculations
lamda = c/f; // wavelength in cm
// Physica... |
4d908c203acec16daf8dc91a3c0b97f857500fa9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH2/EX2.4/ex_2_4.sce | f43f3eef705fa2234dbbba55888ba600dbb276fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | ex_2_4.sce | // example 2.4//
clc
//clears the screen//
clear
//clears all existing variables//
a=bin2dec('1110');
//given numbers//
b=bin2dec('11011');
c=b-a;
d=dec2bin(c,8)
disp(c,'subtraction of given numbers in decimal form = ')
disp(d,'subtraction of given numbers in binary form = ') |
63058302c80d1bc6990749fcec99d1611ee0e3a3 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/TP55FGX/ATWM1_Working_Memory_MRI_TP55FGX/ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce | cfcf815d7af0aec5f1101cefb98e9ed245945ea0 | [] | 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 | 12,442 | sce | ATWM1_Working_Memory_MRI_Salient_Cued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_salient_cued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = fa... |
0e0cb468e08b9304cd1ca5b6dfa4acadacc60317 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /ManipulationPlanner/SCENARIO/ManipulationPr2WithNavigation.sce | 40a93f63b423c76602f2b19da517fa93a349ff0d | [] | 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 | 29,744 | sce | ManipulationPr2WithNavigation.sce | #************************************************************
# Scenario of grande_salle
#
# date : Thu Nov 24 17:03:01 2011
#************************************************************
p3d_sel_desc_name P3D_ENV grande_salle
p3d_sel_desc_name P3D_ROBOT MOVING_BOX
p3d_set_robot_steering_method Linear
p3d_set_robo... |
b809c01e810aa0f32ae396c7d62f5c0720eb0c68 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2054/CH3/EX3.13/Exa3_13.sce | ec9a5976f372cc70d358eeae9e058766839b2d7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | Exa3_13.sce | //Exa:3.13
clc;
clear;
close;
V_dc=220;//in volts
V_a=250;//average load voltage (in volts)
R=10;//in ohms
alpha=1-(V_dc/V_a);
I=V_a/R;
disp(I,'Average Load Current (in amperes)=')
disp(alpha,'Firing Angle (in degrees)=') |
bb0d026b6a5a25206d7fa78e57a38f0835f46fbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH12/EX12.5/Chap12_Ex5_R1.sce | bbcd878e47fe4ea1ca0f2103ed522e3048ce0ce2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,125 | sce | Chap12_Ex5_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-12,Example 5,Page 435
//Title: VLE data using the van Laar model
//================================================================================================================
clear
clc
//INPUT
//For con... |
380ad2048ab88dd472644d45ccd5b3e9f07e95bc | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /quality/test/garant6x/Супермобильная версия.TST | 0a56ee0131bd21c31ddc46ed025ccf55b52221c9 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 203,050 | tst | Супермобильная версия.TST | {\rtf1\adeflang1025\ansi\ansicpg1251\uc1\adeff0\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1049\deflangfe1049{\fonttbl{\f0\froman\fcharset204\fprq2{\*\panose 02020603050405020304}Times New Roman{\*\falt Times New Roman};}{\f1\fswiss\fcharset204\fprq2{\*\panose 020b0604020202020204}Arial{\*\falt Times New Ro... |
929f61215e9f6b4f7dee56d755d240bcad3fcf55 | ebd6f68d47e192da7f81c528312358cfe8052c8d | /swig/Examples/scilab/variables/runme.sci | 1ef0774673f327ac3fffd70b829a85d8633c4432 | [
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] | 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 | 2,013 | sci | runme.sci | lines(0);
ilib_verbose(0);
ierr = exec('loader.sce', 'errcatch');
if ierr <> 0 then
disp(lasterror());
exit(ierr);
end
// Try to set the values of some global variables
ivar_set(42);
svar_set(-31000);
lvar_set(65537);
uivar_set(uint32(123456));
usvar_set(uint16(61000));
ulvar_set(654321);
scvar_set(int8(-13));
ucv... |
81f09a93473750d901af00eb82617383db9ab0b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH17/EX17.5/ex_17_5.sce | c0bbd45c1527f5eab1cde020ed73435c01f04b9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 690 | sce | ex_17_5.sce |
clc
//soltuion
//given
p=10//mm
d=50//mm
W=20000//N
D1=60//mm
R1=30//mm
D2=10//mm
R2=5//mm
u=0.08//=tan(q)
u1=u
//tan(a)=p/(%pi/d)=b=0.0637
b=0.0637
//P=W*tan(u+a)
//P=W*[(tan(a)+tan(q))/(1-tan(a)*tan(q))]
P=W*[(b+u)/(1-(b*u))]//N
T=(P*d/2)/1000//N-m
N=170/10
Wd1=T*2*%pi*N//N-m
//wen load rotates with th screw
printf(... |
28a278f2497c852d56a4e27de60e35309078f9b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH9/EX9.14/Ex9_14.sce | 963bd9d8d63857ce13a3d4608b2eb5775d7194c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | Ex9_14.sce | //Caption: information rate
//Example 9.14
//page no 402
//Find information rate of the source
clc;
clear;
f=input("Enter the frequncy f=");
px1=1/8;
px2=1/8;
px3=3/8;
px4=3/8;
HX=px1*log2(1/px1)+px2*log2(1/px2)+px3*log2(1/px3)+px4*log2(1/px4);//entropy of the source
R=2*f*HX;//r=2*f;
printf("information... |
7cf45cbe47d6f66036ebd0e4cda173c5eafde94b | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/CH9/EX9.7/9_7.sce | f2b611a6e6f11ac85822c02345450ac74021ad00 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | 9_7.sce | clc;
clear;
T=70;//degree F
U1=0;//ft/sec
U2=30;//ft/sec
l=4;//ft
b=0.5;//ft
d=1.94;
vis=2.04*(10^(-5));
x=d*l/vis;
U=1:U2;
for i=1:U2
Re(i)=x*i;
CDf(i)=0.455/((log10(Re(i)))^2.58);
Df(i)=0.5*d*i*i*l*b*CDf(i);
xcr(i)=vis*(5*(10^5))/(d*i);
end
plot(U,Df,"x-")
plot(U,xcr,"o-")
h1=legend... |
3c2611fae60b9bbd354ef5745638971cd503bb84 | 449d555969bfd7befe906877abab098c6e63a0e8 | /26/CH3/EX3.1.1/3_1_1.sce | 8d6475612df7d711474f58f44e0fa60815b6b457 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 202 | sce | 3_1_1.sce | disp('the given matrix is:')
A=[3 0 4;2 3 2;0 5 -1]
disp(A)
disp('calculating det(A) using cofactor expression along first row')
disp('det(A)=3 X (-1 X 3-5 X 2)+4 X (2 X 5-3 X 0)')
disp(det(A),'=') |
fe22f2dfb8f077c39737591fb90b005da62e3b8b | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/xdess/gainplot.sci | 9a53ac452eda828d609c4d398651750a7bc0cebd | [
"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 | 2,258 | sci | gainplot.sci | function []=gainplot(sl,fmin,fmax,pas,comments)
//!
[lhs,rhs]=argn(0);
//---------------------
pas_def='auto' // default
//
xbasc()
ilf=0
flag=type(sl);
if flag==15 then flag=16;end
select flag
case 16 then // sl,fmin,fmax [,pas] [,comments]
typ=sl(1)
if typ<>'lss'&typ<>'r' then
error(97,1)
end
if sl(1)='r... |
0752638c380d9f15db5d1ecef3c8524ab0058c36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH9/EX9.3/Ex9_3.sce | d8f11dd1c3ac77d02bf8f37cf455763606116070 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 768 | sce | Ex9_3.sce | clc
clear
printf("Example 9.3 | Page number 255 \n\n");
//Part(a) Find internal energy
//Part(b) Find enthalpy and internal energy at (i)10bar,50°C and,(ii)0.085 m^3/kg and 50°C
//Given Data
p = 1 //bar //pressure
T = 50+273 //°C //temperature
h = 324.6 //kJ/kg //enthalpy
R = 8.3143 //kJ/kmolK
M = 28.97 //k... |
4f4b60b038c38fcf81392f4e037de89112bdf525 | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH8/EX8.8.13/Ch8_8_13.sce | 0c2c8e94717f14b934f8cacf6049b098aa2595ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 917 | sce | Ch8_8_13.sce | clc
clear
disp("Example 8.13")
printf("\n")
disp("convert the following decimael numbers to Octal")
disp("a)283 b)847.951 c)0.728")
//given decimal number
i=1;x=1
dec=283
//separating integer part
IP=floor(dec)
IP1=IP
//separating decimal part
DP=modulo(dec,1)
//storing each integer digit in I(i)
while... |
7b45bee767dfdfd208e0ea7ea1b824b63533a98d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2489/CH7/EX7.6/7_6.sce | 67c60253a26ec6895a05cabe0f12f3cb9072caf2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | 7_6.sce | clc
//Intitalisation of variables
clear
n= 5 //moles
h1= 10.55 //kcal
h2= -18.69 //kcal
//CALCULATIONS
dH= h2-n*h1
//RESULTS
printf ('Heat of the hydration = %.2f kcal',dH)
|
7c0c76c8422ddfe760ac7489cc2dd9ccd7775f2a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_In_Engineering_Dr._K._M._Gupta_1367.zip/Material_Science_In_Engineering_Dr._K._M._Gupta_1367/CH14/EX14.3/14_3.sce | a3639a32e1dae066e63d8d8f9ac9552f7afa09a7 | [] | 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 | 225 | sce | 14_3.sce | errcatch(-1,"stop");mode(2);//Find Power loss due to Hysteresis
//Ex:14.3
;
;
a=600;//loop area in J/sqm
f=50;//in Hz
v=0.01//volume in cu. m
w=a*f*v;//in W
disp(w,"Power loss due to Hysteresis (in W) = ");
exit();
|
dd21bacbb5dd40087f1c9108ec7e8056d78e5460 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH2/EX2.15/Ex2_15.sce | 19a7d5525a6f807c51c23e4be8917911c0196d46 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_15.sce | clear
//
//
//
//Variable declaration
r=1; //assume
//Calculations
a=4*r/sqrt(3); //lattice constant
R=(a-(2*r))/2; //minimum radius
//Result"
printf("\n minimum radius is %0.3f r",R)
|
e7a0853daeebeb760b7f98296d9dab9c461e5a5f | 4ed576b765859807d6c29665521e0697d6f9bae7 | /archive/02/loop.sce | 9ae4bad08fa6fb793a4efb793ca57d80d2c3f13c | [] | no_license | sbednarz/scilab | 96b9182730fa48d11f27840fc197d151adb01e2c | 28f81c58bc4972eeb41f403cb157fb989e809f41 | refs/heads/master | 2021-07-11T04:42:04.289126 | 2021-05-17T20:55:19 | 2021-05-17T20:55:19 | 100,467,366 | 3 | 1 | null | 2020-06-19T06:49:18 | 2017-08-16T08:37:06 | Scilab | UTF-8 | Scilab | false | false | 994 | sce | loop.sce | // ex2.1 loop
// TODO: plot F2 = f(F1)
function eq = model(x)
x1H2O = x(1)
F2 = x(2)
F3 = x(3)
x3H2O = x(4)
eq(1) = F1 + F2 - F3 // material balance of the system
eq(2) = x1MeOH * F1 + x2MeOH * F2 - x3MeOH * F3 // MeOH balance
eq(3) = x1MeOH + x1H2O - 1... |
4ac4d1adb7f3d9c2c2b321ee66bd1044efee88e5 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/zpklp2bp/zpklp2bp.sci | f7cbb5666d1bb8016099986869be7dc4fa6798f9 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,546 | sci | zpklp2bp.sci | function [Z2, P2, K2, AllpassNum,AllpassDen]= zpklp2bp(Z, P ,K, Wo,Wt)
//Zero-pole-gain lowpass to real bandpass frequency transformation
//
//Calling Sequences
//
//[Z2,P2,K2,AllpassNum,AllpassDen] = zpklp2bp(Z,P,K,Wo,Wt) returns zeros, Z2, poles, P2, and gain factor, K2, of the target filter transformed from the real... |
17e2e507d43b2fbc925f92fe109fa0aeb17cd3f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH15/EX15.2/Ex15_2.sce | 1013e16be0e5861437f44674617f88c418a4f425 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | Ex15_2.sce | //Example 15_2
clc();
clear;
//To find the force on the center charge
k=9*10^9 //Units in N meter^2/C^2
q1=4*10^-6 //Units in C
q2=5*10^-6 //Units in C
r1=2 //Units in meters
r2=4 //Units in meters
q3=6*10^-6 //Units in C
f1=(k*q1*q2)/r1^2 //Units in N
f2=(k*q2*q3)/r2^2 //... |
5241c03a06c32c44cb55598b038338acb977082d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3860/CH9/EX9.12/Ex9_12.sce | 68783fcde724c5de8a68dd4c388ee7f824b7a537 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,848 | sce | Ex9_12.sce | //Example 9.12: Reduction of state table
clc // Clears the console
disp("Given State Table")
disp("q | x=0 x=1 | z1 z2 z3 z4 z5")
disp('--------------------------------')
disp("A | D B | 0 0 0 1 1")
disp("B | E C | 0 0 1 0 1")
disp("C |... |
005028c93c8c45edbcf4446dfbb79699c27ef81e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH8/EX8.5/8_5.sce | 5bc406e7038225694b33ce11ee185d076062ed12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,202 | sce | 8_5.sce | //To Determine the savings in kilowatt losses
//Page 411
clc;
clear;
// 1 is Total Loss Reduction due to Capacitors
// 2 is Additional Loss Reduction due to Capacitor
// 3 is Total Demand Reduction due to capacitor
// 4 is Total required capacitor additions
C90=[495165,85771,22506007,9810141]; //Characteris... |
741e44e20f61469aa149c61c76f6d7bde5703a32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH2/EX2.6/P2_6.sce | 6b612e90519162d74e955a4193f71e149e84ca9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sce | P2_6.sce | //EXAMPLE 2.6, Energy Signal
clear ;
clc ;
n = -5:5;
for i =1:length ( n )
if(n(i)>=1)
h(i)=1/n(i);
else
h(i)=0;
end
end
Sum=0;
N=1:10000;
for i=1:length(N)
h(i)=(1/N(i))^2;
end
Energy = sum(h);
if (Energy<%inf ) then
disp ('Energy Signal') ;
disp(Energy,'Energy of signal = ');
else
if (Energ... |
c5ad24867897bb4240596251ceec2cd6b2ed19a3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH2/EX2.24/Ch02Ex24.sci | 2b7f16af16ca14a64a1b9112749dc6caf101e71f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 812 | sci | Ch02Ex24.sci | // Scilab Code Ex2.24 Radius and speed of electron in the first Bohr orbit: Pg:61 (2008)s
m = 9.1e-031; // Mass of the electron, C
e = 1.6e-019; // Charge on an electron, coulomb
h = 6.626e-034; // Planck's Constant, Js
epsilon_0 = 8.85e-012; // Absolute electrical permittivity of free space, coulomb sq... |
0840160ca32c65cf9e9e3e01fa557a76299da957 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH13/EX13.9/Ex13_9.sce | a41437a1fb883cd2c5b2989710e0266938b37d4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | Ex13_9.sce | //Chapter 13 example 9
//------------------------------------------------------------------------------
clc;
clear;
mprintf('The improvement factor is proportional to square of antenna spacing.Therefore,it will increase by a factor of 4\n Consequently,the unavailability factor and hence the outrage time will also r... |
3a12f9ee8d36c03d401242b67b516730f62124aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH4/EX4.5/Ex4_5.sce | 97e0bf985fd5918d1e6b4f55d4e7e484a015a921 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 277 | sce | Ex4_5.sce | //wave guide length
//given
clc
d1_d2=0.4//distance measured between twice minima
VSWR=2.5//voltage standing wave ratio
LEMg=VSWR*%pi*d1_d2//wave guide length
LEMg=round(LEMg*100)/100///rounding off decimals
disp(LEMg,'the wave guide length for given VSWR IN cm:')//cm
|
8f997814b1ef33fc6db89c153b6a6682fb06804b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH8/EX8.1/Example8_1.sce | dadd485e384bf942ad60463124bc457c45955d3e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 494 | sce | Example8_1.sce | //Exa 8.1
clc;
clear;
close;
format('v',6);
//Given data :
f=50;//Hz
hor_con=1.2;//horizontal configuration spacing in m
x=0.85;//telephone line location below power line in meter
I=120;//current in power line in A
d=0.4;//spacing between conductors in meter
dAD=sqrt(x^2+((hor_con+d)/2)^2);//m
dAC=sqrt(x^2+... |
c6b7ff8aa2d028d81ce03c7ce15d259e3be5c24d | 584105ff5b87869494a42f632079668e4c3f82de | /wrapppers/help_files/filterSpeckles.cpp~ | d8690fe695b1820cf38578a3468494ac61146341 | [] | 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 | 149 | filterSpeckles.cpp~ | function [img] = filterSpeckles(disp,newval,maxSpeckleSize,maxDiff)
[img] = opencv_filterSpeckles(disp,newval,maxSpeckleSize,maxDiff)
endfunction
| |
5c2b168c7b23bbff1348b1b9f83e8d8cda69c60b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH9/EX9.4/Ex9_4.sce | 69a540fabd69edf80bdd433f644544fd3763b102 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sce | Ex9_4.sce | //Variable declaration:
TS = 10+273 //Outer surface temperature of wall (K)
Q = 3000.0 //Heat transfer rate (W)
h = 100.0 //Convection coefficient of air (W/m^2)
A = 3.0 //Area of glass window (m^2)
//Calculation:
TM = TS-Q/(h*A) ... |
efe8cab205af0f9dc757cbd28588b2d512679f74 | a7df4100475b96e7670094f49788307220742c9d | /Nand To Tetris/Course Material/projects/00/Register.tst | 67b75d8f3c13ac33916c21283635f5fbcd69bd40 | [] | no_license | alecjcook/LabVIEW | 39ccfedd57d1027ec8b1788a6cdb4898a6bf0c04 | b235f2b6fceb3f74bfeea6e1c0651be7cab0e687 | refs/heads/master | 2021-01-16T18:29:51.436920 | 2014-05-18T15:06:18 | 2014-05-18T15:06:18 | 12,083,067 | 6 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 885 | tst | Register.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/Register.tst
load Register.hdl,
output-file Register.out,
compare-to Register.cmp,
output-list time%S1.4.1 in%D1.6.1 load%B2... |
df832c5a2fd7f7b76df73e4808a8c9cd49451659 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.3_18.tst | bc6acbd4e16922c73ee83540285ea46d947d80e6 | [] | 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 | 8,680 | tst | bow.3_18.tst | 3 14:0.034482758620689655 255:0.5 751:1.0
3 5:0.25 13:0.2857142857142857 14:0.10344827586206896 28:1.0 35:1.0 36:0.07692307692307693 43:0.0625 58:0.125 72:0.3333333333333333 79:0.07692307692307693 97:1.0 107:1.0 128:1.0 160:1.0 190:2.0 208:1.0 378:1.0 517:1.0 538:1.0 564:1.0 649:1.0 669:1.0 679:0.5 752:1.0 753:1.0 754:... |
25556b6bc425df4d64137b30e7a6f07ebf9dcad1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH10/EX10.2/Example_10_2.sce | 54e541a61c4f693efaa2e32a0dfa7eadae2615bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 683 | sce | Example_10_2.sce | //Chemical Engineering Thermodynamics
//Chapter 10
//Compressor
//Example 10.2
clear;
clc;
//Given
P1 = 1;//Initial pressure in atm
P2 = 29;//Final pressure in atm
C = 0.05;//Clearance
y = 1.4;//gamma of air
//To calculate the volumetric efficiency and the maximum possible pressure that can be attained i... |
8699318ddcef8d49aeaa9bcaa5aa6f132cc1e47b | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/1.1/macros/algebre/polar.sci | 590c5a83d1d3c23dbeab931a8a2fa72a4dac9e76 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 328 | sci | polar.sci | function [Ro,Teta]=polar(A);
//[Ro,Teta]=polar(A);
// Polar form of A
// A=Ro*exp(%i*Teta) Ro symmetric >=0
// Teta hermitian >=0
//F.D.
//!
[u,s,v]=svd(a);
ro1=U*sqrt(s);
ro=ro1*ro1';
W=U*V';
// A = Ro*W (Ro sdp ; W unit)
// W=exp(%i*Teta)
//
[ab,x,bs]=bdiag(w+0*%i*w);
z=log(diag(ab));
lw=x*diag(z)*inv(x);
Teta=-%i... |
a85a4c402fac0ded714595f50efd5330c65ec77a | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/gspec.man.tst | b223c4151a2d29c7b0625aff73d23ae103b623e5 | [
"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 | 191 | tst | gspec.man.tst | clear;lines(0);
A=rand(3,3);
[al,be,Z] = gspec(A,eye(A));al./be
clean(inv(Z)*A*Z) //displaying the eigenvalues (generic matrix)
A=A+%i*rand(A);E=rand(A);
roots(det(%s*E-A)) //complex case
|
190bf9bc82e7d8fe696df5f6ebb72ccefe5a468e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH17/EX17.10/Ex17_10.sce | 7eb7008721bc2954c16a09d90b827a80494a96ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | Ex17_10.sce | //Initilization of variables
speed=90000 //m/h
P=100*1000 //N
//Calculations
Power=P*((speed)/3600) //J/s
//Result
clc
printf('The power developed is %fJ/s',Power)
|
dc7d0b45ac73da6c27b07c88346e322d66480c67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2495/CH2/EX2.10.2/Ex2_10_2.sce | 4d17e274d7d9c2588e1d9478ef130606bf8133e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 764 | sce | Ex2_10_2.sce | clear
clc
rho=1.59;//density of CCl4 in kg/dm^3
M1=154;//molar mass of CCl4 in kg/mol
DelTb=0.60;//boiling point of CCl4 in K
Kb=5.03;//in Kkg/mol
m=DelTb/Kb;
m2=3;//amount added to CCl4 in gm
m1=100;//amount of CCl4 in gm
M2=(m2*10^-3)/(m1*10^-3*m);//molar mass of substance
printf('M2=%.3f kg/mol',M2)
Kf=31... |
d4426671d73e591cfed1ed32473923fea3fd7c57 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/elem/erfc.sci | 4cb9f6412dcf499ff8de9cc87a1bb9981d892ed6 | [
"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 | 394 | sci | erfc.sci | function y=erfc(x)
//erfc - The complementary error function.
//%Syntax
// y = erf(x).
//%Parameters
// x : real vector
// y : real vector (of same size)
//%Description
// erf computes the complementary error function:
//
// /inf
// y = 2/sqrt(pi) *| exp(-t^2) dt
// /x
... |
18717b9345162e2085dca9575e18f690309de811 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH2/EX2.3/Ex2_3.sce | 9c8fa4c4ca85f768684047029387f2f2493ee753 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_3.sce | //Caption: Probability
//Example 2.3
//page no 43
//find the probability
clc;
clear;
total_cards=52;
ways_of_drawingtwocards=52*51/(2*1);//ways of drawing 2cards from a deck of 52cards
diamonds=13;
Hearts=13;
waysof_diamonds_Hearts=diamonds*Hearts;//ways of drawing a Diamond and a Heart
probability=waysof_d... |
4958fa1d18e3a8c739f815785b9611d776375c96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH5/EX5.9/EX_5_9.SCE | 3ac76be3a031cc1acd8246461581ce03724c5778 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 974 | sce | EX_5_9.SCE | // Example 5.9:3-db frequency and bandwidth
clc;
clear;
close;
Cp=1;//PARALLEL capacitance IN PICO FARAD
Cs=2;//series capacitance IN micro FARAD
rs=1;//series resistance in killo ohms
rp=10;//PARALLEL resistance in killo ohms
ts= ((rs+rp)*10^3*Cp*10^-12);//time constant
tp= ((rs*rp)/(rs+rp)*10^3*Cp*10^-12);//... |
d20a6ebadd1b4b1f56d0ac0413623a7205c41b65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH1/EX1.6.b/ex_1_6_b.sce | d8ad682852de6686be23af14f6d09a744b53826d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 326 | sce | ex_1_6_b.sce | // example 1.6(b) / /
clc
//clears the screen //
clear
//clears already existing variables //
// binary to octal conversion //
y= bin2dec ('1110100')
//binary to decimal conversion//
a= dec2oct (y)
//decimal to octal conversion //
disp ('octal representation of given no is : ' )
disp (a)
// answer in octal ... |
c3ccf34f9ee15870795a6f8cac3af1ba1c60cbe8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH8/EX8.15/Ex8_15.sce | 4f49987ab0b2ccd3e0ec2ddefa3fd37b84dadef6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,049 | sce | Ex8_15.sce | clear
//variable declaration
// Let the x, y, z be the mutually perpendicular directions
pr=(0.3)
PX=(15) //Loading in x-direction,KN
PY=(80) //Loading in Y-direction(compressive),KN
PZ=(180) //Loading in Z-direction,KN
//Area in X-,Y-,Z-Direction is... |
b19ced0afd395ee116e158a47a250d44f7aaa693 | 449d555969bfd7befe906877abab098c6e63a0e8 | /698/CH2/EX2.11/P11_thickness_of_bracket.sce | 595476e394950f352d73afb929bd62bb7bde797e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,133 | sce | P11_thickness_of_bracket.sce | clc
//Example 2.11
//Thickness of bracket
//Given Data:
funcprot(0)
function [y]=stddim(x)
x=x*(10^3)
standard=[1 2 3 4 5 6 8 9 10 30:2:60 65:5120]
n=length(standard)
for i=1:n
if (x<standard(i)) then
y=standard(i)
break
else
continue... |
f7f709c5b0976be7cebd227d911c2809121c79f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH13/EX13.6/13_6.sce | 0c9f0e44a9f6511c29823f502dc3a51fe15ab052 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | sce | 13_6.sce | clear;
clc;
Vs1=25;Is1=1;Is2=2; //values with output terminal short circuited
Vo1=10;Vo2=50;Io2=2; //values with input terminal open circuited
Vs2=0;
h11=Vs1/Is1;
printf("The h-parameters are:\n");
printf("-h11 = %f ohms\n",h11); //with output terminals short circuited
h21=Is2/Is1;
printf("-h21 = %f\n",h21); /... |
338ded1bec11f7c05619d32d2b8c7c537ab5fe8b | 9fd700113e21acbb9d3cef5e6010e7f37656b6e6 | /cs16b025_lab1/Or8Way.tst | a0dec091d1075734e84a84bf9651836c9d0dd556 | [] | no_license | madhav543/cs16b025_lab | 01432fe8d0fbacf4dafe5189413943ec48afaed4 | 4924ea918b9b4dc6eb22b713e639204c9e59c697 | refs/heads/master | 2020-07-11T22:44:32.575114 | 2019-11-19T16:06:12 | 2019-11-19T16:06:12 | 204,659,765 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | tst | Or8Way.tst | load Or8Way.hdl,
output-file Or8Way.out,
compare-to Or8Way.cmp,
output-list ip1%B2.8.2 out%B2.1.2;
set ip1 %B00000000,
eval,
output;
set ip1 %B11111111,
eval,
output;
set ip1 %B00010000,
eval,
output;
set ip1 %B00000001,
eval,
output;
set ip1 %B00100110,
eval,
output; |
fbca9ca0913dc469deb076f24a87dc89cea24ef3 | 430e7adb489914d378a5b0a27d8d41352fa45f3a | /scilab/example/オブザーバの設計.sce | 696fc59825413630755343183c2c9cd8910d33b4 | [] | no_license | ziaddorbuk/Lesson | 04906ff94bf8c1f6bbc6971d5692ae011a9b8869 | 20fe20a6c9c145ef48a35574d885d3952f9ab6ff | refs/heads/master | 2021-09-23T11:48:05.958608 | 2018-04-30T01:54:13 | 2018-04-30T01:54:13 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | Scilab | false | false | 112 | sce | オブザーバの設計.sce | //オブザーバの設計
A=[1 0;0 2]; c=[1 1];
poles=[-4,-5];
gt=ppol(A',c',poles);
g=gt'
spec(A-g*c)
|
91eb770329ff0b0a0fea1467569bd29a164b0ff3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH1/EX1.2/ch1_2.sce | eae2a42f70393bc64c2eb61b590324196e8d3e67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 304 | sce | ch1_2.sce | clc
disp("Example 1.2")
printf("\n")
printf("Given")
disp("Current flow is 5A")
disp("Time is 1 minute")
i=5;
//As electroms/min is asked so we need to convert A(C/s) to C/min
i1=5*60;
//Let e be electronic charge
e=1.602*10^-19
n=(i1/e)
printf("Number of electrons =%3.2f electrons/min\n",n) |
19e878f10daa046d74971351f21a3af26d215817 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/GAssist-Interval-C/results/GAssist-Intervalar-C.vowel-10-1tra/result3s0.tst | 38f3f05c14b98399e68e130cfd0a95e5d67f83ac | [] | 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 | 972 | tst | result3s0.tst | @relation vowel
@attribute TT integer[0,1]
@attribute SpeakerNumber integer[0,14]
@attribute Sex integer[0,1]
@attribute F0 real[-5.211,-0.941]
@attribute F1 real[-1.274,5.074]
@attribute F2 real[-2.487,1.431]
@attribute F3 real[-1.409,2.377]
@attribute F4 real[-2.127,1.831]
@attribute F5 real[-0.836,2.327]
@attribute ... |
64f8e3d83b873b7c5667a26d27f102e2d41a61c1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/int/%i_champ.sci | e895b923606d6cb137e6cadab8125423a30afbf9 | [
"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 | 99 | sci | %i_champ.sci | function %i_champ(x,y,fx,fy,varargin)
champ(double(x),double(y),double(fx),double(fy),varargin(:))
|
678e584d86e14acb8547b7e3d120db8d205f49c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3761/CH4/EX4.10/Ex4_10.sce | 56bfc658e57c81bdecf7a3fcd08fd49fbc1a0ea1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | Ex4_10.sce | disp("Example 4.10")
disp("Grade of Steel,fy = Fe250","Grade of Concrete,fck = M20","D=600mm","d=550mm","b=300mm","Bars used = 4 - 25 dia")
b=300
d=550
D=600
fck=20
Ast=%pi*4*25*25/4
disp("mm^2",Ast,"Ast=")
disp("For Fe415 Steel,")
Es=2*10^5
fy=250
Est=0.87*fy/Es
xumaxd=(0.0035/(0.0055+Est))
disp(xumaxd,"x... |
1a64462ff242babe59320fdcd259a2636f3d46b5 | d9612cedad2cc7e72324ef98b63e914d2b9580b3 | /a3.sce | e987a8d936ab0818da3a52c31601fa2342ee3d72 | [] | no_license | DSheth97/Artificial-Intelligence | 1a71c2d43e1f8565cd4a2c902eb6c4be47323df2 | 3ee8c9943db653ae7cd21f6a5cdf16d6c6515bff | refs/heads/master | 2020-06-02T20:22:48.705866 | 2019-07-15T14:32:31 | 2019-07-15T14:32:31 | 191,298,532 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | a3.sce | clear;
x=1+int(rand()*50); //Generating random number
//c=1;
for i=1:10
//disp(x);
y=int(input("Guess the number"));
A(i)=i; //Storing attempt
B(i)=y; //Storing guess
//c=c+1;
if x==y then
disp("Correct guess");
break;
elseif x>y then
... |
188ffd7b7397998e481d05d41565e9974528e1bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH18/EX18.1/Ex18_1.sce | 85da4efdc63d27738ba343168877d53293b6d35a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,930 | sce | Ex18_1.sce | clear;
clc;
disp('Example 18.1');
// aim : To determine
// (a) the coefficient of performance
// (b) the mass flow of the refrigerant
// (c) the cooling water required by the condenser
// given values
P1 = 462.47;// pressure limit, [kN/m^2]
P3 = 1785.90;// pressure limit, [kN/m^2]
T2 = 273+59;// entering ... |
83d277ec4421474ffde255bbc138c5cb880c26cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH2/EX2.4/2_4.sce | a348b8eb42cf636175004c2eb3be7f8592c6ec1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 891 | sce | 2_4.sce | clear;
clc;
//Example - 2.4
//Page number - 45
printf("Example - 2.4 and Page number - 45\n\n");
//Given
T = 380;//[K] - Temperature
Tc = 562.1;//[K] - Critical temperature
P = 7;//[atm] - Pressure
P = P*101325;//[N/m^(2)]
Pc = 48.3;//[atm] - Critical pressure
Pc = Pc*101325;//[N/m^(2)]
R = 8.314;//[J/m... |
bf70b84771052421b9e6e76e10d2ef124a837687 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Phrawpersdata.sci | 298706307847e95dca5a5e114077c1caab0b46e1 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 114 | sci | Phrawpersdata.sci | // 08.08.21
// 09.10.27
function Phrawpersdata(VL,FaceL)
Out=Facesdata(list(VL,FaceL),'rawpers');
endfunction
|
b9d1f99b5d49f0fe9c8ca5b3cdcd8e35dc576357 | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 3/Listing3213.sce | b197af75f43668775dc9ba9c79a924478801ebde | [] | no_license | joaolrneto/learning_scilab | 78ecc0019f167b57bc35647c4ac785ece01e443e | 9624c9a6736860a8a836b0f801256b6224756585 | refs/heads/main | 2023-03-17T22:17:51.853368 | 2021-03-15T20:58:34 | 2021-03-15T20:58:34 | 344,478,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 88 | sce | Listing3213.sce | clc
clear
fd = mopen(TMPDIR+'/text.txt','wt');
mfprintf(fd,'hello %s %d.\n','world',1)
|
d016b46168881ad121ff88742e4b100b1288704f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH20/EX20.10/example20_10.sce | 4558e5c4648d5408c68c8b1afd45b9a796c83708 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 485 | sce | example20_10.sce | clc
// Given that
lambda1 = 40e-12 // minimum wavelength in first case in m
lambda2 = 1e-10 // minimum wavelength in second case in m
// Sample Problem 10 on page no. 20.10
printf("\n # PROBLEM 10 # \n")
printf("Standard formula used \n ")
printf("lambda_min = 12400/V \n")
V1 = 12400e-10 / lambda1
V2 = 12400e-10 / lam... |
ee7b6b1f5623b0bb203ab10d69a7765d50fe8dde | bd9ba5abb6de1e9d9485b5e98b2b68868aab21db | /Graph/plotting X [value 0-10] & y [sin(x)] & z [cos(x)] with title and xy axis label.sce | b2b09dc58d8ca3e14abc0b879a0fdae6b5a072eb | [] | no_license | ShubhamRattra/Scilab_programs | c61b6538a064afe82c99507c1064cd55bbd870fa | de2bf6ab0de0b1a19c4903bb13819edc39f93d0e | refs/heads/master | 2023-03-04T17:53:58.414180 | 2021-02-11T08:08:11 | 2021-02-11T08:08:11 | 296,920,175 | 2 | 2 | null | 2021-01-11T15:53:39 | 2020-09-19T17:37:42 | Scilab | UTF-8 | Scilab | false | false | 114 | sce | plotting X [value 0-10] & y [sin(x)] & z [cos(x)] with title and xy axis label.sce | x = 0 : 0.1 : 10;
y = sin(x);
z = cos(x);
xlabel("X-axis");
ylabel("Y-axis")
title("X vs Y")
plot(x,y,x,z);
|
e12d213a0baf88308bbec6c2b346c9d25d9813d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH5/EX5.15/Exa5_15.sce | 0109cf7592327da3f648ab9cc1f81084f7893f08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa5_15.sce | // Exa 5.15
clc;
clear;
close;
// given data
Vcc=12;//in Volt
R1=10;//in Kohm
R2=100;//in Kohm
R3=820;//in Kohm
// Let Vsat=10 volt
Vsat=10;//in volt
// part (a)
Vopp=2*R2*Vsat/R3;//in Volt
disp(Vopp,"Amplitude of triangular wave in volt is : ")
Vopp=Vsat-(-Vsat);// in Volt
disp(Vopp,"Amplitude of squa... |
1013d08cf11406d066f0db94d5c166492d687389 | fc97dca636256fc30f018840e244a173c06ec54b | /hard/tests/fib-rec.tst | ea67cb4455515f1a2affb5c5b3f839de6eba4052 | [
"MIT"
] | permissive | tuomasb/compiler | 23fd2190bc6911380a5acf45241c1f2b2580538f | aa366ace6f2c29b5e0080faf8c50dcb7be0b02f4 | refs/heads/master | 2020-05-17T21:51:17.977674 | 2014-06-09T00:24:17 | 2014-06-09T00:24:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | tst | fib-rec.tst | int fib(int n) {
int ret;
if (2 < n) then
{
ret := fib(n - 1) + fib(n - 2);
}
else
{
ret := 1;
}
fi
return ret;
}
main {
int result;
int n;
int count;
count := 0;
n := 15;
repeat
{
result := fib(count + 1);
print(result);
count := count + 1;
}
until(!(count < n))... |
e93cec49b3a2c2f2d42ad15a24e851b79a66e52a | 87749481136b7b72a47930f587f27667e0c0f97d | /ADC/part_2.sce | d0beb8b194f2c71fc8dce11b5d3b4b716902230a | [
"MIT"
] | permissive | brooky56/Digital_Signal_Processing | cf15e5ac443a16edcb3efc8d7703cf4746dedcba | f28651e40b0a99b79e9ba27deabc4db8bfc7f08e | refs/heads/master | 2022-06-30T17:59:28.072522 | 2020-05-11T18:58:39 | 2020-05-11T18:58:39 | 242,598,653 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 884 | sce | part_2.sce | n = 2
//Task 1
recorded_data_2 = ADC(n, quant_levels, fs)
f = figure(1) // set figure's number
clf // clear figure
plot(recorded_data_2)
gca.data_bounds = [0,-2; fs,2]
xlabel('Samples')
ylabel('Amplitude')
//Task 2
recorded_data_2 = recorded_data_2 - mean(recorded_data_2)
f = figure(2) // set figure's number
plot(rec... |
c7c3b6002430f00c52469b6e0a31c30d65e89c6c | 881e0bcc7118244a24f736786ac36140acfb885e | /yeast/results/GAssist-ADI-C.yeast-2/result7s0.tst | a12f823a990c4fc28f8b3e17c6bc53b1b1e69961 | [] | no_license | woshahua/Experiment_File | 3e34e5a4a622d6d260fbdf8d5ef2711712aad9bc | 6a139cd3f779373799cb926ba90d978235b0de0d | refs/heads/master | 2021-01-01T06:57:13.285197 | 2017-07-28T08:17:38 | 2017-07-28T08:17:38 | 97,557,409 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,585 | tst | result7s0.tst | @relation yeast-2
@attribute Mcg real [0.11, 1.0]
@attribute Gvh real [0.13, 1.0]
@attribute Alm real [0.21, 1.0]
@attribute Mit real [0.0, 1.0]
@attribute Erl real [0.5, 1.0]
@attribute Pox real [0.0, 0.83]
@attribute Vac real [0.0, 0.73]
@attribute Nuc real [0.0, 1.0]
@attribute Class {MIT, NUC, CYT, ME1, ME2, ME3, E... |
af2b277c6de7a048eb3f94ceaa0c1f650ec136ae | a5619bf66d3d4c07f81e770b68456afbd7473bdf | /AdaptiveMOLFfinalAlgorithm/housing.tst | 7f0aa2101163615ff320640c68339438089e20dd | [] | no_license | Jasmamu1992/Adaptive-Multiple-Optimal-Learning-Factors-For-Neural-Network-Training | 9507ab16888cff9a8186853333f2229213b29b9a | 6a5f5f086dcf535a15983e550081aac373a08005 | refs/heads/master | 2021-01-12T02:10:45.385948 | 2017-01-10T00:47:24 | 2017-01-10T00:47:24 | 78,373,968 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 20,996 | tst | housing.tst | 0.369200 0.000000 9.900000 0.000000 0.544000 6.567000 87.300000 3.602300 4.000000 304.000000 18.400000 395.690000 9.280000 23.800000
24.393800 0.000000 18.100000 0.000000 0.700000 4.652000 100.000000 1.467200 24.000000 666.000000 20.200000 396.900000 28.280000 10.500000
0.057350 0.000000 4.490000 0.000000 0.449000 6.63... |
2d9350cc524d9e694f4d2057b45ca81e6a63f20f | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.16_15.tst | 0aef28500ed596e78f8ee89f4b330777e974112b | [] | 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 | 646,614 | tst | 5.16_15.tst | 16 93:1 193:1 434:1 512:1 749:1 1166:1 1321:1 1343:1 1751:1 1866:1 1984:1 2036:1 2069:1 2107:1 2288:1 2420:1 2542:1 2655:1 2820:1 2924:1 3272:1 3428:1 3498:1 4324:1 4330:1 4465:1 4569:1 4604:1 4630:1 4631:1 4682:1 4748:1 5057:1 5193:1 5358:1 5488:1 5859:1 6050:1 6173:1 6186:1 6187:1 6449:1 6552:1 6779:1 7003:1 7276:1 7... |
1566f44f5fe0489dfa72d657dd45b56e046a14a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.16/EXAMPLE5_16.SCE | 2fc504fbd116a7bdcd38c57465cb4b5f71c3ef62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 826 | sce | EXAMPLE5_16.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.16(PAGENO 221)");
//given
//first case
f_c1 = 20*10^6//carrier frequency
f_m1 = 400//modulation frequency
V_c = 5//carrier voltage in volts
deltaf = 10*10^3//frequency deviation
//sec... |
9da188507044a95715e754a632cfe2e522c278ae | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/sme.tst | 76606b31dd548c41c8e3e9a5773cb8979be26ff2 | [] | 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 | 411,638 | tst | sme.tst | vuoššat vuoššažit V;POT;PL;1
alumiidna alumiinna N;GEN;SG
vuoššat vuoššašeimme V;COND;DU;1
boahtal boahtalii N;IN+ALL;SG
alva alvvat N;NOM;PL
dutkat dutkkaleigga V;COND;DU;3;LGSPEC1
riggat rikkaleigga V;COND;DU;3;LGSPEC1
heagga heakka N;GEN;SG
bealjehit bealjeheappot ADJ;NOM;PL
geaidi geidiin N;PRP;PL
gierdat gierddaim... |
916c595b546db96e44e22433338f3839740b84c8 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /lalabest.sce | e0fc9a2e7fecafb1edb13a6dde2b4ff36fcf48b3 | [] | 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 | 49,903 | sce | lalabest.sce | Name=lalabest
PlayerCharacters=PUBG Char
BotCharacters=Pigeon.bot;target.bot;air1F_close_short.bot;Quaker Bot Easy.bot;Tank QC Fast Strafes.bot
IsChallenge=false
Timelimit=60.0
PlayerProfile=pistol Launchman
AddedBots=Pigeon.bot;Pigeon2.bot;Pigeon3.bot;Pigeon4.bot;Pigeon5.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;... |
a486203828567350c8e65f5ba7c57d983c970adf | cac765899ef2f4a3fea7b30feb7d3cc9e32a4eb4 | /test-deprecated/testPredictiveMireFuntions.sce | 27b41e62390fb811da5c6fc040a36291384134d8 | [] | no_license | clairedune/AsserVisu | 136d9cb090f709a410f23d3138ab115b722066d2 | f351f693bffd50b5ae19656a7fcb7b52e01d6943 | refs/heads/master | 2020-04-11T09:56:32.106000 | 2017-01-12T14:01:12 | 2017-01-12T14:01:12 | 1,187,919 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,553 | sce | testPredictiveMireFuntions.sce | //--------------------------------------------------//
// main program
// test the functions defined in
// src/asserVisu/predictiveControl.sci
//
// author Claire Dune
// date 04/01/2010
//;exec('testPredictiveMireFuntions.sce');
//--------------------------------------------------//
clear
//---------------------... |
e8c0b58b03a34a9d050792027f22ce09d8914e2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1787/CH8/EX8.1/Exa8_1.sce | 5adcbabb0ecc537410a905786e3048f22eff1615 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 682 | sce | Exa8_1.sce | //Exa 8.1
clc;
clear;
close;
//given data :
NA=10^22;//in atoms/m^3
ND=10^22;//in atoms/m^3
De=25*10^-4;//in m^2/s
Dh=10^-3;//in m^2/s
TAUeo=500;//in ns
TAUho=100;//in ns
ni=1.5*10^16;//in atoms/m^3
VR=-10;//in Volt
epsilon=11.6*8.854*10^-12;//in F/m
e=1.6*10^-19;//in Coulamb
VT=26;//in mV
GL=10^27;//in... |
088f13ef45db894f5f6edc5a85a51bbc084addb3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH14/EX14.5/ex14_5.sce | b0f45eb05bcbe2b1f2072b13525028399f18ff2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,275 | sce | ex14_5.sce | clc;
warning("off");
printf("\n\n example14.5 - pg730");
// given
T=323; //[K] - temperature
P=1; //[atm] - pressure
Dab_experimental=7.7*10^-6; //[m^2/sec]
DPM_A=1.9; // dipole moment of methyl chloride
DPM_B=1.6; // dipole moment of sulphur dioxide
Vb_A=5.06*10^-2; // liquid molar volume of methyl chlo... |
0596ab23b190894af09a2d5559bc65de452282b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3682/CH2/EX2.18/Ex2_18.sce | 02ba0e28c9e5701d9ea3b9846cf4d238512ac1b1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,944 | sce | Ex2_18.sce | // Exa 2.18
clc;
clear;
// Given data
// op-amp circuit as shown in Fig. 2.35
h_fe = 100;
Vbe = 0.7; Vcc = 15; Vee = 15; Vt = 0.025; // Volts
// Vt = volt equivalent at room temperature
R1 = 20; R2 = 20; R3 = 28.6; R6 = 3; R8 = 2.3;
R9 = 3; Ra = 15.7; // All in k Ω
// Solution
printf('It can be se... |
d54ae36bf79d3d3dc88c3436422c32632c2e7a74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.29/EXAMPLE5_29.SCE | a8caf03eaf994bcf90a1bab12fb73f7f42583bc1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 908 | sce | EXAMPLE5_29.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.29(PAGENO 256)");
//given
delta_f = 75*10^3//frequency deviation
f_m = 15*10^3//modulating frequency
//calculations
D = delta_f/f_m//deviation ratio
BW1 = 2*delta_f*(1+(1/D))//bandwi... |
9b146d1a96f7d7e71afcf6a36f1659f4e3b71b72 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH12/EX12.2/Ex12_2.sce | f611ce645a257a71d627d397e733f2babace0323 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,746 | sce | Ex12_2.sce | //Fluid Systems - By Shiv Kumar
//Chapter 12- Reciprocating Pumps
//Example 12.2
//Referring to Example 12.1
//To Determine 1.The Slip 2. The Co-efficient of Discharge 3. Theoretical Power Requied to Drive the Pump 4. Force Required to Work the Piston during Suction Stroke 5. Force Required... |
c7fe1397f34bb93f3fae01f3e0cfc46e3ac94322 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/m2sci/sci_ishold.sci | 1cbb65b3d709f16682fae7ecf8d097246170e8c3 | [
"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 | 105 | sci | sci_ishold.sci | function [stk,txt,top]=sci_ishold()
// Copyright INRIA
txt=[]
stk=list('mtlb_ishold()','0','1','1','4')
|
39e03b1dd55a1a7423de51967c7a711d4051218d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2762/CH2/EX2.6.1/2_6_1.sce | 49b62ebbdcf08a1487ff359cd1a1399b0f76d6b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 2_6_1.sce | //Transport Processes and Seperation Process Principles
//Chapter 2
//Example 2.6-1
//Principles of Momentum Transfer and Overall Balances
//given data
//oil density=892 kg/m3 , volumetric flow rate= (1.388*10^-3) m3/s, schedule 40 pipes are being used
//a)
A1=0.02330*0.0929;//cross sectional area in m2
A3=0.0... |
f03bdb8964f4a233e71838ab2705c445ec23bbfb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.29.1/Ex4_29.sce | c1c5ae46c6b984dd537853699810e8c42ea89aa4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 620 | sce | Ex4_29.sce | clc
clear
//Combined seperating and throttling calorimeter
Ms=5; //in kg
Mw=0.5; //in kg
Cps=2.1; //in kJ/kg K
Man=166.8; //in mm of Hg
Bar=733.6; //in mm of Hg
x1=Ms/(Ms+Mw);
P=Man+Bar;
P_bar=(1.01325*P)/760; //Pressure in bar
//From steam ta... |
c450577f3d6e7a04703bd312ef8cd8afaf29dae4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH2/EX2.11/2Ex11.sce | ba361dc109049b7821850ad15465e2c419bf735b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 125 | sce | 2Ex11.sce | //chapter 2 Ex 11
clc;
clear;
close;
Hcf=11; Lcm=693; n1=77;
n2=(Hcf*Lcm)/n1;
mprintf("The other number is %d",n2);
|
3e92975fba982bd098a19f2a46426f0316b368e2 | a29c13fa4c58d566270fb640a4d1f184f92c1223 | /02_Software/03_Data_Evaluation_Software/6v4 Evaluation torque and power.sce | 1759b1535f43cb5e41fdfd004fe23cc6fac3597a | [] | no_license | li-bre/li-bre-wind | e15bc80f955d02731fe6e7eb255f24478a2395ae | d65584798c48461484e3a3531797612e3ba18c32 | refs/heads/master | 2022-02-28T15:32:22.893410 | 2022-02-08T15:54:47 | 2022-02-08T15:54:47 | 232,623,593 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,736 | sce | 6v4 Evaluation torque and power.sce | // Program to evaluate Test Data from wind turbine Testing:
// Plot T_turb, P_turb, c_T, c_P, n_turb, n_gen, n_motor, T_tot, (P_tot), v1, TSR
clear
clc
savefile=0; // 1 to save plots, 0 not to
version='_6v4'; // Version of Program
//// Define Path for Data source
//path="E:\P\TubCloud\Shared\Masterarbeit\"; // Avi... |
2b247b8453660ee0098e3475fee40b115fc7dc44 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH12/EX12.8/12_8.sce | 96d2ee1c21889a3cd4445e505eb83bbce71a9824 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 459 | sce | 12_8.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 12.8
//calculation of the value of the acceleration due to gravity
//given data
t=36//time(in s) taken
n=20//number of oscillations
l=80*10^-2//effective length(in m)
//calculation
T=t/n//time period
g=(4*%pi^2*... |
9ba4eb1c30e579bb875138e25f5778f9b3e5285f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH11/EX11.9/Example11_9.sce | 3f1142bae2d3720639178f6362e4f3be27f129cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,366 | sce | Example11_9.sce | ///Chapter No 11 Steam Boilers
////Example 11.9 Page No 237
///Find Mass of steam consumption
///Input data
clc;
clear;
P=15; //Boiler produces steam in bar
Tsup=250; //Boiler temperature in degree celsius
Tw=35; //Feed water in deg... |
51928b6f4fadfe808eda763bc5d3a7247dfab3c6 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/macrocab_out.sce | fa10d4c0746ae83eb07f9a5cb519f554fbbaea1c | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 181 | sce | macrocab_out.sce | style.fontSize=12;
style.displayedLabel="<table> <tr> <td align=center>Out<br><b color=green>%1$s</b></td> </tr> </table>";
pal11 = xcosPalAddBlock(pal11,"macrocab_out",[],style);
|
b002263af707acfa68cee388fb05e7faed4672c7 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH6/EX6.1/Ex6_1.sce | 7361cc0fc662825025d3b51c56b2b34d807e9735 | [] | 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 | 178 | sce | Ex6_1.sce | errcatch(-1,"stop");mode(2);//Ex:6.1
;
;
V_p=220;
V_s=V_p/44;
V_pk=1.414*V_s;//in volts
V_l=V_pk-0.6;
printf("Peak voltage that appear across load = %f V",V_l);
exit();
|
e07470ff9bf1e74ae9dc29c1cf1f1d47d91c2c65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH6/EX6.25/Chapter6_Example25.sce | 6943a7a5dd538da48b38b196c0982f22fa24abc0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 807 | sce | Chapter6_Example25.sce | clc
clear
//Input data
t=100;//The temperature at which water boils in degree centigrade
p2=787;//The pressure at which water boils in mm of Hg
J=4.2*10^7;//Joule in ergs/cal
p1=760;//The atmospheric pressure in mm of Hg
V2=1601;//The specific volume of 1 g of water at 100 degree centigrade in cm^3
V1=1;//... |
447dbeda0efb5a7c7642c2b7b8d8ebbb9e49c464 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.2/Unix/scilab-2.2/macros/scicos/DLSS_f.sci | 12050ddd7e3e6882891815594489af3b428f18c2 | [
"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 | 2,315 | sci | DLSS_f.sci | function [x,y,typ]=DLSS_f(job,arg1,arg2)
x=[];y=[];typ=[]
select job
case 'plot' then
standard_draw(arg1)
graphics=arg1(2); [orig,sz,orient,label]=graphics(1:4)
xstringb(orig(1),orig(2),['x+=Ax+Bu';'y=Cx+Du'],sz(1),sz(2),'fill')
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y... |
bed855a75e95ec472544dcc1021682d367f52f29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH5/EX5.36/EXAMPLE5_36.SCE | 29b72702099cc6f9a5c776cb42e12c978622185f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,189 | sce | EXAMPLE5_36.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 5
//ANGLE MODULATION
clear all;
clc;
printf("EXAMPLE 5.36(PAGENO 259)");
//given
//first case
f_m1 = 500//modulating frequency
delta_f1 = 6.4*10^3//frequency deviation
V_m1 = 3.2//modulating amplitude
//second case
V_m2 = 8.4//modulating ... |
90314d664be53465e107b293a6127eb910bd4bb6 | c2362ea8126f9c7e56db025d6b174fd2827e8f02 | /projects/01/Or16.tst | 1140d9b822334d119fe948e4c96f1ba6465c6100 | [] | no_license | itotallyrock/nand2tetris | d22a7280064ba6f72364d4e03a2dd98bb788ea45 | 034c11a5bb05d518a00834dddf3c48e2d2866ba6 | refs/heads/master | 2020-03-28T04:54:28.807199 | 2018-11-30T05:35:22 | 2018-11-30T05:35:22 | 147,743,945 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 588 | tst | Or16.tst |
load Or16.hdl,
output-file Or16.out,
compare-to Or16.cmp,
output-list a%B3.16.3 b%B3.16.3 out%B3.16.3;
// Used these six test cases because it there were over 256 possibilities
set a %B0000000000000000,
set b %B0000000000000000,
eval,
output;
set a %B1111111111111111,
set b %B1111111111111111,
eval,
output;
set... |
9d31c001d394e134e2fa04eb24538f69e169d063 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH6/EX6.33/Exa_6_33.sce | 227e9c2c3f6e12250ec7b0cf973f9e8ae98ce8b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | sce | Exa_6_33.sce | //Exa 6.33
clc;
clear;
close;
format('v',7);
//Given Data :
p1=20;//bar
Tsup3=360;//degree C
pb=0.08;//bar
m=1;//Kg
hf1=173.9;//KJ/Kg(from steam table)
h1=hf1;//KJ/Kg
wp=(p1-pb)/10;//KJ/Kg
h2=h1+wp;//KJ/Kg
h3=3160.62;//KJ/Kg(from steam table)
S3=6.994;//KJ/Kg
Sf4=0.593;//KJ/Kg(from steam table)
Sfg4=... |
05eae5dbf7024e2c56d1962d38c0f5223c176d4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1583/CH10/EX10.7/FS_Ex_10_7.sce | b7b3d2e11ba094cd792a06b857a6c8db441baf29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | FS_Ex_10_7.sce | clc
//Chapter 10:Frequency Synthesizers
//Example 10.7 page no 429
N=4
M=1.8//count
fr=100*10^3//reference frequency
fo=fr*(N+M^-1)//output frequency
mprintf('The value of output frequency is %3.2e Hz',fo)
|
00532193550591e6445c781db1d3f5a1e8712c84 | 449d555969bfd7befe906877abab098c6e63a0e8 | /104/CH2/EX2.23/2_23.sce | 744e49876da25dd4512082e942572d772c4f42ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 112 | sce | 2_23.sce | //z transform
//t=k*T
syms k z;
a=1;
T=1;
x =%e^-(a*k*T);
X = symsum(x*(z^(-k)),k,0,%inf)
disp(X,"ans=") |
8e09f27752f1382c25cf428a25f437db05ab0741 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3434/CH4/EX4.4/Ex4_4.sce | 0992e6c89dc93a42b2decb0b3eebb0690f35085c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | sce | Ex4_4.sce | // given data
clc
Hg=14450.418 // in kj/m^2 per day from previous example
Ho=22926.408 // in kj/m^2 per day from previous example
KT=Hg/Ho // unitless
Hd=Hg*(1.354-1.570*KT) // in kj/m^2 per day
Hb= Hg-Hd // in kj/m^2 per day
printf("Monthly average of daily diffused is %.2f in kj/m^2 per day",Hd)
printf("\n ... |
49f9766b160f99140fe716ea58d05742e8ecabe4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH8/EX8.6.8/ex_8_6_8.sce | 6441e391bcd9fd31b106f8f086fe6c1fd003bff0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_8_6_8.sce | //Example 8.6.8: resistance and capacitance
clc;
clear;
close;
//given data :
R1=3.1;// in kilo-ohm
C1=5.2;//in micro-ohm
R2=25;//in kilo-ohm
R4=100;//in kilo-ohm
f=2.5*10^3;//in Hz
w=2*%pi*f*10^-3;
R3=(R4/R2)*(R1+(1/(w^2*R1*C1^2)));
disp(R3,"resistance,R3(kilo-ohm) = ")
C3=((R4/R2)-(R1/R3))*C1;
disp(C3,"capacitance,C3... |
f83f4d81c3efe11b6a911cdd670be791e37d8dd4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH1/EX1.8/example_8.sce | 36833818f46e44a010f76a71af46574f28b5b6ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 301 | sce | example_8.sce | clc
clear
printf('example 1.8 page number 29\n\n')
//to find the amount of steam released
vp_C6H6 = 520 //in torr
vp_H2O = 225 //in torr
mass_water=18
mass_benzene=78
amount_of_steam = (vp_H2O/vp_C6H6)/(mass_benzene/mass_water);
printf("amount of steam = %f", amount_of_steam)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.