blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4e0ff9c1b92376d1cfc4ba04fafe80fd9af6db2d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1460/CH8/EX8.3/8_3.sce | 95c0d65dcd298fe01e67428dee809dc6091ab4cd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 445 | sce | 8_3.sce | clc
//initialization of variables
Pi=14 //lb/in^2
T1=70+460 //F
ratio=13
T3=2500+460 //F
cv=0.171
cp=0.23
R=53.3
g=1.4
//calculations
T2=T1*(ratio)^(g-1)
v3ratio=T3/T2
cutoff= (v3ratio-1)/(ratio-1)
v1ratio=ratio/v3ratio
T4=T3*(1/v1ratio)^(g-1)
eta=1- cv*(T4-T1)/(T3-T2)/cp
percent=eta*100
//results
pr... |
85d5749f8f9003d1fa58b57b8bf8c0e36978c906 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1754/CH2/EX2.7/Exa2_7.sce | 5762b924fe27af3ac62d11fa49ef756d4e5a0799 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sce | Exa2_7.sce | //Exa 2.7
clc;
clear;
close;
//Given data
deltaVEB=200;//in mVolt
deltaIE=5;//in mA
ri=deltaVEB*10^-3/(deltaIE*10^-3);//in Ohm
disp(ri,"Input resistane of transistor in Ohm :"); |
2df5cc69a368abe72d75ab14210b2e9a3068ebb4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH4/EX4.9/Example4_9.sce | e62bec9dbd4d376f1ae8d54cdd4e06f8c29cee3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example4_9.sce | //Example 4.9.
clc
ni=1.5*10^10
un=1300
up=500
q=1.6*10^-19
sigma=300
disp("(a) Concentration in N-type silicon")
format(10)
n=sigma/(q*un)
disp("The conductivity of an N-type Silicon is sigma = q*n*un")
disp(n,"Concentratoin of electrons, n(cm^-3) = sigma / q*un =")
p=ni^2/n
disp(p,"Hence, concentration ... |
1fa716bcaa7e96919a6c1ad2fa2d47129dd83538 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH5/EX5.3.b/ex_5_3_b.sce | ec1a2a0fc321197a7fea3c3043524a52ba74ff36 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | ex_5_3_b.sce | //Example 5.3.b:frequency
clc;
clear;
close;
//given data :
theta1=12.5;
theta2=10;
lamda=log(theta1/theta2);
x=lamda^2;//
y=x/(%pi^2-x);//
y1=sqrt(y);//
f=0.125;//Hz
fo=f/(sqrt(1-y1^2));//Hz
disp(fo,"undamped frequency is,(Hz)=")
|
f3344a5614bdfbf75dc418fcda54b7c37deb4e5a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1163/CH11/EX11.4/example_11_4.sce | 157a3a7d1321d97ebeee38460961271ef248b793 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example_11_4.sce | clear;
clc;
disp("--------------Example 11.4---------------")
bandwidth= 1*10^6; // 1 Mbps
delay = 20*10^-3; // 20 ms
bandwidth_delay_product=bandwidth*delay;
frame_length=1000; // each frame has 1000 bits
utilization_percentage = (frame_length/bandwidth_delay_product)*100; // formula
printf("\nThe bandwidth-de... |
364968d09b71cb75a2e099977a05c2b2b3cc56d2 | 94f4543f1ccab8acf04c91798a83a0171dd5fa44 | /Simulations_numériques_Réthoré_Ghazouani.sci | ef87d5f83e73f6b4a0b401f88b4fcbe63c223091 | [] | no_license | owi0wi/scilab_DM_math | c699b5290926d2b3961e074f2b29034ed0cd2def | c6f177a6fec2c1846aedc4c233c439b5c375987f | refs/heads/master | 2021-01-10T05:21:59.626416 | 2015-06-02T21:03:36 | 2015-06-02T21:03:36 | 36,432,468 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,243 | sci | Simulations_numériques_Réthoré_Ghazouani.sci | //Réthoré Sophie
//Ghazouani Soukaina
//***************Exercice 1: simulation de lois de probabilité********************//
//_______Partie 1_______
//1. cette fonction permet de générer N nombres aléatoires de loi uniforme sur [0,1]
function X=genere_nb_aleatoire(n, x0)
//méthode minimal standard : générateur... |
a36c4cf8e3783756e5740f3eac60c022659cadd3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH2/EX2.1/Exa2_1.sci | 2f15892f582961ee645cb1eb9da41c7a9ecbbfcf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 193 | sci | Exa2_1.sci | //Determine RMS noise voltage
f1 = 18e+6;
f2 = 20e+6;
R = 10e+3;
T = 27;
k = 1.38e-23;
df = f2-f1;
T = T + 273;
Vn = sqrt(4*k*T*df*R);
disp(Vn, 'RMS noise voltage is (in V)')
|
881f86a3efc7cfddc34c878df699e7b48b510875 | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH2/EX2.10/2_10.sce | bed94e149e7670b9084507676546666940bc801f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 583 | sce | 2_10.sce | clc;
//page no 89
// prob no 2.10
// refer fig 2.40
P=10;f_ref=10*10^3;M=10;
//consider
N=1;
// With a fixed-modulus prescalar, the min freq step is
step_size=M*f_ref;
// With the two-modulus system, let the main divider modulus N remain constant & increase the modulus m to (m+1) to find how much the freq ch... |
8be9da56a3084e44fcb263264263c97578e568d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /788/CH13/EX13.13.b/13_13_soln.sce | 49f1a885723302e9114dbbe330ec8ebd349b5019 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 587 | sce | 13_13_soln.sce | clc;
pathname=get_absolute_file_path('13_13_soln.sce')
filename=pathname+filesep()+'13_13_data.sci'
exec(filename)
// Solution:
// atmospheric temperature in kelvin,
T1=T1+273; //K
// temperature of air in kelvin in pneumatic cylinder,
T2=T2+273; //K
// absolute pneumatic cylinder pressure,
p2=p2+101; //kPa abs
// flo... |
f606c6dde4f5556b8d336e8894631450243d6884 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH3/EX3.9/EX3_9.sce | c947d619899a63fdba4cd5a28f9ebcb283ad1bf3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | EX3_9.sce | //Chapter 3, Example 3.9, page 89
clc
//Initialisation
rh=-1
s=4 //sigma in S/m
f=5*10**9 //frequency in Hz
eo=8.85*10**-12 //permitivity of free space
er=75 //permitivity of medium
w1=30*3.14... |
4dd274ccf094d934e3bd52461fdd0ad3d941c624 | 449d555969bfd7befe906877abab098c6e63a0e8 | /291/CH14/EX14.3c/eg14_3c.sce | 67c17e8196bb13357838960348fb01a6e354f47b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 498 | sce | eg14_3c.sce | T = 500;
alpha = 0.05;
r = 10;
val1 = cdfchi("X", 2*r, 1-alpha/2, alpha/2);
val2 = cdfchi("X", 2*r, alpha/2, 1- alpha/2);
int1= 2*T/val1;
int2= 2*T/val2;
disp("The 95% confidence interval is");
disp(int1);
disp(int2, "to");
//The confidence interval is from 29.27 to 103.52 whereas my solution in Scilab is... |
6d02a16525eed65894b68030f4969c5046f314d5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH3/EX3.3/ex3_3.sce | dbbbc5c8adde704db87935088b6203d4506e1d28 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 194 | sce | ex3_3.sce | //Rxample 3.3
//floating point operands
r1=-0.66;
r2=4.50;
printf("\na+b=%f", r1+r2);
printf("\na-b= %f", r1-r2);
printf("\na*b= %f", r1*r2);
printf("\na/b= %f\n", r1/r2); |
4ae4c304d333b5fad5e5e585418a3fe403e41116 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH4/EX4.3/ex4_3.sce | 62c67f5ceadb434fb44b5afa1b8e3c08a52795c3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sce | ex4_3.sce | clc;
q1=2*10^-7; //charge in C
q2=3*10^-7; //charge in C
r=30*10^-2; //r in m
F=(9*10^9)*((q1*q2)/r^2); //calculating F
disp(F,"Force in Newton = "); //displaying result |
42a1f466b4b3400af5ed6faa40db7bd88e7f8a38 | 2ae858a680a4ccf8a2ec89a45a1e48a0292d8eab | /macros/imhistmatch.sci | d44a4ed52770dcdd3ee43e4f6b137b1bce25b7d8 | [] | no_license | shreyneil/FOSSEE-Image-Processing-Toolbox | f315a82c325b2d6cbd0611689f3e30071a38490d | dd1cbd0dcbe0c3dd11d6ce1ab205b4b72011ae56 | refs/heads/master | 2020-12-02T16:26:13.755637 | 2017-07-07T19:22:33 | 2017-07-07T19:22:33 | 96,552,147 | 0 | 0 | null | 2017-07-07T15:32:15 | 2017-07-07T15:32:15 | null | UTF-8 | Scilab | false | false | 1,658 | sci | imhistmatch.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
4dd7bc4bbd073bc0ed95776be1752261b074fec2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH3/EX3.2/Example3_2.sce | 1892e8982481ccb861628d5fabb45c9cf2858352 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example3_2.sce | //Example 3.2.
format(6)
me=1000*9.1*10^-31
disp(me,"Mass of the charged particle(kg) = 1000 times the mass of an electron =")
disp("The charge of the partical = 1.6*10^-19 C")
q=1.6*10^-19 //charge of the particle
V=1000 //potential difference
format(8)
v=sqrt(2*q*V/me)
disp(v,"Therefore, The velocity, v(m/s)... |
f0b7103623a7c176bd23bfc0706e88d2e8502b91 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH4/EX4.8/Ex4_8.sce | 1f653b30e30487d7eeb039aa7244a3da4ff14fc4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sce | Ex4_8.sce | // Ex4_8
clc;
// Given:
E1=0.059;
E2=2.5;
E3=1.33;
Ei=0;
Ef=0;
// Solution:
// delta E for 1,2 & 3 photon
dE1=E1-Ei;
dE2=E2-E3;
dE3=E3-Ef;
// delta I for 1,2 & 3 photon
dI1=2-5;
dI2=4-2;
dI3=2-0;
// EL/ML for 1,2 & 3 photon
ELML1=3+1+1
ELML2=2+1+1;
ELML3=2+1+1;
printf("\n For first photon, d... |
d8f064bdf4cbd130664742f7ec46de0b20d38e42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3129/CH4/EX4.6/Ex4_6.sce | 6146930ebe66671548a94d6773d097f745fc50fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 880 | sce | Ex4_6.sce | //Finding the Snubber Values for Limiting dv/dt and di/dt Values of a BJT Switch
//Example 4.6(Page No- 154)
clc
clear
//given data
fs = 10*10^3;//kHz
Vs = 220;//V
Il = 100;//A
Vce_sat = 0;//V
td = 0;
tr = 3*10^-6//sec
tf = 1.2*10^-6//sec
//part(a)
Ls = (Vs*tr)/Il;
printf('(a)\t Ls: %1.1f uH',Ls*10^6)
... |
1ad7345cc935296caf2200fe7de25556680ba67a | 18bf68cdf766092ccdcba8d231e8140063833a5a | /DelayMeasurementbyCorrelation.sce | defcfc2f711483657411349d4f2ba7de1b327b2f | [] | no_license | goodengineer/Scilab-Exercises | b51cc9a4c938f0289a32875d2d21eb9061d0e68e | 3c268211fe48e7e4d0002e44757ea8b50cda10f9 | refs/heads/master | 2022-12-24T23:30:12.875423 | 2020-10-05T06:27:20 | 2020-10-05T06:27:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 395 | sce | DelayMeasurementbyCorrelation.sce | clear; clf; clc;
t = 0:0.01:10;
x1 = sin(2*%pi*1*t);
x2 = zeros(1:600);
x = [x1 x2];
y1 = sin(2*%pi*1*t);
y2 = zeros(1:300);
y = [y2 y1 ];
[z, I] = xcorr(x,y);
subplot(311);
plot(x);
title("Delay measurement","fontsize",4)
ylabel("x","fontsize",4)
subplot(312);
plot(y);
ylabel("y","fontsize",4) ... |
cdd3dd712f638b2ee46617f8d6c06e02656f840b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH10/EX10.10/Ex10_10.sce | 05a8d31667c0aedd043b06145ff53321d8f8c574 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sce | Ex10_10.sce | clear all; clc;
disp("Scilab Code Ex 10.10 : ")
//Given:
a = 300; //mm
b = 50; //mm
t = 20; //mm
E_cu = 120*10^3; //MPa
nu_cu = 0.34;// Poisson's ratio
//By inspection:
sigma_x = 800; //MPa
sigma_y = -500; //MPa
tou_xy = 0;
sigma_z = 0;
//By Hooke's Law:
ep_x = (sigma_x/E_cu) - (nu_cu/E_cu)*(sigma... |
77983b0b16b6cf74a4b20cf5521858cdaedfb9de | 033c30e726845395bef755577930250cf150bb5b | /TypewriterTemplates/ClassProjector.tst | 17502fe1b9a21f040966a72c2f2485bf21c81011 | [] | no_license | Beej126/InventoryPrototype | 1226e4af5e721210536f42d941bcad4b93605aa3 | 97acb837ecec10943830e866bcda8e53dbdcfc95 | refs/heads/master | 2023-05-24T12:21:57.358983 | 2019-07-14T10:52:48 | 2019-07-14T10:52:48 | 196,866,697 | 0 | 0 | null | 2023-05-06T07:15:49 | 2019-07-14T17:47:15 | CSS | UTF-8 | Scilab | false | false | 9,456 | tst | ClassProjector.tst | ${
//**********************************************************************
//BIG TIP!! be careful not to use "crazy" stuff like single quotes
//or multiline comments here in the top helper code section
//***********************************************************************
// Enable extension methods by ... |
72b39b81b6a913689b23c122a8e1497f1acbcdd2 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20161122_gpio_remote_test/input.sce | f0a50c2e0342ba0d793a8dc831a31194c07166cb | [] | no_license | skim819/RASP_Workspace_sihwan | 7e3cd403dc3965b8306ec203007490e3ea911e3b | 0799e146586595577c8efa05c647b8cb92b962f4 | refs/heads/master | 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 72 | sce | input.sce | arbgen1=[1 1 1 1];
arbgen2=[2 2 2 2];
gpio1=[1 1 0 0];
gpio2=[0 0 1 1];
|
6d2d51e56f8e49b8fc4fa4106a4fe507a0403a84 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1085/CH8/EX8.5/ex8_5.sce | 2bd97a2e3773f01e0a27d319101cf3fd76cf3b3a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex8_5.sce | //Exam:8.5
clc;
clear;
close;
T_stress=415;//True stress (in Megapascal)
T_strain=0.10;//True strain
K=1035;//(in Megapascal)
n=(log(T_stress)-log(K))/log(T_strain);//
disp(n,'Strain hardening exponent for an alloy=') |
ac0e123a5f5a616e33bb910a417b18c67e533f7a | 0c1b318ef2ea5479e6a4df395006c510efb03896 | /TP_3_3.sci | dfe4147a7df5df463d80a65da492488d65d0011b | [] | no_license | Sylfid/ProjetAF | aa731877261eb4a53c0017c70b236e1b685b59cb | d80fef4e15ec611d905f3762666bee103e568625 | refs/heads/master | 2020-04-08T08:11:03.848479 | 2018-11-27T13:46:45 | 2018-11-27T13:46:45 | 159,168,672 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 86 | sci | TP_3_3.sci | function []= TP_3_3()
a = 1/20;
convolution(sin(2*%pi*a*(0:39)));
endfunction
|
c3fdfb9a97c28334a0d89d107db711b3bc9b7aa2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH9/EX9.5/Example9_5.sce | 39e911282cc3d1f4dcd37c50536b8c86a9eb8034 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,502 | sce | Example9_5.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.5 :
// Page number 103-104
clear ; clc ; close ; // Clear the... |
c2e7440ad7010247fad022b204e49f656cc2d6ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH6/EX6.11/Exa6_11.sce | 8f903a8ee3ff65ec3e32e4c38d85a0cd06b17f27 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | Exa6_11.sce | // Exa 6.11
clc;
clear;
close;
// given data
C=0.1;//in uF
R=11;//in Kohm
RF=5.6;//in Kohm
R1=10;//in Kohm
AF=1+RF/R1;//unitless
alfa=3-AF;//unitless
Klp=1;//unitless// for Butterworth filter
Khp=1/Klp;//unitless
f3dB=Khp/(2*%pi*R*1000*C*10^-6);//in Hz
disp(f3dB,"3 dB frequency in Hz is :")
disp(alfa,"V... |
3586eb9f5b80057a8e13433517afdfb39610f1bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.28.a/EX3_28_A.sce | 2c16c96f9a597e54f72d406536ae64f42624f6ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 91 | sce | EX3_28_A.sce | //Example 3.28.A
clc;
syms s t;
x=laplace(2);
y=laplace(1);
z=x*y;
f=ilaplace(z);
disp(f);
|
33228fd67bd7d7f5abab74828f5af24608a284c1 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/GOLD-TEST/mlt.tst | cfc665c77aa7d0a79ece531eddbecc3542560dd8 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,967 | tst | mlt.tst | qabeż taqbżu V;IPFV;FIN;PL;2;PST
qabeż qbiżtu V;PRF;FIN;PL;2;PST
qabeż qabeż V;PRF;FIN;MASC;SG;3;PST
qabeż aqbżu V;FIN;IMP;PL;1
qabeż aqbeż V;FIN;IMP;SG;2
qabeż qabżu V;PRF;FIN;PL;3;PST
qabeż jaqbeż V;IPFV;FIN;MASC;SG;3;PST
qabeż naqbeż V;IPFV;FIN;SG;1;PST
qabeż taqbeż V;IPFV;FIN;FEM;SG;3;PST
qabeż qbiżna V;PRF;FIN;PL;... |
9df9b04d594d77fec5708c93e06d34570473fb4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH6/EX6.3/ex_3.sce | bd8ce1396baced9998200197f1b6b54e2c31c737 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_3.sce | // Chapter 6_The pn junction
//Caption_Space charge width
//Ex_3//page 227
eps=11.7*8.85*(10^-14);
e=1.6*(10^-19);
Na=10^16 //acceptor ion concentration
T=300 //temperature in kelvin
Nd=10^15
ni=1.5*(10^10) //intrinsic ion concentration
Vr=5 //Reverse applied voltage
Vbi=0.635
V=Vr+Vbi
W=(2*eps*V/e*(Na+Nd)/(Na... |
92d47e87bda3d3f12840339a3715357b3b9c4bcc | 449d555969bfd7befe906877abab098c6e63a0e8 | /269/CH4/EX4.1/ex1.sce | d6579b140eb9825c81ac5fd2de7810e521371c49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | ex1.sce | disp("chap 4")
disp("ex 1")
disp("the equation for current by kvl is")
disp("i=v/r*(1-exp(-r*t/L))")// r-resistor,L-inductor
v=3// assumed supply=5v
r=10//assumed r=10 ohm
L=500//assumed inductance=500henry
t=0:0.1:500
i=v/r*(1-exp(-r*t/L))
plot(i) |
cccc1afd1a85518a8a93a337451fa6c4a8b865e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH1/EX1.15/Ex1_15.sce | 0a7ff3246ad31f0daba28106819b64aeb136dc19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 502 | sce | Ex1_15.sce | //Chapter 1: Structure and Bonding
//Problem: 15
clc;
//Declaration of Constants
m = 9.1 * 10 ** -31 // Mass of electron, kg
h = 6.626 * 10 ** -34 // Plank's constant, J.sec
e = 1.602 * 10 ** -19 // Charge of electron, C
// Variable
v = 1.87 * 10 ** 9 // Velocity... |
fe599ff1cf3ba01d061d32dbe1a5af7203dc8ad0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH25/EX25.8/Ex25_8.sce | f9c64052b6623b62fbfafbcdff1dab02973cdb12 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Ex25_8.sce | clear
//Given
ma=1.00893
m1=1.00813
m2=2.01473
a=931.5
a1=4.00389
//Calculation
m=ma+m1-m2
Eb=m*a
m3=2*ma+2*m1-a1
Eb1=m3*a
//Result
printf("\n (i) Binding energy when one neutron and one proton combined together is %0.2f Mev",Eb)
printf("\n (ii) Binding energy when two neutrons and two protons are combined is %0.1f ... |
b4aff1c1b777e3d273a56622336507987fdc0020 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH22/EX22.24/22_24.sce | 0df0c3f25ab47fcfda85df0c496baa587baea8ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 737 | sce | 22_24.sce | clear//
//Variables
VCC = 8.0 //Source voltage (in volts)
VRC = 0.5 //Voltage across collector resistance (in volts)
RC = 800.0 //Collector resistance (in ohm)
alpha = 0.96 //common base current gain
//Calcul... |
1afe16a00bf7b9d04ee3a2512469b2d19418c16e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH22/EX22.28/22_28.sce | ca9401b911414f7d27e666b81c992c70b00965a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 678 | sce | 22_28.sce | //Chapter 22, Problem 28, Fig.22.29(b)
clc;
V=500; //supply voltage
Ia=120; //armature current
Ia2=60; //armature current 2
Ra=0.2; //armature resistance
Ra1=0.5; //armature resistance 2
n1=10; ... |
6b22ac119e019c022363252035156071daed6131 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH3/EX3.26/Ex3_26.sce | 5008b77821e97a832a308152c6bff3add875e4e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 889 | sce | Ex3_26.sce | //Example 3_26
clc;
clear;
close;
format('v',6);
//given data :
V=230;//V
f=50;//Hz
Z1=12*expm(%i*30*%pi/180);//ohm
Z2=8*expm(%i*-30*%pi/180);//ohm
Z3=10*expm(%i*60*%pi/180);//ohm
Y1=1/Z1;//mho
Y2=1/Z2;//mhob
Y3=1/Z3;//mho
Y=Y1+Y2+Y3;//mho
Ymag=abs(Y);//mho
Yang=atand(imag(Y)/real(Y));//degree
disp(Yan... |
cba16b28fd5709d836dbb059ae98da28f14b66ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /3547/CH2/EX2.17/Ex2_17.sce | 262b6964c620ca001d835c61f767fba7d4e33036 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,017 | sce | Ex2_17.sce | // Example No. 2.17
// To find the accumulated dispersion of the DCF so that the net accumulated dispersion does not exceed 1100 ps/nm
// Page no. 85
clc;
clear;
// Given data
lambda0=1490; // Zero dispersion wavelength in nm
lambda=1560; ... |
1e095c13b492a230ac0bc72038878db0b4fb9169 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.2_12.tst | 369c198b5986697f03469bde1e95382bb77e53a7 | [] | 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 | 734,891 | tst | 5.2_12.tst | 2 96:1 97:1 150:1 386:1 413:1 596:1 670:1 734:1 1046:1 1054:1 1295:1 1320:1 1383:1 1409:1 1580:1 1627:1 1715:1 1798:1 1915:1 2030:1 2036:1 2183:1 2436:1 2469:1 2475:1 2598:1 2682:1 2890:1 2907:1 2914:1 3149:1 3534:1 3808:1 4122:1 4129:1 4170:1 4175:1 4373:1 4615:1 4716:1 4782:1 5053:1 5064:1 5127:1 5163:2 5346:1 5682:1... |
853176b6bb5f87e655fa34ce8eeba9186d520281 | d3d4c2b897530aaaea4c5411ba745ee516a78083 | /w.tst | 70ed6a98444525551244934778d06fea3b964238 | [] | no_license | jgmatu/SOT1516 | e5d260b6318515570cfc464f17a572be74f818f8 | c7d1d063ef006378577cb0ede7df3d61a945c65a | refs/heads/master | 2020-12-31T04:17:39.843950 | 2017-03-23T15:35:08 | 2017-03-23T15:35:08 | 58,229,528 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 33 | tst | w.tst |
cd /tmps
ps
tee a.txt
grep bash
|
e8064725613eabd0bd1fa3b550223cbd40ddbffd | da5f041febe4b5e738a88500e6b5c0eeea4da116 | /signals (1)/C_decod.sce | 1ac5fde44ee2cab4bfee1ed2a2bb8adcc96be7f2 | [] | no_license | djouani/scilab-project | 283a5d7467957851787288bb0505a6ceac8b0e07 | 01331434dff090bdff27d416c57ee54484cd2c47 | refs/heads/main | 2023-07-25T04:49:09.341708 | 2021-09-08T11:39:39 | 2021-09-08T11:39:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 189 | sce | C_decod.sce | global Kol_DvoichKOD Decods
//Выводим Задекодированный сигнал после демодуляции
for i = 1:Kol_DvoichKOD
mprintf('%d) %s\n',i,Decods(i))
end
|
da69660e89df6d5c76c10937769f15842dd39044 | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/DiffusionSolver/Tests/ImDiffusion_m6_time_int.tst | 1086630562be51c1c20e285400c715ac21cf259f | [
"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 | 564 | tst | ImDiffusion_m6_time_int.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description> 2D unsteady CG implicit diffusion </description>
<executable>DiffusionSolverTimeInt</executable>
<parameters> ImDiffusion_m6.xml</parameters>
<files>
<file description="Session File"> ImDiffusion_m6.xml</file>
</files>
<metrics>... |
7ee9158b33eb9e09471fc8b1a117b2120b2a2b86 | 14880498693284f57507e99d65f9d65104a4566c | /html/template.php.tst | 8ece5c58dfc94f8cbbef60c99268d81ddb897bee | [] | no_license | hasakura12/AWS_QuikID_website | 350f727586804909087a91bd0e31d144fa388749 | 55a03e0633099744b447eedd8fc88d6249b29ccb | refs/heads/master | 2021-05-30T07:24:11.738439 | 2016-01-07T21:44:43 | 2016-01-07T21:44:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,836 | tst | template.php.tst | <!DOCTYPE html>
<!-- Microdata markup added by Google Structured Data Markup Helper. -->
<html lang="en" itemscope itemtype="http://schema.org/Article">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="robot" content="All">
<meta name="language... |
dc54e57695ea7ca629039feb41b9e1f1464fa9ae | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2bpc/test_4.sce | eecc2cc6358610249c47153f3e7424fa12169f2a | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 315 | sce | test_4.sce | // Test # 4 : When either Input Argument #1 or #2 is of complex type
exec('./allpasslp2bpc.sci',-1);
[n,d]=allpasslp2bpc(0.1,[0.3,0.4*%i]);
//!--error 10000
//Wt must be real,numeric and must contain only 2 elements
//at line 43 of function allpasslp2bpc called by :
//[n,d]=allpasslp2bpc(0.1,[0.3,0.4*%i]);
|
15f35a3618c6013a03e961fce3a651d65cf6ac8c | f891f5aed2e66371488173c2b9c4e8f977a9f64a | /SunSpec Utilities/Tests/SMA_GG_Node_3.tst | f3cdf39deee6ea9ee140017e418aa0ee437b9bb7 | [] | no_license | jakedm/svp_directories | d9b85c41b45a3ded7572f9f730e8d1efc8515099 | 19272f8784baabf83e197778768933aef015432c | refs/heads/master | 2021-01-18T18:08:29.224016 | 2017-01-16T20:09:35 | 2017-01-16T20:09:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | tst | SMA_GG_Node_3.tst | <scriptConfig name="SMA_GG_Node_3" script="gridguard">
<params>
<param name="gg.ipaddr" type="string">192.168.0.2</param>
<param name="gg.code" type="string">3598800</param>
</params>
</scriptConfig>
|
7aa63943ff578c13fdd4530c1d6af5c0657bdd7b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH7/EX7.5/Exa7_5.sce | 9d3f941bbe2080835392723ce353b34e910f14a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 237 | sce | Exa7_5.sce | //Exa 7.5
clc;
clear;
close;
//given data :
f=1.2;//in GHz
f=f*10^9;//in Hz
BWFN=5;//in degree
c=3*10^8;//in m/s
lambda=c/f;//in meters
D=140*lambda/BWFN;//in meters
disp(D,"Diameter of a paraboloidal reflector in meters : "); |
b9ceb15725dcc5d11585b41cfd7479430bb24efe | b26239033e0d21476c77ff50326b32231c2a3b00 | /Workspace/missionB3.sce | 159a3463ecc515cb4236fdc018737a838201d997 | [] | no_license | SmartGuyy/Exolife | 1c9a5bfdb8b16523e9681170fe4cb2cb12613e3a | eb477766dffe7edd9022d0cf46028980489c6277 | refs/heads/master | 2021-06-17T03:56:00.785128 | 2017-03-17T09:39:04 | 2017-03-17T09:39:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,026 | sce | missionB3.sce | img_input = readpbm("C:\Users\DimitriXPS\Documents\GitHub\Exolife\Exolife\Images\Mission 7\HD215497.pbm");
// dossier destination images séparées
imgDestination = ("C:\Users\DimitriXPS\Documents\GitHub\Exolife\Exolife\Stockage_Images_Missions\")
// filtre jaune + normalisation
imgEau = normalisati... |
ccf3ec584d69137817f3970d675c9c33217433fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1938/CH3/EX3.10/3_10.sce | 81ad668b315cef16237c7d2736f4f869b8d93d79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,225 | sce | 3_10.sce | clc,clear
printf('Example 3.10\n\n')
motor_output_FL =15000 //full load motor output
V=250,R_sh=100
//at 80 % of full load
motor_output_FL_dash=(80/100)*motor_output_FL //80 percent of full load output
eta=90/100 //efficiency
motor_input=motor_output_FL_dash/eta
total_losses = motor_input - motor_output_FL... |
360931ea6b98eee997f106136dca324f88de2069 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH5/EX5.7/ex_5_7.sce | a232f07f2c2f32a1f9fea2210c2d706cb6e7341d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 614 | sce | ex_5_7.sce | clear;
close;
clc;
T0=4;
t=-5.99:0.01:6;
t_temp=0.01:0.01:T0/2;
s=length(t)/length(t_temp);
x=[];
for i=1:s
if modulo(i,2)==1 then
x=[x -ones(1,length(t_temp))];
else
x=[x ones(1,length(t_temp))];
end
end
plot(t,x,'r')
w0=%pi/2;
for k=-10:10
cc(k+11,:)=exp(-%i*k*w0*t);... |
581af7d2d07799194565fb4ef2f4c5fef075dd6c | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/final/shootingmethod/newton.sci | 90de9ae9def44e348ba2ad8152fca266f5f3d22e | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sci | newton.sci | function sol=newton(a,delta,funx,dfunx)
//delta=0.0001;
x=a+sqrt(delta);
//fx = 0.5*sin(2*(x-(%pi/4)))+h*sin(x);
fx=funx(x);
while (abs(fx))>=delta
a=x;
//fx = 0.5*sin(2*(x-(%pi/4)))+h*sin(x);
fx=funx(x);
dfx=dfunx(x);
//dfx= cos(2*(x-(%pi/4)))+h*cos(x);
x=a-(fx/dfx);
end;
sol=x;
endfunction;
|
639d01e5ffc6eb7f54db6dfa96050c9b9f47cad0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2216/CH2/EX2.1/ex_2_1.sce | cc514fbbeb2ff78d0462b624eb1656c9a6f8d445 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 636 | sce | ex_2_1.sce | //Example 2.1 // NA ,angles and pulse broadning
clc;
clear;
close;
format('v',9 )
disp("part (a)")
n1=1.5;//core refrative index
n2=1.48;//claddin refractive index
a=100/2;//radius in micro meter
na=1;//air refrative index
NA=sqrt(n1^2-n2^2);//numerical aperture
disp(NA,"numerical aperture is")
disp("part (b)")
am=(asi... |
2248bea23bf2d22d26f2501d5a8406d14b8f445a | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH13/EX13.20/20.sce | 9e2ade33a7ba370f912e3c64fb0dcd00bfd55102 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | 20.sce | clc
pm=7.5; //bar
r=12.5;
p1=1; //bar
y=1.4;
// pm = p1*r^y*[y*(rho-1) - r^(1-y)*(rho^y-1)]/(y-1)/(r-1)
//Solving above equation we get
rho=2.24;
%cutoff=(rho-1)/(r-1)*100;
disp("%cutoff=")
disp(%cutoff)
disp("%") |
42301de186ec629cc783a76116acbf38d98bc5af | e770dc26235168913bdcd5b2332f3a38a95a8bc7 | /Toolbox Test/levinson/levinson2.sce | b1b671cb79095771f1bef5293ed0f4150ca72845 | [] | no_license | deecube/majorTom | f00eca4e2effff2c5eba746878f2c0842fe14680 | 84365fc032fc0ca44abac8330ec4ac6d85a85b3f | refs/heads/master | 2021-01-21T14:04:23.323717 | 2016-05-23T06:05:31 | 2016-05-23T06:05:31 | 51,731,222 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | sce | levinson2.sce | //check o/p for a given matrix
r=[1 34 4];
a=levinson(r);
disp(a);
//output
// !--error 4
//Undefined variable: n
//at line 31 of function levinson called by :
//levinson(r)
|
48b33fb1d918b090403d4697ddd03ca376e9e2be | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH6/EX6.28/Ex6_28.sce | cd8fefb48da01464da13397c988d41778f0a9682 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_28.sce | clear
//
//
//
//Variable declaration
delta_t=10^-12; //life time(s)
hby2pi=1.054*10^-34;
e=1.6*10^-19; //charge of electron(c)
//Calculations
deltaE=hby2pi/(2*e*delta_t); //uncertainity in energy(eV)
//Result
printf("\n uncertainity in energy is %0.1f *10^-4 eV",deltaE*10^4... |
12b714b0623fc4e070ecbc9acad322c438a396d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH13/EX13.16/example13_16.sce | afcbe1e243985236749d48223741551ea12b2d14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | example13_16.sce | //Chapter 13
//Example 13_16
//Page 328
clear;clc;
i=1.25;
//minimum voltage occurs at point C
Vc=220;
x=450;
r_km=0.05;
l=800;
r=2*r_km/1000;
Vac=i*r*x^2/2;
Va=Vc+Vac;
Vbc=i*r*(l-x)^2/2;
Vb=Vc+Vbc;
printf("Voltage drop in section AC = %.2f V \n\n", Vac);
printf("Voltage at feeding point A = %.2f V \n\n", Va);
prin... |
d4525ef049c729dd2ea7cc9699bf5cd629ee2a73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH1/EX1.12/ex1_12.sce | 7e90d7c8964618da03e10d5ca3eaf8b090374a5e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | ex1_12.sce | // Exa 1.12
clc;
clear;
close;
format('v',7)
// Given data
V1 = 12;// in V
V2 = 10;// in V
VB = 0;// in V
R1 = 2;// in ohm
R2 = 1;// in ohm
R3 = 10;// in ohm
// Using KCL at node A :
VA= (V1*R2*R3+V2*R3*R1)/(R1*R2+R2*R3+R3*R1);// in V
I1 = (V1-VA)/R1;// in A
I2 = (V2-VA)/R2;// in A
I3 = (VA-VB)/R3;// in... |
208e079b3685d6c2e942e54c4fbe535dee7cc3f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3440/CH7/EX7.3/Ex7_3.sce | 0552bcddd1581f4bc1d4c589347cccdf9b8be9e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 534 | sce | Ex7_3.sce | clc
T=300 //K
k=8.617*10^-5 //eV/K
q=1.6*10**-19 //C
epsilons=8.854*10^-31 //F/cm
ni=9.65*10^9//cm^-3
ND=5*10^19//cm^-3
phibn=0.8//V
I=1//A
mn=0.26
Rc=10^-6//ohm cm^2
A=10^-5//cm^2
h=1.05*10^-34
a=Rc/A
disp(a,"Rc/A in ohm is=")
C2=(4*sqrt(mn*epsilons*(1.05*10^-10)))/h
disp(C2,"C2 in m^(3/2)/V is= ") ... |
4dc7aad6dfc64f3d4c50fa820b145f117ee0fb5c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH12/EX12.1/Example12_1.sce | 4d58df8644f61d35d26d3e3f73cc5580c5492bae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,699 | sce | Example12_1.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 12: POWER,ENERGY,AND EFFICIENCY RELATIONS OF DC AND AC DYNAMOS
// Example 12-1
clear; clc; close; // Clear the work space and console.
// Given data
P = 10000 ; // Power rating of the shunt genera... |
cbb88a952f95cad984a699cae875b38f1c81390e | cb3c54411a4f3432c21524a69262b6655ba46ac1 | /Calculo_Numerico/bisseccao.sci | de23c96198e65a2d976933e003be5935d26bbe19 | [] | no_license | draetus/faculdade_trabalhos | ae85c0c89888c2ad956c6aa7147a801d0cdf4f9a | e9971b4478112fbe7333ad71d1b4f1620b384eb6 | refs/heads/master | 2022-12-30T19:39:42.191109 | 2020-10-16T13:12:03 | 2020-10-16T13:12:03 | 87,357,566 | 4 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 390 | sci | bisseccao.sci | clear
close
function [s] = f(x)
s = x*log(x) - 1;
endfunction
a = 1;
b = 2;
e = 0.002;
k=1; //contador de iterações
x=(b+a)/2;
while abs(b-a)>e & abs(f(x))>e
if f(x) == 0
break;
elseif f(a)*f(x)>0
a=x;
else
b=x;
end
x=(b+a)/2;
k=k+1;
end
disp("METODO... |
3546e9bec00b5abc2cbe6b78b661e7e6693edee2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /914/CH7/EX7.5/ex7_5.sce | 3a9a937c6d5a96b5442cf36b5037bdef5bbdc38e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sce | ex7_5.sce | clc;
warning("off");
printf("\n\n example7.5 - pg 282");
// given
Fextx=-2522; //[lb] - force in x direction
Fexty=2240; //[lb] - force in y direction
// the force exerted by the elbow on the fluid is the resolution of Fext,x and Fext,y , therefore
Fext=((Fextx)^2+(Fexty)^2)^(1/2);
alpha=180+(atan(Fexty/Fextx... |
5612a02e081d4899fa67615ce1cb55fd111508b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH11/EX11.19/Example11_19.sce | 8dd5a40319ca255b18cd641182ccd8a4de22cfa0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,456 | sce | Example11_19.sce | ///Chapter No 11 Steam Boilers
////Example 11.19 Page No 252
///Find Velocity of the flue gases in the chimney
//Input data
clc;
clear;
H2=38; //Stack height in m
d1=1.8; //Stack diameter in m
ma1=18; //Flue gases per kg of the fuel burnt
Tg1=277+273; //Average temp ... |
48b93e97a11048b61f80b0eb1bb20168dac7315a | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH4/EX4.36/4_36.sce | 79fc6fb1baaf768e38405ce3e51df4585534c7b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 307 | sce | 4_36.sce | function [x,y]=polar_to_cart(r,theta)
theta=theta/180*%pi
x=r*cos(theta)
y=r*sin(theta)
endfunction
[Vr,Vc]=polar_to_cart(120,45)
V=complex(Vr,Vc)
[Zr,Zc]=polar_to_cart(16.3,24.5)
Z=complex(Zr,Zc)
w=50
I=V/Z
P=V*conj(I)
Pavg=real(P)
pf=real((V/I)/norm(V/I))
disp(pf,Pavg) |
b86e1d04ad6ee416510ddd8ddcd6a6c18369d70b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3434/CH14/EX14.5/Ex14_5.sce | 3eb20fbfb502f650245527ba2e91d4c4e010fb7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 203 | sce | Ex14_5.sce | clc
//given data
F=12000 // Total amount in rs
i=9 // interest rate in %
n=4 // time in years
A=F*(i/100.0)/(((1+i/100.0)**n)-1) //
printf("The amount deposited each year should be Rs %i",A)
|
1b84ec2c90614501b635002302f32f08ced88bc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH1/EX1.1/ex1_1.sce | 39410512c4ce589ad732561070ee328a5e4e8183 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex1_1.sce | // Example 1.1, page no-23
clear
clc
Rs=200
R=5000
luponw= R/Rs
printf('L upon W =%d', luponw)
printf("\n5kohm resistor can be fabricated by using a pattern of %d mil*1mil",luponw)
|
e20fa2214b82bb03998ae594b4845001fa08cc13 | c6c7eb21f96a4f31fbebb18724ed9bbca4bb661b | /Ex1.sce | fffb2f1e386e0db07edeb22a057ee5ceb0fa9cda | [] | no_license | Yunagiri/MT12 | 766b022278b220e85358919241fff3f0f1c7e665 | 6da3df8fb7a8507f600ee51bd916e605c6838ee0 | refs/heads/master | 2020-12-05T11:04:18.108037 | 2020-01-06T11:45:31 | 2020-01-06T11:45:31 | 232,089,292 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 938 | sce | Ex1.sce | //DINH Viet Phuong
function [L,U] = DecompLU(A)
n = size(A,1);
L = zeros(3,3);
U = zeros(3,3);
U(1,1:n) = A(1,:);
L(1:n,1) = A(:,1)/A(1,1);
S1 = 0;
S2 = 0;
for i = 2:n
U(i,i) = A(1,1) - L(i,1:i-1)*U(1:i-1,i);
for j = i+1:n
for k = 1:i-1
... |
6e80b51d28ed21e76a8344d6362480c433e7cd06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2273/CH6/EX6.2/ex6_2.sce | 6ce6ced966fcae0ea1a1ca8e43bdc82af5349d19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,282 | sce | ex6_2.sce | //Determine sending end voltage and current
clear;
clc;
//soltion
//FUNCTIONS
function [z]=rxr(A,B)//Function for the multiplication of rectangular
z(1)=A(1)*B(1)
z(2)=A(2)+B(2)
endfunction
function [a]=r2p(z)//Function for rectangular to polar
a=z(1)*complex(cosd(z(2)),sind(z(2)))
endfun... |
a2acba1c315f69d628984a3e31a6a8d6fcd640eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH8/EX8.5/ex8_5.sce | 37454afda23d849e0f1313a4609beb80d2fba065 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 577 | sce | ex8_5.sce | // Exa 8.5
clc;
clear;
close;
// Given data
W_c = 500*10^-3;//water collected in kg
C_P = 4.1868;// in kJ/kg-K
T_o = 28.3;//outlet temp. in °C
T_i = 14;//inlet temp. in °C
P_bero= 785;// barometric pressure in mm
P_gas= P_bero+90/13.6;// in mm
T1=17+273;// gas temp. in K
T2= 15+273;// in K
theta = T_o-T_i;... |
c799de8fd5182249cec100679b8a0cd0251b77bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH7/EX7.15/Chapter7_Example15.sce | aa14d331042f5c9c7723ef5e18526f83c19fd8ac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 647 | sce | Chapter7_Example15.sce | //Chapter-7, Example 7.15, Page 310
//=============================================================================
clc
clear
//INPUT DATA
D=0.2;//Diameter of pipeline in m
//velocity profile is given by u=96r-190r^2 m/s
//Temperature profile is given by T=100(1-2r) degree C
//CALCULATIONS
vmax=(64*(D/2))-... |
cf2e9a1bde869c83cbfe134fda1ccfe6855430c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH6/EX6.17/example_17.sce | 8e0eaafae27644298ebf338c78438b862efe7504 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 616 | sce | example_17.sce | clc
clear
printf("example 6.17 page number 264\n\n")
//to find the number of stages
x=0.01 //mole fraction of nicotine
yN = 0.0006; //mole fraction in solvent
xN = 0.001; //final mole fraction in water
X0=x/(1-x); //in kg nicotine/kg water
YN =yN/(1-yN); //in kg nicotine/kg keroscene
XN = xN/... |
37bafa2b79e60456ea90e478054c72007db2a573 | d963a50c09b7380dd7b1b97cd9997e9bd17ea8f3 | /r37/packages/xcolor/xcolor.tst | a52e0d1a307acfeadf3a2b76944273f494bfbd0e | [
"BSD-3-Clause"
] | permissive | reduce-algebra/reduce-historical | 8220e211b116e0e01ff1a38f51917cac9db6069f | e014152729c4d62bb1ce4f5c311a027042a5495a | refs/heads/master | 2023-04-10T22:54:00.796596 | 2021-04-16T08:52:19 | 2021-04-16T08:52:19 | 343,245,204 | 7 | 1 | NOASSERTION | 2021-04-16T08:53:31 | 2021-03-01T00:15:22 | TeX | UTF-8 | Scilab | false | false | 9,762 | tst | xcolor.tst | %----------------------------------------------------------------------
% File: xcolor.tst
% Purpose: Tests for xcolor package.
% Author: A.Kryukov
% E-address: kryukov@npi.msu.su
% Vertion: 2.2.1
% Release: Aug. 17, 1994
%----------------------------------------------------------------------
% Re... |
84c9ec82ebebcb9df8faee3f81bd8ae0a15e5858 | 09fb666c0701b49ab031e9c772024f96f6ed1c7e | /Lab 4/laboratorio4.sce | e088d2d926072b8ee405e2e69588a8c8cbcb7d25 | [] | no_license | Alejandro287/Numerica_Methods | ccbf8fa032809f6f6398a0f8100a268a750d8491 | 968f6cf10b651ff1049855a677753e6b2a44ca26 | refs/heads/master | 2020-04-02T02:45:35.586981 | 2018-10-20T16:38:01 | 2018-10-20T16:38:01 | 153,926,195 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 630 | sce | laboratorio4.sce | clc
disp("* Ajuste lineal")
X = -1:1:6
Y = [10 9 7 5 4 3 0 -1]
disp(X)
disp(Y)
[A,B] = UN_ajuste_lineal(X,Y)
disp(" >> resultado:")
disp([A,B])
disp("* Ajuste potencial")
X = 0.2:0.2:1
Y = [0.1960 0.7850 1.7665 3.1405 4.9075]
disp(X)
disp(Y)
A = UN_ajuste_potencial(X,Y,2)
disp(" >> resultado:")
disp(A)
disp(... |
e7507290dcb22208726d84612a33ef3ac3601fac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1286/CH7/EX7.12/7_12.sce | 6fcfbcbf9bcd17494be1620c4d8638ffa8df5dee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | 7_12.sce | clc
//initialisation
t1=273//k
p1=1*10^5//N/m2
p2=2*10^5//N/m2
v=10^-6//m3
a=2.73*10^-10//m4 N
b=1.03*10^-9//m3
//CALCULATIONS
t2=t1+(t1*(p2-p1))/(p1+(a/(v*v)))
//results
printf(' \n temperature of gas if pressure is doubled= % 1f k',t2)
|
8fcbcadc162bfa1f0f3599759c1b580a67eda1f1 | 2cf3f0dc5bb5a14ec847e254aa03ceca8d54ca8e | /Similarity/TOEFL.tst | 16319dcaf5f0749674b301796ab2b70807cf4259 | [] | no_license | manishc1/Security_Word_Similarity_Model | f2966c20290b1d4be841265dbf98a875301d8e46 | 6b9171bb7c7fa503662cca103b237bea19f36fdf | refs/heads/master | 2021-01-01T20:00:40.011537 | 2014-06-07T23:38:12 | 2014-06-07T23:38:12 | 20,576,010 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,031 | tst | TOEFL.tst | enormously
appropriately
uniquely
tremendously
decidedly
tremendously
provisions
stipulations
interrelations
jurisdictions
interpretations
stipulations
haphazardly
dangerously
densely
randomly
linearly
randomly
prominent
battered
ancient
mysterious
conspicuous
conspicuous
zenith
complet... |
0565036a3d8beb6d56715da8cf04bc00c70bd8b8 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/macros/elem/fix.sci | 3ad09c39491025f4cbfe2eeae5c3e0f9147756da | [
"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 | 63 | sci | fix.sci | function x= fix(x)
x1=x(:);
y=sign(x1).*floor(abs(x1))
x(:)=y;
|
b9b3cc16d1867c4d1ab5be0dc88ba8be759a715e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2837/CH11/EX11.5/Ex11_5.sce | 90f063b9f517838b09a6d57502121c65631a9ea2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sce | Ex11_5.sce | clc
clear
//Initialization of variables
v=210 //ft/s
g=32.17 //ft/s^2
p=200 //psia
z=5 //ft
x=2.361
h=1210.3
J=778
//calculations
P0=p + v^2 /(2*g*144*x) + z/(144*x)
h0=h + v^2 /(2*J*g) +z/J
S=1.5594 //units/lb
S0=S
t0=401.9 //F
v0=2.342 //cu ft/lb
rho0=1/v0
//results
printf("Pressure = %d psia",P0)
... |
5d5fc0c4c1f1eb9c4727e74dd1c433104d16f4f5 | 7b040f1a7bbc570e36aab9b2ccf77a9e59d3e5c2 | /Scilab/virtual/2dof_controller/dc/ident/scilab/ACF_def.sce | a6ea4f450652fa2ffcc0b0c76612dee47e21ac6b | [] | no_license | advait23/sbhs-manual | e2c380051117e3a36398bb5ad046781f7b379cb9 | d65043acd98334c44a0f0dbf480473c4c4451834 | refs/heads/master | 2021-01-16T19:50:40.218314 | 2012-11-16T04:11:12 | 2012-11-16T04:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 76 | sce | ACF_def.sce | // Updated(7-8-07)
// 6.2
u = [1 2];
r = autocov(u);
rho = normacf(u);
|
e94be5d8e8aa9756899135c9ac8fa80b9d3860e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH7/EX7.6/Ex7_6.sce | 9758e81b78a43083041680c8d55ec67403472cdb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 991 | sce | Ex7_6.sce | clc
//Chapter7
//Ex_6
//Given
//power dissipated at a given voltage per unit capacitance depends only on w*tan(delta)
//at f=60 //in Hz.
f=60 //in Hz.
w=2*%pi*f
//let x=tan(delta)
x_PC=9*10^-4 //Ploycarbonate
x_SR=2.25*10^-2 //Silicone rubber
x_E=4.7*10^-2 //Epoxy with mineral filler
p_PC=w*x_PC
p_SR=w*x_S... |
4d230a9af448964cdcd78bca28515153b00fcf73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH18/EX18.5.2/Ex18_5_2.sce | eb94e6a1d378703e6997f0ff7d9b426df79bb323 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,017 | sce | Ex18_5_2.sce |
clc
// Initialization of variables
D = 2*10^-5 // cm^2/sec
l = 32*10^-4 // cm
c = 6.8*10^-6 // mol/cc
C10 = 10^-4 // mol/cc
function[j] = Totalflux(H,K)
j = (D*H*C10/l)+((D*H*K*c*C10)/(l*(1+(H*K*C10))))
endfunction
//For Lithium Chloride
H1 = 4.5*10^-4 //Partition coefficient
K1 = 2.6*10^5 // cc/mol as... |
382b1108bbf168567e5569410fe3b4dcd3d5bcd0 | bd9df8a33f36defa7e5b50d18f8bd6eb365ad9e2 | /Stage/Bibliotheque_Canada/modpn/modpn/src.32/cumodp/tst/fast_resultant2_cumodp.tst | 65d9c34053d0264a31775c15feee55dfe36cf82c | [] | no_license | Lexriel/M2_Calcul_Scientifique | ef5c168ab3d2f9a4a45f728b7b3c7ad6fa11f005 | 5747a7bcf0c39de6d99f784b44f6e836bda41243 | refs/heads/master | 2021-08-07T19:16:54.459640 | 2017-11-08T19:22:11 | 2017-11-08T19:22:11 | 110,019,502 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 882 | tst | fast_resultant2_cumodp.tst |
#Test function:
#- MultivariateResultant
#test 500
with(RegularChains):
with(FastArithmeticTools):
with(modpn):
with(TestTools):
## Setting the polynomial ring with a prime characteristic
p := 469762049:
vars := [a, b]:
v := vars[1]:
R := PolynomialRing(p, vars):
dx := 30:
dy := 30:
f := randpoly(vars, dense, degr... |
0cdd3d734bc3f4e7a57e05838c8e524108eab59e | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH2/EX2.31/31.sci | 95e5e09927b007f0c869becde42a39c67cefcd01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 603 | sci | 31.sci | clc;
clear all;
disp("Maximum system temperature")
La=0.02;//m
Lb=0.01;//m
kA=50;//W/(m*C)
kB=0.2;//W/(m*C)
h1=200;//W/(m^2*C)
h2=50;//W/(m^2*C)
A=0.15*0.15;//m^2
A
Q=1000;//W rating of heater
Q
ta=25;// degree C
//Q=A*(Tmax-ta)*(1/(La/kA+1/h1)+1/(Lb/kB+1/h2))
Tmax=Q/(A*(1/(La/kA+1/h1)+1/(Lb/kB+1/h2)))+t... |
f7513b6164fb6b57eec69547abfb9400962f1802 | 079f0010c907e05868f96140e9632428ec53f25f | /2015/Numerical_analysis/trabalhoCN.sce | b9c58bb5b3a9e49eb63ea6173220aef95a61c4ec | [] | no_license | gabrielvieira37/UFRJ | a013c68ecb9925b8e8f41d78b81cb5b6df19e45d | 82dfe37892d6e4783fee1d8d708389218cb16acc | refs/heads/master | 2021-07-10T13:37:20.239917 | 2020-07-05T00:15:08 | 2020-07-05T00:15:34 | 142,941,764 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,352 | sce | trabalhoCN.sce | clc()
n = input("digite o numero de partições: ")
x=linspace(0,1,n)
deltaX = 1/n
y= (%e^x)
tol = 10^(-5)
eabs = 0
erel =0
iRec = 0
iTrap = 0
for i=0:1:n-1
iRec = ((%e^(deltaX*i)^2)*deltaX) + iRec
end
iTrap = (%e^(deltaX^2) + %e^((deltaX*(n+1))^2))/2
for i=0:1:n-1
iTrap = (... |
7d34995be6d8a6ae90f1c6958ba124d28710fdf9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2213/CH4/EX4.25/ex_4_25.sce | 86ec8c9b9640fe9b7408f86cfef3cac4e33613f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 550 | sce | ex_4_25.sce | //Example 4.25//number ,rating and disposition of lamps
clc;
clear;
close;
format('v',6)
h=4;//in meters
wp=75;//in lux
ef=14;//efficiency in lumens/watt
dp=0.2;//depreciation factor
uf=0.5;//utiliazation factor
l=72;// in meters
b=15;// in meters
a=l*b;//arean in m^2
mf=1-dp;//maintenance factor
glr=(a*wp)/(uf*mf);//g... |
9d156674d91df3b5bb2bf1de3a499a646c2d7329 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2081/CH5/EX5.8/Ex5_8.sce | 78dcc4c100170ec15f2d4407b8a7581fb1f1274a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 559 | sce | Ex5_8.sce | N=1
Y=4
K=4
q=sqrt(3*K)
CI=((q+0.7)^(-Y))^(-1)//C/I for 6-sector
CIdB=10*log10(CI)
disp(CIdB,'signal to co-channel interfernce ratio C/I in dB')
if CIdB>18 then
a= CIdB-6
if a>18 then
disp(,'K=4 is adequate system as C/I is still geater than 18dB after considering the practical conditions with reductions of 6dB ')
el... |
cb330e56de1fc6083a0c26f6a21a6d27fc44c3f4 | b9602336613b26d0b9c22a09d219c0ed8e158b4e | /Examples/Examples_MatFunc/trace.sce | 32836125ef37e061303dd54f32b1ae90982f3026 | [
"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 | 198 | sce | trace.sce | // Function Name: trace
// Returns Sum of the elements on the main diagonal of matrix
// Calculating the trace.
inputMat = [ 1, 2, 3; 4, 5, 6; 7, 8, 9;]
result = armaMatFunc("trace",inputMat)
|
bc84f0aee5c2897ecfc57f220b82afbea3f40f2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH3/EX3.5/example_3_5.sce | 8d40922d7738025ad2114a6107b04ef9e5414fbf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 700 | sce | example_3_5.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 3
// Thermal Radiation
// Example 3.5
// Page 124
printf("Example 3.5, Page 124 \n\n")
l1 = 0.5 ; // wavelength, [um]
l2 = 1.5 ; // wavelength, [um]
l3 = 2.5 ; // wavelength, [um]
l4 = 3.5 ; // wavelength, [um]
H1 = 2500 ; // [W/m^2... |
0c7357f5788a16fdde3c49fe05857ea4225c1714 | e806e966b06a53388fb300d89534354b222c2cad | /macros/approxpolyDP.sci | 616febe5bf177c63323e50bdec6d006fdefd12e3 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 149 | sci | approxpolyDP.sci | function output_curve = approxpolyDP(input_curve, epsilon, closed)
output_curve = opencv_approxpolyDP(input_curve, epsilon, closed)
endfunction
|
267daa650df01b188fd37855d59045eed0e7ce92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH5/EX5.2/5_2.sce | b94529d8d9856d1ce2c61ab70cee78bbb9bc113d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 359 | sce | 5_2.sce | clc();
clear;
// To calculate the critical current
T=4.2; //temp in kelvin
Tc=7.18; //critical temp in kelvin
Hc_0=6.5*10^4; //in amp/m
d=1; //diameter in mm
d=d*10^-3; //diameter in m
r=d/2;
Hc_T=Hc_0*(1-((T/Tc)^2));
Ic=2*%pi*r*Hc_T;
printf("the critical current is %f Amp",Ic);
... |
784241763024c3d7e4799e3f9b2b10afa6f9b642 | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH28/EX28.2/ques2.sce | 9e573969065504762267adfa0da4545ada98489d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ques2.sce | //ques28.2
disp('See figure in question');
disp('From symmetry u7=u1 , u8=u2 , u9=u3 , u3=u1 , u6=u4, u9=u7');
disp('u5=1/4*(2000+2000+1000+1000)=1500');
u5=1500;
disp('u1=1/4(0=1500+1000+2000)=1125');
u1=1125;
disp('u2=1/4*(1125+1125+1000+1500)=1188');
u2=1188;
disp('u4=1/4(2000+1500+1125+1125)=1438');
u4=14... |
54803e20c6bd557dcaae9617b8b0c2c2563fe99f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH3/EX3.5/Ex3_5.sce | 2bea9eed8c89a7e04997f68331d232e98a475845 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 747 | sce | Ex3_5.sce | //chapter3
//example3.5
//page58
// use of Rsg = to obtain desired potential on screen grid since it is connected between power supply and screen grid
// use of Csg = to provide ac grounding for the screen
Ebb=300 // V
Ib=10d-3 // A
Rl=4.7d3 // ohm
Rk=68 // ohm
Isg=3d-3 // A
Vsg=150 // V
cathode_voltag... |
a02d4b332e69417d3da7ebedb8d1f0ac76419b52 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3648/CH19/EX19.7/Ex19_7.sce | 9a5bbd9780afd9d4de4bbda4ce45fa4d2beb9f72 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | Ex19_7.sce | //Example 19_7
clc();
clear;
//To calculate the Back emf developed
i=3 //Units in A
r=2 //Units in Ohms
v=110 //Units in Ohms
e=v-(i*r) //Units in V
printf("The back emf developed is EMF=%d V",e)
|
1d74329d545590fb5b154419902972ca268e5b94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /611/CH3/EX3.4/Chap3_Ex4_R1.sce | a71a1f73aa52fd0d013efcc484dc7de529b60434 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 815 | sce | Chap3_Ex4_R1.sce | // Y.V.C.Rao ,1997.Chemical Engineering Thermodynamics.Universities Press,Hyderabad,India.
//Chapter-3,Example 4,Page 49
//Title:Mass ratio
//================================================================================================================
clear
clc
//INPUT
U=2000;//specific internal energy o... |
68abed7b63faeb98aa6f7acaa313ce97cbfb0b7c | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH8/EX8.12/EX8_12.sce | 01a968ac358aaf8c755cbdfe39c672bee48ae697 | [] | 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,085 | sce | EX8_12.sce | clc;funcprot(0);//Example 8.12
//Initilisation of Variables
Di=0.03;....//Inner diameter of brass tube in m
Do=0.04;....//Outer diameter of brass tube in m
K=110;....//Thermal conductivity of brass tube in W/m^2k
hi=1200;....//Inside heat transfer coefficient in W/m^2 K
ho=2000;.....//Outside heat transfer coeffi... |
c8638c993526419f2320f6df6ac02c6990e87248 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH21/EX21.2/Ex21_2.sce | 67ee50a7d1fa68cf453c6aea47f1fffa848616b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | Ex21_2.sce | clc;
vnl=5;
vfl=4.9998;
Il=0.020;
loadre=(vnl-vfl)/Il;
disp('uA/mA',loadre*100,"loadre=");//The answers vary due to round off error
|
c6e37f00f9c1553416f22f328eec66dcc9778eba | 449d555969bfd7befe906877abab098c6e63a0e8 | /905/CH8/EX8.6/8_6.sce | 71cadc66b85f039c021f7481707b0a6bf0fce795 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,407 | sce | 8_6.sce | clear;
clc;
// Illustration 8.6
// Page: 487
printf('Illustration 8.6 - Page: 487\n\n');
// a - toluene b - air
//*****Data*****
T_G1 = 333; // [K]
P_total = 101.325; // [kPa]
Y_1 = 0.05; // [kg vapor/kg dry air]
//*****//
C_pa = 1.256; // [kJ/kg.K]
C_pb = 1.005; // [kJ/kg.K]
C_s1 = C_pb + Y_... |
f626b82b4763d4adefe3c54916bca8b6469b98a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH15/EX15.3/Example15_3.sce | 2809f6ab8bb156b57f69edcdee9427c0fb8cb73e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,648 | sce | Example15_3.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 8: CORONA
// EXAMPLE : 8.3 :
// Page number 228
clear ; clc ; close ; // Clear the work space and console
// Given da... |
35445df2aae9b99b9b7f03c6d26f0b3cd070f4d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH1/EX1.15/exa_1_15.sce | 244d2ca6372f116ae54884f8e376585cd2631e24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | exa_1_15.sce | // Exa 1.15
clc;
clear;
close;
// Given data
q=1.6*10^-19;// in C
ni= 1.5*10^16;// in /m^3
miu_n= 0.13;// in m^3/vs
miu_p= 0.05;// in m^3/vs
sigma= q*ni*(miu_n+miu_p);// in Ω/m
disp(sigma,"The conductivity in Ω/m is : ")
|
7ae20c630e2070fe596529f4bf6a6fc8fb87c6d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2321/CH4/EX4.9.5/EX4_9_5.sce | dc5fadc445a61b0be7a255e9bb97247944640ac8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX4_9_5.sce | //Example No. 4.9.5
clc;
clear;
close;
format('v',6);
L=1;//m(Length of element)
f=10;//MHz(Operating frequency)
c=3*10^8;//m/s////Speed of light
lambda=c/(f*10^6);//m(Wavelength)
Rr=80*%pi^2*(L/lambda)^2;//Ω(Radiation resistance)
disp(Rr,"Radiation resistance in Ω : ");
|
8cb822bfeff086f77471fb1b9b3d8660015fc83a | 0027a3de9d3e2b6b1672bf2ca2037940eabfc9ae | /Tasks/task2/2/2.2.10.sce | 86820c6c7794456044cf5979613fcbd63e502683 | [] | no_license | SvichkarevAnatoly/Course-Control-Theory | 6c7fecc01821b21f8084fbd3f432537d61a80cb2 | f09d24212cf0940f1dd7ba0decb62d16d40b092b | refs/heads/master | 2021-01-02T22:17:04.361009 | 2014-04-11T17:18:19 | 2014-04-11T17:18:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sce | 2.2.10.sce | // 258 стр
// 82 стр
// p(phi) = 1/cos( 3/phi )
phi = 0: 0.01: 2*%pi;
p = 1 / cos( 3 / phi ); // TODO: странное деление 3/... - вроде не работает
// TODO: как подписать оси?
polarplot( phi, p, style=color("blue") );
|
aea6af237bbd93af846c1ac2e723367e4c6f6f51 | 449d555969bfd7befe906877abab098c6e63a0e8 | /647/CH10/EX10.9/Example10_9.sce | 610d9271a20f253396041ddfc8812be889c7da7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 485 | sce | Example10_9.sce | clear;
clc;
// Example: 10.9
// Page: 412
printf("Example: 10.9 - Page: 412\n\n");
// Solution
//*****Data******//
x1 = 0.42;
x2 = 0.58;
P = 760;// [mm of Hg]
P1sat = 786;// [mm of Hg]
P2sat = 551;// [mm of Hg]
//***************//
gama1 = P/P1sat;
gama2 = P/P2sat;
A = log(gama1)*(1 + (x2*log(ga... |
674a7a3ffd3ba2b7045b9441f528280fd1b7c68a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1784/CH28/EX28.3/Example3.sce | 3ff63f3eae5cc3b0532ef8f4ebe9d1ce4d121063 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 271 | sce | Example3.sce | //chapter 28
//Example 3
clc
//Given
r=1*10^-10 //radius of the atom in meter
Z=79 //gold atomic number
e=1.6*10^-19 //charge in coul
q=Z*e //total positive charge in coul
E=(9.0*10^9)*q/r^2
disp(E,"Electric field strength at the surface of the gold atom in nt/coul is")
|
016451f88c71e130c6c876fd33dfa856dffb1c98 | 3cbee2296fd6b54f80587eead83813d4c878e06a | /sci2blif/rasp_design_added_blocks/nmirror_vmm.sce | 1d539ee11ce4b026e30cf1bdfcddb5043e9a11c5 | [] | no_license | nikhil-soraba/rasp30 | 872afa4ad0820b8ca3ea4f232c4168193acbd854 | 936c6438de595f9ac30d5619a887419c5bae2b0f | refs/heads/master | 2021-01-12T15:19:09.899590 | 2016-10-31T03:23:48 | 2016-10-31T03:23:48 | 71,756,442 | 0 | 0 | null | 2016-10-24T05:58:57 | 2016-10-24T05:58:56 | null | UTF-8 | Scilab | false | false | 105 | sce | nmirror_vmm.sce | style.fontSize=14;
style.displayedLabel="nmirror_vmm"
pal2=xcosPalAddBlock(pal2,"nmirror_vmm",[],style);
|
bbf29ea614172ace81d94842767963ccbb751473 | 7d91f8b3cb8d228617c08467d41edcff14343b7f | /SM_kolo.sce | 912554a22c0e385f5828794c83cf6ec9e0744c14 | [] | no_license | szymczykmichal/KWP | aae875431be6fa9c1a370016396f2476cb06f793 | 77cbdf39521e41e2bbb9aa9c00fbba0766ec052e | refs/heads/master | 2020-04-26T08:50:05.726038 | 2019-04-24T19:47:19 | 2019-04-24T19:47:19 | 173,435,873 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,776 | sce | SM_kolo.sce | clear, close
exec ode1.sci;
clc
// | |
// | q1 | | q2 |
// ---------------------------------------
// /\ L/4 L/2 L/4 /\
// parametry
L = 4000; // długość belki
E = 210000 //N/mm^2 - szytwnosc na zginanie
I = ... |
11398b3be87152f7ea4e003f770945b4defecce9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH9/EX9.6/ex_6.sce | 172efd1281f3af3bd1e2d947c7985f1f476a6f60 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | ex_6.sce | // Chapter 9_The bipolar transistor
//Caption_Non ideal effects
//Ex_6//page 377
DB=25
VBE=0.60
T=300
e=1.6*10^-19
NB=5*10^16 //doping concentration in base
NC=2*10^15 //doping concentration in collecor
XB=0.70*10^-4 //mettulurgical base width
ni=1.5*10^10 //intrinsic ion concentration
nBO=ni^2... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.