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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6044e0b4ef13f40e42189d80bdb0e9338657098f | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH17/EX17.2/Example17_2.sce | 5ecaaa9124e9cf3c145a4c555235a84050118465 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sce | Example17_2.sce | exec('Example17_1.sce', -1)
clc
//Sample Problem 17-2a
printf("\n\n**Sample Problem 17-2a**\n")
v = numdiff(list(wave, 22.5*10^-2), 18.9)
printf("The velocity of the particle is %fm/s\n", v)
//Sample Problem 17-2b
printf("\n**Sample Problem 17-2b**\n")
dx = 0.001
a = (numdiff(list(wave, 22.5*10^-2), 18.9+d... |
d3a03fae02cf92f37871fe73d238deeef5c61eb8 | f78a758dc17a311b355e12366d1315f7a9c2b763 | /Volkswagen/VW 80000 2013/E-10 Short interruptions 1.tst | 7035abacd72120fe56cce5914053d528d0735fc8 | [] | no_license | CZPFOX/Standards | 9dbf036f7e3e5767c23872c884ae7da83e66f81c | af34157e6e447d1a2b39136b9f3734feb663d9bb | refs/heads/master | 2020-06-18T12:58:06.033918 | 2019-07-11T02:55:42 | 2019-07-11T02:55:42 | 196,309,147 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,595 | tst | E-10 Short interruptions 1.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AutoTest version="2.0.0" wavetype="15">
<Title>Test case 2-S2 negates S1</Title>
<Organization>Volkswagen</Organization>
<Standard>VW 80000 2013</Standard>
<Item>6.10 E-10 Short interruptions</Item>
<system>
<PowerSystem>3</PowerSystem... |
d8c8221446aa68e9b4cae63c2d12c67bdf11edbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH14/EX14.4/Example14_4.sce | 8ca20c90362cef9fc0665ef9d8c6963c9a7bf0a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 252 | sce | Example14_4.sce | //computation of Kp from Kc
clear;
clc;
printf("\t Example 14.4\n");
Kc=10.5;
delta_n=1-3;
T=273+220;
Kp=Kc*(0.0821*T)^delta_n;
printf("\t the value of the equilibrium constant of the reaction is : %4.2f *10^-3\n",Kp*1000);
//End
|
c2310e50f20639d15eb518edef081c322ccf8046 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH13/EX13.1/131.sce | e25505f583d9fc6cb9714cb7353c70bf638a6039 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,026 | sce | 131.sce | clc;
//Example 13.1
//page no 136
printf("Example 13.1 page no 136\n\n");
//calculate average velocities for which th flow will be viscous,laminar
//(a) water at 60 deg F in a 2-inch standard pipe
R_e=2100//reynolds number <2100, for laminar flow
meu_w=6.72e-4//viscosity of water,lb/ft.s
rho_w=62.4//density of... |
7ba39e1d78c7488cbb765af538e4329d80bd15fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2231/CH1/EX1.2/Ex_1_2.sce | 209ec6816646627a98ec48a3953acf50925e85b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sce | Ex_1_2.sce | //Example 1_2
clc;
clear;close;
//Given data
dv_dt=190;//V/µs
IC=8*10^-3;//A
//Solution :
C=IC/(dv_dt/10^-6);//F
disp(C,"Capacitance of depletion layer in F : ");
|
c7c69ac3d3203bef5eae4c7594705e8a491b8f21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH5/EX5.13/Ex5_13.sce | bee2a03f5ebcb30db63b4dada5652859f52faef9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 456 | sce | Ex5_13.sce | clear
//
n=1.25 //number of turns
o=2*3.14*n //angle of contact
u=0.3 //coefficient of friction
t=600.0 //force at the other end of the rope
//if the impending motion of the weight be downward.
T2=t*%e**(u*o)
W=T2
printf("Maximum weight is %f",W)
printf("\n an... |
cff0e86c5919a71d7eb941573133f5b023d98d23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH6/EX6.13/6_13.sce | 9c70237fcba479456fdcabb57fdcd76fb0f04f8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | 6_13.sce | //Eg-6.13
//pg-302
clear
clc
//zc-confidence level
A=[3 99.73;2.33 98;1.96 95;1.65 90;1.28 80;1 68.27];
//mean and standard deviation
x=24.8;
s=1.35;
n=60;//two months
//90% confidence level
zc=1.65;
limit1=x-zc*s/n^.5;
limit2=x+zc*s/n^.5;
//95% confidence level
zc=2.33;
lim1=x-zc*s... |
bf6d5a9a723a85916cdefbd047380b5d10692faf | 449d555969bfd7befe906877abab098c6e63a0e8 | /405/CH10/EX10.18/10_18.sce | c02ee4bef5cb6ec636e9ddab8abd27ec69542df9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,527 | sce | 10_18.sce | clear;
clc;
printf("\t\t\tExample Number 10.18\n\n\n");
// variable-properties analysis of a duct heater
// Example 10.18 (page no.-562-564)
// solution
d = 0.3;// [m] diameter of duct
Tma = 700;// [K] temperature of hot air
E = 0.6;// emissivity of outside duct surface
Tinf = 20+273;// [K] room temperature
... |
0ed083bbca6333fee58bc0d7cd3dc2a7bd87ce7d | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH3/EX3.12/example_12.sce | acb84650c6ba356474dd5817c8746f3833eddbae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 625 | sce | example_12.sce | clc
clear
printf("example 3.12 page number 99\n\n")
//to find the fraction of air recirculated
r = 50 //weight of dry air passing through drier
w1 = 1.60 //in kg per kg dry solid
w2 = 0.1 //in kg/kg dry solid
H0 = 0.016 //in kg water vapor/kg dry air
H2 = 0.055 //in kg water vapor/kg dry air
y ... |
3b2f6b9c766b880f1b8ea8974070715becc8d9f9 | 6227c5ef4e1c5d72cdebd6eac81f82161dda7e17 | /digi_dc_dc/Scilab/AnalogRegulators/implementTypeIopamp.sci | bc9eafcdf0f2d4bb5ee6883f332559fc3a5c27ba | [] | no_license | maxsimmonds1337/Scilab | b4e8a03a9fbeda4d8f6e51e07d205bcf51addce8 | b413659e2b697565c24ad440d158f5bd28203570 | refs/heads/master | 2022-11-04T23:17:50.045864 | 2020-06-13T20:35:24 | 2020-06-13T20:35:24 | 272,081,285 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sci | implementTypeIopamp.sci | //Implement type II with op-amp from Designing control loops for linear and switching power supplies Cristphe basso (section 5.2))
function [R1,C1,implemented]=implementTypeIopamp(regulator,wp0,fc,R1)
//Definition of the Laplace variable
s=poly(0,'s');
C1=1/(wp0*R1);
//Verification of the bode plot
implem... |
305ab42f0f7ec9faee136c3ac912f8fca1a0cab4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH15/EX15.1/example15_1.sce | 9ff7b77a44e461bcb3baad0a1ea01685864f53e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,114 | sce | example15_1.sce |
//example 15.1
//design a channel by Kennedy theory using Garret's diagram
clc;funcprot(0);
//given
Q=7; //full supply discharge
N=0.0225; //rogosity coefficient
S=1/4444; //bed slope
m=1; //critical velocity ratio
s=1/2; //side slope
//... |
495a3f111e0ba59e1f28072550978115ad81c25f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH3/EX3.2/Ex3_2.sce | 9ce3b10ee424812981e5a6b53a0e097ccc2d118f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | Ex3_2.sce | //Example 3.2//
rCu=0.128;//nm //atomic radius copper (From appendix 2)
a=(4/sqrt(2))*rCu
mprintf("a = %f nm",a)
//The density of the unit cells is
a1=4;// atoms
b1=63.55;//gram //atomic mass of copper
c1=0.6023*10^24;//atoms// Avogardo's number
d=10^7;//nm/cm
p=(a1/a^3)*(b1/c1)*d^3
mprintf("\n p = %f g/cm^3"... |
1db10efd7a2b75406410d2455d8bc85ef6e89de1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/demos/icse/icseinit.sce | 694f7e7423966dcc7167e4f3b455a85404173dd0 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,149 | sce | icseinit.sce | // icse.init.bas : initialisation et tests pour icse
//**************************************************
//
//
// creation y0 (etat initial)
// Copyright INRIA
if exists('y0')==0, y0=ones(1,ny); end;
// creation de b,fy et fu et passage en vecteur ligne
if exists('b')==0, b=ones(1,ny); end;
if exists('fy')==0, fy1=one... |
9e3957e5dd172fa0f3114e4ff12d5d39845c3ea3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH9/EX9.1/Ex9_1.sce | b1343b88c63a3e82c3595694ec9a6d6ed2aaf7d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex9_1.sce | //===========================================================================
//chapter 9 example 1
clc;clear all;
//variable declaration
N = 1500; //speed of shaft in rm
T =120; //number of teeth on rotator
//calculatins
f = (N/60)*T; //frequency of output pulses in pulses per second
... |
e4b259b4c9d65cdfa393a305730dd87b95c36845 | 6c7a728e11a427c93b15669517131a79a0703108 | /api/pdb_root/install/scripts/test_pdb/clone_of_clone.tst | 0d987ddb085fa31bc0e1514e46e9628010abdf2e | [] | no_license | ZVlad1980/adm_scripts | 0b9fe4ff166213dc649d555c81e8d65b858074e4 | 9978a098c8140f5722b51e799969b76e2d68b42e | refs/heads/master | 2020-03-31T08:45:49.405822 | 2019-04-30T05:04:03 | 2019-04-30T05:04:03 | 152,071,490 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 316 | tst | clone_of_clone.tst | PL/SQL Developer Test script 3.0
12
-- Created on 11.05.2018 by V.ZHURAVOV
declare
-- Local variables here
i integer;
begin
--dbms_session.reset_package; return;
-- Test statements here
pdb_daemon_api.clone_of_clone_pdb(
p_pdb_source => 'PDB_CLONE11',
p_pdb_target => 'PDB_CLONE12'
);
end;
0
0
|
fdea24c5504fe0f4d1f0541bf69c137a9a937857 | b67defe3c1cae63dd1a79578f840d069568034e6 | /scilab/test_mulsamp.sci | 444eb84b87d73557c79176ad3d41d8e5c719251f | [] | 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 | 643 | sci | test_mulsamp.sci | function test_mulsamp(verbose)
p=[0.1;0.5;0.4];
nsamp=1000000;
ntrials=10000;
x=mulsamp(nsamp,ntrials,p);
mean1=sum(x,'c') ./ nsamp;
mean2=ntrials*p;
assert_checkalmostequal(mean1,mean2,max(sqrt(1/nsamp),sqrt(1/ntrials)));
cov1=zeros(length(p),length(p));
cov2=zeros(length(p),length(p));
for ... |
98a5ba0e4ebfbedca8dffd058be7dc6aa1f88590 | 654f57b5da36139b3b7a5e60506f20486fc1a20c | /2016_day_7.tst | 9cbf507d265558380b6db860cd12d786ff23fa53 | [] | no_license | plazmist/Advent | 1a29a7a52da227abd49199a8b3fa80e5c5812ebb | ca3e266566cec6c820d67d0d038dec0e500e32ed | refs/heads/master | 2021-01-20T01:59:26.177570 | 2017-04-26T14:09:09 | 2017-04-26T14:09:09 | 89,356,253 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 508 | tst | 2016_day_7.tst | abba[mnop]qrst
abcd[bddb]xyyx
aaaa[qwer]tyui
ioxxoj[asdfgh]zxcvbn
itgslvpxoqqakli[arktzcssgkxktejbno]wsgkbwwtbmfnddt[zblrboqsvezcgfmfvcz]iwyhyatqetsreeyhh
vqlnbtvojgdtchb[otldofiavlmzmcix]hqidiiujqigyojgrv[ozfdaqeikjttcugzudc]jcvznucmpzzwnnv[blfzwhciaomuugpmj]aabnfuksfyuzlif
bttmazihwuehdishz[gsgmhoykohwafksz]mfwbwxsjw... |
2f9484463f9ac8db78b8952f4feaae978e836749 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH12/EX12.4e/eg12_4e.sce | 06712f80df52d7a50087055880d5e4151fdfcea0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | eg12_4e.sce | n1 =5;
m1= 6;
t1 =21;
num1 = n1*(n1+m1+1)/2;
d1=abs(t1 - num1);
val = d1/sqrt(n1*m1*(n1+m1+1)/12);
//disp(d1, "d is")
//disp(val, "val is")
pval = 2*(1-cdfnor("PQ", val, 0,1));
disp(pval, "The p-value for eg 12.4a is")
n2 =9;
m2= 13;
t2 =72;
d2=abs(t2 - n2*(n2+m2+1)/2);
val = d2/sqrt(n2*m2*(n2+m2+1)/1... |
85c48ec255d9c390f0774e12cb14a07fc099dff4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2582/CH3/EX3.14/Ex3_14.sce | f04dc0f0444ad197f57533fc5b3a8ad40c9bd8f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 232 | sce | Ex3_14.sce | //Ex 3.14
clc;clear;close;
format('v',6);
fN=50;//Hz
C=0.5;//micro F(have to choose C, 0.01<C<1)
R=1/(2*%pi*fN*C*10^-6)/1000;//kohm
disp("Design values are :");
disp(C,"Capacitance(micro F)");
disp(R,"Resistance R(kohm)");
|
8acd39421c4b6259580c6cbe24119bbfc016e78b | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH8/EX8.7.e/8_07_example.sci | 1fa0be39ac88ff702169f87f9580cd6a44d60185 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sci | 8_07_example.sci | //Example 8-07 Pumping Water through Two Parallel Pipes
rho = 998 //density of water [kg/m^3]
mu = 1.002 * 10**-3 //dynamic viscosity of water [kg/m.s]
epsilon = 0.000045 //roughness for steel pipe[m]
Wdot_elect = 8000 //electricity consumed by pump [W]
eta = 70 //efficiency of motor-pump combination [%]
z_A = 5 //elev... |
35edf6b82a6b27d3e01a4c99cb5a330263bfedef | 449d555969bfd7befe906877abab098c6e63a0e8 | /3523/CH2/EX2.8.7/Ex2_7.sce | da1c888aa749566da61b20cbc83854815ba828dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | Ex2_7.sce | // Example 7// Ch 2
clc;
clear;
close;
// given data
q = 1; // line charge in C/m
Epsilon_o=8.85*10^-12;
x1 = [1/3 + 1/7];//infinite sequence
x2 = [1 + 1/5 + 1/9];//infinite sequence
x3 = [1/5 + 1/9];//infinite sequence
E = (q/(2*%pi*Epsilon_o))*[1 - x1 + x2 + x3 - x1];
printf("total electric field is %e V/... |
11ea8b31d3d8f28bbd0446a370c94b83f4d890fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /797/CH1/EX1.4s/1_04_solution.sce | 015704c9c2cdb61677cd449bc461c6dda060b6d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 1_04_solution.sce | //Solution 1-04
WD=get_absolute_file_path('1_04_solution.sce');
datafile=WD+filesep()+'1_04_example.sci';
clc;
exec(datafile)
W = m * g; //Newton's second law
W = W / lbf; //application of conversion factor
//result
printf("Weight of one pond mass = %1.2f lbf", W);
|
84e3a2649d2afa452a4e1b29b61f9de7eafc3d08 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH7/EX7.21/EX7_21.sce | 74f1970695d95c98f890fa0fd4c4883483b31062 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 198 | sce | EX7_21.sce | //EXAMPLE 7-21 PG NO-481
Rb=0.05;
C=0.09;
Ra=1/[C-(Rb)];
disp('i) RESISTANCE = '+string (Ra)+' ohm');
C1=0.07;
Rc=1/(C1-Rb);
disp('ii) RESISTANCE = '+string (Rc)+' ohm');
|
8cbfdfc9b742260b8f5ad99e8397227dde08a324 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.12_11.tst | 579d6e2f19d0b60bbb66ae1731d9e63974912cdf | [] | 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 | 4,240 | tst | bow.12_11.tst | 12 3:0.2 23:2.0 35:0.3333333333333333 62:0.14285714285714285 229:1.0 296:2.0 395:1.0 405:0.2 518:1.0 1057:1.0 1372:1.0 1409:1.0 1566:1.0
12 8:0.25 23:1.0 35:0.16666666666666666 195:1.0 280:0.025 293:0.5 296:1.0 315:1.0 379:1.0 613:1.0 1147:1.0
12 1:0.2 3:1.0 4:0.125 5:1.0 8:1.0 12:0.5 17:0.5 22:1.0 25:0.0625 31:0.33333... |
617c38af92cfd3b5422fcea5e2d5d930075da2d1 | 676ffceabdfe022b6381807def2ea401302430ac | /library/Demos/StdRegions/Tests/StdProject3D_Pyr_Ortho_P6_Q7.tst | 46c0e03edcc152be10ad4ea6cb81ac4664c0d8ab | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 507 | tst | StdProject3D_Pyr_Ortho_P6_Q7.tst | <?xml version="1.0" encoding="utf-8" ?>
<test>
<description>StdProject3D Pyramid Orthogonal basis P=6 Q=7</description>
<executable>StdProject</executable>
<parameters>-s pyramid -b Ortho_A Ortho_A OrthoPyr_C -o 6 6 6 -p 7 7 6</parameters>
<metrics>
<metric type="L2" id="1">
<value t... |
b139f2dc75a5812d16bfd2ee463dabbf5e756534 | 7b7be9b58f50415293def4aa99ef5795e6394954 | /sim/cmd/test/proptable.tst | a12a9402cb30d51dc41e993b0cf84cfaf107c78a | [] | 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 | 5,105 | tst | proptable.tst | optimizecode 1
maxversions 0
units Field
/LiquidPhases = 2
/StdLiqVolRefT = 288.15
/StdLiqVolRefT = 60 F
/RecycleDetails = 1
displayproperties
displayproperties VapFrac T P MoleFlow MassFlow VolumeFlow StdLiqVolumeFlow StdGasVolumeFlow Energy H S MolecularWeight MassDensity Cp ThermalConductivity Viscosity mo... |
156d9ff0e5842ebd44bc0bb095d53894848cedfe | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/unix_x.man.tst | 476d9fc10890c9138b5373e890a5c8950479e4b2 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | tst | unix_x.man.tst | clear;lines(0);
if MSDOS then unix_x("dir "+WSCI+"\demos");
else unix_x("ls $SCI/demos"); end
|
46f71d941e96f8ca45a8c28a82cba8841078d3c4 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /GS/SCENARIO/gsHrp2Camp.sce | 222ad62aefd65e6b504c71204e78fd6fc296fe8d | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,420 | sce | gsHrp2Camp.sce | #************************************************************
# Scenario of grande_salle
#
# date : Fri Apr 16 14:51:25 2010
#************************************************************
p3d_sel_desc_name P3D_ENV grande_salle
p3d_sel_desc_name P3D_ROBOT HRP2CHAIR
p3d_set_robot_steering_method Linear
p3d_set_robot... |
1720466ba6a5a00d6f23490c1ba67da2609facd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH1/EX1.8/Ex1_8.sce | 00bf20cd3b4f4264d9a685f9ec740ca1128837b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | Ex1_8.sce |
//using Superposition Theorem
//consider E1 alone
E1=1.5
R1=(1+1)*2/(1+1+2)+2 //total resistance
I1=E1/R1 //current supplied
i1=I1/2 //current in branch AB from B to A
//consider E2 alone
E2=1.1
R2=(1+1)*2/(1+1+2)+1+1 //total resistance
I2=E2/R2 //current supplied
i2=I2/2 //current in branch AB from B... |
6f46bf129c926041a86419345c55b96f11a4366d | ae90aa32e949a5eab9665f526f886f05860161d2 | /code/nand2tetris/07/MemoryAccess/StaticTest/StaticTest.tst | c74c554904b0e0add251c7bdec09c9b04d6af399 | [
"CC-BY-SA-3.0",
"MIT"
] | permissive | cccbook/sp | 4097ab760cfb013b689dc4739a439de29d85d324 | aff23e6b18ba6221022b14b024fd562427c46d9a | refs/heads/master | 2022-05-22T03:31:33.324045 | 2019-06-06T07:04:37 | 2019-06-06T07:04:37 | 156,299,694 | 257 | 96 | MIT | 2022-03-19T08:48:32 | 2018-11-05T23:56:37 | Assembly | UTF-8 | Scilab | false | false | 358 | tst | StaticTest.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/07/MemoryAccess/StaticTest/StaticTest.tst
load StaticTest.asm,
output-file StaticTest.out,
compare-to StaticTest.cmp,
output-list RAM[256]%D1.6.1;
set RAM[0] 256,... |
80ce90ea404c66331779336cfbbeec7b28fdbe2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /60/CH6/EX6.5/ex_5.sce | f0d8463d2004101f5e551fc961f6df6781063e37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 818 | sce | ex_5.sce | //Example 6.5
//xn=10+(n-1)/5
//Accordingly we choose
//phi1(x)=1 , phi2(x)=x ,phi3(x)=(x)^3
A=[6 63 662.2; 63 662.2 6967.8; 662.2 6967.8 73393.5664]
norm(A,'inf')
x=[10.07 -2 0.099]'
A*x
norm(A*x,'inf')
norm(A*x)
a=(norm(x))/norm((A)^(-1))
//norm(A*x) >=norm(x)/norm((A)^(-1))
// norm(A^(-1),'inf') >= 7.8
cond(A)
/... |
ea09464c820ec10ada84a2a3796cc51f14e17cc3 | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH12/EX12.9/Ex12_9.sce | aaf9355a520bbc49241c7ad4e5811c1cdb172db4 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | Ex12_9.sce | //Chapter 12 : Solutions to the Exercises
//Scilab 6.0.1
//Windows 10
clear;
clc;
//Solution for 1.15
A=[3 0;-1 2;1 1]
B=[4 -1;0 2]
C=[1 4 2;3 1 5]
//(a) (AB)C
ABC = (A*B)*C
disp(ABC,'(AB)C')
//(b) A(BC)
ABC = A*(B*C)
disp(ABC,'A(BC)')
|
d66f6926e8e89ea57d0e73777a5bae4a24d9193c | c4d11f8ee64a2ad3101f855bec2bb382068b7596 | /all_dif.sci | e01790453e6faa5532d4b178b75ddb2a326a33cd | [] | no_license | addejans/MSc-Research-FacetDiscoveryTool | 3881dafe3887ab41625075d6d768f6bfca038e96 | e0a9c7172c82080195aab0d1b143dae0b3a63dc4 | refs/heads/master | 2020-05-30T18:03:12.031471 | 2019-09-15T18:52:57 | 2019-09-15T18:52:57 | 189,888,812 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,991 | sci | all_dif.sci | function [z] = f(k,h,n)
z=h*(2*k-h+1)/2
endfunction
function [a] = co(m,n,k)
a = [1 m n k m*n m*k k*n m*n*k m^2*n m^2*k n^2*m n^2*k k^2*m k^2*n m^2 n^2 k^2 m^2*n^2 m^2*k^2 n^2*k^2 m^2*n^2*k^2 m^2*n^2*k m^2*k^2*n n^2*k^2*m m^2*n*k n^2*m*k k^2*m*n]
endfunction
A=[co(1,3,3); co(1,3,1); co(2,2,2); co(1,2,2); co(1,... |
5d54cc1314691a60afaad533ae1e2e76ae3ba575 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/RT17.prev.tst | dd4e865eea42e04a348364c359971e5353e921c3 | [
"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 | 50 | tst | RT17.prev.tst | linearIndex(4,4) = 14
triangleIndex(14) = (4,4)
|
7bb7c08e5e094976f29cc42025b4b8e71d06e9cc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH12/EX12.4/ch12_4.sce | 876b57d5b3afd1c4685282e85eb0f20aad191da8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 557 | sce | ch12_4.sce | clc;
clear;
printf("\t\t\tChapter12_example4\n\n\n");
// Determination of the heat transferred to the conveyed parts for the conditions given
L1=1;
angle=%pi*45/180;
L2=L1*sin(angle);
L3=L2;
printf("\nThe Widths are L1=%d m, L2=%.3f m and L3=%.3f m",L1,L2,L3);
T1=303;
T2=473;
sigma=5.67e-8; // Stefan-Boltzmann constant... |
9c966b8795e0f21a439341d7d376aeafb37e79f8 | 26e0446118d01de6f6a471afb39d81406908c736 | /nuage.sci | dfaf9e90b81fae73e83f6773f478c61bfcc3d997 | [] | no_license | Eruliuce/Projet_Modelisation_ACP | 79d1b84aa9d742e552e6c6d8b9acba979631dbaf | 5a6b330f0fe0dd89b1efb56638a253f26d194f6e | refs/heads/master | 2021-01-18T18:32:09.133376 | 2015-02-28T10:28:32 | 2015-02-28T10:28:32 | 31,441,932 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 664 | sci | nuage.sci | function nuage(Coord,i,j);
//projection des individus dans le plan i-j
xset("font",4,3);
deltax=(max(Coord(:,i))-min(Coord(:,i)))/20;
xmin=min(Coord(:,i))-deltax;
xmax=max(Coord(:,i))+deltax;
deltay=(max(Coord(:,j))-min(Coord(:,j)))/20;
ymin=min(Coord(:,j))-deltay;
ymax=max(Coord(:,j... |
365bbe0d6d29803aa87cb95c83a9808bc890aa5a | 9715cbe7e8e57bb70f628b3bd021842f99fbad75 | /ejemplos/02_root_finding/scilab/02_export_files/01_closed_methods/02_bisection/prueba.sce | 9fb2d3a189a1a1399761c73e0a3052d01d84df4a | [] | no_license | UNIVALLE-EISC/numerical-methods | a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe | 3ea9401e281523e15be0525bfe36e48560caf646 | refs/heads/master | 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | prueba.sce | //************** Ejecucion metodo biseccion **************
clear all; clc;
function fx = funcion(x)
v = 36, t = 4, cd = 0.25, g = 9.81;
fx = sqrt(g*x/cd).*tanh(sqrt(g*cd./x)*t) - v;
endfunction
xl = 40, xu = 200, niter = 21;
[xl, xu, xr, ea] = biseccion(funcion, xl, xu, niter)
// Haga click sobre ... |
6489ab64d7ac52ba43a174a1284707b774844add | 449d555969bfd7befe906877abab098c6e63a0e8 | /2855/CH12/EX12.51/Ex12_51.sce | 3cdc3a7d3b2937fbca5930226a72dbbdbd000bfb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | Ex12_51.sce | //chapter 12
//page no 542
//ex 12_51
//given
clear;
clc;
Zr=200; //in km
S=4;
Ltot1=2*Zr*(S-1); //total solition collion length in km
printf("\n Total solition Collisions length With DSC ,Ltotal = %0.0f km\n",Ltot1);//Result
Ltot2=(2/5)*Zr*(S-1); //total solition collion length in km
pr... |
ff8fd471902f94de71b7ca4c71bc82696ae5b3fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3415/CH7/EX7.4/Ex7_4.sce | 6537ac42fc9fef55225e0b4ae626483516fae182 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | Ex7_4.sce | //fiber optic communications by joseph c. palais
//example 7.4
//OS=Windows XP sp3
//Scilab version 5.4.1
clc;
clear all;
//given
G=5//Gain of each dynode
N=9//No. of Dynode
//to find
M=G^N//current amplification in photomultiplier
mprintf('The current amplification in the photomultiplier =%fx10^6',M/10^6)/... |
1c18681e66c0c97725fc1a688643addf7005671a | 9f8a7b5dc3aa40c60a81a8fbee40b6ffe546b43c | /projects/07/TestOp/TestEq/TestEq.tst | ec14e2e458fe8716d3507f717ff10f36010b7f2f | [] | no_license | jedp/nand2tetris | 23b55ed8f6d08d2e9903ce2b96b90ba65da52667 | 22028e3e8c5da03ba944d28beca8103b0b1fdbd4 | refs/heads/main | 2023-06-16T22:17:58.150993 | 2021-07-06T05:38:13 | 2021-07-06T05:38:13 | 378,691,278 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | tst | TestEq.tst | load TestEq.asm,
output-file TestEq.out,
compare-to TestEq.cmp,
output-list RAM[0]%D2.6.2
RAM[256]%D2.6.2 RAM[257]%D2.6.2 RAM[258]%D2.6.2;
set RAM[0] 256, // initializes the stack pointer
repeat 400 { // enough cycles to complete the execution
ticktock;
}
output;
|
dc50420397ba983b3b986c8b2495b3ab8d682693 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1040/CH7/EX7.1.a/Chapter7_Ex1_a.sce | fae0a8e8c9e3a0345c1a1e3b3807163108ae59b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,920 | sce | Chapter7_Ex1_a.sce | //Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436.
//Chapter-7 Ex7.1.a Pg No.260
//Title:Overall Reaction Rate Coefficient and Percent Resistance
//===========================================================================================================
clear
clc
//INPUT
k2=8.... |
9360256e93a4c15bd482bc1b971260f7e67e066f | 494b677053e1199325a80808377463794e1003e5 | /experiments/chi-rw-c/chi-rw-c/results/Ignore-MV.Chi-RW-C.vehicle/result5.tst | 5e471d15494310440b6e840cf3dc6940ec9663f0 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,859 | tst | result5.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attr... |
1510b2922a424a23a410b2135e3e1726f61cbbfd | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH29/EX29.1/Example29_1.sce | 35f4e033e76b541e11337e3bfa61cc95d297a36b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 874 | sce | Example29_1.sce | clear ;
clc;
// Example 29.1
printf('Example 29.1\n\n');
//page no. 895
// Solution fig. E29.1
// Given
DBT = 90 ;// Dry bulb temperature - [degree F]
WBT = 70 ;// Wet bulb temperature - [degree F]
//Get point A using DBT & WBT. Following information is obtained from humidity chart, fig. E29.1
printf('(a) The Dew p... |
1cea992b366ae8fbdbc876e79d6cca981d816d89 | 2f7b1fa044c246ffe96b7e6e7b96aa95f9031cdf | /Anul 2/Anul_2/Metode_Numerice/Laborator/MN rezolvari/MN_Lab/lab4.sce | 4beae07da8ff6927827c82c8c7287fe43e8871b1 | [] | no_license | stickyrst/automatica | 1f902091376c0f65c08a66721de3185a70f88d26 | 2ac48ae78f45b787724fa90c0e7acd8052e6725c | refs/heads/master | 2020-06-11T18:39:23.768638 | 2018-05-30T19:55:38 | 2018-05-30T19:55:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 551 | sce | lab4.sce | a=0;
b=%pi;
n=50;
h=(b-a)/n;
I1=0;
I2=0;
I3=0;
for i=1:n
x(i)=a+i*h;
x(i+1)=x(i)+h;
I1=I1+((x(i+1)-x(i))*integrala(x(i)));
I2=I2+(x(i+1)-x(i))*(integrala(x(i))+integrala(x(i+1)))/2;
I3=I3+(x(i+1)-x(i))*(integrala(x(i))+2*integrala((x(i)+x(i+1))/2)+integrala(x(i+1)))/4;
end
disp("me... |
842d192cdef87a73bf1491ab7998f04b042cc628 | 8ec5c07bff1895177376cc6398226000aae2d995 | /iirnotch.sce | 2cd3f7d0d2ee1fee4a75c737f132f3c69d1c78ec | [] | no_license | pranitthakur/FOSSEE | 70e0df089ed9884a85f8e93bfec812b9f4ccea52 | ac16691b5ca0363e000f7c2b3604a183419cdd8d | refs/heads/master | 2021-01-10T04:40:04.867044 | 2016-03-28T08:37:40 | 2016-03-28T08:37:40 | 54,876,978 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 683 | sce | iirnotch.sce | //This function is used to get the filter that notch a value at a particular frequency w0
//NAME:=PRANIT J. THAKUR
//Function name:-iirnotch()
//INPUTS:-w0=frequency of interest,"bandwidth "=the bandwidth ,we want at the log magnitude ="lv"
//OUTPUTS:-'num'=coefficient of numerator of filter and 'deno'=coefficient of ... |
28f93213e8c173121b15f08657065602605e4346 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072.zip/College_Physics(volume_2)_R._A._Serway_And_J._S._Faughn_2072/CH28/EX28.4/EX28_4.sce | 6fcb7f80493e3e6a08ef5259406a6e21fc68fbfb | [] | 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 | 179 | sce | EX28_4.sce | errcatch(-1,"stop");mode(2);//Chapter 28
//Example 4
//given
n=2// principal quantum number
E=-13.6/n^2
disp(E,"Energy of the states with quantum number 2 in ev is")
exit();
|
eb70433bcc07dba400aefae595a61d4fd5a2ca4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3710/CH1/EX1.4/Ex1_4.sce | 8abd5be0ce75141be973ddb1c11323bd012ba906 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | Ex1_4.sce | //Example 1.4, Page Number 29
//Total Power Calculation
clc;
em=0.7 //Emissivity Of the Surface
T=2000 //Temperature in Kelvin
A=(10**-5) //Area in Meter Square
S=5.67*(10**-8) //Stefan-Boltzmann Constant in Watt per meter square Kelvin power four
W=em*S*A*(T**4) //W is the total power radiated in Watt
... |
321f7a184a04ac00e30f80a6715b1256b98b62c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH1/EX1.20/20.sce | 7407596af8c16845a26336fd35151f3edd1b5de5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sce | 20.sce | clc
// Given that
c = 3e8 // speed of light in m/s
u= -1*0.8*c // speed of particle A in m/s
v = 0.8*c // speed of particle B in m/s
// Sample Problem 20 on page no. 40
printf("\n # PROBLEM 20 # \n")
printf(" Standard formula used \n")
printf(" u_x = u_x_ + v / (1+ v*u_x_/c^2) \n ")
u1 = (u-v) / (1 - ((u * v) / (c)^2... |
b7082294a6c231a728519a2b8062e339405ff1bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1859/CH8/EX8.2/exa_8_2.sce | a5af1ca7137e5dac95833fb95ef9b3014ac32ce6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | exa_8_2.sce | // Exa 8.2
clc;
clear;
close;
// Given data
Va= 1000;// in volts
e= 1.6*10^-19;// in C
m= 9.1*10^-31;// in kg
MaxVel= sqrt(2*Va*e/m);// maximum velocity of electrons in m/s
disp(MaxVel,"Maximum velocity of electrons in m/s")
|
354baada8eba8dd48bc32444a44eb102c6ad9907 | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH13/EX13.1/13_1.sci | c1e04d8b4dfa3809727e394c3ef7e80e58ab5352 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sci | 13_1.sci | clc();
clear;
//To calculate the numerical aperture
n1=1.49; //refractive index of core
n2=1.46; //refractive index of cladding
//NA=sqrt((n1^2)-(n2^2))
NA=sqrt((n1^2)-(n2^2)) //Numerical aperture
printf("The numerical aperture is %f",NA);
|
912ff2d22844fd2a02139d1e884e4a0c5e38c39d | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab10_18i190002/lab09_ex2c.sce | ba4583aa01bf2aa8a8d537991c64516d43f292c8 | [] | 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 | 3,159 | sce | lab09_ex2c.sce | clc,clear
exec('tv.sce',-1)
//Data of 100 weeks is given.
//As each link in the supply chain orders a fixed quantity of 5000 units, thus assembly center has 5000 usits for all the weeks.
assembly=[]
for i=1:25
assembly=[assembly',[5000]']'
end
//The array distribution will represent the inventory that is going to... |
6faddccddbf1d2ebc84f6bc3d96e2e59676e83af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH4/EX4.21/Ex4_21.sce | 9e4202ac87787ef534fc3a128ca132335548b9ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_21.sce | clc
v = 6 // cutting speed in m/min
n = 5 // number of cuts
D = 44 // diameter in mm
N = (1000*v)/(%pi*D) // r.p.m
f = 0.5 // feed in cm
l = 8.9 // length of cut in cm
Tm = (l*n)/(f*N) // time in min
printf("\n Time to cut the threads = %0.2f min" , Tm)
// Answers vary due to round off error
|
2785fab5f973f073d508a42ef17bcfa24dd30af8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH6/EX6.12/6_12.sce | 48339d96249e7fa0edf0bcf5109adc29a206bb66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,280 | sce | 6_12.sce | clear;
clc;
// Illustration 6.12
// Page: 377
printf('Illustration 6.12 - Page: 377\n\n');
// solution
//*****Data*****//
// Componenets A-propane B-pentane C-methane D-ethane E-butane F-hexane
// x-mole fraction a-relative volatility
xA = 0.25; aA = 4.08;
xB = 0.11; aB = 1.00;
xC = 0.26; aC =... |
72cdd0466f6ff74932bc383038d2f41e4ba407fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH16/EX16.13/16_13.sce | 45b1c897ae7c1846e7123f03f22332cf241c04b3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,306 | sce | 16_13.sce | clear;
clc;
//Example - 16.13
//Page number - 586
printf("Example - 16.13 and Page number - 586\n\n");
//Given
R = 8.314;//[J/mol*K] - universal gas constant
T = 173.15;//[K] - Surrounding temperature
P = 60;//[bar]
P = P*10^(5);//[Pa]
//componenet 1 : CO2 (1)
//componenet 2 : H2 (2)
P_1_sat = 0.1392... |
f7165da9102e79856cbfaa6182e7ac5bea9b4e7c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH13/EX13.2/Example13_2.sce | 4ff3d6e49fe5e017936dff99541e66402a1689f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,649 | sce | Example13_2.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 13 : SAG AND TENSION ANALYSIS
// EXAMPLE : 13.2 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
L = 500 ; // span b/w conductors in ft
p = 4 ; // Hori... |
b6a198f4b27f2cc52e9d6a9082270146a8be1faf | 449d555969bfd7befe906877abab098c6e63a0e8 | /462/CH2/EX2.8.b/ex_2_8_b.sce | ed23b7e16a3cb0ccfb27d8f433825177c4fbe0bf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 260 | sce | ex_2_8_b.sce | //example 2.8(b)//
//one's complement of binary number//
clc
//clears the screen//
clear
//clears all the existing variables//
x=bin2dec('11011010')
//entering the data in binary form//
ans=dec2bin(bitcmp(x,8))
disp(ans);
//result will be displayed// |
5de0d067ad50f9105b9604c35005dfe0d20e5c17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH3/EX3.10/Example_3_10.sce | 6049dc1098675d8b3a893e6b5a943d1eb1a6bb1e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 699 | sce | Example_3_10.sce | //Caption: Mode of grouped data
//Example3.10
//Page47
clear;
clc;
X = [0,2;2,4;4,6;6,8;8,10;10,12;12,14;14,16;16,18];
f = [10,15,20,30,8,5,4,3,5];
[Maxf,i]= max(f);
L = X(i,1); //Lower Limit of the Modal class
C = diff(X(i,:)); //Width of the class interval
f1 = abs(f(i)-f(i-1));//Absolute difference between freq. of ... |
d1bb04350fc09fdcecf1479e66bb8cc075938f85 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2795/CH4/EX4.7/Ex4_07.sce | b9abb381833793d43852ef988d9d99e3b521faa4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,081 | sce | Ex4_07.sce | // Scilab Code Ex4.7: Page-146(2013)
clc; clear
function region = check_region(lambda)
if lambda >= 400 & lambda < 700 then
region = "visible";
else region = "infrared";
end
endfunction
n_l = 3; // Lower electron orbit in Paschen series
n_u = [4, %inf]; // First and limiting upper... |
6bdeb57a5cb5d5c4b6d63490da8cbcde9728765c | 1afe5f19e8b281547571fc1c43a538908a611298 | /Aula2/Exer8.sce | 64313b3b0825676b8b184a50ff8145a122e36ad8 | [] | no_license | grgau/processamento-imagens | 44f87cc33428e028d07868be2a036a81038c51c9 | 6bd5c2fc395cd9fd407d5fa6811f753093a3f99b | refs/heads/master | 2021-04-12T05:09:52.147587 | 2019-01-11T17:27:28 | 2019-01-11T17:27:28 | 125,903,820 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,047 | sce | Exer8.sce | function []= histograma(img)
linhas=256;
colunas=256;
//img=rgb2gray(imagem);
for k=1:256
h(k)=0;
end
for i=1:linhas
for j=1:colunas
ind=double(img(i,j))+1;
h(ind) = h(ind) + 1;
end
end
figure;
bar(h);
endfunction
fu... |
7b6acf3aeaf0b2feacae6d5b0677f574cc915ff6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1820/CH6/EX6.1/Example6_1.sce | 5d557a2a8ca8cda1a2986577bb8a645b41bf1d08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,480 | sce | Example6_1.sce | // ELECTRIC POWER TRANSMISSION SYSTEM ENGINEERING ANALYSIS AND DESIGN
// TURAN GONEN
// CRC PRESS
// SECOND EDITION
// CHAPTER : 6 : DIRECT CURRENT POWER TRANSMISSION
// EXAMPLE : 6.1 :
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
K_1 = 2.5 ; // Factor
K_2 = 1.7 ; // Factor
... |
10a0cd1606f83121361d8e3eebae9cdd44fea3ab | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/JnJk/jnjk.5.tst | 4f87554a0243320e0d99fc16f4511f8ebb723174 | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 48,508 | tst | jnjk.5.tst | a b o s h i 網 干
a b u k a w a 虻 川
a b u r a y a 油 谷
a d e k a w a 阿 出 川
a i k o 亜 依 子
a i k o 亜 衣 子
a i k o 愛 子
a i k o 相 子
a i k o 藍 子
a i u c h i 相 内
a j i k i 安 食
a k a b a n e 赤 羽
a k a b a n e 赤 羽 根
a k a g i 赤 城
a k a g i 赤 木
a k a r i 明 香 里
a k a r i 有 可 里
a k a s h i 明 石
a k a s h i 赤 司
a k i h a r u 昭 春
a k i ... |
72dc99072ac4d50f7cc4150c1f731766847f0b21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH1/EX1.33/33.sce | 30929bc53a44e4e07c9c9f5ed1cf0b52d3190b08 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 399 | sce | 33.sce | clc
// Given that
m_0 = 9e-31 // mass of electron in kg
c = 3e8 // speed of light in m/sec
KE = 1e6 // kinetic energy of electron in volts
// Sample Problem 33 on page no. 59
printf("\n # PROBLEM 33 # \n")
printf(" Standard formula used \n")
printf("\n E = m*c^2 \n")
v = c* sqrt(1-(1/(1+KE*1.6e-19/(m_0*c^2)))^2) // ve... |
0c29051108465b2a9ce678dfb2b94001317b443d | 3497c2d86f407202ec8c351b9e0bc4e68c8bc4e1 | /Algorithms/RMSProp.sci | 7e496344729dc15b55ad45039335584945ca69ad | [] | no_license | sparshgupta3/Adam-Optimization-Project | dedc323207d5ca9d403890e7ced90858a15eeb6d | 5b8b3cbb0e331889d2595e04d4ac81ddefe706ab | refs/heads/master | 2020-09-22T10:07:12.106455 | 2019-12-01T11:32:01 | 2019-12-01T11:32:01 | 225,150,301 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 609 | sci | RMSProp.sci | //Rosenbrock Function or Banana Function
function f = funcx(x)
f = 100*((x(2) - x(1).^2).^2) + (x(1) - 1).^2;;
endfunction
function g = grad(x)
g = [-400*x(1)*(x(2) - x(1).^2) + 2*(x(1) - 1);200 * (x(2) - x(1).^2)];;
endfunction
xnew=[4;4];
step_sz=.001;
G=0;
prev=.00000001;
counter=0;
d = 1;
... |
f14d0242890f1813c2aec8182c3f6ffb9b0f9146 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH2/EX2.4.3/Example2_10.sce | 4310ced059b492838e3d1ec48f338b14898ec368 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 446 | sce | Example2_10.sce | //Chapter-2,Example2_4_3,pg 2-25
//as 3rd order line of wavelength lam is coincide with 4th order wavelength 4992 A.
m_1=3 //3rd order
m_2=4 //for 4th order
wavelength_2=4992 ... |
c864b7cf657c387e8b3e7e11648ee874b5354156 | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH2/EX2.35.b/Example2_35_b.sce | 73cc4f1b7d15091f28bfd4ec8b78d1cb083d633b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 655 | sce | Example2_35_b.sce | //Example 2.35 (b)
//To plot the responce of the system analyically and using scilab
clear;
clc ;
close ;
n=0:1:20;
x=ones(1,length(n));
b=[0 1];
a=[1 -1 -1];
yanaly=0.447*(1.618).^n-0.447*(-0.618).^n;//Analytical Solution
[ymat,zf]=filter(b, a, x);
subplot(3,1,1);
plot2d3(n,x);
xlabel('n');
ylabel('x(n)'... |
15fad50d9b27880241a141c3a3483b567f34284c | 449d555969bfd7befe906877abab098c6e63a0e8 | /72/CH8/EX8.4.1/8_4_1.sce | 71fada8448d30b39f3a9b69514c2eaae771bce84 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 8_4_1.sce |
//chapter_no.-8, page_no.-338
//Example_no.8-4-1
clc;
//(a) Calculate_the_break_down_voltage
q=1.6*(10^-19);
N=2.8*(10^21);//Donor_Concentration
L=6*(10^-6);//silicon_length
er=11.8;//Relative_dielectric_constant
es=8.854*(10^-12)*er;
Vbd=(q*N*(L^2))/es;
disp(Vbd,'the_break_down_voltage_is_double_its_critical_volta... |
a649178f9efe1ffdda6fd6246d0b8c26e15867fa | c04f5a41550dc954fc2aaed4cf249b522fa92680 | /Cramer.sce | 3a014b2f8e1f2879282b0553c576f7e7603a1e9e | [
"MIT"
] | permissive | miguel-mzbi/NumericMethods | 823a690b48a4d0fbcedd526ea79dce00675a9b75 | 8c26acae37395d6ba3e77fe21619077ca6b3608a | refs/heads/master | 2021-01-09T05:29:58.433274 | 2018-04-26T19:41:07 | 2018-04-26T19:41:07 | 80,778,424 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | Cramer.sce | mSize = input("Insert side lenght of square matrix: ")
a = []
b = []
for i = 1: mSize
for j = 1: mSize
a(i, j) = input("Left side: A"+string(i)+string(j)+"= ")
end
end
for i = 1: mSize
b(i) = input("Right side: b"+string(i)+"= ")
end
detA = det(a)
[rX cX] = size(a)
sol = []
for i = 1: cX
tem... |
1d71dc9f37a4e89aca3fcfec36e5cc7a51987c6b | 449d555969bfd7befe906877abab098c6e63a0e8 | /617/CH3/EX3.5/Example3_5.sci | 0805ef320486295c1aa09b03ed589c8977d7ac11 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 549 | sci | Example3_5.sci | clear;
clc();
// To find out heat loss through 1 sq. ft of flat slab of 85%magnesia and 15% asbestos
km=0.0377; // Mean thermal conductivity at 220degF
t1=260; // Inner surface temperature of slab in degF
t2=180; // Outer surface temperature of slab in degF
A=... |
1f9cea5e3d9279b1d303022f629db7169cda95ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH9/EX9.9/Example9_9.sce | 737db49438d64c2e73ae5bb726072ba4629b5577 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,511 | sce | Example9_9.sce | clear;
clc;
// Illustration 9.9
// Page: 395
printf('Illustration 9.9 - Page: 395\n\n');
// solution
//****Data****//
P = 695;// [kN/square m]
//********//
// a:methanol b:water
// From Illustration 9.8:
Ma = 32.04;// [kg/kmol]
Mb = 18.02;// [kg/kmol]
F = 216.8;// [kmol/h]
Tempo = 19.7;// [OC]
... |
36bbd3bb473de4db1c0c381c94b66c0d2b9dcc0d | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4/Unix-Windows/scilab-2.4/macros/scicos/do_terminate.sci | 924566ca10ad49d83493921d8380ab0cf871aea1 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 384 | sci | do_terminate.sci | function do_terminate(scs_m,cpr,tcur)
// Copyright INRIA
par=scs_m(1);
if alreadyran then
//terminate current simulation
errcatch(888,'continue')
win=xget('window')
[state,t]=scicosim(cpr(1),tcur,par(4),cpr(2),'finish',par(3))
xset('window',win)
errcatch(-1)
if iserror(888)==1 then
errclear(888)
... |
354b6097b17c8b72e9c55e9a5e7166833f6eb75f | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.15_3.tst | 8d5103cead4e39ab142c655643b55900be256430 | [] | 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 | 521,674 | tst | 5.15_3.tst | 15 215:1 1960:1 2911:1 3523:1 3646:1 3797:1 4004:1 4304:1 4567:1 5845:1 6706:1 7377:1 8261:1 8369:1 8830:1 9005:1 9244:1 9846:1 10187:2 10745:1 10813:2 11428:1 12388:2 13197:1 13367:1 13901:1 14563:1 14789:1 14908:1 14920:1 14937:1 15051:1 16852:1 17625:2 19395:1 19431:1 19591:1 19749:1 19913:1 19920:1 20000:1 21251:1 ... |
eaa11f1e190357784f21b6751325bc0b46b35a1c | 380a2443dfa80d98cc88d7130a44653cb98ae4d5 | /test/MT02.prev.tst | e6bb4665178b4ec228ed596d72f40fc917bbd5e5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/gramword | c7f7fe036043799aa4faab9b6eaa543531620405 | ff66a01935dfdb6230aa8ec3a9d439f99ff80330 | refs/heads/master | 2022-02-13T20:38:14.321487 | 2022-01-28T20:18:06 | 2022-01-28T20:18:06 | 30,126,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,179 | tst | MT02.prev.tst | testTableLookup(setzen), state = 0
testTableLookup(setzen), state = 1
getRoots(setzen): setz =VbRtWeak,en,VbIn
getRoots: add setz =VbRtWeak,en,VbIn
getRoots(setzen): serv =VbRtWeak,ieren,null
getRoots(setzen): sequestr =VbRtWeak,ieren,null
getRoots(setzen): separ =VbRtWeak,ieren,null
getRoots(setzen): sensibilis =VbRtW... |
48b1855240a76386fd8d8ad4abbdec4dafb52cb4 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/demos/lmitool/norminf.sci | 113a4c9368d66eaf28c536c00879419a71920617 | [
"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 | 691 | sci | norminf.sci | function [X,cost]=norminf(E,A,B,C,D,gama)
// Generated by lmitool on Mon Feb 06 11:12:51 MET 1995
Mbound = 1e3;
abstol = 1e-10;
nu = 10;
maxiters = 100;
reltol = 1e-10;
options=[Mbound,abstol,nu,maxiters,reltol];
/////////////////DO NOT REMOVE THIS LINE
X_init=eye(A);Ib=eye(B'*B);Ic=eye(C*C');
//////////////... |
ae62f5c496106664154eabb61fe7614faa3136c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH14/EX14.11/14_11.sce | 938f144d090f26d628937c65b25671a9d1d24a4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,621 | sce | 14_11.sce | clear;
clc;
//Example - 14.11
//Page number - 470
printf("Example - 14.11 and Page number - 470\n\n")
//Given,
T = 60 + 273.15;//[K] - Temperature
R = 1.987;//[cal/mol*K] - Universal gas constant
//component 1 = acetone
//component 2 = water
x_1 = 0.3;// Mole fraction of component 1
x_2 = 1 - x_1;//Mole ... |
f8dcfb8ffea3efb1cdc869afb0627c3234f338bd | 935d5880888b1ef01c8dddaf85af2be07d7940e2 | /AdaptiveSwarmRobotsSimulation-ASRS/asrs_stages/VS.sce | b1ff3c0d0853646139ac802b63d82281c143d495 | [] | no_license | google-code/asrs | c3b35545bce8ae38c8184de002e93e18a67461ee | c9a828a4eb2fbf076116f3c51c44da45a60f9feb | refs/heads/master | 2016-08-05T13:33:11.103066 | 2015-03-15T15:18:57 | 2015-03-15T15:18:57 | 32,267,209 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 105 | sce | VS.sce | _ _ _ _ _ _
| |
| |
| |
| |
| |
|_ _ _ _ _ _|
|
dfc4a45e0675644bc6f654ec7277110f8bcbacd3 | fd6a414e5722e920e5ebe08c77fe0f70b29e77cf | /Reverseaudiofile.sce | f5d6c9f40d7d4fa0ee3811c31fff70257bef0131 | [] | no_license | JBouis/AudioProcessing | e774bdfaf38207643d441f975a96773ae3cbbd24 | c9f81b8d5ce447b014707b309ef209530219adc0 | refs/heads/master | 2021-05-18T02:21:40.839402 | 2020-03-29T15:22:16 | 2020-03-29T15:22:16 | 251,063,576 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 356 | sce | Reverseaudiofile.sce | // This code Reads an audio file and plays it by reversing the file
[y,Fs]=wavread('C:\Test_Project\a-team_my_way.wav');
// Give the Path
z=y(:,$:-1:1); // Reversing the file
sound(z,Fs); // Sound( 2*y, Fs); can be used for better quality
t=(0:length(z)-1)*1/Fs;
plot(t,z)
title('Reverses File')
xlabel('Time... |
3d305d881fae061d8699b1b90b1ae66d1aa30aa5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3733/CH34/EX34.25/Ex34_25.sce | 59a50dba7f1bec91551783b3294cef0718d201d6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex34_25.sce | // Example 34_25
clc;funcprot(0);
//Given data
P=12;// MW
MD=10;// MW
F_l=0.7;// load factor
CC=17000;// Rs./kW
C_td=3*10^6;// Cost of transmission and distribution system in rupees
ID=5;// Interest,depriciation on distribution system in %
Oc=3*10^6;// Operating cost in rupees
Cc=800;// Cost of coal in Rs./to... |
8d85b740cbc432be615eef732d139a05072cc045 | 449d555969bfd7befe906877abab098c6e63a0e8 | /172/CH6/EX6.5/ex5.sce | b93f21942bd7d27790a64d098ca8d530a89d6d2b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 476 | sce | ex5.sce | //example 5
//quality of ammonia leaving expansion valve
clear
clc
hi=346.8 //specific heat enthalpy for ammonia at initial state in kJ/kg
he=hi //specific heat enthalpy for ammonia at final state will be equal that at initial state because it is a throttling process
hf=134.4 //at final state in kJ/kg
hfg=1296.4... |
c5b13e88b02b3d49f92ba52cbc5a35f7ab77cad5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH7/EX7.7.a/ex_7_7_a.sce | a14d559af619268f25c0622e8484ee278de79497 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | ex_7_7_a.sce | //Example 7.7.a // determine the value of capacitance
clc;
clear;
close;
//given data :
A=300; // plates of area in mm^2
eo=8.85*10^-12; // in F/m
er1=1;
er2=8; // dielectric contant of mica
d=0.2; //
C=((eo*er1*10^-6*A)/(d*10^-3))*10^12;
disp(C,"capacitance,C(pF) = ")
|
90529cb64cfa6447c89f508c6fa2cec1acab55bd | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Invasion Clicking.sce | 330f290b925a82da5d9e70c5911f2815a496abaf | [] | 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 | 30,198 | sce | Invasion Clicking.sce | Name=Invasion Clicking
PlayerCharacters=player_char
BotCharacters=invasion.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=player_char
AddedBots=invasion.bot;invasion.bot;invasion.bot;invasion.bot
PlayerMaxLives=0
BotMaxLives=0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2
MapName=invasion_clicking.map
MapScale=5.0
BlockProjec... |
2dfe6ba0195f81f676aa51662def3bc7d0abe795 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH13/EX13.3/Ch13Ex03.sce | 6490607bba0c97ab547f5919c869ed988fc1e1d5 | [] | 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 | 513 | sce | Ch13Ex03.sce | // Scilab code Ex13.3: Pg.638 (2008)
clc; clear;
G = 6.67e-11; // Gravitational constant, N-m^2/kg^2
v = 2.5e+05; // Velocity of sun. m/s
R = (28000*9.46e+15); // Sun's orbital radius, m
// From Newton's law of gravitation, F = (G*M_s*M_G)/(R^2) & also centripetal force, F = (M_s*v^2)/R, equating these tw... |
590a2a71bfbd5d3c54e3a34ebce0429760e3d8db | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH9/EX9.7/example_9_7.sce | cc9d351b77be9cff53138cf278d1b29d5927f2ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 471 | sce | example_9_7.sce | //Scilab Code for Example 9.7 of Signals and systems by
//P.Ramakrishna Rao
clc;
clear;
clear z x y t T A;
A=4;
T0=2;
n=1;
for T=0:0.1:T0;
if T<T0/2 then
x(n)=A;
else x(n)=0;
end
n=n+1;
end
T=0:0.1:T0;
plot2d2(T,x,6);
title('x(t))');
xlabel('t in seconds');
n=1;
for T=0:0... |
801ba17c6422f08ea1ce3c733c24d294a3672f89 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH14/EX14.10/14_10.sce | 3131120bf60bbc5624a3e7dc650057800ae7d4a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 134 | sce | 14_10.sce | clc;
clear;
format('v',6);
L=5;
delta_0=0.25;
theta=2*acosd(L/(L+delta_0));
disp(theta,"the E plane flare angle(in degree)=");
|
1952d383f4d227d721a1a0b4ea84822ada192f6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH3/EX3.14/ex3_14.sce | 290e4e6cd77ae22c82c599ca189858a6d35c11f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | ex3_14.sce | // Example 3.14, page no-135
clear
clc
slew=0.5
riset=4
printf('\nVo is greater than 1V')
Vswing=(0.9-0.1)*5
slewreq=Vswing/riset
printf('\nSlew Rate Required= %d V/us',slewreq)
|
f88d8a6a3cbc0737d4479cf48159b9cacc85cb6c | 4bbc2bd7e905b75d38d36d8eefdf3e34ba805727 | /ee/contrib/MSVC2008_Patch/run_me.sce | 8f004d99728482be52006d0734dcc34059c8a0c1 | [] | no_license | mannychang/erika2_Scicos-FLEX | 397be88001bdef59c0515652a365dbd645d60240 | 12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba | refs/heads/master | 2021-02-08T17:01:20.857172 | 2012-07-10T12:18:28 | 2012-07-10T12:18:28 | 244,174,890 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 560 | sce | run_me.sce | //** 20/03/2008 : Scilab 4.1.2 update for Visual C++ 2008 detection and usage
//** script file for Visual C++ 2008
exec ("configure_msvc.sci", -1);
exec ("findmsvccompiler.sci", -1);
exec ("haveacompiler.sci", -1);
exec ("ilib_for_link.sci", -1);
exec ("ilib_gen_Make.sci", -1);
//**
if configure_msvc() then
... |
3fbff6258369625fff40f2cad47a848c48c9b2dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH10/EX10.1/Ex10_1.sce | bbee7efbb44437772efcae75c82fd52c69ce98a2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 768 | sce | Ex10_1.sce | clear
//variable declaration
//A simply supported beam of span 3.0 m has a cross-section 120 mm × 180 mm. If the permissible stress in the material of the beam is 10 N/mm^2
b=(120)
d=(180)
//I=(b*d^3)/12,Ymax=d/2
Z=(b*(d**2))/6
fper=(10)
L=3
Mmax=fper*Z
//Let maximum udl beam can carry be ... |
896a15f64996309e0645ca3428bb9316ee5826af | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH10/EX10.3.7/Ch10Ex10.sci | 616716bb4291e7b0aada44676f5acb5a8a9cf666 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 766 | sci | Ch10Ex10.sci | // Scilab Code Ex10.7 Mass of Yukawa particle: Pg: 222 (2008)
h = 6.626e-034; // Reduced Planck's constant, Js
e = 1.6e-019; // Charge on an electron, coulomb
R0 = 1.2e-015; // Nuclear radius constant, m
R = 2*R0; // Range of nuclear force, m
v = 1e+08; // Speed of the particle, m/s
S = R; // Di... |
3abceae2a33297a9b545d2bda19b725138648b0e | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Measurements_And_Instrumentation_P._Sharma_876.zip/Electronic_Measurements_And_Instrumentation_P._Sharma_876/CH8/EX8.4/Ex8_4.sce | f495347d782ca1b54e24ebbd5af93fe8115beefc | [] | 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 | 257 | sce | Ex8_4.sce | errcatch(-1,"stop");mode(2);//caption:Find rms value of signal under test
//ex8.4
S=100//Y sensitivity(in mV/division)
n=5//number of divisions of vertical axis
P=S*n
Vrms=P/(2*sqrt(2))
disp(Vrms,'rms value of signal under test(in V)=')
exit();
|
5a34d712aaf54e18cec4acd6d45f7cec251e9e2b | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_Concepts_Of_Physics_(volume_-_1)_H._C._Verma_2084.zip/Concepts_Of_Physics_(volume_-_1)_H._C._Verma_2084/CH19/EX19.3/19_3.sce | aee824cc3fc76890f11dfd1f911fc4e5f9775787 | [] | 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 | 417 | sce | 19_3.sce | errcatch(-1,"stop");mode(2);//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
;;
//example 19.3
//calculation of the power of lens for the spectacles
//given data
d=1.5//distance(in m) upto which the man can ly see objects
//calculation
f=-d//focal length of the lens
P=1/f//definiti... |
ebc269b0a52f2a7c4f72e19e91c03dc07414e1af | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH16/EX16.13/Ex16_13.sce | c88550cd36f4ae31d50a0971f5950eb0b37c2911 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sce | Ex16_13.sce |
// Examle 16.13
At=900; // Speed of motor
V=460; // Supply voltage
kQ=V/At; // Orignal Flux
disp(' Orignal Flux = '+string(kQ));
V1=200; // Chenged Supply voltage
N=V1/(0.7*kQ); // Speed of Motor When Supply (200 V)
disp('... |
44e33123e333a6ca98d3fb736da6361322ed6d6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH8/EX8.6.a/data8_6.sci | cd5e07c9d8c5e9c4d262f490aa54fd398d874f7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 346 | sci | data8_6.sci |
//(Welded and Riveted Joints) Example 8.6
//Refer Fig.8.13 on page 281
//Size of the fillet weld h (mm)
h = 5
//Allowable shear load per mm S (N/mm)
S = 330
//Tensile force acting on the plate P (kN)
P = 150
//Total length of the weld to be added at start and stop lExt (mm)
lExt = 15
//Length of the transve... |
a78fa63422e7bc6c42e3af93bffb9590c63b8cd5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH3/EX3.5/Ch03Ex5.sci | 05a91681c130865a9533c7b5a2aa51ed22b67754 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 660 | sci | Ch03Ex5.sci | // Scilab Code Ex3.5 Diameter of the largest atom that would fit into the tetrahedral void:5 Page-101 (2010)
a = 3.52D-10; // Lattice parameter for Ni, m
// For an fcc lattice, sqrt(2)*a = 4*R, solving for R
R = sqrt(2)*a/4; // Radius of the atom in fcc lattice, m
R_oct = 0.414*R; // Radius of the octahedr... |
cbe85a0ac7a288e89a25d7d30a612c9bf1153677 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH7/EX7.12/Ex7_12.sce | 25780fcc68a9e61aa844c1e386f81415318f2dc3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex7_12.sce | //===========================================================================
//chapter 7 example 12
clc;clear all;
//variable declaration
V1 = 6600; //primary voltage in V
V2 = 110; //secondary voltage in V
I1 = 50; //primary current in A
I2 = 5; //secondary voltage in A
//calculations
r = V1/V2; //h... |
47e365ad38d93179d3ecd006f4b3b381cb6acd31 | 17dd6e9c9459b72f85b0a71f73e670abf1ca9f4e | /Wiskunde1/cursus/oefeningen/multipliciteit.sci | a70390ed437ba6aa2570cf18a336ddd97730eb45 | [] | no_license | Woumpousse/KHL | e80c9a00bf71321539b218d8ec047883a9c2fc91 | 066a06c131c617e8be9ec6ac2f4c76b637aba34e | refs/heads/master | 2020-12-24T13:18:20.656259 | 2014-09-29T16:14:00 | 2014-09-29T16:14:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sci | multipliciteit.sci | function [x, m] = multipliciteit(x, k)
m = 0
while modulo(x, k) == 0,
x = x / k; m = m + 1
end
endfunction
|
4a68f246d1e231dd1a6d037e41ab6cfe622aef43 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/P10.prev.tst | 24de825af7e9cb96e80bfacb339b71661976afac | [
"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,866 | tst | P10.prev.tst | 27*a11^3 + 108*a11^2*a12 + 144*a11*a12^2 + 64*a12^3 + 135*a11^2*a13 + 360*a11*a12*a13 + 240*a12^2*a13 + 225*a11*a13^2 + 300*a12*a13^2 + 125*a13^3 + 162*a11^2*a14 + 432*a11*a12*a14 + 288*a12^2*a14 + 540*a11*a13*a14 + 720*a12*a13*a14 + 450*a13^2*a14 + 324*a11*a14^2 + 432*a12*a14^2 + 540*a13*a14^2 + 216*a14^3 + 27*a21^3 +... |
f1ec3cb89a76482085a5a3895fbb42ff21cbaafe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH17/EX17.1/Ex17_1.sce | 9783a7c07821ce22add84a96d54921c5578df257 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,452 | sce | Ex17_1.sce | //Estimation of increase in brake power
clc,clear
//Given:
V_s=3000 //Total swept volume in cc
ip=14 //Indicated power in kW/m^3
N=3500 //Engine speed in rpm
eta_v=80 //Volumetric efficiency in percent
T1=27+273 //Atmospheric temperature in K
P1=1.013 //Atmospheric pressure in bar
r_p=1.7 //pressure ratio
eta_C=75 //Is... |
46ccf4ff8bc2cacebe0abe7bb14335f45539ed71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1628/CH15/EX15.7/Ex15_7.sce | f5d1ff7c2b163b267ac2700c013515bfed659464 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,846 | sce | Ex15_7.sce |
// Examle 15.7
v1=400/1.732; // Phase voltage
s=0.02; // Slip
p=4; // No.Of poles
f=50; // Frequency
R2=0.332; // Re... |
ff270cb01ceaaca11e6384ef3bf7bfec7f1e58a0 | a8592d34f144b71794ebf30f1c2a1b5faf0b053c | /sandbox/scilab/07_champ.sce | 12e7a2d56a64c51a379bb350d95d422db5a8b2bf | [] | no_license | f-fathurrahman/ffr-MetodeNumerik | ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327 | e3a9da224c0fd5b32e671708e890018a3c4104c4 | refs/heads/master | 2023-07-19T22:29:38.810143 | 2023-07-07T10:02:34 | 2023-07-07T10:02:34 | 107,272,110 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 412 | sce | 07_champ.sce | x = linspace(-1, 1, 20)
y = linspace(-1, 1, 20)
[X,Y] = meshgrid(x,y)
fx = 0.5 .* X'
fy = 3 .* Y'
clf()
champ( x, y, fx, fy )
title("Vector field plot using champ")
xlabel('x')
ylabel('y')
xs2pdf( gcf(), "images/07_champ_v1.pdf" )
clf()
champ1( x, y, fx, fy )
title("Vector field plot using champ1")
xlabel('x')
ylabel... |
2c2b4725d243c011c2712c96d9cb2aaac360d379 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testplot2dmark.sce | ed54b8d4408cf0834d290ab7023cbc2862531ae2 | [] | 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 | 233 | sce | testplot2dmark.sce | clf;
//color plot
x=[0.001:0.02:2*%pi]';
y1=cos(x);y2=sin(x);y3=-sin(x.^2)./x;
plot2d([x x x],[y1 y2 y3],[2 4 5])
//plot with markers
x=[0.001:0.2:2*%pi]';
y1=cos(x);y2=sin(x);y3=-sin(x.^2)./x
plot2d([x x x],[y1 y2 y3],[-1 -3 -5])
|
e7d18372be9bda348cd5fb661e0f5091a6c951dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /476/CH5/EX5.12/Example_5_12.sce | 84cb33c859c0b3c659fd72358167aa94e3dee166 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,123 | sce | Example_5_12.sce | //A Textbook of Chemical Engineering Thermodynamics
//Chapter 5
//Some Applications of the Laws of Thermodynamics
//Example 12
clear;
clc;
//Given:
Tin_cool = 288; //entering temperature of cooling water (K)
Tout_cool = 300; //discharge temperature of cooling water (K)
m_c = 0.25; //mass flow rate of c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.