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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c2c85e629a89c78a412732f6d7ed7fe2b83be2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /851/CH4/EX4.1/Example4_1.sce | 142ba3e6ce33abaa7be28821dd71be039b52a54d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 868 | sce | Example4_1.sce | //clear//
//Caption:Bound on Aliasing error for Time-shifted sinc pulse
//Example4.1:Maximum bound on aliasing error for sinc pulse
clc;
close;
t = -1.5:0.01:2.5;
g = 2*sinc_new(2*t-1);
disp(max(g),'Aliasing error cannot exceed max|g(t)|')
f = -1:0.01:1;
G = [0,0,0,0,ones(1,length(f)),0,0,0,0];
f1 = -1.04:0.0... |
9eea3bf33e8abec65042410350e97a890e8c3ea1 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfi_e_hrz_ind_d/~BivLCM-SR-bfi_e_hrz_ind_d-PLin-VLin.tst | 5fd0f0639f3648303d5d75265ed6962a1bc23213 | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfi_e_hrz_ind_d-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.518807D+00
... |
d2eba57cd7dee3ddad380cff5c38397ef6bb2b8e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set11/s_Fundamentals_Of_Optics_F._A._Jenkins_And_H._E.white_3480.zip/Fundamentals_Of_Optics_F._A._Jenkins_And_H._E.white_3480/CH5/EX5.3/Ex5_3.sce | 54150cdc63115c2a5241df9531388ef771fe401f | [] | 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 | 146 | sce | Ex5_3.sce | errcatch(-1,"stop");mode(2);//Example 5.3, Page 111
n=1
n11=1.3
f11=4.333//in cm
HN=f11*((n11-n)/n11)
printf("Nodal length is %f cm",HN)
exit();
|
a6bacc4c3f598b52dbab2f9fdddae8364db7c704 | 449d555969bfd7befe906877abab098c6e63a0e8 | /728/CH3/EX3.1/EX3_1.sce | 362dd1ce9a5fa396ebc6802e7132e2a2d7f5b55c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | EX3_1.sce | //Caption:Program to find value of terminating impedance of lossless transmission line.
//Exa:3.1
clc;
clear;
close;
//Given:
Z_ch=100;//in ohms
S=5;//VSWR (unitless)
Z=Z_ch*S;
printf("\n\n\t The terminating impedence = %d ohms ",Z); |
9a2af6928c5a905d8a8d6945fe6a2f50daa4aade | 449d555969bfd7befe906877abab098c6e63a0e8 | /2159/CH5/EX5.1/51.sce | 5803537995554799b0cb28421d11be923c11598d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 154 | sce | 51.sce | // problem 5.1
q=0.2
Cd=0.62
g=9.81
// using the relation
z=(3*q*(2^1.5))/(2*Cd*((2*g)^0.5))
b=z^0.4
disp(b*100,"the lenght of the notch in cm ")
|
fff9d353c98e4e1e04a35d4ad734cedd14f16cbe | 10646794149c56eb4d1299d3d8a6cbb0a9ca3d05 | /test/notoktests/block.tst | 39ca5014f203c33e6a3f83ecad3d94472756b69e | [] | no_license | pilki/FPdNaCl | 7256b5c116774ab70fc584db9a18eaf0f5ef66ac | 54ed0e63fecb82ac163d153b1ffa17695cdb987d | refs/heads/master | 2020-05-20T08:14:44.612852 | 2011-05-12T14:31:38 | 2011-05-12T14:31:38 | 1,535,615 | 1 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | tst | block.tst | nop 24 ; 24 bytes
%1 <- %2 and 42 ; 7 bytes (= 31)
djmp 65536; instruction between two blocks
|
3e905a105aab8df70cae9a09ea8d0aa77cebfdb6 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Fortnite Low Ground Practice.sce | 24dfc52fd0079c76d3929f2ed42749c926e4ae95 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 40,682 | sce | Fortnite Low Ground Practice.sce | Name=Fortnite Low Ground Practice
PlayerCharacters=A
BotCharacters=plaza rotation hin hin.rot
IsChallenge=true
Timelimit=1000.0
PlayerProfile=A
AddedBots=plaza rotation hin hin.rot
PlayerMaxLives=0
BotMaxLives=8
PlayerTeam=1
BotTeams=2
MapName=boxerlg2.map
MapScale=1.0
BlockProjectilePredictors=false
BlockCheats=true
I... |
d8af7a408503dc2fc48dd0d0f07b827469d701fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH4/EX4.2/4_2.sce | 57abf1edabf8a2dd3662550624923310d808f2b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 312 | sce | 4_2.sce | //To find the deflection produced by 200V
clc;
clear;
R=10*(10^3);
V=200;
B=80*(10^-3);
N=100;
A=9*(10^-4); // The area of the coil is the product of the length and width (l.2r)
I=V/R;
Td=N*B*I*A;
K=30*(10^-7);
theta=Td/K;
printf('The deflection produced by 200V = %g degrees \n',theta)
|
4882ee1729faef361eb4ef9176347c5c51f4db67 | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/rceps.sci | f0433a38dc259f6dcfa5606c87d817124fe7d977 | [] | 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 | 1,601 | sci | rceps.sci | function [y, xm]= rceps(x)
//Produce the cepstrum of the signal x, and if desired, the minimum phase reconstruction of the signal x.
//Calling Sequence
//[y, xm] = rceps(x)
//Parameters
//x: real or complex vector input
//Produce the cepstrum of the signal x, and if desired, the minimum phase reconstruction of the sig... |
0598cdd6a4602061fd5809e10908064d6c737150 | 1be6658a74b9c9c51ab0a4a12bc697b8df65a697 | /.svn/pristine/05/0598cdd6a4602061fd5809e10908064d6c737150.svn-base | eb4344233d780211227a656c4a6e65e29ceff9dd | [] | no_license | aniruddha-rajshekar/Penn-Search | d2f65d427570bcd372fe9b8859ad286c2c323ff5 | 505e6844474bac990426239ef6c47ffeb2e88a69 | refs/heads/master | 2023-01-10T02:02:08.065979 | 2015-05-28T22:53:24 | 2015-05-28T22:53:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 826 | 0598cdd6a4602061fd5809e10908064d6c737150.svn-base | * DV VERBOSE ALL OFF
* LS VERBOSE ALL OFF
* APP VERBOSE ALL OFF
* DV VERBOSE STATUS ON
* DV VERBOSE ERROR ON
* LS VERBOSE STATUS ON
* LS VERBOSE ERROR ON
* APP VERBOSE STATUS ON
* APP VERBOSE ERROR ON
* LS VERBOSE TRAFFIC ON
* APP VERBOSE TRAFFIC ON
# Allow 120s for initial convergence
TIME 120000
# Test neighbor tab... | |
8ab3788136fc07418468092ac8a1dd448eeb37d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH25/EX25.25/25Ex25.sce | f9c96f70956d56886c831f6ac1248b8e9065d811 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | 25Ex25.sce | //Ch25_Ex25
clc;
clear;
close;
r=10.5;
vol=(4/3)*(22/7)*r^3;
surfaceArea=4*(22/7)*r^2;
mprintf("Volume= %.0f cubic cm\n Surface Area=%.0f square cm",vol,surfaceArea);
|
552171a546ef3609a8d543ec9d4a7c5b9535dc05 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH5/EX5.3/ex5_3.sce | 7ad541256c9b847cf26945e3b8333e68cff0e728 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | ex5_3.sce | // Example 5.3, Page No-249
clear
clc
Vclipl=0.35
Vp=0.5
gain=10
R=1000
Vounclip=Vp*gain
printf('When unclipped, output voltage= %.1f V', Vounclip)
Voclip=Vclipl*gain
printf('\nWhen clipped, output voltage= %.1f V', Voclip)
Vb=Voclip-0.7
printf('\nZener diode breakdown voltage= %.1f V', Vb)
printf('\nA... |
43f796e476f56f22cd3b80cbc34cf17a5c6a2ebb | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/D07.prev.tst | 226fd39b978d4134d000c8da4ffff54504433e7e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,217 | tst | D07.prev.tst | #0 true: 0 0 0
#1 true: 1 0 0
#2 true: -1 0 0
#3 true: 0 1 0
#4 true: 0 -1 0
#5 true: 1 1 0
#6 true: -1 1 0
#7 true: 1 -1 0
#8 true: -1 -1 0
#9 true: 0 0 1
#10 true: 0 0 -1
#11 true: 1 0 1
#12 true: -1 0 1
#13 true: 1 0 -1
#14 true: -1 0 -1
#15 true: 0 1 1
#16 true: 0 -1 1
#17 true: 0 1 -1
#18 true: 0 -1 -1
#19 true: 1... |
1061051f1b2215a9851532b665633c83155b77c9 | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/scripts/simpleflash.tst | 5246a4246d757e3397ebe418de90c1a554d92460 | [] | no_license | sabualkaz/sim42 | 80d1174e4bc6ae14122f70c65e259a9a2472ad47 | 27b5afe75723c4e5414904710fa6425d5f27e13c | refs/heads/master | 2022-07-30T06:23:20.119353 | 2020-05-23T16:30:01 | 2020-05-23T16:30:01 | 265,842,394 | 0 | 0 | null | 2020-05-21T12:26:00 | 2020-05-21T12:26:00 | null | UTF-8 | Scilab | false | false | 1,202 | tst | simpleflash.tst | # Simple flash test
units SI
$thermo = VirtualMaterials.Peng-Robinson
/ -> $thermo
thermo + PROPANE n-BUTANE ISOBUTANE n-PENTANE
flash = Flash.SimpleFlash()
cd flash.In
Fraction = .25 .25 .25 .25
T = 0 C
P = 101.325
MoleFlow = 10
cd ..
# dump the results
Vap # Vapour stream
Liq0 # Liquid stream
In
... |
7bf9cd323c37bc3b9bc17b85bb0ffae7ccf0ec01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH25/EX25.1/251.sce | 23b3ef094b94fb8af7d63bdc30c4d27077058357 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | 251.sce | clc;
//Example 25.1
//page no 370
printf("Example 25.1 page no 370\n\n");
//calculation of efffective particle diameter for a set of packing
V=0.2//packing volume
n=100//no. of particle assume
V_p=V*1000/n//the volume of single particle,mm^2//
S_p=2.18//average surface area of particle,mm^2
a_p=S_p/V_p//specif... |
19560da9d2bab20e0792f217e93a3dae70d2f99b | c9e04373e33a2721547c7ae2be20ee84f115be1c | /evaluationData/linkutilization.sce | dac9d904845ae04c53252b78b08b705f3ba47d84 | [] | no_license | lspxian/junsp | f944ce163267608cb9cdb939a0ac809f724fb396 | ca1571bbc30e6a9a183fa8d675567e169288acf4 | refs/heads/master | 2021-01-23T14:10:34.141815 | 2017-10-06T17:03:10 | 2017-10-06T17:03:10 | 34,068,408 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sce | linkutilization.sce | linkutilization= read("linkUtilization.txt",-1,2);
time = linkutilization(:,$-1);
linkutilization = linkutilization(:,$);
plot2d(time,linkutilization);
|
93e957979728de80cd8b35a85b856896f2848d19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2207/CH8/EX8.19.4/ex_8_19_4.sce | 472a2efa679306a3270ccc51558c1db9a24e59dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 750 | sce | ex_8_19_4.sce | //Example 8.19.4:develepoed back emf,required armature voltage and firing angle and rated armature current
clc;
clear;
close;
//given data :
format('v',6)
hp=20;//
v=230;//volts
n=1000;//rpm
lt=50;//load torque in N-m
s=1000;//speed in rpm
ra=0.2;//in ohms
rf=150;//in ohms
la=10;//in mH
kv=0.7;//
vf=(2*sqrt(2)*v)/(%pi)... |
7794efdb413d690da5d005ed3ce5cae3b7b089c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1514/CH16/EX16.8/16_8.sce | 5faf3d58057024812da049a24c1ca495feb5ab98 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 924 | sce | 16_8.sce | //chapter 16
//example 16.8
//page 490
clear all;
clc ;
//given
Vs=20;//supply voltage
Vo=12;//op voltage
Ilmax=40;//maximum load current mA
Vz=Vo/2;
printf("\nSuitable device is 1N753,from datasheet")
Vz=6.2;//nominal voltage
//to keep D1 in breakdown
IR2=10;//mA
R2=1000*(Vo-Vz)/IR2;
printf("\nR2=%d ohm... |
3613f1f4006ad4498cdb43a6d6365d29aa8fbe7b | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Machine_Design_U._C._Jindal_683.zip/Machine_Design_U._C._Jindal_683/CH12/EX12.11/W_11.sce | 26c3a63e7213cdb289804eeacd2fe0f3f7f9318f | [] | 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 | 287 | sce | W_11.sce | errcatch(-1,"stop");mode(2);// sum 12-11
;
;
t=30;
sigut=417;
sige=sigut/2;
Ka=0.5;
Kb=0.85;
Kc=0.897;
SCF=1.2;
Kd=1/SCF;
FOS=1.5;
sige1=sige*Ka*Kb*Kc*Kd/FOS;
Pa=60*10^3;
l=Pa/(sige1*t);
// printing data in scilab o/p window
printf("l is %0.1f mm ",l);
exit();
|
c938069071be44532447f1d91af9c4c52cd39df3 | 132b4ac959b21691290ffeefbc31eefe24500a25 | /a8/a8/test2.tst | e2ace7f6ba96cdb6d560b150e55d3bb5ac931ad9 | [] | no_license | HanlonsStraightRazor/cs310 | df790b8c10b1ebb942313b4a620fd3ce655a075b | 0a053116659eb65ffacb9bf410774e31b17e8fbd | refs/heads/master | 2023-03-12T22:35:35.357502 | 2021-03-02T20:47:48 | 2021-03-02T20:47:48 | 343,901,992 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 804 | tst | test2.tst | load Larc.hdl,
set RAM4K[0] %X8101, // 1. li R1 1
set RAM4K[1] %X8202, // 2. li R2 2
set RAM4K[2] %X9FFF, // 3. lui R15 -1
set RAM4K[3] %X0000, // 4. nop
set RAM4K[4] %X0000, // 5. nop R1 <-- 1
set RAM4K[5] %X0312, // 6. add R3 R1 R2 R2 <-- 2
set RAM4... |
ed9c75f1d9a889c6292b8750e6ac9435f0e74adc | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testdatatip.sce | cffca0efc71581566e63a907d9e020c4f6807213 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 419 | sce | testdatatip.sce | clf;
ieee(2) // to warn of division by 0
x=[0:0.02:2*%pi];
y1=cos(x);y2=sin(x);y3=-sin(x.^2)./x;
plot(x,y1,'-b',x,y2,'-g',x,y3,'-r')
E=gce();
// datatip for the first curve
P1=E.children(1);
T=datatipCreate(P1,100);
// coordinates of 100th point
x(100),y3(100)
// datatip for the second curve
P2=E.children(2);
T=da... |
faa18b139dbabecbc1da24e5c173c9d5191be9b6 | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/macros/aggloms.sci | 788932117b47640087fb354238051d1cf545ab09 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,924 | sci | aggloms.sci | ///////////////////////////////////////////////////////////////////////////////
// Author: Xiao-Tong Yuan
// Version: 0.1
// Date: June 2009
// Description: Agglomerative Mean-Shift Clustering(AggloMS)
// Reference: Xiao-Tong Yuan, Bao-Gang Hu and Ran He, Agglomerative Mean-Shift
// Clustering via Query Se... |
86c25349c568d737f099d7eae1244017ebacdc5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH5/EX5.11/Ex5_11.sce | f3107212a59121743d5c89584655954d3eeb5a8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,043 | sce | Ex5_11.sce |
// Theory and Problems of Thermodynamics
// Chapter 5
//Second Law of Thermodynamcis
// Example 11
clear ;clc;
//Given data
T1 = 300 // Temperature of first reservoir in K
T2 = 400 // Temperature of second reservoir in K
T3 = 1200 // Temperature of third reservoir in K
... |
cbeb2d2b78e3d607e00cc004fa919d745337c7ba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3788/CH2/EX2.1.1/Ex2_1_1.sce | 3d3283b7f09e232c6f1e20668590dd6f757d7551 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sce | Ex2_1_1.sce | //Example 2.1.1
// Calculate the Orbital radius for a Geostationary Satellite
//Variable Declaration
T=86164.09 // Time Period for 1 sidereal day in Sec
//Calculation
u=(3.986004418*10^5)
a=((T^2*u)/(4*%pi^2))^(1/3)
//Result
printf("The Radius of the circular orbit with 1 day period is : %d km",a)
|
6ff5f12dcb0d2d8b447323aa4a8067cb4e508e74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3622/CH9/EX9.3/Ex9_3.sce | 648a810316474f5f7344d548581c08807e0a10cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex9_3.sce | //Initialisation of variables
clc
energy=0.1/100//energy converted
amp_watt=5/1000
m=9e-31//mass of electron
e=1.6e-19//charge of electron
V=100000//volts
v=sqrt(2*V*e/m)
EnConv=V*energy*amp_watt
EnConvinJ=4.18*EnConv
printf('maximum speed of electron is %e metre per second \n',v)
printf('Rate of production ... |
9594dd14c2abea0aa486f1a21d87d8f5f49ca919 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH9/EX9.6/Ex9_6.sce | 0cc8351b4747675978a5e9aa85d1aab64a4dc179 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | Ex9_6.sce | clc
//initialization of the problems
clear
s=1.6 //m
s1=4 //m
pi=28 //degrees
w=16 //kg/m^2
p=100 //kg/m^2
pl=20 //cm
pb=10 //cm
r=500 //kg/m^3
Zx=54.8 //cm^3
Zy=3.9 //cm^3
// calculations
pi=pi*%pi/180 //radians
W=w*s+8.1
P=p*s
L=P+W*cos(pi)
Mx=L*s1^2*100/8
sigma_1=Mx/Zx
My=W*sin(pi)*s1^2*100/8
si... |
9c1721790506c01a0875543de05338d15109f42f | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH5/EX5.4/4.sce | 837f21862586f41e52202c917f8ff6160d36e4d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | 4.sce | // Implementation of example 5.4
// Basic and Applied Thermodynamics by P.K.Nag
clc
clear
//Water received by heater at rate w1 at enthalpy h1
//Enthalpy of steam mixed with water h2
//Rate of liquid leaving the heater w3 at enthalpy h3
w1 = 4.2;//kg/s
h1 = 313.93;//kJ/kg
h2 = 2676;
h3 = 419;
//solving ... |
2eb25d0c529268ef421e08fb98e2b5b5b2c3c20a | 449d555969bfd7befe906877abab098c6e63a0e8 | /68/CH3/EX3.4/ex4.sce | 2ec16dfc03c983781f92ff44a8baa32a26818dc6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | ex4.sce | //Example 3.4: To determine I_D and V_D
V_DD=5; // (V)
R=1000; // (ohm)
I_1=1*10^-3; // (A)
V_D=0.7; // (V)
V_1=V_D;
I_D=(V_DD-V_D)/R;
I_2=I_D;
V_2=V_1+0.1*log10(I_2/I_1);
I_D=(V_DD-V_2)/R;
disp(I_D,"The diode current (A)")
V_D=V_2+0.1*log10(I_D/I_2)
disp(V_D,"The diode volage (V)") |
5a668d64645ff5c8e17cac333aca707905a4be73 | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/tools/scilab/iome_toolbox/macros/getobnum.sci | 3c3fcecda60152ee8c66bb84d7f1f8121b330365 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 566 | sci | getobnum.sci | function [objnum]=getobjnum(elist)
//AddMetadata(name, property, port)
nargin=length(elist);
if nargin>0 then
server=elist(1);
if nargin>1 then
port=elist(2);
if nargin>2 then
id=elist(3);
else
id=0;
end
else
port=8080;
end
els... |
ad36ab1735cc6c02bfe0b29069d663294a907541 | 449d555969bfd7befe906877abab098c6e63a0e8 | /243/CH9/EX9.5/9_05.sce | d14e7cd8bc483a99bb710a7de5c2526a8ec06bcb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 710 | sce | 9_05.sce | //Example No. 9_05
//Lagrange Interpolation
//Pg No. 283
clear ; close ; clc ;
i = [ 0 1 2 3 ]
X = [ 0 1 2 3 ]
Fx = [ 0 1.7183 6.3891 19.0855 ]
x = poly(0,'x');
n = 3 //order of lagrange polynomial
p = 0
for i = 1:n+1
L(i) = 1
for j = 1:n+1
if j == i then
continue ;
... |
31e0527ce34af8b7c5bc947489b338cf5cbd233e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2891/CH2/EX2.18/Ex2_18.sce | 1ed9c8274e65c5c4d55aa13dca971fc91551e8d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 653 | sce | Ex2_18.sce | //Exa 2.18
clc;
clear;
close;
// given :
lambda=0.25 // wavelength in m
v=1.5*10^10 // velocity of propagation of wave in cm/sec
v=1.5*10^8 // velocity of propagation of wave in m/sec
f=v/lambda // frequency in Hz
disp(f/10^6,"frequecy in MHz:")
epsilon_0=8.854*10^-12 // permittivity in free space in F/m
mu_... |
1e2f756f3ee0f31cb5bfae0dcff6fd33e64768c4 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH14/EX14.2/Ex14_2.sce | 93b891ba44d77e9886f6270a2878277b7bc324a6 | [] | 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 | 672 | sce | Ex14_2.sce | // Variable declaration
alpha = 0.05 // level of significance
n = 10
l = [45,73,46,124,33,57,83,34,26,17;36,60,44,119,35,51,77,29,24,11]
// Calculation
// null hypothesis: if U = 0 else alternative hypothesis
// sample size = 10
count =0 // counts number of +ve si... |
a0d4d3ed09331f95629b9e1f3434ba7919ddba43 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH17/EX17.8/Ex17_8.sce | 2ee7625924ec18e86a98dc10369cca7fdf630e3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 873 | sce | Ex17_8.sce | //Example 17.8//
a=23*10^18;//m^-3
q=0.16*10^-18;//C //1 coulomb of charge
b=0.364;//m^2/(V.s)//Electron mobility of germanium
c=0.190;//m^2/(V.s) //Hole Mobility of Germanium
s300K=a*q*(b+c)
mprintf("s300K = %f ohm^-1 m^-1",s300K)
Eg=0.66;//V //band gap
k=86.2*10^-6;//eV/K //Boltzmann constant
T=300;//K //a... |
afe5db2438ff61c9df858fd5df7f8ce798140cce | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH6/EX6.2/example_6_2.sce | b3c62df32f1586639f885f7ffa0c59d2686c189f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example_6_2.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 6
// Heat Transfer by Natural Convection
// Example 6.2
// Page 259
printf("Example 6.2, Page 259 \n \n");
Tm = 150 ; // [degree C]
// From table A.2
v = 28.95*10^-6 ; // [m^2/s]
Pr = 0.683;
k = 0.0357 ; // [W/m K]
B = 1/(273+T... |
24f97ab889e357b62bcee39469bb3db1a7b44a26 | 717ddeb7e700373742c617a95e25a2376565112c | /3424/CH1/EX1.3/Ex1_3.sce | 94f8ae2fd74dd27f66720c823dcec9eaae0d76e4 | [] | 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 | 196 | sce | Ex1_3.sce | clc
//Initialization of variables
D = 910 // kg/m^3
V = 2.6 //m/s
d = 0.025 // m
u = 0.38 //N-s/m^2
// Calculations
Re = D*V*d/u
//Results
printf("The Reynolds number value is %.f",Re)
|
1cdc093624c484822e277b08e1ea17bbc36dada5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /926/CH8/EX8.4/Chapter8_Example4.sce | 787479ca45defdbae8bdb917ef6a2a2c82d527d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,560 | sce | Chapter8_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-8, Illustration 4, Page 281
//Title: Calculation of heat of vaporization
//========================================================... |
5fe0110a0ae7203bf5caa288925f328362507f2a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH1/EX1.25/Ex1_25.sce | 7584b240455388b16a5b7a9844c57449d5f5fed9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | Ex1_25.sce |
//CH-1 PAGE-42,43 PB-2
//
//
sc=100 //scale length
area=93750 //area
l=6.0 //length
b=6.25 //bredth
cm2=(area)/(l*b) // 1 cm^2
cm=sqrt(cm2)
RF=1/(sc*cm)
printf("\n RF= %0.3f ",RF)
leng=14 // assumme length of scale
leng=leng*cm
printf("\n length of final scale is %0.3f ",leng)
|
c181d0d0cd1de847b5702302d19358ded51b72dc | a2845a06ebac1138c6854d691780b120cdd556ab | /AM.sce | 70dd09c98420aefec3af1557ff803107711eb75c | [] | no_license | asp2809/Scilab-Programs | d734202084dc70e2b4e3281410833d315ce1558c | 6a49e9401ee81dd3ffc909fe6a3954b5e184c70c | refs/heads/master | 2020-03-10T15:11:33.831289 | 2018-10-05T09:50:06 | 2018-10-05T09:50:06 | 129,443,439 | 1 | 0 | null | 2018-10-05T09:50:07 | 2018-04-13T19:10:50 | Scilab | UTF-8 | Scilab | false | false | 383 | sce | AM.sce | //program to generate an AM waveform
function []=ammod(Am,Ac,fm,fc,fs)
t=0:1/fs:1
vm=Am*cos(2*%pi*fm*t)
vc=Ac*cos(2*%pi*fc*t)
x=(Ac+vm).*(cos(2*%pi*fc*t))
subplot(3,1,1)
title("Modulating Signal")
plot(vm)
subplot(3,1,2)
title("Carrier Signal")
plot(vc)
subplot(3,... |
e79a435991bb4edd96ef524cc4d2ee4761ffe1a5 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_MatFunc/shift.sce | ee88441dd7e3f7228a78c7ca21a7ad8737f982d3 | [
"BSD-2-Clause"
] | permissive | CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox | d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd | 70c97cda4e0dd54df0a638e9b99f380c09ffa37e | refs/heads/master | 2022-12-11T01:28:28.742041 | 2020-08-26T12:24:27 | 2020-08-26T12:24:27 | 290,481,428 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | shift.sce | // Function Name: shift
// matrix with the elements shifted by positions in each column (dim=0), or each row (dim=1)
// 3rd parameter = 1/-1 for shifting
// 4th parameter = 0/1 for dimension
// Calculating the shift
inputMat = [ 1, 2, 3; 4, 5, 6; 7, 8, 9;]
result = armaMatFunc("shift",inputMat,1)
result = ar... |
67bb4ef5c99026de219f70426e5c69e2dbdaa1d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /800/DEPENDENCIES/9_4.sci | 63539cb94fc15885f9ee8076edf4b6a59424cc8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 91 | sci | 9_4.sci | Fa0=80;
T0=75;
V=(1/7.484)*500;
UA=16000;
Ta1=60;
Fb0=1000;
Fm0=100;
mc=1000;
t0=0; |
cc4cf3ba97b956c76de0bec89452ff7156938d11 | 297b29fb450286d0f7fa619e58c9f4a86949544a | /ConvolutionaDeinterleaver.sci | 21d7ff3c18fdcd840523c1a4bd28a3c87d39b923 | [] | no_license | harshal93shah/scilabcom | 46dc948c1e0d0b37b0a69dfa203347298cc01e40 | 09c5506089a4283968d963ed3812de9823c5a008 | refs/heads/master | 2020-04-06T07:03:23.954966 | 2016-10-04T11:49:41 | 2016-10-04T11:49:41 | 54,882,787 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,156 | sci | ConvolutionaDeinterleaver.sci | function [y,state,index] = ConvolutionalDeinterleaver(in,nrows,slope,inist,stindex)
y=[];
state=[];
index=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
//ConvolutionalDeinterleaver Restore ordering of symbols using specified-delay shift r... |
30b78279d9f3df5ff1a486a4a94d24edeac8ab90 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH41/EX41.10/41_10.sce | 101d321ffbf389492df4d9efb5ef9e87ee32bcd5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 658 | sce | 41_10.sce | //Problem 41.10: The attenuator shown in Figure 41.15 feeds a matched load. Determine (a) the characteristic impedance R0, and (b) the insertion loss in decibels.
//initializing the variables:
R1 = 300; // in ohm
R2 = 450; // in ohm
I1 = 1; // in ampere (lets say)
//calculation:
//the characteristic impedance... |
00fbd060539fee3052b79b8cfe952c1d31cf40d5 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/ID3.prev.tst | 1a9da7604eaed28606100834fdc8b0e227555b1c | [
"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 | 72 | tst | ID3.prev.tst | getIndivisible(2*x + 12*x^2 + 32*x^3 + 32*x^4 - 32*y^4 - 2*z^2, 2) -> 0
|
74b1f7b075b4dbaea9890e8220b2738d67c76f57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH5/EX5.18/Ex5_18.sce | 146b06fc902b3bad5ce0dc46b4611c69373a1544 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 510 | sce | Ex5_18.sce | clc;
v=400; // rated voltage of motor
pi=5472; // input power
np=3; // number of phases
xs=10; // synchronous reactance
ef=v; // excitation voltage
vt=v/sqrt(3); // rated per phase voltage
de=round(asind((pi*xs*np)/(np*v^2)));
printf('Load angle is %f degrees\n',de);
// from fig. 5.53, vt=ef(excitation voltag... |
a51a5cfe41ded19e9bb4a5d51153bd0ae00133df | 2611d3c1d46c83cebed84beb60f8e866564674c8 | /examples/hello.sce | b293937cf0f5747ba3d93ad5019d4cc5d1fde723 | [] | no_license | namiller/scilab_skylark | 9a11e26e83f6b9f87e8926af03753616d009dcba | 31b8416cd9d510d6b20d82a2c9c4c980519323d7 | refs/heads/master | 2021-08-22T02:37:21.938295 | 2017-11-29T03:53:42 | 2017-11-29T03:53:42 | 112,162,028 | 0 | 1 | null | 2017-11-29T03:53:42 | 2017-11-27T07:21:02 | Python | UTF-8 | Scilab | false | false | 19 | sce | hello.sce | printf("Hello!\n")
|
4386f5a23a0a0c69467b51d4f998d136caf033a5 | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/determinism-020.tst | cbda5f447bb2ea11eb6cad5b5366ce6ccd1a269d | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 28 | tst | determinism-020.tst | ../inputs/determinism-01.ssv |
36eabf996880f1cc4a18f6052362835e7b300dd0 | e0f8f5b90758e1d2d3d75342630b61dd6a34acce | /newton.sci | a01115ef291bffd5b7bd325005f3a74d7fec5b1f | [
"MIT"
] | permissive | gilvandrocesardemedeiros/ComputacaoNumerica | 6dbf5ab06d34b3a29456508c994fbc3c1ceb47c8 | 13045eaaa847a5fc01707c66f530b21c096e4ff4 | refs/heads/master | 2020-04-04T17:17:19.928386 | 2019-07-14T19:03:49 | 2019-07-14T19:03:49 | 156,114,630 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 372 | sci | newton.sci | function [result] = f(t0)
result = 3*sin(t0-1)+5*t0-7.8
endfunction
function [result] = df(t0)
result = 3*cos(t0-1) + 5
endfunction
function [t] = newton(t0,e,it)
contIt = 0
erro = 100
t = t0
while (e < erro & contIt < it)
t0 = t
t = t0 - f(t0)/df(t0)
contIt = contIt + ... |
10deed607bfa2c4263302b5c6f934f6e93136cf0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /147/CH7/EX7.3/Example7_3.sce | e7c42b6d9ed496bfd2f4b0ccdea09b72cf1210bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | Example7_3.sce | close();
clear;
clc;
V1 = 5; //V
V2 = 3; //V
R = 500; //ohm
//vd<0 thus
id1 = 0;
//By KVL
id2 = (V1-V2)/R; //A
mprintf("id1 = %d A\nid2 = %d mA\n",id1,id2*1000); |
a00ec69a92f1e2912cbda6024c489b8d45978043 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.0/Unix/scilab-2.0/macros/xdess/errbar.sci | b9243cb264536f4c2dbe01277da35d6f25c19d1f | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,060 | sci | errbar.sci | //<>=errbar(x,y,em,ep)
//<>=errbar(x,y,em,ep)
// Rajoute des barres d'erreur sur un graphique 2D
// x et y decrivent les courbes (voir plot2d)
// em et ep sont deux matrices la barre d'erreur au point
// <x(i,j),y(i,j)> va de <x(i,j),y(i,j)-em(i,j)> a <x(i,j),y(i,j)+em(i,j)>
// x,y,em et ep sont donc des matrices (p,q)... |
3983237102886487af226c22b01f8029f90a5113 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.20_5.tst | 42f443a06bceff6580804e55f75a6a5961cd75d5 | [] | 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 | 25,409 | tst | bow.20_5.tst | 20 7:0.3333333333333333 9:0.3333333333333333 12:0.25 20:0.5 21:0.14285714285714285 26:0.017241379310344827 38:2.0 48:1.0 55:0.1 62:0.5 63:1.0 64:0.16666666666666666 88:1.0 133:0.5 134:0.16666666666666666 137:0.5 236:0.16666666666666666 296:1.0 580:1.0 765:1.0 806:1.0 1198:0.3333333333333333 1415:1.0 2655:1.0 3005:1.0 3... |
59b86620a726f76a0d26edc97ce75ac793b32d46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH10/EX10.1/Exa10_1.sce | f791e504b51b5ef6751ecf783eed20ba75243c3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 935 | sce | Exa10_1.sce | //Exa 10.1
clc;
clear;
close;
//Given data
Ii=4000000;//in Rs.
AM=150000;//in Rs.
AFS=600000;//in Rs.
Einc=50000;//in Rs.
i=12;//in % per annum
n=15;//in years
//Total present worth of costs:
//Formula : (P/A,i,n)=(((1+i/100)^n)-1)/((i/100)*(1+i/100)^n)
Cp=AM*(((1+i/100)^n)-1)/((i/100)*(1+i/100)^n);//in Rs... |
1b2ed381b29e2f1e45c34a94fcb9acd43d57c36f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH1/EX1.10/Ex1_10.sce | ef127ae1886ed1df9c832aa448f5cd4a9146592f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 199 | sce | Ex1_10.sce |
//Ex1_10
clc;
//Given:
enthalpy=1278; // enthalpy of combustion in kJ/mol
//solution:
energy=(enthalpy*1000)/(6.022*10^23*1.6*10^-19);
printf("The energy in eV is = %f ",energy)
|
93bb92f39465552b0cbb5eab0df3e71141a7bdd1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3392/CH10/EX10.7/Ex10_7.sce | d17d4687da2aa8d37399c6ee9a10363bebb0cdb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 935 | sce | Ex10_7.sce | clc
// initialization of variables
clear
D=30 //m
t=10 //m
h=20 //mm
E=200 //GPa
v=0.29
rho=900 //kg/m^3
//calculations
//part (a)
E=E*10^3
a=D/2*10^3
p=t*10^3*9.807*rho*10^-9
S_th=p*a/h
tau_max=S_th/2
printf('part (a)')
printf('\n Maximum shear stress= %.2f MPa',tau_max)
// part (b)
k=E*h/(a^2)
Bet... |
93274095d7b92e050d3328cb2b0b878e08b18eb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH19/EX19.04/19_04.sce | a31e1483fd2c463b38e4e7d244fba0e1758e5787 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 905 | sce | 19_04.sce | //Problem 19.04: A 415 V, 3-phase, 4 wire, star-connected system supplies three resistive loads as shown in Figure 19.7. Determine (a) the current in each line and (b) the current in the neutral conductor.
//initializing the variables:
V = 415; // in Volts
PR = 24000; // in Watt
Py = 18000; // in Watt
Pb = 12000; // i... |
879005f111543c00db7ee1be4c69347776fdd1e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.23/ex_3_23.sce | d43aca2d39af833962812670db6996872c69bc40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | ex_3_23.sce | //Example 3.23:Resistance and inductance
clc;
clear;
close;
//given data :
R2=250;// in ohm
R3=100;// in ohm
R4=200;// in ohm
r1=43.1;// in ohm
R1=(R2*R3/R4)-r1;
r=229.7;// in ohm
C=1*10^-6;// in F
disp(R1,"Resistance,R1(ohm) = ")
L1=(C*R3/R4)*(r*(R4+R2)+(R2*R4));
disp(L1,"inductance,L1(H) = ")
|
80ffab02e79e3d9f30dfad569a61d55552cc7212 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH4/EX4.38/Ex4_38.sce | 4f6f2821b33e15982fa6fa3ad367d18495681309 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 276 | sce | Ex4_38.sce | clear
//
//all values derived from figure
//zth=complex(0.923,2.615)
//vth=complex(-4.615,-6.923) //derived using formula
//zl=complex(0.923,-2.615)
//z=zl+zth
vth=8.32 //polar form
z=1.846
I=vth/z
printf("\n I= %0.1f A",I)
rl=0.923
pl=(I**2)*rl
printf("\n pl= %0.1f w",pl)
|
916437083c7e81a92c60477e04566572f6cd38fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH1/EX1.4/Ex1_4.sce | be15b8477dc376f8158d3576f1e0e049d41d8f70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | sce | Ex1_4.sce | clc;
clear;
L=3*10^-2 //length of plates in m
d=4*10^-3 //spacing betweenn plates in m
l=30*10^-2 //distance in m
V1=2500 //potential in V
//Calculation
Se=(L*l)/(2*d*V1)/10^-4
mprintf("Deflection Sensitivity = %1.1f*10^-4 m/V",Se)
|
32d7212caec55ac99452bc4b6d7f23e58b3f35d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH24/EX24.2/24Ex2.sce | 2b134d10b526541bb99def42456100ebb012b639 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | 24Ex2.sce | //chapter 24 Ex 2
clc;
clear;
close;
l=13; b=9; w=75/100; rate=12.4;
area=l*b;
Length=area/w;
cost=Length*rate;
printf("The cost of carpeting is Rs. %4.2f",cost);
|
ca62f91c2c72ced2a839de39e268015dfb6e20a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH3/EX3.2/ch3_2.sce | dfa8e4e816d240cc144149ffdd1844fd13c3c5ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 538 | sce | ch3_2.sce | clc;
clear;
printf("\t\t\tChapter3_example2\n\n\n");
// Determination of the heat transferred from the buried pipe per unit length
// shape factor number 8 is selected from table 3.1
// specifications of 10 nominal, schedule 80 pipe from table F1
OD=10.74/12; // diameter in ft
R=OD/2;
T1=140;
T2=65;
k=0.072; // therma... |
e9144dd35b70b62a77fdef83f038cf134e874e9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH4/EX4.11/example4_11.sce | 6719706ee14edea05744add42291e5a473172f2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 927 | sce | example4_11.sce | clear;
clc;
//Example4.11[Refrigerating Steaks while Avoiding Frostbite]
//Given:-
Ti=25;//Initial temperature of steaks[degree Celcius]
Tf=-15;//Temperature of refrigerator[degree Celcius]
L=0.015;//Thickness of steaks[m]
//Properties of steaks
k=0.45;//[W/m.degree Celcius]
rho=1200;//density[kg/m^3]
a=9.0... |
6f09a1f5920d84d6b2a7ef46ba80fe9ddc38cf63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /147/CH9/EX9.4/Example9_4.sce | 603f95413650dc311482441a7d005df2b1b6d1dd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sce | Example9_4.sce | close();
clear;
clc;
Rd = 3;//k ohm
Rs = 2;//k ohm
Rg = 5;//M ohm
Vdd = 20;//V
//From id vs v grraph
Idq = 1.15;//mA
Vgsq = -2.3;//V
Vdsq = 14.2;//V
mprintf('Idq = %0.2f mA \nVgsq = %0.1f V\nVdsq = %0.1f V',Idq,Vgsq,Vdsq); |
43b813f59ff03acd3480c667981f54c56a11163f | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH12/EX12.4c/eg12_4c.sce | 13fea91c4c7626d4cb2c14d773250555138bdbc3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 30 | sce | eg12_4c.sce | ans = pval(5,6,21);
disp(ans) |
b4f4832fd4a5d5840e3541ec88fe9beb2adca893 | 449d555969bfd7befe906877abab098c6e63a0e8 | /135/CH9/EX9.1/EX1.sce | 25daa0ffa2d1a4562a5e0cd0f786d83d44922f19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | EX1.sce | // Exmaple 9.1: Overall voltage gain, Overall current gain
clc, clear
bta=100;
r_pi=0.5; // in kilo-ohms
// From Fig. 9.4
Rs=2; // in kilo-ohms
RC=2; // in kilo-ohms
RE=5; // in kilo-ohms
// As the first stage ia a CE amplifier stage
AV1=-bta*RC/(Rs+r_pi); // Voltage gain of first amplifier
// The second stag... |
897cd22268e97a04c3d311a7a56d979d2c73b1f6 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436.zip/Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436/CH7/EX7.3/ex7_3.sce | 4bed2ea7cb7158f7a99353a069fb6bcbfec75b04 | [] | 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 | 193 | sce | ex7_3.sce | errcatch(-1,"stop");mode(2);//Example 7.3, page no-438
//(b)
R=0.5
L=5
p_diff=800
V=10
mu=(3.14*R^4)*p_diff/(8*V*L)
printf("(b)\nmu=%.4f poise =%.2f centipoise",mu,mu*100)
exit();
|
b67ebee73d160bb9b59db074a301320136225d06 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/ZK53LGM/ATWM1_Working_Memory_MEG_ZK53LGM_Session2/ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | 5a7947dd88da2fed7b4bda91dac7c01939764985 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 48,408 | sce | ATWM1_Working_Memory_MEG_Salient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monit... |
86908b6cbc75d1ed6325fbef8c1236e03b05b18d | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH6/EX6.9.2/ex9_2.sce | 474b4fbb99f2600299dd0025ee3cf7e9f4576a13 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 55 | sce | ex9_2.sce | clear
clc
integrate('1/sin(x)^3','x',%pi/3,%pi/2)
|
4c6ff748fcc71b9663f01040963a731650cc666f | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set11/s_Fundamentals_Of_Engineering_Electromagnetics_S._Bhooshan_980.zip/Fundamentals_Of_Engineering_Electromagnetics_S._Bhooshan_980/CH15/EX15.7/15_7.sce | b95f9c52b730a710e643040fd2b4031383e33d43 | [] | 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 | 141 | sce | 15_7.sce | errcatch(-1,"stop");mode(2);;
;
format('v',11);
h=1000;
T=300;
p=1000*exp(-h/8000);
N=77.6*p/T;
n=1+N*10^-6;
disp(n,"n=");
exit();
|
47489a1a46ac6871226f8e473622993a31627299 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH1/EX1.21/ex1_21.sce | 1207696c27872342193154ba1df4398fee0f37df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | ex1_21.sce | // Exa 1.21
clc;
clear;
close;
// Given Data
V_S = 4;// in V
V_D1 = 0.7;// in V
V_D2 = 0.7;// in V
R = 5.1*10^3;// in ohm
I_T = (V_S-V_D1-V_D2)/R;// in A
disp(round(I_T*10^6),"The total current in µA is");
|
8398f25f84b70629062faedea563351d40bb7e98 | 56ae453b5537f39dbd832dd0416f3c804aa1b937 | /microdaq/macros/mdaqBlock.sci | 71d8c7a2f0fe328f0c4207da2c008ae20e73bd68 | [
"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 | 453 | sci | mdaqBlock.sci | function initialized_mdaqBlock = mdaqBlock()
// Check version compatibility
[is_supp vers] = mdaq_is_working('mdaqBlock');
if is_supp == %F then
error('ERROR: ' + vers)
return;
end
initialized_mdaqBlock = struct('name',['new_block'],'desc',['Set new_block parameters'] ,'param_name'... |
bae0225076c5c6487ae2a0da53ecf8d2768b0552 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH15/EX15.1/15_1.sce | 2e4caad3f5c920c7cedd6741281aa7c7d6ba5c0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,471 | sce | 15_1.sce | //To find linear and angular velocity and acceleration
clc
//Given:
OC=200/1000, PC=700/1000 //m
omega=120 //rad/s
//Solution:
//Refer Fig. 15.5
OM=127/1000, CM=173/1000, QN=93/1000, NO=200/1000 //m
//Velocity and acceleration of the piston:
//Calculating the velocity of the piston P
vP=omega*OM //m/s
//Calc... |
2b20fa9ea22a0eb6890c3df55dd7c9af8f0381ff | d0be4aa35a2d245d22814309fdcff594f6964c2d | /code/utkarsh_experiment_2.sce | 9de517a0b302b68caaf41a37c81a2f4b956ed5a9 | [] | no_license | utkarshsharma00/digital_circuits_lab_sem_5 | 450bbe574efbf97b00dcd300f22978cf25a5eb36 | fa9a05c6ea2c5f73598d24f77382c1a00259d3d9 | refs/heads/master | 2020-07-23T13:44:41.110959 | 2019-10-21T12:48:16 | 2019-10-21T12:48:16 | 207,578,144 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | utkarsh_experiment_2.sce | p = input("Enter the power");
v = input("Enter the no. of bits");
Xmax = input("Enter the Xmax");
SNR = 3*p*(2^(2^v))/(Xmax^2)
Ebno = 10:1:20;
x = 0.5 * sqrt(Ebno);
Pe = 0.5 * erfc(x);
plot(Ebno,Pe);
xlabel("SNR(dB)");
ylabel("Probability of Error");
title("SNR v/s Error");
print("SNR = ")
disp(SNR);
|
b81031405d9532a2d94db985deda7d64183c94a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH4/EX4.26/Ex4_26.sce | c0f3b0061f9280cd514f4e7b3c12815ccff9ff2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 168 | sce | Ex4_26.sce | clear
//
z1=complex(6,-10)
z2=complex(10,15)
z3=complex(18,12)
//z1+z2 is parallel to z3
zab=z1+(z2*z3)/(z2+z3)
printf("\n zab")
printf("\n the phase angle is -12.11")
|
b9a442ea9988e8a9b2a132ad22b6c2697ef3561f | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH10/EX10.3/ex_3.sce | efec5e029e1c5ab70bb6b3711da1eef58704f49a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 393 | sce | ex_3.sce | // Chapter 10_Fundamentals of the Metal Oxide Semiconductor Field Effect Transistor
//Caption_Flat band voltage
//Ex_3//page 442
Na=10^16
tox=500*10^-8 //oxide thickness
Qss=10^11 //trapped charge per unit area
e=1.6*10^-19
eps_ox=3.9*8.85*10^-14
Cox=eps_ox/tox
QSS=Qss*e
phi_ms=-1.1
Vfb=phi_ms-(QSS/... |
29b2d97a6d473a52462c3b2d8c633d9f370e505a | aeba4e71087889dae208851d8820272703a29c2d | /ENV.R.TST | a94a431eedc48852a25425cf59fd1886fda2f0ec | [] | no_license | mokhtar-ahmed/ShinyTutorials | 65d1b328cc9f9c008b7bff50eee626710049c54f | 9239f9898f11330f7af805e7a923b5d65b6b82bb | refs/heads/master | 2021-01-12T00:34:35.721639 | 2017-02-04T20:49:35 | 2017-02-04T20:49:35 | 78,740,604 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 22 | tst | ENV.R.TST | ENV.NAME <- "TEST-ENV" |
a80f0486f39db6bf8e03f2d1184407e96fd7c892 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.1.1/Ex4_1.sce | de6e050b8ffc5b56b7c8e3e18d7fca656b4c58da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,087 | sce | Ex4_1.sce | clc
clear
//Case 1
Vg=0.132;
SV=0.12; //Specific Volume
//As SV is less than Vg, steam is wet
x=SV/Vg;
printf('\n For Case 1 \n');
printf('Part of wet steam: %2.2f',x);
printf('\n');
//Case 2
T=200;
Tsat=179.9; //Satuaration Temperature
//Steam is superheated as T > Tsat
D_sh=T-Tsat;
printf('\n For Case... |
bb20e84a99766d617750a0b8af8a1d25c2d46a6d | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/rasp_design_added_blocks/tgate.sce | a9cad74e0a9cf4366b88f7f73c074e25eca069e1 | [] | 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 | 238 | sce | tgate.sce | style.fontSize=12;
style.displayedLabel="<table> <tr> <td><b>Sel<br>In</b></td> <td>TGATE</td> <td align=right><b>Out</b></td> </tr> </table>";
pal2 = xcosPalAddBlock(pal2,"tgate",[],style);
pal8 = xcosPalAddBlock(pal8,"tgate",[],style);
|
a82f36fa95db6964592ccb50aaf6bf2ad1ffacb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2720/CH2/EX2.16.1/ex2_16_1.sce | 3f53751b244434a8bd38fe22e256bcd2cafdba28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | ex2_16_1.sce | // Exa 2.16.1
clc;
clear;
close;
// Given data
At = 63.5;// atomic weight
Rho = 1.7*10^-6;// in ohm cm
d = 8.96;// in gm/cc
N_A = 6.02*10^23;// in /gm.mole
e = 1.6*10^-19;// in C
n = (N_A/At)*d;
Miu_e = 1/(Rho*n*e);// in cm^2/volt.sec
disp(Miu_e,"The electron mobility in cm^2/volt-sec is");
|
bdf379e8192e48430f8199de39d73620b9d1b0c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH3/EX3.3/3_3.sce | 9ee9bd87c12a75008f70eedfa60e4bd77fc1db2a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | 3_3.sce | clc
//initialisation of variables
p=35//lb/in^2
w=1425//lb
q=1474//lb
s1=126.7//C.H.U/lb
s2=28//C.H.U/lb
t1=5//degree C
t2=28//degree C
L1=521.4//C.H.U/lb
w1=245//lb
w2=0.2//lb
//CALCULATIONS
W=(s1-s2)+L1//C.H.U/lb
H=q*(t2-t1)//C.H.U/lb
T=H/W//lb
//RESULTS
printf('The total equivalent=% f lb',T)
|
81274b3e9c705206391f3afea959c7debbe20ce1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH5/EX5.12/49ex2.sce | 6c002e5d2a65553c930c35a0ef7c20c57c8ad944 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 119 | sce | 49ex2.sce |
clear;
clc;
close;
for x=1:20
if(5*(x-3)==20)
mprintf("the value of x is %i \n",x)
break
end
end
|
b9aa0d2131105766287d2c93b7ed8757d20b3b65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH5/EX5.24/Ex5_24.sce | 912b7f05e2fb9dde9fdc3eaf707ae9dc604ae849 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Ex5_24.sce | clc
c1 = 3 // machine cost per component using existing euipment in Rs
c2 = 1 // machine cost using fixture in Rs
s = c1 - c2 // saving in machine cost per piece
f= 1000 // cost of fixture in Rs
N = f/2 // components
printf ("\n Minimum number of components to be produced if cost of fixture to be recovered = %d"... |
b7538c95243e93ccfbb437e4fc851331466bacfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3136/CH6/EX6.2/Ex6_2.sce | a073072e3118fcfa2679124da0a2d3ea3a9c495d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 898 | sce | Ex6_2.sce | clear all; clc;
disp("Assume as given Na=2400 rpm")
disp("T1a=68 degrees Farenheit=528R,p1=14.7 psia,p2a=8.5psig=23.2 psia")
disp("Qa=1800cfm,Eta=0.70 Nb=3600rpm and T1b=50 to 95 degrees Farenheit")
Q_a=1800
N_b=3600
N_a=2400
Q_b=Q_a*(N_b/N_a)
printf("\n Qb= %0.0f cfm",Q_b)
disp("((p2/p1)_b)^((k-1)/k)-1=... |
ce76de1d4ed47501c363d2afc300e11b95747f3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2840/CH8/EX8.4/ex8_4.sce | f4b1ef5b8d0934e1da631955ee76eb74a1991b8a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | ex8_4.sce | clc;
clear all;
e = 1.6*1e-19; // Charge of electrons in coloumbs
m = 9.1*1e-31; // Mass of electrons in Kg
Ef = 7*e ; //Fermi energy in electrons volt
t = 3*1e-14; // Relaxation time in seconds
vf = sqrt(Ef*2/m);
lambda = vf*t;//The mean free path of electrons
disp('Meters',lambda,'The mean free path of elect... |
89dd5aa5edf92fb7411242b80c3b093e6c2766e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1895/CH4/EX4.3/EXAMPLE4_3.SCE | 2682671edc011ecb63aa48a913fa340ab0186ce6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 942 | sce | EXAMPLE4_3.SCE | //ANALOG AND DIGITAL COMMUNICATION
//BY Dr.SANJAY SHARMA
//CHAPTER 4
//Radio Receiver
clear all;
clc;
printf("EXAMPLE 4.3(PAGENO 151)");
//given
a1 = 130.5//rejection ratio
f_s = 10*10^3//incoming frequency
printf("from fig 4.8 from t/b we can write that")
//calculations
//first case
alpha = 130.5//fro... |
67e7b66073f07db86287c4d817fe174797d93f7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH9/EX9.2.a/9_2_data.sci | e0f35663f4418a314b33b43e7203e09bd83301a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 9_2_data.sci | // Aim:Refer Example 9-2 for Problem Description
// Given:
// force required for sheet metal punching operations:
F_load=2000; //lb
// piston diameter:
Dp=1.5; //in
// rod diameter:
Dr=0.5; //in
// frictional pressure loss in line from high-flow pump to blank end during rapid extension:
p_loss1=100; //psi
// frictiona... |
2d8d88529d55e850fb341cd1ce0d7cf3d5950052 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2207/CH11/EX2.b/ex_2_b.sce | b63af840487d6f4a06cd49481b933445ebdfd3ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_2_b.sce | // Example 2(b): power absorbed
clc;
clear;
close;
vsrms=230;//volts
vm=(sqrt(2)*vsrms)/2;//volts
alpha=[45:90];//degree
x=[(45*(%pi/180));(90*(%pi/180))]
for i=1:2
vldc(i)=(vm/%pi)*(1+cosd(alpha(i)));//
vlms(i)=vm*((1/%pi)*(%pi-x(i)+(sin(2*x(i)))/2))^(1/2);//
r1=100;//ohm
end
r1=100;//OHM
pl1=((vlms(1))^2)... |
67b38a1684e57e784aa0673043b1ee866c06538a | 89fe42f1d4907c16ae1152649fc53a6d7910387c | /Prueba De ALU/probandoALU.tst | befd03ae820919d5c8bc8b3c7115f2492ee0eb76 | [] | no_license | MarlonRoches/Arqui1 | f83545b06761f1bd6c48d26221f8dfc486c57f43 | 5bc55296e70c979a4f75f8243923f778be833efa | refs/heads/main | 2023-07-09T15:37:11.432356 | 2021-08-14T03:56:41 | 2021-08-14T03:56:41 | 355,042,852 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 698 | tst | probandoALU.tst | load probandoALU.hdl;
output-file probandoALU.out;
output-list x y zx nx zy ny f no out zr ng;
set x %B0110100110110110, set y %B1001011011111001,set zx 0 ,set nx 0,set zy 1,set ny 0,set f 0,set no 0 ,eval, output;
set x %B0110100110100110, set y %B1001011010011101,set zx 0 ,set nx 1,set zy 1,set ny 1,set f 0,set no 0... |
5c439709ba8339ee9d07c5ea54e352594f2d7cc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH1/EX1.03/1_03.sce | 6d5aa090a0612a867ba75aea09a05635d8a4450d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | 1_03.sce | //Problem 1.03: Find the force acting vertically downwards on a mass of 200 g attached to a wire.
//initializing the variables:
M = 0.2; // in Kg
g = 9.81; // in m/s2
//calculation:
F = M*g
printf("\n\nResult\n\n")
printf("\nForce: %.3f Newton(N)\n",F) |
b44b6c0afa19fbeb022abf3e3ecb79cfbe8e0cf9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3836/CH13/EX13.3/Ex13_3.sce | dfdfec23a6deec118ad00268f03ba44d5c27404e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex13_3.sce | clear
//Initialization
v=100 //voltage
d=10**-5 //distance in meter
//Calculation
e=v*d**-1 //Electric Field Strength
//Results
printf("\n Electric Field Strength, E = %d ^7 V/m",round(e*10**-6))
|
66ba39442919ba6e71cf29ea792df85644248547 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfi_hp8_usi_d/~BivLCM-SR-bfi_hp8_usi_d-PLin-VLin.tst | cbca541bab7c1fe188ec425244f7158e65a30182 | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfi_hp8_usi_d-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.234989D+00
... |
351aae0064041799515e80206c342541a345dd41 | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH9/EX9.2/example_9_2.sce | 6e49a55f402dfa656b566e85d0bc8c3f7213067e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,261 | sce | example_9_2.sce | //example 9.2
clc
clear
close
t1=100; // clock period
s=0100; //given serial input
for i = 4:-1:1
se(i) = modulo(s,10);
s=s/10;
s=round(s);
end
se(i+4)=0;
k=0;
for i = 2:6 //initially making a state table
clk(k+1) = k;
q(i)=se(i-1);
if i>1 then
r(i) = q(i-1);
else
r(i) =0... |
2a5cee4cfe0b860e1a061106527a4ebc85b5052d | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab08_18i190002/ex3c.sci | 45ac2653f5e3b70c8888ab95b810d03624bd37b4 | [] | no_license | shubham1166/Operarions_Research_Projects | 3b6664b83d89b2a005b5194489bfd0d95cafe3d8 | 8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34 | refs/heads/main | 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,276 | sci | ex3c.sci | //NAME: Shubham Sharma
//ROLL NO: 18i190002
//COURSE: Msc PhD OR
clc,clear
exec('demand.sce',-1);
exec('supply.sce',-1);
//I1 will tell us the inventory or amount of milk that left at the end of that day and she will sell it on the very next day
I1=[];
//I2 will tell us the amount of milk that will be left at the end o... |
cc22c6e84816947614f6e8d40e589a6fb154c386 | f891f5aed2e66371488173c2b9c4e8f977a9f64a | /Sandia Inverter Test Protocol/Tests/FW/FW21_1.tst | 514260a0f138635f85ff0cb83e400d2d0a42fa0e | [] | no_license | jakedm/svp_directories | d9b85c41b45a3ded7572f9f730e8d1efc8515099 | 19272f8784baabf83e197778768933aef015432c | refs/heads/master | 2021-01-18T18:08:29.224016 | 2017-01-16T20:09:35 | 2017-01-16T20:09:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,300 | tst | FW21_1.tst | <scriptConfig name="FW21_1" script="FW">
<params>
<param name="invt.posttest_delay" type="int">0</param>
<param name="fw.settings.HzStopWGra" type="float">0.0</param>
<param name="fw.settings.HzStr" type="float">0.33</param>
<param name="pvsim.terrasas.channel" type="int">3</param>
<param name="in... |
4878d9027480e2cd7b2eb6372b3f838e96d73a42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH9/EX9.5/example_9_5.sce | 7919c5b59d671df2d2899a9a34508175aa776d8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 515 | sce | example_9_5.sce | //Scilab Code for Example 9.5 of Signals and systems by
//P.Ramakrishna Rao
clc;
clear;
function [y]=u(t)
if t>=0
y=1
else y=0
end
endfunction
n=1;
for t=-10:0.01:10;
x(n)=exp(-t)*u(t);
n=n+1;
end
t=-10:0.01:10;
plot(t,x);
title('x(t)');
n=1;
for T=-10:0.1:0;
z(n)=integrate('exp(-t)*exp(T-t)','t... |
9636e8241260d70af899a820ebfc03e82744435e | 63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa | /test/0022.tst | 6eff0e052a02587ae8ffbb51cc2ee5a2a7806d8d | [] | no_license | fmeci/nfql-testing | e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c | 6b7d465b32fa50468e3694f63c803e3630c5187d | refs/heads/master | 2021-01-11T04:09:48.579127 | 2013-05-02T13:30:17 | 2013-05-02T13:30:17 | 71,239,280 | 0 | 0 | null | 2016-10-18T11:01:57 | 2016-10-18T11:01:55 | Python | UTF-8 | Scilab | false | false | 414 | tst | 0022.tst | SPlItteR kbJb {}
FilTeR nWO { BItoR (a::4:5.253.231.252/8, BITor (), ) Or NoT BITor (::2.53.99.8/844, , a::dDEC:F2f:Cdbb:d, ec:f9:FB:6f:Cb:0b
, B, P, ) }
FILTeR ymjBA {noT bk }
y -> t
GroupeR SY {MOdule v{ } ModuLe FDR{ } AGgREgaTE md.Mp }
uNgrOuPER y { }
GrOupfiLTEr w {}
MERger P { ModULE Gh { bRanchEs m... |
f1715f343af1fa9379328ef66a760adfe42f6de0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH3/EX3.2/example_3_2.sce | 82994c8e7ac70be6dd5782e00b12ea2fd06583d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | example_3_2.sce | //example 3.2
clc;
clear;
disp("Multipl the factors of the foregoing equation to get");
disp('Y = A''A + A''B + BA +BB');
disp('it becomes, Y = A''B + AB + B ');
disp('We can factor the foregooing equation as follows :');
disp('Y = B(A'' + A) + B = B + B = B ');
disp('this says that output Y equals to B, so all w... |
d865bc6c1a23691c8ea3d7da491f748bb0976878 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH6/EX6.1/6_1.sce | 98afebd3f4fc5ea9312cd58d645901415fb25d2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 314 | sce | 6_1.sce | //clc();
clear;
//To determine density
n=8; //number of atoms per unit cell
a=5.6*10^-10; //lattice constant in m
M=710.59; //atomic weight of Germanium in a.m.u
N=6.02*10^26; //avagadro number in kg/mol
rho=(n*M)/(N*a^3);
printf("density in kg/m^3 is ");
disp(rho);
|
06acd979a3f750a5bf4af84f449d681263ee6cc3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2141/CH12/EX12.11/Ex12_11.sce | a43f47d18c64a9f49f3268f5e29a017e81e77aac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_11.sce |
clc
//initialisation of variables
h=10130//cal/gm mole fuel
P=-297278//cal/gm mole fuel
//CALCULATIONS
Q=-(P-h)//cal/gm mole fuel
//RESULTS
printf('The amount of heat transfer in=% f cal/gm mole fuel',Q)
|
0da0a8a2c77eb7d76b1e427f14f995331c11ddf8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /135/CH3/EX3.12/EX12.sce | 2c99f8f53d1b8a48b62265f9041ba3fc49813f50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 941 | sce | EX12.sce | // Example 3.12: Zener diode current, Power dissipation in zener diode and resistor
clc, clear
// In the Fig. 3.35
Vz=6.8; // in volts
R=100; // in ohms
disp("Normal situation");
Vs=9; // in volts
I=(Vs-Vz)/R; // in amperes
Pzener=I*Vz; // in watts
Presistor=I^2*R; // in watts
I=I*1e3; // in miliamperes
Pz... |
b6ce3de7b1fa0d5d1bd73aad4092d0c4669047f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH5/EX5.14/Ex5_14.sce | 67682d7f7c395d34d5d54d0673985b12d23f849d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 284 | sce | Ex5_14.sce | //Example 5_14
clc();
clear;
//To clculate the inter frame spacing
lamda=1.5418*10^-10 //units in mts
theta=30 //units in degrees
d=lamda/(2*sin(theta*%pi/180))
d=d*10^10 //units in A
h=1
k=1
l=1
a=d*sqrt(h^2+k^2+l^2)
printf("The inter frame spacing is a=%.2f A",a)
|
d3adeefc9bd9789ad15d3d935c9eaabc0eb99647 | 6c9a6a1488d24fab72280520aba7d98c82d25c6f | /sigopt-uncertainty/Colonie2benchmark.sce | e6a741e85578f193013c6d19f41c4e5f48d05120 | [] | no_license | IGNF/SIGOPT | 1f9b91de43de7aab4ca88b875f3ac1f4aa36b82b | b5f33f5940e15fb46fa3979dd096098508dc66a3 | refs/heads/master | 2020-04-06T07:12:27.471020 | 2017-09-07T14:37:45 | 2017-09-07T14:37:45 | 59,760,247 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,985 | sce | Colonie2benchmark.sce | tic()
//Importation des données
mclose('val1A.dat');
u=mopen('val1A.dat');
file_name=mfscanf(u,'\n NOMBRE : %s');
borne_sup=mfscanf(u,'\n COMENTARIO : %f (cota superior)');
NS=mfscanf(u,'\n VERTICES : %d');
NAR=mfscanf(u,'\n ARISTAS_REQ : %d');
NANR=mfscanf(u,'\n ARISTAS_NOREQ : %d');
N=mfscanf(u,'\n VEHIC... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.