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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
684f70552e68962ce7adbbc98b24f4ef26bf782d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH3/EX3.3/ch3_3.sce | 215a007aee98760bcf34e6563cc80e55ff569256 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,975 | sce | ch3_3.sce | clc;
clear;
printf("\t\t\tChapter3_example3\n\n\n");
// Determination of the heat lost through the walls, using the shape-factor method. (b) Repeat the calculations but neglect the effects of the corners; that is, assume only one-dimensional effects through all the walls.
k = 1.07; // thermal conductivity of silica br... |
2996b2abd836fc67b602e6045e56a30ffa8877b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /60/CH3/EX3.16/ex_16.sce | 528605160c21fb5a5626458f0b8c0dda898302f9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | sce | ex_16.sce | //example(3.16)
c=[-5040 13068 -13132 6769 -1960 322 -28 1]
p7=poly(c,'x','coeff')
roots(p7)
|
5c871f112b3f56874e0c52f39ff4e09228e530f3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /281/CH5/EX5.12/example5_12.sce | 5f84bcf4ae22ca313e0e811a291648096fea373f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 649 | sce | example5_12.sce | disp('chapter 5 ex5.12')
disp('given')
disp('R1=R3=2200ohms')
disp('R2=220kohms')
disp('Rs=220ohms')
Rs=220
R1=2200
R3=2200
R2=220000
disp('R=R2+R3')
R=R2+R3
disp('ohms',R)
disp('f=600kHz')
f=600000
disp('Cs=1/(2*%pi*f*10*R)')
Cs=1/(2*%pi*f*10*R)
disp('farads',Cs)
disp('R=R2||(R1+Rs)')
R=R2*(R1+Rs)/(R... |
03fd68d9e1138eeb700ba9dfec5eddfc5c2569f7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH8/EX8.16/8_16.sce | bb8ccec031d8ae041b08872cfba9eda987257a5b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | 8_16.sce | //Least value of theta to avoid slipping of ladder
//refer fig.8.21
//Applying virtual work principle
//-0.4*NA*6*cosd(theta)*delta(theta)-200*(-3*sind(theta)*delta(theta))-900*(-5*sind(theta)*delta(theta))+0.25*NB(-6*sind(theta)*delta(theta))=0
NA=1100/(1+0.25*0.4) //N
NB=0.4*1000 //N
theta=atand(2400/4500) /... |
f8824736a91513cb2fc7f39101476c3bb9746303 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH8/EX8.2/ex_2.sce | 2a21c742f8e086c6b5eab5d3bee85b65f39be9d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 323 | sce | ex_2.sce | // Chapter 8_Metal Semiconductor and Semiconductor heterojunctions
//Caption_Non ideal effects on the barrier height
//Ex_3//page 312
E=6.8*10^4
T=300
e=1.6*10^-19
eps=13.1*8.85*10^-14
delphi=(e*E/(4*%pi*eps))^0.5
xm=(e/(16*%pi*eps*E))^0.5*10^8
printf('Position of the maximum barrier height is %1.0f Angstorm',... |
467959168bc3445a28715534fbebad76f345464f | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH12/EX12.1/example1_sce.sce | bc9d845d54db58c576ac9a390e8717c331bf396b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 478 | sce | example1_sce.sce | //chapter 12
//example 12.1
//page 474
printf("\n")
printf("given")
hfe=50;hie=1*10^3;hib=20;f1=100;Rc=3.3*10^3;Re=Rc;
disp(" required capacitance")
Xc2=hib;
C2=1/(2*3.14*f1*Xc2)
disp(" voltage gain with emitter terminal completely bypassed to ground")
Av=-(hfe*Rc)/hie
disp("voltage gain when f=100")
Av=-(... |
82797cc0cd80c287d2ea588d3b5413bdcfce39a4 | 717ddeb7e700373742c617a95e25a2376565112c | /1445/CH8/EX8.14/Ex8_14.sce | f5d54ad559ac8581b9afd5dc5ce0098d53ed921a | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,028 | sce | Ex8_14.sce | //CHAPTER 8- DIRECT CURRENT MACHINES
//Example 14
disp("CHAPTER 8");
disp("EXAMPLE 14");
//shunt generator
//VARIABLE INITIALIZATION
v_t=220; //in Volts
I_l=196; //in Amperes
s_loss=720; //stray loss in Watts
r_f=55; //shunt field ressitance i... |
e405ba243507649f6c830e189a16dde7a6a191fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH6/EX6.10/example_10.sce | fd89f499a08c8e8ef4450037f534cf7492844fd0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example_10.sce | clc
clear
printf("example 6.10 page number 231\n\n")
// to find the equilibrium composition
P_M = 53.32 //kPa
P_W = 12.33 //in kpA
P = 40 //IN K pA
x = (P - P_W)/(P_M-P_W);
printf("liquid phase composition = %f",x)
y = P_M*x/P;
printf("\n\nvapor phase composition = %f",y)
|
32a7dc9d1e2a2c1e7e66fa6c3ad91b1f66367925 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2126/CH1/EX1.8/8.sce | ad2027b9fd8ca75dafc791d86431d1adf64263df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 291 | sce | 8.sce | clc
clear
//Input data
V1=8 //Intial volume in litre
V2=7.8 //Final volume in litre
P1=0.7 //Intial Pressure in MPa
P2=2.7 //Final Pressure in MPa
//Calculations
K=(P2-P1)/(log(V1/V2)) //Bulk modulus of liquid in kPa
//Output
printf('Bulk modulus of liquid is %3.3f kPa',K)
|
151ee90665dd18f965511e4f4f6d158233a9e8d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /281/CH11/EX11.9/example11_9.sce | e47729d2cb27b12ab887a87fc8c99c38ed66524e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | example11_9.sce | disp('chapter 11 ex11.9')
disp('given')
disp('design a single stage bandpass filter')
disp('voltage gain Av=1 and a pass band from 300Hz to 30kHz')
Av=1
f2=30000
f1=300
disp('select C2=1000pF')
C2=1000*10^(-12)
disp('Xc2=R2 at f2')
disp('R2=1/(2*%pi*f2*C2)')
R2=1/(2*%pi*f2*C2)
disp('ohms',R2) //use 5.36ko... |
d240bd9211a4a84837124550e319e21c7a688d4c | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/testxchoose.sce | 22aa9064d7d4e16e6044d5128747f7e0777bdac0 | [] | 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 | 139 | sce | testxchoose.sce | selection=['item1';'item2';'item3'];
text=['double-click';'your selection'];
button="cancel (optional)";
n=x_choose(selection,text,button)
|
6ace26026f5be1b8b04f85ac731226c8e1daf450 | 7129f64928772e9cb70ad40a48c615f226549b1c | /courbes/extraction_courbes.sce | 61b4750d8f6fd8f14fe733624bf3f84a45789513 | [] | no_license | jysru/er_fiber_amplifier_c | f39765f2637ed231a648ee7f783c46ebbe836600 | f4e820399e9563389aeb99c7af3bec8809950065 | refs/heads/master | 2022-09-09T15:25:58.912848 | 2020-03-27T13:59:56 | 2020-03-27T13:59:56 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 438 | sce | extraction_courbes.sce | x=fscanfMat('z.txt') ; y=fscanfMat('lambda.txt') ; P=fscanfMat('Psdbm.txt') ;
x2 = [0:0.2:17.6] ; y2=[1.52:0.001:1.57] ;
P2 = P(:,281:4:481) ;
fenetre = scf(100001);
clf(fenetre,"reset");
Titre = "Directions d''arrivée des signaux (k.d.sin(teta))";
my_handle.figure_name = Titre;
xlabel('Lambda (nm)') ; ylabel('Ps (... |
b56a7a057fcba002a1db9608b717649ba9ac2e36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH4/EX4.3/example4_3.sce | 127147781b40c5f3f23bd5b20ec7b68b7cae4117 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 963 | sce | example4_3.sce | clc
// Given that
l = 6e-2 // length of laser in meter
D = 1e-2 // diameter of laser in meter
lambda = 6.944e-7 // wavelength of light in meter
d = 3700 // density of aluminium oxide in kg/meter cube
Na = 6e+23 // Avogadro number
M = 0.102 // molar mass of aluminium oxide in kg/meter cube
h = 4.1e-15 // Planck constan... |
cc4371b0cd0b3e6be578f28d278471d8c87a1eff | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH7/EX7.6/Ex7_6.sce | 5af78cbf3596d8e0f506f5e0081c3f5af623f58b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,180 | sce | Ex7_6.sce | //CHAPTER 7 ILLUSRTATION 6 PAGE NO 202
//TITLE:GOVERNORS
//FIGURE 7.9
clc
clear
//===========================================================================================
//INPUT DATA
g=9.81// ACCELERATION DUE TO GRAVITY
OA=.30// LENGHT OF UPPER ARM IN m
AC=.30// ... |
e474bc628ac364dde2acc35ff2e15286a9b95b92 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/L32.prev.tst | be3149280623d23815629b00c177a670f8952cc2 | [
"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 | 71 | tst | L32.prev.tst | Vector [32,44,55,66].gcd() = 1
Vector [32,44,55,66].extractGcd() = 1
|
306ec3a5ca6c7d8324b3ba6a14bf03cb008f5309 | b424e9a1f49de395528c8125b172e0e5671bde6c | /test/data/lattice_95.tst | 8668840fb6b4a26461394f8af187e275e2307c57 | [
"MIT"
] | permissive | benjaminfjones/blt | d79b09cc2f292be84b034a66ad4e10ed268863c2 | c1129d28aa4882db404bced857427f84a7bc73aa | refs/heads/master | 2021-07-29T22:11:15.891921 | 2021-07-18T07:18:49 | 2021-07-18T07:18:49 | 166,327,910 | 0 | 0 | MIT | 2019-01-18T02:09:42 | 2019-01-18T02:09:42 | null | UTF-8 | Scilab | false | false | 42,571 | tst | lattice_95.tst | [[268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 0 0 0 0 0 0 0 0 268435456 268435456 268435456 268435456 268435456 268435456 268435456 268435456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 268435456 268435456 268435456 268435456 268435456 ... |
71a2846de8cffcc7c4357797582e0e58660b1fc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /83/CH6/EX6.3/example_6_3.sce | a0d85a19b559f2364dacf77d01ebdb568499fd06 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,582 | sce | example_6_3.sce | //Chapter 6
//Example 6.3
//page 201
//To find an approximate load flow solution
clear;clc;
/////////////////////////////////////////////////////////////////////////////////
//Realdemand Reactive demand Real generation Reactive generation Bus
///////////////////////////////////////////////////////////////... |
a43cb73bcead3d772acf2369d9a44aaf22488fc4 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /kiks_preferences.sci | 99124537bd42f80a5ac737a6a998c0b654ffac78 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,350 | sci | kiks_preferences.sci | function [] = kiks_preferences()
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
global("KIKS_SIM_LIGHT_FEXP","KIKS_SIM_PROX_NOISE","KIKS_K213_NOISE","KIKS_SIM_PROX_EMAX","KIKS_SIM_PROX_EMIN","KIKS_SIM_PROX_EEXP","KIKS_ARENA_DEFAULT_COLOR","KIKS_MOVIENAME","KIKS_MOVIE_QUALITY","KIKS... |
85e9603fd7b03799918733ee08a234fbc12ee0a4 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.0/Unix/scilab-2.0/tests/bezout.tst | b96f88a95041023d8855663dc3162773ad421563 | [
"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 | 4,518 | tst | bezout.tst | //FICHIER_DE_TEST ADD NAME=bezout.tst,SSI=0
mode(5)
//test
un=poly(1,'s','c');
zer=0*un;
s=poly(0,'s');
[p,q]=bezout(un,s);
if norm(coeff([un s]*q-[p 0]))>10*%eps then pause,end
[p,q]=bezout(s,un);
if norm(coeff([s un]*q-[p 0]))>10*%eps then pause,end
[p,q]=bezout(un,un);
if norm(coeff([un un]*q-[p 0]))>10*%eps then pa... |
60df458a322a7a33270dab6e63e8a451eab2b339 | 449d555969bfd7befe906877abab098c6e63a0e8 | /728/CH6/EX6.11/Ex6_11.sce | 9b9bc1b54dff7d7ccc6f038c135433d1f5ec51ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_11.sce | //Caption:Calculate (i)-directivity ,(ii)-coupling, (iii)-isolation
//Exa:6.11
clc;
clear;
close;
S_13=0.1;
S_14=0.05;
C=-20*log(S_13)/log(10);
D=20*log(S_13/S_14)/log(10);
I=C+D;
disp(C,'Coupling (in dB) =');
disp(D,'Directivity (in dB)) =');
disp(I,'Isolation (in dB) ='); |
14a39a295c33fb80ea62d1e9eef3729d532a095f | 948c6e0314c1822f872350cf63aaceb3d28fa497 | /tests/test-print-UTF-7.tst | 79ca559180ffa0c3f221d95d75d6a2c894f990ce | [
"Apache-2.0"
] | permissive | archiecobbs/bom | 832eb815b40f4955e6551496bdd2598cb4f00442 | 0bab1a015bb5e53345e5422902e16f802bd4c07f | refs/heads/main | 2023-08-25T05:43:51.470221 | 2021-11-04T16:12:49 | 2021-11-04T16:12:49 | 417,213,171 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 75 | tst | test-print-UTF-7.tst | FLAGS='--print UTF-7'
STDIN=''
STDOUT='\x2b\x2f\x76'
STDERR=''
EXITVAL='0'
|
e1b610c98c953880f16529b7f7a54143154c54ef | 449d555969bfd7befe906877abab098c6e63a0e8 | /1853/CH1/EX1.2/Ex1_2.sce | 3fb8682b0398a1e29e9d1b0a6c9ad834c340ac38 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 140 | sce | Ex1_2.sce |
//resistance at 40 degree
a0=0.0043
t1=27
t2=40
R1=1.5
R2=R1*(1+a0*t2)/(1+a0*t1)
disp('value of resistance='+string(R2)+ ' ohm')
|
6bd7f26f487c40e65278c2e0f24b8ac5645e25b7 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.7_17.tst | 68e5f9796be0975d0515a7c6f5a412210366031a | [] | 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 | 24,309 | tst | bow.7_17.tst | 7 4:0.07692307692307693 12:0.5 13:0.3333333333333333 18:0.2857142857142857 22:0.1111111111111111 26:1.0 27:1.0 30:1.0 32:0.5 44:1.0 49:0.3333333333333333 52:1.0 65:0.1 66:1.0 78:0.5 86:1.0 143:1.0 145:1.0 198:1.0 241:1.0 242:0.05714285714285714 249:0.4 260:1.0 286:2.0 296:0.5 679:1.0 686:1.0 1145:1.0 1823:1.0 2428:1.0
... |
1ff359260223d8081c3cb338ee1fe44ff6692242 | 11a58845ff37a62c68aa3d790535870d78dda2e2 | /openmp/field_2.sci | 7af6e77d8b272533c36948e7c429402afce3fa56 | [] | no_license | nagataniyoshiki/kcct_d | 0752da7d1dde23a1de3d644dcecf383ea26980d7 | e8b64e89df05db4f355e3872ac35b8bc2cb08c00 | refs/heads/master | 2020-05-26T06:29:52.047768 | 2019-07-18T07:57:55 | 2019-07-18T07:57:55 | 188,136,634 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,241 | sci | field_2.sci | // 二次元音響FDTD入門 by Yoshiki NAGATANI 20150525 (http://ultrasonics.jp/nagatani/) - Field Viewer for Scilab 5
h = scf(0); // ウィンドウの準備(新しいウィンドウを開いて h というハンドラに割り当てる)
set(h, 'color_map',jetcolormap(64)); // 64 段階の Jet という色マップに設定
interval = 50; // ステップ刻み
Nstep = 1000; // 総ステップ数
image_intensity = 2000; //... |
2b5c357d3f38f97a27fde358bf9ea5c842eff935 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH5/EX5.3/Ex5_3.sce | 21b77554b8f556290f1c5df14f9335418586bffc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_3.sce | //pagenumber 286 example 3
clear
colres=4*10^3;//ohm
r1=4*10^3;//ohm
rb=20*10^3;//ohm
r=1*10^3;//ohm
hie=1.1*10^3;//ohm
//current gain
ri=rb*hie/(rb+hie);
curgai=(1/2.04)*(rb/(rb+(hie)))*(-50*colres/(colres+(r1)));
disp("current gain = "+string((curgai)));
//voltage gain
volgai=curgai*r1/r;
disp("v... |
c1890451be063b8ec29e0a6f2c7571aa195d16ea | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_Mat/log10.sce | e2221d58a0a12a3993248ed35ebe56a15213a12c | [
"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 | 102 | sce | log10.sce | // Calculating the log10.
y = [1.2, 1, 1.9; 4, 2.6, 5; 2.3, 8, 7];
log10res = armaMat("log10",y)
|
f0479aa1218807b6cf64fc416a662cec7148a3cb | 1988df91caa448a35bbf274a6d2698fe434571b1 | /axiom/diag2.tst | 42e094fdb3be7042f32374aa2337791633678bfd | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 17,357 | tst | diag2.tst | MARK begin;
COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Alex Simpson DATE: 30/10/89 * |
COMMENT | * * |
COMMENT | * SUBJECT: The Diagonalisation Lemma * |
COMMENT | * * |
COMMENT | * NOTES: Based on the original version by Fausto. ... |
71d7e32821ec0545d74929e3e7bc70eddc720c3a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH6/EX6.9/Ex6_9.sce | ef2a635b5af6a02961c4cda6b72bdfee03f783b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,384 | sce | Ex6_9.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 6 Single Staje BJT Amplifiers Pg no. 200
clear;
clc;
//Given Data
//Figure 6.25
VCC=15;//collector supply voltage in volts
RE=1.5D3;//emitter resistance in ohms
R1=12D3;//divider network resistance R1 in ohms
R2=10D3;//divider network resistance R2 in ohms
V... |
ea02341f413e52a203882ec19a07c85ffc9e220c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH1/EX1.4/Ex1_4.sce | 6fab49b8ecbd3ca6e7c6b4ae66909dc15beeddc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | Ex1_4.sce | clc
//
//
//
//Variable declaration
D=0.04 //Distance from screen
lambdaa=5890*10**-10 //Wavelength
d=2*10**-3 //Slit separation
n=10 //No. of fringes
//Calculations
x10=(n*D*lambdaa*10**-2)/d
//Result
printf("\n The position of the 10th fringe is %0.... |
2271b88c05cd95a4b12dbe01e1c21a09dbaef35e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3482/CH4/EX4.7/Ex4_7.sce | 60de967dee7c5ac84c9b2cc8d18480ef3314b4fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | Ex4_7.sce | clc;
//page 194
m1=80;//kg mass of man
m2=20;//kg, mass of ladder
m=m1+m2;//kg
g=9.81;//m/s^2 gravitational acceleration
W=-m*g;//N, j
C=-0.6*W/3;//N
Bz=-0.6*C/1.2;//N
By=-0.9*W/1.2;//N
printf(" Reaction At B is B= (%.0f) N j +(%.1f N)k\n",By,Bz);
printf(" Reaction At C is C= (%.2f) N k\n",C);
Ay=-W-B... |
92696f3ba9d36ceb9978cf9a6f19f5bb7a5bf638 | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH3/EX3.1/example1_sce.sce | 8afffb8f1ce1e9188b87c92eb8bc75aad86361f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example1_sce.sce | //chapter 3
//example 3.1
//page 73
printf("\n")
printf("given")
Vf=.7;Rl=500;Vi=22;
Vpi=1.414*Vi;
disp("Vpi")
Vpo=Vpi-Vf;
printf(" peak vouput voltage is %3.2fV\n",Vpo)
Ip=Vpo/Rl;
printf("peak load current is %3.4fA\n",Ip)
PIV=Vpi;
printf("diode paek reverse voltage %3.2fV\n",PIV) |
95f8d0239993a46709cbe912bba99238bbaf842f | 449d555969bfd7befe906877abab098c6e63a0e8 | /60/CH4/EX4.20/ex_20.sce | 4b9dd25988e5ffae233bfe0e6c8d7c73af7b3f48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | ex_20.sce | //Example(4.14) (pg no.201)
B=[1 2 0;2 1 0;0 0 -1]
lam = spec(B)
norm(B)
//Each eigen value of the matrix must have absolute value
// no bigger than the norm of that matrix |
11450a7b2ae397326516b48c2118c748eb8367e0 | 8ea401b354e99fe129b2961e8ee6f780dedb12bd | /macros/dframefunc.sci | 5806a06c148b2e751e58de093ff67b69f8d57cb4 | [
"BSD-2-Clause"
] | permissive | adityadhinavahi/SciPandas | 91340ca30e7b4a0d76102a6622c97733a28923eb | b78b7571652acf527f877d9f1ce18115f327fa18 | refs/heads/master | 2022-12-20T04:04:35.984747 | 2020-08-19T16:10:51 | 2020-08-19T16:10:51 | 288,765,541 | 0 | 1 | null | 2020-08-19T15:35:04 | 2020-08-19T15:14:46 | Python | UTF-8 | Scilab | false | false | 520 | sci | dframefunc.sci | function [dfr] = dframefunc()
// Calls and initializes dframefunc module
//
// Syntax
// dfr = dframefunc(df)
//
// Parameters
// df: DataFrame input
// Returns : dframefunc instance output
//
// Description
// Initializes dframefunc module to access pythonic functions of pan... |
98020c25b243b9cffdad8b93e9efabed3f91ab0c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3772/CH14/EX14.4/Ex14_4.sce | bfe3387d7fc98cb273fed23a48b83ee1c1650bca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 902 | sce | Ex14_4.sce | // Problem no 14.4,Page No.329
clc;clear;
close;
H=10 //m //height od dam
a=2 //m //top width
b=5 //m //bottom width
W=25 //KN/m**3 //weight of mason
rho_w=10 //KN/m**3 //density of water
//Calculations
//Let L=1 m (length of dam)
L=1
//weight of dam
W2=(b+a)*H*L*W*2**-1
////Lateral thrust
P=rho_w*H**2*L*2**-1
/... |
ec6268a1a83cf53d854ceb6036fca75a3e971fa5 | 0896434fe17d3300e03ad0250029673ebf70bacc | /sheet_4/Scilab_codes/RH_table_3.sce | 689342b7f234674486911576c2238cf466341892 | [] | no_license | TheShiningVampire/EE324_Controls_Lab | 8ff1720b852bf24dca3c172082f5f898f80f69f3 | 9aea73eed3f5a4ac6c19a799f8aebe09f4af0be8 | refs/heads/main | 2023-07-09T17:30:38.041544 | 2021-08-23T12:14:29 | 2021-08-23T12:14:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 96 | sce | RH_table_3.sce | clear
close
clc
s = poly(0,'s');
G = s^5 - 2*s^4 + 3*s^3- 6*s^2 + 2*s - 4;
disp(routh_t(G));
|
c0c99b00555b03df3632c02050210bc122cd98ad | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH4/EX4.2.2/Example4_2b.sce | ff3eced7ebe6fab4f8d4a5b152b9c045de8d89df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Example4_2b.sce | clc
//Given that
r_xz = [2,2.8282]
// sample Problem 2b Page No. 176
printf("\n \n\n # Problem 2b # \n")
r_xz = sqrt (2^2 + (2.8282)^2)
r_yz = sqrt (2^2 + (2.8282)^2)
printf (" \n Projection of vector r in xz plane is %f", r_xz)
printf (" \n projection of vector r in yz plane is %f", r_yz)
|
23af50ba105d35ae0af95c7a6c5db51c15b56978 | b67defe3c1cae63dd1a79578f840d069568034e6 | /scilab/test_numluck.sci | 041d3b863690439a24daf30ee4b70d2d84a63917 | [] | no_license | wmacevoy/luck | bf5d93ce00e8136634d715057a97706d3aa804b3 | 47e5c8eb1782a1b4f3f5b9e7583290d9a842532e | refs/heads/master | 2023-05-03T14:46:51.353817 | 2023-04-25T03:13:44 | 2023-04-25T03:13:44 | 33,452,250 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 462 | sci | test_numluck.sci | exec("mnluck.sci",2);
exec("mnsamp.sci",2);
exec("mnprobln.sci",2);
exec("numlucksetup.sci",2);
exec("numluck.sci",2);
function ok=test_mnluck()
nsamps=1000;
mu=[0.8;-0.5];
Sigma=[4 3;3 5];
x=mnsamp(nsamps,mu,Sigma);
luck=mnluck(x,mu,Sigma);
problns=mnprobln(x,mu,Sigma);
setup=numlucksetup(problns);
... |
61bd37721a0d6beb7d8169b59d084998a11966f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH24/EX24.7/example7.sce | c65011df73f00a2c78efb416dab75cc968d0b22d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sce | example7.sce | // find output voltage,power dissipation
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 24-7, page 962
clear; clc; close;
// Given data
Vin=15;// input voltage
Vz=6.2;// in volts
Vbe=0.7;// in volts
Rl=40;// in ohms
R1=3*10^3;// in ... |
df8483f1d34f3876c6f944c4356ab852ed7e4b6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH8/EX8.06/8_06.sce | d7cd4b16bff33f829894196e46ab41a3e724ed95 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,496 | sce | 8_06.sce | //pathname=get_absolute_file_path('8.06.sce')
//filename=pathname+filesep()+'8.06-data.sci'
//exec(filename)
//Pressure of steam leaving the boiler(in MPa):
p1=200
//Temperature(in K):
T1=650+273
//Pressure of steam leaving the turbine(in MPa):
p4=0.05
//From steam tables:
h2=3675.3 //kJ/kg
s2=6.6582 //kJ/kg... |
8e88a5a6b5f4418ccbf1000498e209f52c6b346e | 76b8c4ba0a69d3281b658f0fcf0ec56a96e27581 | /Scripts/seuilMultiple.sci | b3f0c42c4b57e8dd86a8431c49686765a7b0ad12 | [] | no_license | RomainJunca/ExoLife | 0824fa566b38c5061f77592df6c38c3614dd8619 | 8da1524432d0ef1137d5e73e80cec339e6ec1c33 | refs/heads/master | 2020-05-25T14:08:07.353617 | 2017-03-20T08:31:32 | 2017-03-20T08:31:32 | 84,937,995 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,102 | sci | seuilMultiple.sci | function img_out = seuilMultiple(img, seuil1, seuil2, seuil3)
size_X = size(img, 1);
size_Y = size(img, 2);
img_out = zeros(size_X, size_Y);
//tab = [seuil1 seuil2 seuil3 seuil4]
for Y = 1:size_Y,
for X = 1:size_X,
//if img(X, Y) <= seuil1 then
//img_out... |
f638c4b81f520b7d89de606adc5e3684b1d93a30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /249/CH30/EX30.1/30_01.sce | 8b8f33b5b816b0dbc318266e67368f172e4f55c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 517 | sce | 30_01.sce | clear
clc
k=sqrt(3);//hr^-1
n=1;
V=30;//m3
CR=0.12;//kgalc/kgsol
density=1000;//kg/m3
//CR in kg/m3
CR=CR*density;
CR_opt=CR/2;
alcohol_per=CR_opt*100/density;//PErcentage of alcohol
printf("\n The Percentage of alchol in cocktail is %f",alcohol_per)
//From fig 30.4
kt=1;
t=kt/k;
t_opt=2*t;
v_opt=V/t_op... |
f4733e52baf0ec79a3080ac61ce53a0fbb414328 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Knock Back Tracking.sce | e9b9abf005c682e416b4c4de86c2013f12676898 | [] | 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 | 25,660 | sce | Knock Back Tracking.sce | Name=Knock Back Tracking
PlayerCharacters=Ascended Tracking
BotCharacters=Long Strafe Bot.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Ascended Tracking
AddedBots=Long Strafe Bot.bot
PlayerMaxLives=0
BotMaxLives=1
PlayerTeam=1
BotTeams=2
MapName=KBTM.map
MapScale=5.0
BlockProjectilePredictors=true
BlockCheats=true... |
b0773dc4c1405513f989379ce4d798c490a7cbf2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH5/EX5.6/Ex5_6.sce | 43f537c6096a838e511ad4c08b1e2cdc0db97501 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 432 | sce | Ex5_6.sce | clc
//initialization of variables
clear
P=10 //tonne
E=2*10^6 //kg/cm^2
// calculations
// We have to solve linear system Ax=B
A=[1 1 1 0
3 1 -3 0
-2 2 0 -E
0 -1 2 -E]
B=[P*10^3;0;0;0]
x=inv(A)*B
W1=x(1,1)/1000
W2=x(2,1)/1000
W3=x(3,1)/1000
th=x(4,1)
//results
printf('The load taken by each r... |
bb0a6c55991c46530d8a1d3341339f915b7336b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3835/CH1/EX1.8/Ex1_8.sce | 2927d3a7b915e2610e967a403441b0b44698773d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 158 | sce | Ex1_8.sce | clear
//
res=0.02*(10**-6)
l=4000*80*(10**-2)
a=0.8*(10**-6)
R=(res*l)/(a)
printf("\n R= %0.1f ohm",R)
power=(230*230)/(80)
printf("\n power= %0e W",power)
|
9407b70d97335776f2c2f09000f048844399827b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3588/CH10/EX10.2/EX10_2.sce | 98cd4ce2566c6afa562e6aa5db4ca097e52537b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 622 | sce | EX10_2.sce | //Clearing console
clc
clear
//Intializing variables
mg = 20
k = 40
g = 386.4
//Calculating circular frequency
w1 = sqrt(k*g/mg)
w2 = sqrt(6*k*g/mg)
k1 = [1 1;2 -0.5]
f1 = [1;0.5]
k2 = [27.8 68.1;2*27.8 0.5*68.1]
f2 = [0;0]
//Solving for constants in equations of motion
u1=linsolve(k1,-f1)
u2=linsolve(k2,-f2)
fi1 =... |
722edac6351f88d3264be40fba248b1073fd3c26 | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH1/EX1.22/ex1_22.sce | 0cb77c268ffaec4c2862fef6b3ac6fe8bb90ffde | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | ex1_22.sce | V=20; //Assigning values to different parameters
I=1.5;
R1=10;
R2=15;
R3=15;
V10=R1*I;
Vab=V-V10;
I1=Vab/R2;
I2=Vab/R3;
I3=I-I1-I2;
R=Vab/I3;
disp("Ohms",R,"Value of unknown resistance"); |
7784bad21d703c1834b85028be77d751aafac28f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1691/CH1/EX1.25/Example1_25.sce | 2e7f62d1d5d944720da6d02f5bc66d44f2e111ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,787 | sce | Example1_25.sce | //Example 1.25
clc
disp("Step 1: Identify topology")
disp("By making Vo = 0, feedback current becomes zero. Hence it is a voltage sampling. The feedback is fed in shunt with the input signal and thus the topology is voltage shunt feedback")
disp("")
disp("Step 2 and Step 3: Find input and output circuit")
disp("T... |
8cca1ca1a96ce6fd10860420259f2ecfb0d9b823 | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH1/EX1.26/Ex1_26.sce | 43ff4d27e29ad293ac0adcaa6fd41034bd5ceb31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 839 | sce | Ex1_26.sce | //Chapter1,Ex1.26,Pg1.29
function [current1] = voltagetocurrent(voltage1)
resistance1=R
current1=voltage1/resistance1
endfunction
function[voltage2]=currenttovoltage(current2)
resistance2=R
voltage2=current2*resistance2
endfunction
clc;
disp("Refer to the figure shown in the question")
R=5 //... |
f8b49235178bf87a7a5b0a43810e923ac87f42ed | 181f67b4868e49ca80872d6ac088a51540f90da6 | /186A6/VIPsmallCircle.sce | d15379ee6a899b30e99492c77f093e6e5ef96822 | [] | no_license | nobody51/AP186 | 567f25ba1ad7f71ad2983860078eeaccffa46080 | cb916fc9b38b508026403a2227ffc76d490fe948 | refs/heads/master | 2021-08-28T09:35:55.488122 | 2017-12-11T21:34:46 | 2017-12-11T21:34:46 | 104,969,401 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,304 | sce | VIPsmallCircle.sce | //convolution of VIP with a small aperature
//display the image
F = (imread("C:\Users\ADMIN\Documents\PHYSICS\6thYear\186\AP186\186A6\VIP.png"));
f=scf();
imshow(F);
isoview();
//G = (imread("C:\Users\ADMIN\Documents\PHYSICS\6thYear\186\AP186\186A6\circleAp.png"));
nx = 128;
ny = 128;
x = linspace(-1,1,nx);
y = linsp... |
fdcd21ac64b834b892f1e4bf0c2c7f058581a1b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH3/EX3.3/Example3_3.sce | de64f35d9173c1f87c26708cb61a1512581f1c54 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sce | Example3_3.sce | // Computation of mass from moles
clear;
clc;
printf("\t Example 3.3\n");
moles=0.356;//moles of Zn
mass=moles*65.39;//mass of Zn, g, 1 mole=65.39 g
printf("\t the mass of Zn is : %4.1f g\n",mass);
//End
|
aac173a86f024b02c627278a3512d07a107c4834 | 449d555969bfd7befe906877abab098c6e63a0e8 | /174/CH1/EX1.14/example1_14.sce | bc15d0fd231007547ca8a30f2c1c7f5d62ecc65e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,060 | sce | example1_14.sce | // To find limiting error
// Modern Electronic Instrumentation And Measurement Techniques
// By Albert D. Helfrick, William D. Cooper
// First Edition Second Impression, 2009
// Dorling Kindersly Pvt. Ltd. India
// Example 1-14 in Page 16
clear; clc; close;
// Given data
// let I = X_1 +/- Y_1
// R =... |
2082a20490c63844f94915ff02c241f755a5ae6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH5/EX5.2/sadiku_5_2.sce | 21ac4b7b202ad5605ff7278d7779fe5fc55706da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sce | sadiku_5_2.sce | clear;
clc;
format('v',12);
ps=10^-7;
u=2;
w=0.1;
t=5;
I=ps*u*w;
Q=I*t*10^9;
disp(Q,'charge(in nC) collected in 5 sec='); |
5ea9b56236728509077b63da0e075bc020eb442c | 449d555969bfd7befe906877abab098c6e63a0e8 | /226/CH20/EX20.5/example5_sce.sce | 59bd902d3f76b23a694bf5613e4e2651f075ee69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 331 | sce | example5_sce.sce | //chapter 20
//example 20.5
//page 9
printf("\n")
printf("given")
R1=25*10^3;R2=2.7*10^3;C1=3*10^-6;Vg=.8;Vd1=8;Vs=115;f=60;
Vc1=Vd1+Vg
//assume the average charging voltage is
Vac=1.414*Vs
E=.636*Vac
//average charging
Ic=E/(R1+R2)
//charging time
t=(C1*Vc1)/Ic
T=1/f
q=(t*360)/T
disp(" concudtion angle... |
90cd77c4a56559e7dd30c0de3b881f8af81b667e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH30/EX29.6/EX29_6.sce | ba3ffa723df8c0f399a2817db023e62996144cbc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sce | EX29_6.sce | // Grob's Basic Electronics 11e
// Chapter No. 29
// Example No. 29_6
clc; clear;
// Find the exact value of Av. Also, find Vout.
// Given data
rl = 909; // Load resistance=909 Ohms
re = 3.35; // Internal emitter resistance=3.35 Ohms
Vin = 1; // Input voltage=1 Volts(p-p)
Av = rl/(re+r... |
10a5614b697a933b1aaa8ff08a4c6fbb51f00a72 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2492/CH5/EX5.6/ex5_6.sce | 07be656fe38b36a713ee51b6fd0491454ea00118 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | ex5_6.sce | // Exa 5.6
format('v',5)
clc;
clear;
close;
// Given data
// Vo = -R_L*Io = ( (-R_L*Rc)/(Rc+R_L+(1/SC)) )*h_fe*Ib;
R_C = 4;// in k ohm
R_L = 2;// in k ohm
R = R_C+R_L;// in k ohm
R= R*10^3;// in ohm
C_L = 10;// in µF
C_L = C_L * 10^-6;// in F
// Vo/Ib =Aos/(S+(1/R*C_L));
f_L = 1/(2*%pi*R*C_L);// in Hz
di... |
30229dd63e51871b7f0688de8790b974222a4d8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH1/EX1.A.6/1_A_6.sce | 7230237e11f2cd2dc99230eee1796342866515a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 146 | sce | 1_A_6.sce | e0=8.85E-12
er=1
A=%pi*(1/200)^2
d=150/1000000
C=er*e0*A/d
E=1/1000
v=sqrt(2*E/C)
disp(v)
E=2/1000000
v=100
er=2*E/(v^2)/C
disp(er) |
7125f81ba6dfbce9f99db44e2c2d769a8f81db40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1664/CH1/EX1.1/Ex1_1.sce | 49d50dc0d8c1e6797d05d7778e27bb21cccf78b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | Ex1_1.sce |
// Example No.1.1.
// Page No.28.
clc;clear;
t = 0.15*10^(-2);//Thickness of the quartz crystal -[m].
Y = 7.9* 10^(10);//Young's modulus of quartz -[N/m^2].
d = 2650;//Density of quartz -[kg/m^3].
f = (1/(2*t))*(sqrt(Y/d));//'f' is fndamental frequency of vibration.
f = f*10^(-6);//fundamental frequency of v... |
7928a206bcafdeedaa86c00353bc1f5e2ee78a2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH6/EX6.3/6_3.sce | 5e3e6e4b712394adc8fa590464d1d0db3e6639a6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,166 | sce | 6_3.sce | // 4*6 inch wood beam dimension
// 4*0.5 inch steel beam dimension
M = 60 ; // Moment in k-in
E1 = 1500 ; // in Ksi
E2 = 30000; // in Ksi
b = 4; // width of crosssection in inch
// Transformed Section
n = E2/E1 ; // Modular ratio
b1 = n*4 ; // Increased width of transformed cross section
// Neutral axis
h1 = ((3*4*6)+(... |
52f1d3440f9fb34b2857cebb66a533b5f0f9018c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH2/EX2.20/2_20.sce | 03b9dfe6108ace5b5a43538981049a4af3b9d169 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,169 | sce | 2_20.sce | clc,clear
printf('Example 2.20\n\n')
P=4, I_a1= 50, N_1=2000, V=230
//phi_1 is proportioanl to total ampere-turns produced by field coils
//phi_1 (prop.) I_a1*P*n (prop.) 200*n (1)
//After reconnection, phi_2 proportional to ampere turns divided as follows
//phi_2 (pr... |
8ba8722718b32413173012d096c55eb5d9b4f0a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2048/DEPENDENCIES/xdync.sci | e082e587f27381611b780cf992a4b14e33632ed9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,179 | sci | xdync.sci | // function [Y,degY,X,degX,B,degB,A,degA] = xdync(N,degN,D,degD,C,degC,gap)
// given coefficient matrix in T1, primary redundant row information sel,
// solves XD + YN = C
// calling order changed on 16 April 2005. Old order:
// function [B,degB,A,degA,Y,degY,X,degX] = xdync(N,degN,D,degD,C,degC,gap)
function... |
c5eaf93e202d675435dbd1fef3087a9540e0cf54 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1541/CH1/EX1.34/Chapter1_Example34.sce | 93c7f2ac666db2db437acde33ca073f734ca15e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,082 | sce | Chapter1_Example34.sce | //Chapter-1, Example 1.21, Page 1.49
//=============================================================================
clc
clear
//INPUT DATA
Pi=8800;//Input power in W
Ra=0.5;//Armature resistance in ohm
No=1260;//Speed of the motor at no load in rpm
V=240;//Line voltage in V
Pm=18800;//Gross mechanical power... |
b2d6bc81b681816cd3808facc11c1e4ba5fa7656 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH7/EX7.1/Ex7_1.sce | 682461a1ea1d59b03f0929f8916ca7b00385ce23 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 222 | sce | Ex7_1.sce | clc
//
//
//
//Variable declaration
A=50/1.4 //Amplitude which is A=(50f/1.4*W**2)
Amax=50 //Max Amplitude which is Amax=(50f/W**2)
//Calculations
Rat=A/Amax
//Result
printf("\n The Value of A/Amax is %0.2f ",Rat)
|
adb113675e95543e6058dc5b39e26e6c35475ece | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /idframe.sci | 2a2d5af7cd1e9686d4ae83fd625852de9ecd690d | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 409 | sci | idframe.sci | function X = idframe(Output,Input,Ts,Unit,Start,End)
[lhs,rhs] = argn(0)
n = size(Output,'r');
if(rhs<4)
Unit = 'Seconds'
Start = 0
End = [];
end
if(rhs==6)
if(End~=null)
Start = End - Ts*(n-1)
end
end
X = struct('Output'... |
08349fa33628d6c629b2908b0ccfffc4af3c68cd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH14/EX14.2/Ex14_2.sce | 5cb85d07e9d291b852f67b5529ef1b7c87e544d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | Ex14_2.sce | //Initilization of variables
d=500 //mm
wo=0 //rpm
w=300 //rpm
t=20 //s
t1=2 //s
//Calculations
alpha=(2*%pi*(1/60)*(w-wo))/t //rad/s^2
w1=wo+alpha*t1 //rad/s
v=(d/(2*1000))*w1 //m/s
a_n=(d/(2*1000))*w1^2 //m/s^2
a_t=(d/(2*1000))*alpha //m/s^2
a=sqrt(a_n^2+a_t^2) //m/s^2
theta=acosd(a_n/a) //degrees
//Res... |
062368c9e0f873f3d078b347ab8f1b3817be75a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH9/EX9.9/Ex9_9.sce | 3a650583f9e2e0491a4c488964b322b03b5bac4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sce | Ex9_9.sce | clear
//variable declaration
//summation of all horizontal forces is zero & vertical forces is zero.
//Let the left support C be at a distance x metres from A.
P1=(30) //vertical down load at A,KN
Pu=(6) //uniform distributed load over whole span,KN/m,(20m of span)
P... |
dba8b83454796ed52591aeb16b9b8e9d6c30e7f6 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /yamasho2.sce | 1d2ee5c0fee0be437773aeaeef71fb48487e2cb2 | [] | 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 | 168,443 | sce | yamasho2.sce | Name=yamasho2
PlayerCharacters=Ascended Tracking
BotCharacters=Long Strafe Bot.bot
IsChallenge=true
Timelimit=90.0
PlayerProfile=Ascended Tracking
AddedBots=Long Strafe Bot.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=ascended90_far.map
MapScale=5.0
BlockProjectilePredictors=true
BlockCheats=false... |
371a1c9e92d69f5f61300d619d7167d2a80730ca | 449d555969bfd7befe906877abab098c6e63a0e8 | /3434/CH14/EX14.4/Ex14_4.sce | 3f1d38f1701769741daaeb67dcdc1a59addccae2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 228 | sce | Ex14_4.sce | clc
//given data
A=500 // annual amount invested each year in rs
i=9 // interest rate in %
n=6 // time in years
F=A*(((1+i/100.0)**n)-1)/(i/100.0) // future amount in rs
printf("The Future amount will be Rs %.0f ",F)
|
69ca6df8e911370d03131b9b1c2ff6d006df5fc1 | 33f77c32fb16283501d950b6fc6b43a07914f32e | /scilab_autopilot/lib/phys/dyn/dyn_getAtt.sce | 7069137d13f141533ca309ed94951eb62aaceb20 | [] | no_license | CLUBMODELISMECEADSTOULOUSE/autopilot | 26b79d6a2a632f08989a5528e82f553616617646 | a6ffae2f8a86fbc79e636ddd5173af104e1af9cd | refs/heads/master | 2021-01-21T00:59:06.271128 | 2015-10-25T09:31:54 | 2015-10-25T09:31:54 | 34,409,237 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | sce | dyn_getAtt.sce | function [Q] = dyn_getAtt(X)
Q = X(7:10,:);
endfunction
|
159d35875c7718fcb32efe8d93e9012d2a54ec74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1682/CH2/EX2.3/Exa2_3.sce | 202d1ec63a1a65ffc629ac93f10eed9d08700c59 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 756 | sce | Exa2_3.sce | //Exa2.3
clc;
clear;
close;
//given data
LatheCost=200;//in Rs/hour
grinderCost=150;//in Rs/hour
//given data for Design A
HoursOfLathe=16;//in hours/1000Unit
HoursOfGrinder=4.5;//in hours/1000Unit
TotalCostA=LatheCost*HoursOfLathe+grinderCost*HoursOfGrinder;//in Rs/1000unit
disp(TotalCostA*100000/1000,"Tota... |
b48d7e2ebd1bf0598b61115a1dd433b95616c186 | 98187bfe7a07f2d387b0cc75137b39b9eb012d00 | /SqueletteAntueJoul.sce | 3b20d03287820145f9cb2f116cc184c8b9ee378c | [] | no_license | Minial/Squelette | a50b9ec88f135d1392bf336478a7854973c25009 | 6356c7e1f52d45ff153335565b7049ff2f297b7b | refs/heads/master | 2020-04-19T11:41:10.640079 | 2019-02-03T16:40:38 | 2019-02-03T16:40:38 | 168,173,672 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | SqueletteAntueJoul.sce |
exec('./OuvertureC.sce',-1)
exec('./ErosionC.sce',-1)
function [NonVide] = VerificationImage(Img)
[x,y]=size(Img)
NonVide=%F
for i=2:x-1
for j=2:y-1
if (Img(i,j)==1)
NonVide=%T
end
end
end
endfunction
function [ImgS] = SqueletteAntuejoul(Img)
... |
ad82886e275b39bb8b67ca783c4b37e24ba28665 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1985/CH2/EX2.10/Chapter2_example10.sce | 02a194f38ddbc9fd7a8e7b1d550247c26109ce3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | Chapter2_example10.sce | clc
clear
//Input data
p=(1.01*10^5)//Standard atmospheric pressure in N/m^2
K=(16*10^10)//Bulk modulus in N/m^2
dp=(p-10^2)//Change in pressure in N/m^2
//Calculations
dvv=(dp/K)//Change in volume to initial volume
fv=(dvv/10^-7)//Fractional change in the volume *10^-7
//Output
printf('The change in volu... |
7ac5e035539f004652f0eda9f27a43d974675053 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH6/EX6.4/6_4.sce | 488063c6e58dcfc76fa310796d3b102f7c5f1fc6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | 6_4.sce | //To calculate the dielectric constant of material
N = 3*10^28; //density, atoms/m^3
alpha_e = 10^-40; //electronic polarizability, Farad-m^2
epsilon0 = 8.854*10^-12;
epsilon_r = 1+(N*alpha_e/epsilon0); //dielectric constant of material
printf("dielectric constant of material is %5.3f",epsilon_r);
|
6102c280be8cf4207df3a2778febdd006336bd2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH11/EX11.2/11Q2.sce | 26bf3e6ae3e4ed0e635d1a2356a7d3e512c6aa2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 156 | sce | 11Q2.sce | clc
// one value of e is done
Gs=2.75
A=30.68
Ms=128
p=1
Hs=Ms/(A*Gs*p)
H=2.540
Hv=H-Hs
e=Hv/Hs
printf('the value of e for give values = %f',e)
|
d2911711ef835c0f5026e0e9a428cb9ace40270e | 389bd4af3bf5a0f54f51e8aafea5035f568ba445 | /soru2_2510.sce | ac75596d4a4a2fcf31b4aa56af0c556ed14b860f | [] | no_license | esraatlici/Bilgisayar-Destekli-Matematik | d47f057d9cb7ee987e367c67f8923cfcf02342d8 | dae1079f60fc7e0d3b54802b4cbed9182b52fcd7 | refs/heads/main | 2022-12-25T11:14:25.575530 | 2020-10-05T15:09:58 | 2020-10-05T15:09:58 | 301,447,895 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | soru2_2510.sce | function g=f(x)
k=1;
for x=0:0.5:10
t=x^2+exp(-2*x);
if(t>0)
r(k)=t;
end
k=k+1;
end
g=(r);
endfunction
|
eb5652a861a22a14322f44773929a53627451437 | 0638ccf4a1cb5242bee84d80c656709ff4eba73b | /Practice/Encoder4Way.tst | e6c4a18d34d53bcadfa2995236d5a95a959d521a | [] | no_license | siyeol/Logic-and-Computer-Design | 3bc584200083d685258df89b898f5b0111c005de | 6970c81a9977f4d4e5b2bfd47d9ee464ac5a2d45 | refs/heads/master | 2023-06-21T21:35:22.794565 | 2021-07-14T16:12:58 | 2021-07-14T16:12:58 | 262,973,492 | 0 | 0 | null | 2020-05-12T10:19:02 | 2020-05-11T07:42:18 | Scilab | UTF-8 | Scilab | false | false | 272 | tst | Encoder4Way.tst | // Modified by Minho Kim (9 Oct 2014)
load Encoder4Way.hdl,
output-file Encoder4Way.out,
compare-to Encoder4Way.cmp,
output-list in%B1.4.1 out%B2.2.2;
set in %B0001,
eval,
output;
set in %B0010,
eval,
output;
set in %B0100,
eval,
output;
set in %B1000,
eval,
output;
|
aff9355fdbd3ba84edb5ffe0b0ec6ea436c21842 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH6/EX6.6/6_6.sce | b3ce8012efb5be7cef94839364bcfc378e20f9eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 584 | sce | 6_6.sce | ////Variable Declaration
dGfFe = 0.0 //Std. Gibbs energy of formation for Fe (S), kJ/mol
dGfH2O = -237.1 //Std. Gibbs energy of formation for Water (g), kJ/mol
dGfFe2O3 = -1015.4 //Std. Gibbs energy of formation for Fe2O3 (s), kJ/mol
dGfH2 = 0.0 //Std. Gibbs energy of formation for Hydrogen (g), ... |
39d49378d78a3eedf811efb971774297a961337a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1787/CH7/EX7.2/Exa7_2.sce | c941602524cfd5719938166dffb1cd404fb41210 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 196 | sce | Exa7_2.sce | //Exa 7.2
clc;
clear;
close;
//given data :
delVDS=1.5;//in Volt
delID=120;//in uA
delID=120*10^-6;//in A
rd=delVDS/delID;//in Ohm
disp(rd*10^-3,"AC drain resistance of JFET in Kohm : "); |
8c6d0e1e4b2901c6bf0c04dbfcbebab039b3a7e0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH6/EX6.4/Ex6_4.sce | 23d34d8073f19d4cf215ba47092eb6e473f7da31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_4.sce | //Example 6_4
clc();
clear;
//To find the recoil velocity of the gun vgf
//As we know that Momentum before = Momentum after
//((m*vb0)+(M*vg0))=((m*vbf)+(M*vgf))
// As vb0=vg0=0
printf("The recoil velocity of the gun is Vgf=-(m/M)*Vbf")
|
eb5ef5f6e7738b7861f03043e4857a518a696fbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH23/EX23.8/23Ex8.sce | fb5120cb5ef72fdf1b278452efb30fd6c0c4c650 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 137 | sce | 23Ex8.sce | //chapter 23 Ex 8
clc;
clear;
close;
n1=50; n2=10;
ans1=log10(n1)
mprintf("The value of log %d to base %d is %.3f",n1,n2,ans1);
|
3e86acb4074cef299eae435de91d7cd550c85485 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH2/EX2.46/ex46.sce | 59fa2ab4533ae7d321200965b0f2ac6dba0cad4d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | ex46.sce | clear
clc
x=poly([0],'x')
A=[1 1 3;1 3 -3;-2 -4 -4]
disp("eigen values of A are ")
spec(A)
disp("let ")
a=4.2568381;
b=0.4032794;
c=-4.6601175;
disp("hence,the characteristic equation is (x-a)(x-b)(x-c) ")
p=(x-a)*(x-b)*(x-c)
disp("inverse of A= ")
inv(A) |
7c08fa9253fa02f33cd92fbaf444baf6c2bdb02e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH26/EX26.9/26_9.sce | 5afc1644edd9399026814c45d39e92af035b7d29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | 26_9.sce | clc;
p=5; //atm
v=1; //volume in litres
t=293; //Kelvin
R=0.0821; //constant in atm-l/mole-K
n=(p*v)/(R*t); //calculating n
disp(n,"n = "); //displaying result
m=n*32; //moles of O2
disp(m,"Moles of O2 = "); //displaying result
d=m/v; //cal density
disp(d,"Density in g/litre = "); //... |
f0585d52ac1718a5f284444ac9defe6cd4409987 | 449d555969bfd7befe906877abab098c6e63a0e8 | /162/CH8/EX8.7/example87.sce | f4d2e509bc35cf31ac22c36a6df69590fd203707 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 619 | sce | example87.sce | //Example 8.7
clc;
// Define the polynomial
s=poly(0,"s");
p=8+4*s+4*s^2+2*s^3+2*s^4+s^5;
// Calculate the routh of above polynomial
r=routh_t(p);
S=roots(p);
disp(r,"Routh array=");
disp(S,"Roots=");
A=r(:,1);
c=0;
x=0;
for i=1:5
x=A(i,1);
if x<0
c=c+1;
end
end
if(c>=1) then
... |
cf83c0c5af85eef4f97c5dc913602974261165c6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH5/EX5.2/ex_5_2.sce | 49ed478de56e8abf65b10baa43c96768f3c66e50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | ex_5_2.sce | //Example 5.2: Coulomb sensitivity
clc;
clear;
close;
//given data :
C=1.5*10^-6;// in F
V=15;// in V
d1=20;// in cm
Q=C*V;
Sb=(d1/Q)*10^-5;
disp(Sb,"Coulomb sensitivity,Sb(mm/micro-C)")
|
5b44838e8853b991b505177e4ba3f0d19f942e09 | 3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc | /Área 1/Aula 4/Metodo_Newton_questionario_6.sce | 4cd5498dd15fdb90b8e7a35af46f510c5847125c | [
"MIT"
] | permissive | JPedroSilveira/numerical-calculus-with-scilab | 32e04e9b1234a0a82275f86aa2d6416198fa6c81 | 190bc816dfaa73ec2efe289c34baf21191944a53 | refs/heads/master | 2023-05-10T22:39:02.550321 | 2021-05-11T17:17:09 | 2021-05-11T17:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 178 | sce | Metodo_Newton_questionario_6.sce | x = -3.8
format(25)
for i = 1:3
esp1 = cos(sqrt(x^2 + 1)) - sin(x)
esp2 = ((-1*sin(sqrt(x^2 + 1)) * x)/(sqrt(x^2 + 1))) - cos(x)
x = x - (esp1/esp2)
disp(x)
end
|
b4569ea195f262aee711f9eb02be340812e7afcc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH4/EX4.3/chapter4_ex3.sce | cf61b12f864ab07a1a245f3ac1c2ac1e21b305b6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 993 | sce | chapter4_ex3.sce | clc
clear
//input
r1=10;//resistance of first coil in ohms
l1=0.05;//inductance of first coil in henry
v1=150;//limit of voltage drop across of first coil in volts
v=240;//supply a.c. voltage in volts
f=50;//frequency of supply in hertz
a=40;//angle by which current lags the combined circuit after adding anot... |
a4b5dcbbdf6ce9aa3e2d7efa34e43a3b612f57d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1319/CH12/EX12.2/i_2.sce | 244083f5462e8026fad20211d3b5149d165dc1e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | sce | i_2.sce | // Compute Average lighting current
clc;
clear;
q=20;
t=(10)*(10^-3);
// Coulomb's Law
I=q/t;
disp('amperes',I,'The Average Lightning current =')
|
d82c079099a04559038251c6f7e6f79ab929a587 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3792/CH7/EX7.6/Ex7_6.sce | 5a6ce6d191a5d46a95e7c1b8c7905bc45f9a78ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,314 | sce | Ex7_6.sce | // SAMPLE PROBLEM 7/6
clc;funcprot(0);
// Given data
m=70;// The mass of bent plate in kg
omega=30;// rad/s
x_A=0.125;// m
y_A=0.100;// m
x_B=0.075;// m
y_B=.150;// m
d_x=0.0375;// m
d_y=0.125;// m
d_z=0.075;// m
// Calculation
// Part A
m_A=x_A*y_A*m;// kg
m_B=x_B*y_B*m;// kg
I_xxA=((m_A/12)*(y_A^2+x... |
3987f5112b2e7417c0d2aa0a54fdde78e0fa44d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH2/EX2.3/Ex2_3.sce | bfc6eef8cf27a637ccc598ae286c5d05cceb613f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | Ex2_3.sce | // Exa 2.3
//TO find Offered Load.
clc;
clear all;
B=0.05; //Blocking(5%)
CL=3000; //Carried Load in CCS
//Solution
//Offered Load=Carried Load/(1-Blocking);
OL=CL/(1-B); //Offered Load in CCS
printf('Offered load is %d CCS \n',round(OL));
printf(' Overflow is %d CCS \n',round(OL)-CL);
|
304586064977339eddfd2be62250417f558cf336 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH10/EX10.3/ex10_3.sce | 52d12459f67d05fdb63ddff85d992916c932fb57 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,277 | sce | ex10_3.sce | clc;
Cp=1.1; // Specific heat of combustion gas in kJ/kg K
T3=1600; // Initial temperature of combustion gas in Kelvin
T4=1150; // Final temperature of combustion gas in Kelvin
p1=0.1; // Pressure at inlet of boiler in MPa
p2=8;// Pressure at outlet of boiler in MPa
T2=600; // Temperature at outlet of boiler in d... |
9851cc3f9fb6541608e752cdd58fa1bf298eeca1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/DEPENDENCIES/9_2_data.sci | 3881cff4d3939c2974deec106f641e25836eb606 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | sci | 9_2_data.sci | //Crank travel(in degrees)
Tc=25;
//Speed(in rpm)
N=2500;
//API(in degree)
API=30;
//Coefficient of velocity
Cd=0.875
//Injection pressure(in bar)
pinj=150;
//Combustion chamber pressure(in bar)
pcyl=40;
//Power developed(in kW)
P=25;
//Specific fuel consumption(in kg/kWh)
bsfc=0.3; |
d73704e7d48d4c04dc9553c69d0e93ff50209735 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2594/CH8/EX8.7/Ex8_7.sce | 2543f623642df9a6000358348aeb1d10ed7b5dfa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 996 | sce | Ex8_7.sce | clc
Nd=10^16
disp("Nd = "+string(Nd)+" /cm^3") //initializing value of donor ion concentration.
Vms=-1.12
disp("Vms = "+string(Vms)+" V") //initializing value of metal semiconductor work function difference.
Er=3.9
disp("Er = "+string(Er)) //initializing value of relative dielectric permittivity constant .
Eo=8... |
b7615ae2fb1299413dfa66ba462e5f2fcb64e5b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1757/CH13/EX13.6/EX13_6.sce | 460417e36ca7440d2534a7d7e8d9f47cc60126b4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | EX13_6.sce | //Example13.6 // Determine the frequency response of the astable multivibrator circuit
clc;
clear;
close;
Vsat = 2.5 ;
VT = 0.7 ;
// The frequency of the astable multivibrator is
//f = (1/(2*R*C*log((Vsat+VT)/(Vsat-VT))));
disp('The frequency of the astable multivibrator is= 0.87/RC ');
|
f38d7d69c07dd3e6ca26f8f322e0b1446b837783 | 244971ae8af51184d278cdc2be1c80775413adae | /SSSoPolDelay.sci | 8f302d0906970a0cd0d5a2409ad7c13cfd0c5c76 | [] | no_license | MSCA-SIMFREE/748767 | 5879f1f139b608c7cd2f1bd62325b281c9c1e7d1 | 4726206e514f1e47e939e73b9339c056057866db | refs/heads/master | 2020-12-27T15:21:13.646362 | 2020-02-03T11:40:00 | 2020-02-03T11:40:00 | 237,951,088 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 851 | sci | SSSoPolDelay.sci | // The code was developed under Horizon2020 Framework Programme
// Project: 748767 — SIMFREE
function Out=SSSoPolDelay(In,Delay_ps)
// Polarization Delay
//
// Calling Sequence
// Out=SSSoPolDelay(In,Delay_ps)
//
// Parameters
// In : Optical Input
// Delay_ps : Delay of the X-pol... |
26e84c2994968017574c174afd766505bcccafe1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH3/EX3.10/ex3_10.sce | 7aaa4147fd0d004f40687e8d4c2e31e13d621581 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 289 | sce | ex3_10.sce | // Exa 3.10
clc;
clear;
close;
// Given data
V1 = 18;// in V
V2 = 270;// in V
R = 1;// in K ohm
R = R*1000;// in ohm
V = (V1*R)/(V2+R);// in V
disp(V,"The open circuit voltage in volts is");
if V>=10 then
disp("The zener diode is operating in the breakdown region.")
end
|
380ac016e09bbc42d77588cafbd06ab71d896008 | 449d555969bfd7befe906877abab098c6e63a0e8 | /686/CH16/EX16.3/Ex16_3.sci | a25e879eafc43c1e5cfab504d3c7e62bae47bec1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 641 | sci | Ex16_3.sci | clc();
clear;
// To determine the specific heat of air
p = 14.7; // Pressure in psi.
Tb = 68; // Dry bulb temperature in F
Tw = 50; // Wet bulb temperature in F
// In the enthalpy-specific heat diagram, the isotherm 50F in the supersa... |
d9be9786e7c6889383f8c02942cda703f91c2608 | 717ddeb7e700373742c617a95e25a2376565112c | /3428/CH21/EX14.21.15/Ex14_21_15.sce | 8e2672cdb11c1f52cf34dd17c6d77db93891ce64 | [] | 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 | 373 | sce | Ex14_21_15.sce | //Section-14,Example-2,Page no.-PC.30
//To calculate pressure exerted using ideal gas equation and Vanderwalls equation.
clc;
n=5
R=8.314
T=300
V=1*10^-3
P_1=((n*R*T)/V)
disp(P_1,'Required pressure using ideal gas equation(Nm^-2)')
a=0.1378
b=0.0318*10^-3
P_2=(((n*R*T)/(V-n*b))-((a*n^2)/(V^2)))
disp(P_2,'Re... |
4f47c05eae4a63dfb6704b6c8130f177cef6af5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1694/CH2/EX2.41/EX2_41.sce | b7b10c1ae4ccaba9c14d35daba6c83685b1d5c8a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | EX2_41.sce | clear;
clc;
printf("\nEx2.41\n");
//page no.-87
//given
h=6.6*10^-34;..........//planck's constant in J-sec
m=9*10^-31;.........//mass of electron in kg
w=6.4*10^-19;.........//work function in joule
nu=10^15;.............//frequency in hertz
v=sqrt((2*(h*nu-w))/m)............//velocity in m/sec
printf("\... |
3d55b19309eba20a65e1a39e9a4d9f97e2aa2e3b | bae725b750433ba5d58470784eeb87687023da7e | /macros/Bifur.sci | 24f26836ea67b45f1368a19ea5d354e8e2500057 | [
"MIT"
] | permissive | aamadou/IsItChaos | eac61da272b4fb22f83bdceaceb5774385f481e5 | def74ddd5710898f876a9a7d39916e5cc1a8b6b5 | refs/heads/master | 2016-08-04T21:00:17.832904 | 2014-03-24T13:18:39 | 2014-03-24T13:18:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 972 | sci | Bifur.sci | function [orbits]=Bifur(Map,NbrItiCalc,XO,Aini,Afin,Etap,NbrItiGraph)
orbits=[]
if ~isdef('Map','local')...
then
Map=orb
end;
if ~isdef('Aini','local')...
then Aini=0
end;
if ~isdef('Afin','local')...
then Afin=-2
end;
if ~isdef('Etap','local')...
... |
bae27d650884e2ac8c52aa385436efe0b6b2c94e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2708/CH1/EX1.18/ex_1_18.sce | 1d5e938f0dcbb431fcb517c844556db34160f0b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | ex_1_18.sce | //Example 1.18 // wavvelength of light
clc;
//given data :
b=.5D-2;//distace between succesive fringes in m
u=1.4;//refractive index of cellophane
a=10;//angle of wedge in sec
a=a*%pi/(60*60*180);//to convert in radian
w=2*u*a*b;
w=w*1D10;//to convert in A
disp(w,"wavelength of light used in A")
//note: Pi ... |
f2a558f2dfef781b83486741e7e54a5f58612eed | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH7/EX7.2/Example_7_2.sce | 1140add3c9a6cbebc2a6139dfb8be2f1fe0ca899 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,172 | sce | Example_7_2.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 7
//Properties of Solutions
//Example 2
clear;
clc;
//Given:
V = 0.1; //volume of mixture required (m^3)
Ve = 0.03; //volume of alcohol
Vw = 0.07; //volume of water
de = 789; //density of ethanol (kg/m^3)
dw = 997; //density of water (kg/m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.