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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9ac4a7766e70b761762e7076f3e42b4d2046813a | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD2/Malthus/malthus.sce | 41569ec2c6e409e80e0bc9ab8bda3c21cca89d08 | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 160 | sce | malthus.sce | clear
clf
b = 0.1; d = 0.05 ; x(1) = 1;
r = b - d;
h = 1;
ndate = 0:20
for n = 1:20
x(n+1) = (1 + r ) * x(n);
end
plot2d(ndate, x, style = 2, rect=[0,0,20, 3])
|
5734ce297cb66548803635dccd7ac5129a445d33 | ebfed86dee276110294a4e93fa80377908bbd317 | /macros/imlincomb.sci | 64f01df591d6a17d19d0fef8589b2167090348b5 | [] | no_license | gursimarsingh/FOSSEE-Image-Processing-Toolbox | a9d46b698c98566fec867eb2ce3cfeb427058d5c | 165f6d7d1f20262a1637a923c6aad6e663ad1538 | refs/heads/master | 2021-08-16T19:18:59.591175 | 2017-11-08T17:55:04 | 2017-11-08T17:55:04 | 96,531,802 | 0 | 0 | null | 2017-07-07T11:21:10 | 2017-07-07T11:21:10 | null | UTF-8 | Scilab | false | false | 1,595 | sci | imlincomb.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_... |
8514af479b96653424190e0c255604b7495e8bbb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH7/EX7.17/exp7_17.sce | 35a0fa0c22b34e02cab820221f0e9d68fd4f9129 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 913 | sce | exp7_17.sce | //example7.17
clc
disp("Given: E_s=30 V, R_f=2 ohm, R_s=8 ohm, R_L=1 k-ohm")
disp("E_s=E_RMS=30 V")
e=30*sqrt(2)
disp(7)
disp(e,"E_sm(in V)=(E_s)*sqrt(2)=")
i=(30*sqrt(2))/(2+1000+8)
format(6)
disp(i,"I_m(in A)=(E_sm)/(R_f+R_L+R_s)=")
i=(2*42)/(%pi)
format(6)
disp(i,"I_DC(in mA)=(2*I_m)/pi=")
p=1000*(26.74... |
fb7ade623a1318ca1cfd739cea8c4cf2800c705f | ab89c2161afc0845367b8e25f534e4f99bd36759 | /LAB1/partice2.sce | 13d93be317e86ead7c09774a9a0b598a1d56cc37 | [] | no_license | PhiTruongCE/Digital_Signal_Processing | 22446ebfa65765d1dfcd2c420e05c83dc861ec15 | bacaf762f31a333a641ac48f6b5cc18f120c65be | refs/heads/main | 2023-06-04T03:38:36.140107 | 2021-06-17T04:04:49 | 2021-06-17T04:04:49 | 377,699,926 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 171 | sce | partice2.sce | clc;
clf;
clear all;
l =5;
n=-l:l;
x=[zeros(1,l),ones(1,l+1)];
//a=gca();
//a.y_location="middle";
plot2d3(n,x);
title('Unit step');
xlabel('n');
ylabel('x');
|
32f8e90628b9db55288f2a74228d610f01c227b1 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/tests/examples/replot.man.tst | c619b8090cb9f8d4e521aad43b4e43cd76af2ce8 | [
"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 | 72 | tst | replot.man.tst | clear;lines(0);
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
|
28c839bc31240a0ba8716f310aec3b393c0f773d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2153/CH5/EX5.9/ex_5_9.sce | a76862bf4492e7f62c8753c052724b3e4ba03838 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | ex_5_9.sce | // Example 5.9: mobility and drift velocity
clc, clear;
// given :
b=6.5*10^7; // conductivity in ohm^-1.m^-1
e=1.602*10^-19; // in C
n=6*10^23; //
E=1; // in V/m
mu=b/(e*n);
v=mu*E;
disp(mu,"mobility ,mu(m^2/volt-sec) = ")
disp(v,"drift velocity,v(m/sec) = ")
// mobility and drift is calculated wrong in book
|
96f71da39b85b070961877895613fe56fb389f75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH3/EX3.14/3_14.sce | abc816f29ed171682fd3d1c870a35a061ab6a8bc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 310 | sce | 3_14.sce | //example 3.14
//lagrange's interpolation formula
//page 105
clc;clear;close;
y=[4 12 19];
x=[1 3 4];
y_x=7;
Y_X=0;
poly(0,'y');
for i=1:3
p=x(i);
for j=1:3
if i~=j then
p=p*((y_x-y(j) )/( y(i)-y(j)))
end
end
Y_X=Y_X+p;
end
disp(Y_X,'Y_X=');
|
376a3fbacce81727e5206b52cb68dedc901ad39f | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH4/EX4.5/Example4_5.sce | 65ef32328b751ad0936955ff226530437ccfe1c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | Example4_5.sce | //chapter-4,Example4_5,pg 489
//if A8,B8,C8,D8 is the binary in 8421 code, for 12 this would be 1100(DCBA)
//in 8421-code
A8=0
B8=0
C8=1
D8=1
//in 2421-code
D2=D8
C2=bitor(C8,D8)
B2=bitor(B8,D8)
A2=A8
printf("2421-code for 12 is\n")
printf("%.f ",D2)
printf("%.f ",B2)
printf("... |
03d06e747de2163ed6fef1c241c1df06d9cc697e | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Setorigin.sci | 62a1f6243439d486d8b0b4042f2928aadf531bc4 | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 184 | sci | Setorigin.sci | //
// 09.02.27
function Setorigin(varargin)
global GENTEN;
Nargs=length(varargin);
if Nargs==0
disp(GENTEN);
return;
end;
Pt=varargin(1);
GENTEN=Pt;
endfunction
|
b487ab3a89fc4f9d85f211aae72bb7b525ea18be | 449d555969bfd7befe906877abab098c6e63a0e8 | /2087/CH3/EX3.3/example3_3.sce | e382c144c85c917a8fad7d6f7a36ff2b1f7dd08e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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_3.sce |
//example 3.3
//calculate
//depth upto which soil profile is wetted
clc;
//Given
gammad=15.3; //dry weigth of soil
gammaw=9.81; //unit weigth of water
Fc=0.15; //field capacity
Mc=0.08; //moisture content before irrigation
D=60; //Depth of water applied
d=(gammaw*D)... |
8ebdda3c5b033d3d951f2182c44bca49012b1d14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH7/EX7.16.b/solution7_16.sce | 957a406147be848adf0a735d08d48812156dc508 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 990 | sce | solution7_16.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution7_16.sce')
//Obtain path of data file
datapath = path + filesep() + 'data7_16.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
//Calculate the permissible tensile stress sigmat (N/mm2)
sigmat = Syt/fs
//Assume the inner diamete... |
944ea936d9d42812360f8bb926e4a8e1792c0928 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH2/EX2.2/example2_2.sce | 17185e93766582d2c6af5771f4df723e51e88fce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 537 | sce | example2_2.sce | clear;
clc;
//Example2.2[Heat Generation in a Hair Dryer]
//Given:-
E_gen=1200;//[Total rate of heat generation]
L=80;//Length of wire[cm]
D=0.3;//Diameter of wire[cm]
//Solution:-
V_wire=%pi*(D^2)*L/4;//Volume of the wire[cm^3]
e_gen=E_gen/V_wire;//[W/cm^3]
As=%pi*D*L;//Suface Area of wire[m^2]
Q_=E_gen/A... |
1b9afd4973f05520a912841fc693126f134ff25e | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/percent/%bhs.sci | b4e9347d9648b1e866c5f346f60bc6c61c1c646d | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 41 | sci | %bhs.sci | function r=%bhs(a,b)
// r=a&b
r=a&(b<>0)
|
be8114e8ecd4844119d0b723f77db7a001b10b9a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH3/EX3.20/ex3_20.sce | 57fd39f259264082cbc3ab75c64f2ec27523562d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex3_20.sce | // Exa 3.20
format('v',7);clc;clear;close;
// Given data
Erms = 200;//r.m.s value in V
Rm = 100;//meter resistance in ohm
Idc = 25;//dc current in mA
Idc= Idc*10^-3;// in A
Rf = 500;// in ohm
R_D = 2*Rf;// in ohm
Edc = 0.9*Erms;// in V
Rs = (Edc/Idc) - Rm;// in ohm
R_m = Rm+R_D;// in ohm
Rs = (Edc/Idc) - R_... |
519042651a43624c67cc07c0f24dfdefddf929d8 | 4533c11d75f955d8350d45606af92ca064d2e319 | /differentialEvolution/scilab-scripts/EstimationBiObjDEMOPeakSSAIYCa,t+Kir+K+Lparallele.sce | 28535fded03f5a022198ff2dd0ef2d2cf6288f1b | [] | no_license | lois76/ParamEstimationDE | 0066c5a18042637b97bf989e77f2ce04ba283b12 | ab3911174450a4ec9976a108885cf8e7afc62b3d | refs/heads/master | 2022-05-21T04:49:51.662762 | 2022-03-21T13:15:38 | 2022-03-21T13:15:38 | 167,556,538 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 10,083 | sce | EstimationBiObjDEMOPeakSSAIYCa,t+Kir+K+Lparallele.sce | //////////////////////////////////////////////////////////
/////////////// Experimental data ///////////////
//////////////////////////////////////////////////////////
t=linspace(0,50,12500);
//Steady-state current
vecV=[-120:10:50];
Inf=[-13.1 -10.4 -7.92 -5.89 -4.11 -2.69 -1.02 0.0211 1.17 3.1 7.32 14.2 22... |
23e3f1d6f5a91bbb28001fd81612b79aed47eab4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH2/EX2.13/Ex2_13.sce | 82e87d517ac96fa1f1ca56df4f22a191508215f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | Ex2_13.sce | clc
//variable initialisation
Va=230 //Supply voltage in volts
N1=1400 //speed in rpm
N2=600 //speed in rpm
N3=1400 //speed in rpm
Vdrop=15//Voltage drop in Volts
//solution
Eb1=Va-15
Eb2=Eb1*(N2/N1)
Va1=Eb2+Vdrop
a2=acosd(Va1/Va)
printf('\n\n The Firing Angle=%0.1f\n\n',a2)
|
e9b30e1d27bed3e7bc03ea15ba689b33bfa4fef9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1709/CH11/EX11.3/11_3.sce | 249fcc8108a0b2463598ed0f05ee710800e5670c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 11_3.sce | clc
//Initialization of variables
T=440 //F
//calculations
disp("From steam tables,")
h1=-169290
h2=7597.6
h3=4030.2
ht=h1+h2-h3
//results
printf("Molal enthalpy of CO2 = %d Btu/lbm mole",ht)
|
d37982996f009d37c9333d6c5eaea6bb222dc124 | f8551f1c22ee634be672d893e6755b100f0d1994 | /Hough/houghC.sci | 3191c3d59f09411232e04762433505380a75f8e1 | [] | no_license | yanisdxw/computer-vision | ed605061a632ae0c7536007de6f83e2ff5ee1d51 | e9bd0961194f2e4290211296dbe6268ecad8f1c1 | refs/heads/master | 2021-08-23T05:30:24.864657 | 2017-12-03T17:05:35 | 2017-12-03T17:05:35 | 111,726,798 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,257 | sci | houghC.sci | //--------------------------------------------------------------------------------
// Function to fit a line passing through points in an image using Hough transform
// threshold is used as a minimum value on the accumulator to accept a local max
function houghC(im,rayon,threshold,display)
// some parameter... |
df63dfe5ab1e0bf5b96c9e685d448605a75a43e3 | 93640402789b9a9d07c82958f433765f1e2a8397 | /part 1/Not4.tst | 90699f9601dbe82c2cbd94f716e147eb6a69d346 | [] | no_license | Slayingripper/Z80-CPU | 7a6b71f9e59850c3d4492a7f1867f4e81be278ba | 451873966cf071f8088407300629994a8d33f13c | refs/heads/master | 2020-05-04T02:42:27.419333 | 2019-04-01T19:27:22 | 2019-04-01T19:27:22 | 178,932,396 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 509 | tst | Not4.tst | // This file is adapted from part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
load Not4.hdl,
output-file Not4.out,
compare-to Not4.cmp,
output-list in%B1.4.1 out%B1.4.1;
set in %B0000,
eval,
output;
set in %B1111,
eval,
output;
set in %B1010,
eval,... |
2eb728ad7cafa68938326c8dbe39d60b40be4709 | 449d555969bfd7befe906877abab098c6e63a0e8 | /196/CH3/EX3.1/Example_3_1.sce | 8f6a13274fde341259872c441409639e14963a49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example_3_1.sce | //Chapter 3
//Example 3-1
//ProbOnOpampDescriptions
//Page 46,47 figure 3-1
clear;clc;
//Given
Rf=100*(10^3);//Feedback Resistance in ohms
Ri=10*(10^3);//Input Resistance in ohms
Ei=1;//Input volts
//Calculate
//Example 3-1(a)
I=Ei/Ri;//Equation for current through Rf
printf("\n\n Current through Rf = %.... |
329a131897efe5d0d81701725920d8f38e7718f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH11/EX11.6/Ex11_6.sce | 6252c0edb6aef5ba6726599b9a58db3666efa328 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex11_6.sce | clc
clear
printf("Example 11.6 | Page number 404 \n\n");
//Find pressure exerted using (i) ideal gas equation of state (ii) van der Waals equation of state
//Given data
m = 5//kg //mass of CO2
T = 300 //K
R = 8314.3/44 //J/kgK
V = 1.5 //m^3
//Part(i)
printf("Part(i)\n")
p = m*R*T/V
printf("Pressure exerte... |
b119b8f65de18b897fff5bb29d343ad0c9199f03 | 952f05b9b2293792559cddaf7ee402ccc22b0b8d | /icclim/test-cases/test-cases-read-the-docs/read-the-docs-example-11.tst | 1f36968a93e2f35aafee3c76175c683d4dd0b258 | [
"Apache-2.0"
] | permissive | ptrgast/icclim | a5c768bde9f5ce0562ef8250262ca1d70213c461 | 1c43cc7fc5d779f04fb72361a80bde3b232a9580 | refs/heads/master | 2020-05-18T18:44:15.153378 | 2020-02-04T07:46:40 | 2020-02-04T07:46:40 | 184,594,303 | 0 | 0 | NOASSERTION | 2020-02-04T07:46:41 | 2019-05-02T14:19:16 | Python | UTF-8 | Scilab | false | false | 342 | tst | read-the-docs-example-11.tst | [Read-the-docs-example-11] # Read the docs - example 11
user_indice: {'indice_name': 'my_indice', 'calc_operation': 'max_nb_consecutive_events', 'logical_operation': 'get', 'thresh': 298.15, 'date_event': True}
in_files: ['tasmax_day_IPSL-CM5A-MR_historical_r1i1p1_20000101-20051231.nc']
slice_mode: year
callback: callb... |
27e4fbbd194233e93ceec441501b24d10080fa1e | fc9dc6e9bb8592bf26f552eee8cf527c5d2000cb | /KR1.sce | 3a40ee418789ca95783087292cb386009cf502b9 | [] | no_license | Kolmagorov-maxim/kolmagorov_maxim | d777ebb71f2a1adfd68b085e4f981af71cedb4cf | dba5419d59f677d3ab0409c52d46cff537b18950 | refs/heads/master | 2020-03-28T18:39:53.664552 | 2019-01-29T12:43:58 | 2019-01-29T12:43:58 | 148,899,712 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,481 | sce | KR1.sce | //Даны функции f (x) =sqrt(3)*sin(x) + cos(x) и g(x) = cos(2x + pi/3) - 1:
//((a) Решить уравнение f (x) = g(x).)
//(b) Исследовать функцию h(x) = f (x) - g(x) на промежутке [0; (5pi)/6].
//Вертикальные асимптоты
x=0
q=sqrt(3)*sin(x)+cos(x)-cos((2*x) + ((%pi)/3)) + 1
x=(5*(%pi))/6
q=sqrt(3)*sin(x)+cos(x)-cos((... |
c073e9a2b7abf7a293bebc5e928e1b8cadd7b761 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH5/EX5.2/5_2.sci | 87009aa200d45abd258985e76b959bad4226d17a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 665 | sci | 5_2.sci | //Line commuted Converters//
//Example 5.2//
Id=200;//rated dc current in amperes//
I2=0.817*Id;//AC line current in amperes//
printf('AC line current of the thyristor=I2=%famperes',I2);
E2=415;//AC line voltage in volts//
Xt=0.06*E2/I2;//effective reactance of the thyristor in ohms//
printf('\neffective reactan... |
070fa04e7d3d74361903b314ac48137cb30b2d4e | f891f5aed2e66371488173c2b9c4e8f977a9f64a | /SunSpec Utilities/Tests/GG.tst | fc4d062fe9e7828fc86cd6e1bdbee1462f7022b2 | [] | 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 | 367 | tst | GG.tst | <scriptConfig name="GG" script="gridguard_jay">
<params>
<param name="comm.slave_id" type="int">3</param>
<param name="comm.baudrate" type="int">9600</param>
<param name="comm.ifc_name" type="string">COM3</param>
<param name="comm.parity" type="string">N</param>
<param name="comm.ifc_type" type="s... |
10297cc802030e4eb3fba44e2952e6bd905b2d0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1646/CH16/EX16.10/Ch16Ex10.sce | efdd61bcfa5e31c1aa8bafa77784b6865ce6cb2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch16Ex10.sce | // Scilab Code Ex16.10 : Page-824 (2011)
clc; clear;
a = 2.5, b = 2.5, c = 1.8; // Lattice parameter of tetragonal crystal, angstrom
h = 1; k = 1; l = 1; // Miller Indices for planes in a tetragonal crystal
d_hkl = 1/sqrt((h/a)^2+(k/b)^2+(l/c)^2); // The interplanar spacing for tetragonal crystals, m
printf("\... |
b0fd03b91fa14412dbc0f13956f517900106610a | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH6/EX6.9.1/ex9_1.sce | cec7c54c36117a169222aefe473f9f4d79d0961f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 49 | sce | ex9_1.sce | clear
clc
integrate('sec(x)^4','x',0,%pi/4)
|
74e5a8ba155c31d8978182722341abacb6f319e9 | b34461c9ddff1ba130b67023d6e568ada42830dc | /scripts/ConvolutionY_sobel.sci | 14eb7af78bc738d8fefb33956be0b0bbe44ac84d | [] | no_license | AdrienKegler/Projet-Exolife | f72287fdc41a07b88f03b8346dafab93b4539b07 | 249f0861dc4ba3f2a7639ea60b7d12b45e717933 | refs/heads/master | 2020-05-25T14:05:45.213740 | 2017-03-17T09:16:20 | 2017-03-17T09:16:20 | 84,937,694 | 0 | 0 | null | 2017-03-15T10:15:55 | 2017-03-14T10:45:25 | Scilab | UTF-8 | Scilab | false | false | 578 | sci | ConvolutionY_sobel.sci | function image_out=ConvolutionY_sobel(matrice)
SizeX = size(matrice,"r");
SizeY = size(matrice,"c");
// création d'un tableau de zeros
image_out = zeros(SizeX,SizeY);
// for chaque pixels
for i = 1:SizeX,
for j = 1:SizeY
if i == 1 | i == SizeX | j == 1 | j == SizeY then
image_out(i,j) = ... |
47d12ec9c7a294da37ebc3a58f383dc49e3d15aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH4/EX4.1/Exa1.sce | 3b5aeddcde9262993d713f799233c0629599d570 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 212 | sce | Exa1.sce | //Exa 1
clc;
clear;
close;
//given data :
OrgInv=50000;//in Rs.
AnnualCashInflow=10000;//in Rs.
PaybackPeriod=OrgInv/AnnualCashInflow;
disp(PaybackPeriod,"Payback period of the project(in years) is : "); |
ec3c3193f51a1a45f83be50b02b949509297df88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH8/EX8.3/example8_3.sce | f1b4e8cd0badb7fba350c105e2688da453cb7584 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,279 | sce | example8_3.sce | clear;
clc;
//Example8.3[Flow of Oil in a Pipeline through a Lake]
//Given:-
Ts=0;//Temp of lake[degree Celcius]
Ti=20;//Temp of oil[degree Celcius]
d=0.3;//Diameter[m]
l=200;//length of pipe[m]
//At 20 degree Celcius
rho=888.1;//[kg/m^3]
nu=9.429*10^(-4);//Kinematic viscosity[m^2/s]
k=0.145;//[W/m.degree ... |
2af0f3e25d6e041a44ad1bb366346bf3bc75140c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH3/EX3.11/Ex3_11.sce | 428e8b06461dcdf469fbeb8e50f3788462071abf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 837 | sce | Ex3_11.sce | //Ex3_11 Pg-186
clc
Vmin=0.7 //minimum voltage across diode in V
V=5 //supply voltage in V
V_R1=V-Vmin //voltage across resistor R in V
Imin=10^(-3) //minimum current
R1=V_R1/Imin
printf("Maximum value of R =%.1f kohm \n ",R1*1e-3)
I=5*10^(-3) //current through resistance in A
V_R2=V-Vmin //voltage acro... |
fb841b0fd830c349431192b2aa56f270d7950a29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH1/EX1.1/Ex1_1.sce | cfabe932773a45eacbee6d6eb88172912410d403 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | Ex1_1.sce | clear;
clc;
//Example 1.1
T=300;//((°K)temperature)
//for silicon
B=5.23*10^(15);//Constant (per centimeter cube degree kelvin)
Eg=1.1;//bandgap energy in electrovolt(eV)
k=86*10^(-6);//Boltzmann's constant(eV per degree kelvin)
n_i=B*T^(3/2)*exp(-Eg/(2*k*T));//intrinsic carrier concentration
printf('intrinsic... |
4a3836d39b00452dc3df94db45b925618723528f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH9/EX9.6/Ex9_6.sce | fdbe3d6f453e5280109f081c74e276c8f008002c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 882 | sce | Ex9_6.sce |
//ch-9 page 308 pb-6
//
//
l1=130,l2=215,l3=155.5,l4=120,
t1=20.5,t2=60.25,t3=30.5,t4=80.5,
L1=l1*cos(t1*(%pi/180))
L2=l2*cos(t2*(%pi/180))
L3=-l3*cos(t3*(%pi/180))
L4=l4*cos(t4*(%pi/180))
printf("\n latitudes of AB,BC,CD,DE are %0.3f %0.3f %0.3f %0.3f",L1,L2,L3,L4)
D1=l1*sin(t1*(%pi/180))
D2=l2*sin(t2*(%pi/... |
ec0739ed371aff89dda3c1687d1abadbcf6e2c62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH18/EX18.8/Ex18_8.sce | a7b269c61f4d703954927b941a141aaf5ce2805a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | Ex18_8.sce | //Initilization of variables
W=100 //lb
u=0.2 //coefficient of friction
t=5 //s
v1=5 //ft/s
v2=10 //ft/s
g=32.2 //ft/s^2
ll=0 //lower limit of integration
ul=5 //upper limit of integration
//Calculations
Fr=u*W //lb
//Using The impulse momentum theorem
//Since the integration is just subtraction of limits w... |
34f426618761b76f51b2e69f61df71e990f4d56f | 04e4dfecf86c47abbad9ad721bcbc552300a8834 | /Sine_Test/start.sce | c4686bc97e858c44ec2595d5dba7911850dd1301 | [] | no_license | rupakrokade/scilab_local_codes | 702f741a5cadc6da56e428f7379971818238ff22 | 4de8383487def7f18a1f19906397ed4eaf42480e | refs/heads/master | 2021-01-19T06:58:47.689324 | 2015-10-24T11:55:34 | 2015-10-24T11:55:34 | 26,806,574 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 112 | sce | start.sce | getd ../common_files/
exec ../common_files/loader.sce
exec ser_init.sce
exec sine_test.sci
xcos sine_test.xcos |
b50143e721eeac8fbb590d2fb45e786cfb2087b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /446/CH2/EX2.4/2_4.sce | f32245412da963f7fe5c5dea59b2acdbdc5262c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 480 | sce | 2_4.sce | clear
clc
disp('Exa-2.3');
Lo=100*(10^3);c=3*(10^8); //Given values//all the quantities are converted to SI units
d=2.2*(10^-6); //time between its birth and decay
t=Lo/c //where Lo is the distance from top of atmosphere to the Earth. c is the velocity of light. t is the time taken
u=sqrt(1-((... |
c61a495dc7d8ae6a33e5ceddb30fd1d255fbd00f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH2/EX2.11/Ex2_11.sce | aa66a6534dd2c77a115c5d2f8f79015936932185 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 261 | sce | Ex2_11.sce | //Example 2_11
clc();
clear;
//To find the slit width
d=2 //units in meters
lemda=500*10^-9 //units in meters
x=5*10^-3 //units in meters
a=(d*lemda)/x*10^3
printf("The slit width is %.1f mm",a)
|
34c23ce47a9d3c089caf1e4a09e7276070d6090d | b3c9357cd1290921e67444ae057761959fdf24f1 | /Curso de programação com Scilab/códigos/ex05_lista.sce | 792ecec1699aa5dd399c29f1eb85e9e2d6abb59d | [] | no_license | joaolrneto/Scilab | 91742520422426dc8a772997ef4a5d6376008b6e | f383f87e4585955cf19d0dae1b5c29f93c3f70b4 | refs/heads/master | 2023-02-05T20:13:03.677069 | 2020-12-30T14:53:09 | 2020-12-30T14:53:09 | 264,671,730 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | ex05_lista.sce | clc
clear
n=input("Tamnhao da amostra :")
na=1
while n>0
cc=input("Conteúdo de Carbono :")
dr=input("Dureza Rokwell")
rt=input("Resistência a tração :")
if cc<7 & dr>50 & rt>800000
grau=10
else if cc<7 & dr>50
grau=9
else if cc<7
grau=8
else grau=7
end
end
end
pri... |
3893f3a5a458e4abec9fecadb37506d38af8d099 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2873/CH12/EX12.12/Ex12_12.sce | 0f7ef0dcbc5d5ee52529b705c581d77b9e6fe7ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 752 | sce | Ex12_12.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh Chapter 12 Example 12")
T1=(-150+273);//temperature of air inside in K
T2=(35+273);//temperature of outer surface in K
epsilon1=0.03;//emissivity
epsilon2=epsilon1;
D1... |
7a9d5c494181284010976e719b079933a04a7f3d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH1/EX1.50/EX1_50.sce | c2df79263596297e1fd6e711874233a4b594862a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | EX1_50.sce | //EXAMPLE 1-50 PG NO-45
TR=17/6; //TOTAL RESISTANCE
V=40; //VOLTAGE
I=5; //CURRENT
Vs=(TR*I)-V;
disp('i)VOLTAGE = '+string (Vs)+' V')
|
83f04b45dff6610ce974aeeb12e0c9cfb8cbfa40 | c9e04373e33a2721547c7ae2be20ee84f115be1c | /evaluationData/nodeutilization.sce | 15822d39939e2ab53b5501c867daaa03192566ed | [] | no_license | lspxian/junsp | f944ce163267608cb9cdb939a0ac809f724fb396 | ca1571bbc30e6a9a183fa8d675567e169288acf4 | refs/heads/master | 2021-01-23T14:10:34.141815 | 2017-10-06T17:03:10 | 2017-10-06T17:03:10 | 34,068,408 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 152 | sce | nodeutilization.sce | nodeutilization= read("NodeUtilization.txt",-1,2);
time = nodeutilization(:,$-1);
nodeutilization = nodeutilization(:,$);
plot2d(time,nodeutilization);
|
5cf09d3942aa22e378ca826c6382f4b1924440c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH5/EX5.1/Ex5_1.sce | 7053a8d1bf993954ffb3266753c8907324ddf511 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,280 | sce | Ex5_1.sce | // Exa 5.1
// To Calculate
// A) The system capacity if the cluster size, N (reuse factor), is 4 and
// B) The system capacity if the cluster size is 7.
// C) How many times would a cluster of size 4 have to be replicated to cover the entire cellular area?
// D) Does decreasing the reuse factor N increase the s... |
1b37e24a5a091e816fb7057fe399fc350f93c7f5 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/peig/peig3.sce | d5fd23798f2194379534feda99652702350cc83d | [] | no_license | deecube/fosseetesting | ce66f691121021fa2f3474497397cded9d57658c | e353f1c03b0c0ef43abf44873e5e477b6adb6c7e | refs/heads/master | 2021-01-20T11:34:43.535019 | 2016-09-27T05:12:48 | 2016-09-27T05:12:48 | 59,456,386 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 231 | sce | peig3.sce | //check o/p when i/p is a vector and the i/p args are x,p,w
x=[1 2 3 4 5 6 2 3 7];
p=3;
w=[1 2 4];
[S,w] = peig(x,p,w);
disp(S);
disp(w);
//output
// 0.8983917
// 0.5246221
// 0.5858427
//
// 1. 2. 4.
|
eb6f402f4e1ccd6884584f825ccba7c3fc24a407 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1205/CH8/EX8.7/S_8_7.sce | ee1ffb6e7520633b8d399543f0560c2766cbbf38 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | sce | S_8_7.sce | clc;
T1=400;//N, Force on free end of hawser
T2=25;//kN, Force on other end of hawser
T2=T2*1000;//N, conversion
//a, coefficient of friction
bta=2*2*%pi;//rad, angle of contact, 2 turns
//By equation 8.13
us=log(T2/T1)/bta;// Co-efficient of static friction
printf("Coefficient of static friction between haws... |
ae6a92884ddf7170a7bb43251b967641f1e22841 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH2/EX2.11/Ex2_11.sce | 189621cd87eb7a65ea3080771d4c5c0bc275f92b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | Ex2_11.sce | //Example 2_11 page no:74
clc
//mesh equation for the circuit is
I1=10;//current in ampere
resistance=[5,-2;-2,3]
volt=[20,10]
current=inv(resistance)'*volt'//calculating current I1 I2 I3
disp(I1,"the current I1 is (in ampere)")
disp(current(1),"the current I2 is (in ampere)")
disp(current(2),"the current I3 i... |
50397af83ae4e5815d3353dba7c9ecb8ba514393 | 12d276a808c8403c4dd3b13dea1edb8720127311 | /one-back_maininstructions.sce | 815168dfd565db1581e865185f579b47ec9324e9 | [] | no_license | npytabitha/VOT3 | 85b317ae4c120eb2bda125b28c1ad27243d40eab | 51032662c4a6f0960393aad4ebf9b3289c641155 | refs/heads/develop | 2021-01-10T05:44:31.715364 | 2015-10-01T13:34:47 | 2015-10-01T13:34:47 | 43,233,510 | 0 | 1 | null | 2015-10-02T09:05:14 | 2015-09-27T03:56:10 | Scilab | UTF-8 | Scilab | false | false | 2,641 | sce | one-back_maininstructions.sce | scenario = "One-Back"; # This name is recorded in the log file
scenario_type = trials;
response_matching = simple_matching;
no_logfile = true;
active_buttons = 3;
button_codes = 1, 2, 3; # These values will be used to code participant responses
default_font_size = 56;
default_font = "Arial";
default_background_color... |
c7c4d574bb871d0897198d7f23cb6053ca60e386 | 449d555969bfd7befe906877abab098c6e63a0e8 | /416/CH9/EX9.1/exp9_1.sce | f3de3abe94b5d614aa79bb301de5d3aa5a1f7f1d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 153 | sce | exp9_1.sce | clear
clc
disp("example 9.1")
m=1*10^-3//mass of 1 grm in kgs
c=3*10^8
e=m*c^2;
E=e/(1000*3600)
printf("energy equivalent of 1 gram is %dkWh",E)
|
0b182c3ad42ab13d10b6df27c81c9888d18ae8d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH3/EX3.4.4/Example3_4_4.sce | ec286cbf92b1d7f8b2fef88cca89d4b4ae36114f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | Example3_4_4.sce | //Example 3.4.4 page 3.44
clc;
clear;
n1= 1.5;
n=1;
R= (n1-n)^2/(n1+n)^2;
L= -10*log10(1-R);
//Total loss is twice due to reflection
L= L+L;
printf("Total loss due to Fresnel Reflection is %.2f dB",L);
|
9e2a26fade7fe91042d46e6cd214986c27ba439d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/percent/%c_i_r.sci | b6428daa84813d5d00dda03eaafc80a10c7e6aa5 | [
"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 | 355 | sci | %c_i_r.sci | function s2=%c_i_r(i,j,s1,s2)
// Copyright INRIA
if type(i)==10 then // sl('dt')
[lhs,rhs]=argn(0)
if rhs<>3 then error(21),end
if i<>'dt' then
error('inserted element '+i+' has inconsistent type')
end
s2=s1;kf=4
if j<>'c'&j<>'d' then
error('inserted element '+i+' must be ''c'' or ''d'' or a scal... |
b7e7710c09f316b294a00d87196ef1dc649b6101 | 449d555969bfd7befe906877abab098c6e63a0e8 | /14/CH4/EX4.2/example_4_2.sce | 9cb903f93494d6c407881ea394283c5de875eef5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,313 | sce | example_4_2.sce | //Chapter 4
//Example 4.2
//ChargingMVA
//Page 80
clear;clc;
//Given values
D_12 = 20;//in ft
D_23 = D_12;
D_31 = 38;//in ft
f = 60;//in Hz
V = 220e3;//in volts
l = 175;//in mi
k = 8.85e-12;//permittivity in F/m
//From tables A.1 and A.3
d = 1.108;//in inches
X_a1 = 0.0912e6;//in ohm mi
X_d1 = 0.0952e6;//in ohm mi
//... |
1d3ccdf125ea890f282da41ee61af187c9b91e16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH6/EX6.15/Chapter6_Example15.sce | a2e6e539fa6b24f86e194c7ac09f73d0cb04bba8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 588 | sce | Chapter6_Example15.sce | clc
clear
//Input data
T1=600;//The higher temperature of the reservoir in K
T2=300;//The lower temperature of the reservoir in K
n1=52;//The efficiency claimed by the inventor in percent
//Calculations
n=(1-(T2/T1))*100;//The efficiency of the carnot engine in percent
//Output
printf('The efficienc... |
0ad5b6fe43df343d40f7b5c8aac0b49190eb3771 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH14/EX14.6/14_6.sce | 78339e9239595c3eab4c51673a29486afa0895b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 218 | sce | 14_6.sce | clc;
clear;
format('v',11);
BWFN=10;
del_phi_fn=BWFN/2*%pi/180; //in radian.
phi_0=45;
kd=%pi;
N=2*%pi/(kd*(sind(phi_0)*del_phi_fn+cosd(phi_0)*del_phi_fn^2/2));
disp(N,"no of elements=");
|
87da45f82a8f2855dd51a6ec898666f35f2d3c67 | 62e6605ab494919b6833bf1a1b158bcb6f9b79df | /inverse.sci | f6b2decdfe566d2a42d31186aa150280e57df0bd | [] | no_license | mani1250/system-identification | c597c26d10bb5dd62b1b4db650b3945afc336e37 | 5db0536c792dfaa4a8f01561315263503ff34d3d | refs/heads/master | 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 106 | sci | inverse.sci | function X = inverse(y,k)
X = [];
for(i=1:k-1)
X = [X y.^(i-1)]
end
endfunction
|
4d70f8e5929171bc518d8be92de8775fccbb449e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH3/EX3.9/9.sce | 386932394fc90232a13afd07db26cb11af019d8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 467 | sce | 9.sce | //Variable declaration
e=1.6*10**-19; //charge of electron(coulomb)
L=10**-10 //1Angstrom=10**-10 m
n1=1;
n2=2;
n3=3;
h=6.626*10**-34
m=9.1*10**-31
L=10**-10
//Calculations
E1=(h**2)/(8*m*L**2*e)
E2=4*E1
E3=9*E1
//Result
printf('The permitted electron energies =%0.3f *n**2 eV \n ',(E1))
p... |
a1b757951ff9cd4ad27412103bb0e208da6f9062 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/CreatingPlots/testfevalsurferror.sce | 9fe3a81c1f4a4c1c70711bb4b7e422e66fbce2a4 | [] | 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 | 237 | sce | testfevalsurferror.sce | function z=plan(x,y)
z=x-y
endfunction
// rectangular grid
x=[0:4],y=[0:2],
// bad evaluation
z=feval(x,y,plan)
// surface is correctly displayed with plot3d
clf;plot3d(x,y,z)
// incompatible display dimensions
clf;surf(x,y,z)
|
a271a7e213285cae466eb1cdcefc66d9886b27fa | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH19/EX4.2.4/U4_C2_4.sce | 73b476449bde988de65bd1655fc490bd2768da4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | U4_C2_4.sce | //variable initialization
rP = 4;
rD = 5;
LP = 1;
LP = 2;
jP = [5/2, 3/2, 1/2];
jD = [4, 3, 2, 1, 0];
//Calculation
SP = (rP-1)/2;
SD = (rD-1)/2;
i=1;
for i=1:3
JP(i) = sqrt(jP(i)*(jP(i)+1));
end
i=1;
for i=1:5
JD(i) = sqrt(jD(i)*(jD(i)+1));
end
printf("\nAngular moments allowed for 4P : %... |
0f02b9e0a42f31c8e829f21a26e1ac3e3f4df66a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3446/CH21/EX21.10/Ex21_10.sce | 209f98892eab01d01544af87086db708bd12a5c8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 977 | sce | Ex21_10.sce | // Exa 21.10
// Repeat Problems 21.8 and 21.9, if the IEEE 802.11 FH device is replaced by the IEEE 802.11 DS device (Gp=11).
clc
clear all;
Gp=11;//processing gain(given)
//Defining variables from Exa 21.8 & 21.9
PBt=20; // transmitted power by the BT in dBm
PMs=40; // transmitted power of the IEEE 802.11... |
ab1a4d7c4e21d68cf61ecf8dc5c4336396b2d987 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2708/CH4/EX4.2/ex_4_2.sce | 951d0833a57fbb1c1879160e2481069d0fe80f9d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | ex_4_2.sce | //Example 4.2 // transverse Coherence length
clc;
//given data :
theta=32;//angle on slit in second
theta=32*%pi/(60*180);// to convert in radian
w=5D-5;// wavelength of light used in cm
C=w/theta;//coherence length in cm
disp(C,"transverse coherence length in cm")
|
79c1afabca9d9871f2889d122e65823b32ebc17a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3710/CH7/EX7.8/Ex7_8.sce | 17e790ff199e1a1fc6e1485c867b7c5a872aff3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 362 | sce | Ex7_8.sce | //Example 7.8, Page Number 334
//Diffusion time of carrier
clc;
t=5*(10**-6) //Thickness of the layer in metres
Dc=3.4*(10**-3) //Dc is the Minority diffusion coefficient in metre square per second
//From equation 7.37
td=(t**2)/(2*Dc) //td is the diffusion time in seconds
mprintf("The Time taken for the e... |
89730b948502cc372f9245833299d0bfae3915db | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH3/EX3.7/Chapter3_Example7.sce | 2f072825a717ea33713a181e9a9b1b5d58c47ae5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,399 | sce | Chapter3_Example7.sce | clc
clear
//Input data
t=25;//The temperature of the air entering the diesel engine in degree centigrade
T=600;//The temperature at which the products are released in K
Ta=200;//Theoretical air used in percentage
Q=-93;//Heat loss from the engine in MJ/kmol fuel
f=1;//The fuel rate in kmol/h
//Calculations ... |
ff8dfdadea9c695ba4326ee6e992cef8837f16d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH6/EX6.6/Ex6_6.sce | c0acffd39b01e93ee489012f2fc61983f60291af | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 362 | sce | Ex6_6.sce | //Chapter 6: Electrochemistry
//Problem: 6
clc;
//Declaration of Constant
F = 96500 // C / mol
//Declaration of Variables
n = 2
T = 25 // C
Eo_Ag = 0.80 // Ag+ / Ag
Eo_Ni = - 0.24 // Ni+2 / Ni
// Solution
Eo_Cell = Eo_Ag - Eo_Ni
delta_Go = - n * F * Eo_Cell
mprintf("Standard ... |
33b308a82303fd201393b6d8d969f9f0c3d2e281 | b2efed85f1632d9ed4b7d9f4eebc7126d3074940 | /ted_mini/artandsci_positive/113.ted.sci | af0ed448e22a4a3d61dc36ad321de51e7ed1afe3 | [] | no_license | joytafty-work/unsupervised_nlp | 837d8ed75eb084b630d75a1deba7bdd53bbcf261 | 7812c7d24bb677c90cf6397ed0e274caba1b884c | refs/heads/master | 2021-01-10T09:24:33.254190 | 2015-11-11T20:40:32 | 2015-11-11T20:40:32 | 45,651,958 | 2 | 7 | null | 2018-01-28T18:54:18 | 2015-11-06T01:42:42 | Scilab | UTF-8 | Scilab | false | false | 22,123 | sci | 113.ted.sci | that splendid music the coming in music the elephant march from aida is the music i ve chosen for my funeral and you can see why it s triumphal i wo n t feel anything but if i could i would feel triumphal at having lived at all and at having lived on this splendid planet and having been given the opportunity to underst... |
030a28e02c9da52b62975b744ea34b2e17b20881 | 449d555969bfd7befe906877abab098c6e63a0e8 | /830/CH3/EX3.2.7/Differentaition_Property.sce | 9ace5fbf4741033993b96dc02b16be9bd148b8f9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | Differentaition_Property.sce | //Graphical//
//Example 3.2.7
//Z transform of x[n] = n.a^n.u[n]
clear;
clc;
close;
syms n z;
x=(1)^n;
X=symsum(x*(z^(-n)),n,0,%inf)
disp(X,"ans=")
Y = diff(X,z)
|
d8ab6a32043db410fb06c915308e2147111cd9e2 | caacee6f7fc90459aed063c180d0c25da99c4f79 | /fourier odd stepfunction.sce | e1b0d57737177f4b0a86866e30e2eadc1270a63b | [] | no_license | Akul-Verma/plot-of-odd-step-function-using-fourier-series | 85d6fa68c70e591cdd7c0aefab5b1628e2daacf2 | cff4452d36dfaf9acc8cc61987d4b5aea0e656d3 | refs/heads/main | 2023-08-14T04:09:31.889820 | 2021-10-16T11:48:03 | 2021-10-16T11:48:03 | 417,811,480 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 610 | sce | fourier odd stepfunction.sce | //name:-Akul Verma
//roll.no:-44
//for odd step function
clc;
clf;
ea=1e-8;
err=1e-14;
a=0;
b=1;
d=-1;
n=1000;
x=linspace(-1,1,n)
for i=1:n
B(i)=integrate('sin(i*%pi*x)','x',0,1)
end
for i=1:n
C(i)=integrate('-1*sin(i*%pi*x)','x',-1,0)
end
for j=1:n
A(j)=0
for i=1:n
A(j)=A(j)+B(i)*... |
484544a678b3dbc26221c4e5f2b7d1dd5941e5fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH2/EX2.11/2_11.sce | 09ce48a2728f7ab278c2a996ad503433e59663a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 2_11.sce | //acids and bases//
//example 2.11//
disp("In the presence of highly ionised NH4Cl,ammonium hydroxide is practically unionised.Thus all NH4+ ions are obtained from the dissociation of NH4Cl");
k=2.5*10^-5;//dissociation constant of NH4OH//
N=1/100;//normality of NH4OH//
C=N;//since volume of solution is one litre/... |
922eed8cec60b69d13efbf20dca28bf603b63ed9 | 5f838df28ada5a3bbd5be4c69902b9df4dbffacb | /iir_filter_design.sce | 124536f58478d28868068c971bd008654f707ea8 | [] | no_license | Sai-Sumedh/filter_design_180070024 | dca29c7b95cb43421e1577af3673f29df3a83251 | c8348c85b515e9d987404c335f52150933512405 | refs/heads/main | 2023-01-14T05:11:25.601573 | 2020-11-12T18:44:36 | 2020-11-12T18:44:36 | 312,361,627 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 7,675 | sce | iir_filter_design.sce | // use functions defined to get all results
// first, common parameters for both filters
M = 37; // my filter design number
delta = 0.15; // tolerance in passband and stopband
B_tran = 4e3; // transition bandwidth in Hz
//...................................................
// parameters specific to the two filt... |
688928edfd4f76da6824eb521165053a3c781806 | b829a470efb851fdd8700559c2092711adaa42e0 | /Data/OVI-CV-03-Facenet/CV-Groups/cv-group-114528472701/OVI-Test/cv-group-114528472701-run-03.tst | 179068135c447cd25c9c435f31e902b9905081db | [] | no_license | achbogga/FaceRecognition | 6f9d50bd1f32f2eb7f23c7ae56f9e7b225d32325 | 165ebc7658228d2cceaee4619e129e248665c49a | refs/heads/master | 2021-07-04T21:47:57.252016 | 2017-08-01T18:53:12 | 2017-08-01T18:53:12 | 96,568,452 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 504 | tst | cv-group-114528472701-run-03.tst | Huiping\Huiping_018.jpg
Huiping\Huiping_014.jpg
Don\Don_003.jpg
Don\Don_012.jpg
Shirley\Shirley_001.jpg
Shirley\Shirley_006.jpg
Kiran\Kiran_012.jpg
Kiran\Kiran_016.jpg
Allison\Allison_013.jpg
Allison\Allison_010.jpg
Amit\Amit_010.jpg
Amit\Amit_004.jpg
Gang\Gang_008.jpg
Gang\Gang_014.jpg
Ethan\Ethan_013.jp... |
dd2904f00156b38579e7f66f7fc984b00254cc21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH3/EX3.11/Ex3_11.sce | 40b587eea89b317dac863d46c701516d0b30c7e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,726 | sce | Ex3_11.sce |
//To Compare the volume of copper required
//Page 116
clc;
clear;
//Unknown Resistances
r=poly(0,'r');
r1=poly(0,'r1');
//Lengths of the segements of the ring scheme
L1=100;
L2=200;
L3=200;
L4=150;
L5=150;
//Currents taken by respective loads
I1=40;
I2=20;
I3=100;
I4=40;
It=I1+I2+I3+I4;//Total Curren... |
b3a0b4c8913fe1f51f88765f1ab3633e3fdf2c7f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH11/EX11.24/ex11_24.sce | 67d5be825eb35d1cddac41c96be319c01c262b1c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | ex11_24.sce | //Two-Port Networks : example 11.24 :(pg11.54 & 11.55)
printf("\nApplying KCL to Node 3 \nV3 = V2/3 - - - -(i)");
printf("\nI1 = 2V1 - (2/3)V2 - - - -(ii)");
printf("\nI2 = 3V2 - (V2/3) = (8/3)V2 - - - -(iii)");
//Comparing (iii) & (ii) ,we get
printf("\nY-parameters:");
a=2;b=(-2/3);c=0;d=(8/3);
disp([a b;b d])... |
f3ca7f18049a8e78fa4d1256e1b80e3187fdc748 | 449d555969bfd7befe906877abab098c6e63a0e8 | /162/CH6/EX6.6.b/example66b.sce | 65ee0e229c400b712e54a8aeb9ef4cb2720bcdda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 115 | sce | example66b.sce | //Example 6.6b
clc;
syms z n;
x=(1/3)^n;
X1=symsum(x*(z^-n),n,0,%inf);
X2=symsum(x*(z^-n),n,8,%inf);
X=X1-X2; |
d2e163f6255243d63cbd6dc687d1c44e09d6466c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH21/EX21.7/Ex21_7.sce | fcaa73b19ce3c9d8fe328cf76791784d5922b3ec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 544 | sce | Ex21_7.sce | //Example 21.7
R=1*10^3;//Resistance (ohm)
C=8*10^-6;//Capacitance (F)
tau=R*C;//Time constant (s)
printf('a.Time constant tau = %0.2f ms',tau*1000)
V_0=10*10^3;//Intial voltage (V)
V_f=5*10^2;//Final voltage (V)
V=0.368*V_0;//Voltage falls to 0.368 of V_0 after 8ms (V)
T=8*10^-3;//Time (s)
while V>V_f
V=... |
7cd76c2428d36ef29e3a194856b373bb1f644df7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH14/EX14.2/Ex14_2.sce | dfd31dd9fbabfc9c09054b7ced897ee761a82442 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | Ex14_2.sce | //example 14.2 PG-14.27//
clc
clear
printf(" Implementation of EX-OR gate using NAND gate")
printf(" \n Refer to the figure-14.45(a) shown")
printf("\n The Boolean expression for EX-OR gate is Y=AB''+A''B")
|
5d19046400a04243e6b06787876d02dc28edfa34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH14/EX14.6/6.sce | 1fcb2111ba36264563a51e49b24e79490ca83adc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 6.sce |
//Variable declaration
lamda1=650*10**-9; //wavelength(m)
lamda2=500*10**-9; //wavelength(m)
D=1; //distance(m)
d=0.5*10**-3; //seperation(m)
n=10;
//Calculation
x=n*lamda1*D/d; //least distance of the point(m)
//Result
printf('least distance of the point is %0.3f mm \n',int(x*10**... |
d2a84b67943f49106acd0c15d99cd6bc118dfd16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1052/CH14/EX14.1/141.sce | 76d35fd4705e5f137833062d0e3d18b327fc9916 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 288 | sce | 141.sce | clc;
//Example 14.1
//page no 148
printf("Example 14.1 page no 148\n\n");
//a liquid flow through a tube
meu=0.78e-2//viscosity of liquid,g/cm*s
rho=1.50//density,g/cm^3
D=2.54//diameter,cm
v=20//flow velocity
R_e=D*v*rho/meu//reynolds no
printf("\n Reynolds no R_e=%f ",R_e);
|
d0a17fb93451b7310b55861776904daf9a6002b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1133/CH5/EX5.21/Example5_21.sce | 7433611c6e40d5d305eceaf58c324b73303f0ba0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,091 | sce | Example5_21.sce | //Example 5.21
clc
disp("Fig. 5.40 shows 3 to 8 line decoder. Here, 3 inputs are decoded into eight outputs, each output represent one of the minterms of the 3 input variables. The three inverters provide the complement of the inputs, and each one of the eight AND gates generates one of the minterms. Enable input is ... |
441cd991b6b432d532fbd18aff5f494df12179e6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2045/CH2/EX2.22/Ex2_22.sce | 59f0ef4ec77108c754726d4eef1c9fee7e22f014 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 142 | sce | Ex2_22.sce | //pagenumber 115 example 22
clear
dopfac=1000;
w=300;//kelvin
q=0.026*log(dopfac);
disp("change in barrier = "+string((q))+"volt");
|
bcccb34f3a9167538618f0a52d2bd40b291f10fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH12/EX12.7/12_7.sce | e04dc8667a03097a759d51d3aa72c7b5e3ce699a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | 12_7.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 12.7
//calculation of the time period of a pendulum
//given data
g=%pi^2//gravitational acceleration(in m/s^2) of the earth
l=1//length(in m) of the pendulum
//calculation
T=2*%pi*sqrt(l*g^-1)//formula of time per... |
7a05063c263a2d4f61299d325c319d28eb3615bc | 33f77c32fb16283501d950b6fc6b43a07914f32e | /scilab_autopilot/lib/math/quat/rot2quat.sce | f0a76b2063def41e4d5073f215b3ee09499a9394 | [] | no_license | CLUBMODELISMECEADSTOULOUSE/autopilot | 26b79d6a2a632f08989a5528e82f553616617646 | a6ffae2f8a86fbc79e636ddd5173af104e1af9cd | refs/heads/master | 2021-01-21T00:59:06.271128 | 2015-10-25T09:31:54 | 2015-10-25T09:31:54 | 34,409,237 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 460 | sce | rot2quat.sce | // Build a quaternion from a rotation
//
// Construct the quaternion encoding the expected rotation.
//
// INTPUT
// - ang: rotation angle [rad]
// - vect: rotation direction
//
// OUTPUT
// - q: quaternion encoding the rotation of ang around the vect direction.
//
// USAGE
// [q] = rot2quat(ang, vect);
//
// HISTORY
... |
0f38f37554ecf8c23d2d055cde07f3599f19ee3e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH3/EX3.13/3_13.sce | 6d0042aa516d243081d26f924e1d695593bc62ef | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 322 | sce | 3_13.sce | //Chapter 3, Problem 13
clc
t1=20 //tempreture in celsius
t2=90 //tempreture in celsius
R20=200 //resistance in ohm
a0=0.004 //coefficient of resistance
R90=(R20*(1+(a0*t2)))/(1+(a0*t1))
printf("Resistance of wire = %.2f ohm",R90)... |
b6298e9f6a24418c165ae98e533df116cbdd249a | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH11/EX11.3/Example11_3.sce | 9078a662e2cc4b655bf5635d46db2fabb740799b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | sce | Example11_3.sce | //Example 11.3.
clc
hfe=400
hie=10*10^3
Rs=600
RL=5*10^3
RE=1*10^3
VCC=12
R1=15*10^3
R2=2.2*10^3
CE=50*10^-6
format(8)
RB=(R1*R2)/(R1+R2)
Av=(-hfe*RL)/(Rs+hie+((hie*Rs)/RB))
disp(Av,"AV(MF) = (-hfe*RL) / (RS + hie + ((hie*RS)/RB)) =")
disp("Lower 3-dB point,")
format(4)
f1=(1+hfe)/((Rs+hie)*2*%pi*CE)
... |
9fcd7c6b3244c26dee9776b5057cc96d643224ce | 1c441287d69eb026f0c59fd69b7c0793511746eb | /test/dm.P_LEASROUTING_MODELS_CALC.tst | 75a9c4df6049650b1bda33aee36221e2b1b596a4 | [] | no_license | pavel-v-masalov/fair | 34eb4feafba2b21790d780b37d014ea82aefd883 | 0225cada4f98622f5b87626833a36f6975968702 | refs/heads/main | 2023-05-26T12:36:28.124283 | 2021-06-08T20:07:59 | 2021-06-08T20:07:59 | 308,316,930 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 106 | tst | dm.P_LEASROUTING_MODELS_CALC.tst | PL/SQL Developer Test script 3.0
3
begin
dm.P_LEASROUTING_MODELS_CALC(p_develop_mode => true);
end;
0
0
|
91618531d6a0b372ee7e6c0faa18cc9423bd124e | 449d555969bfd7befe906877abab098c6e63a0e8 | /710/CH9/EX9.4/9_4.sci | ad9fedefdeeded9cb55fc55eef3e69570f032af4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 664 | sci | 9_4.sci | clc();
clear;
//To calcuate the potential difference
h=6.626*10^-34; //plancks constant
c=3*10^8; //speed of light
lambda=175*10^-9; //wavelength of light
w=5; //work function of nickel
E=(h*c)/(lam... |
04421b8c1cd9b4a7e0553627052b1b913e4c49e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /14/CH6/EX6.3/example_6_3.sce | 1670ee0288aa08d3a5dbfc03a4dce0d27e2b0f7b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | example_6_3.sce | //Chapter 6
//Example 6.3
//Page 145
//autotransformer
clear;clc;
//Given
P = 30e3;
V_lt = 120;
V_ht = 240;
//Calculations
I_1 = P / V_lt;
I_2 = P / V_ht;
V_2 = V_lt + V_ht;
I_in = I_1 + I_2;
input_kva = I_in * V_lt / 1e3;
output_kva = I_2 * V_2 / 1e3;
printf("\n\n Input kVA = %.0f kVA \n\n",input_kva)
printf("\n\n ... |
74f02e04e896dc7c5ec5fb166e04d11e42fc2065 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1826/CH8/EX8.20/ex8_20.sce | 78851a4d520bf92d587a6035529755c6bdaf5b6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | ex8_20.sce | // Example 8.18, page no-221
clear
clc
h=6.62*10^-34//Js
m=9.1*10^-31//Kg
e=1.6*10^-19//C
ef=7*e
k=((3/(8*%pi))^(2/3))*((h^2)/(2*m))
k=ef/k
n=k^(1.5)
printf("The number of free electrons concentration in metal is %.2f *10^28 per cubic meter ",n*10^-28)
vth=sqrt(2*ef/m)
printf("\nThe termal velocity of ele... |
dfb9347855085dce05c34f0ffb535e54a414172b | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH21/EX21.19/21_19.sce | 5e78753a05da86e032dfeeaf9b9e8216e95d5652 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,031 | sce | 21_19.sce | //Problem 21.19: A 100 V d.c. generator supplies a current of 15 A when running at 1500 rev/min. If the torque on the shaft driving the generator is 12 Nm, determine (a) the efficiency of the generator and (b) the power loss in the generator.
//initializing the variables:
T = 12; // in Nm
I = 15; // in Amperes
V ... |
a225a9d64e6cde5b3a5882070f3610b7b0989823 | 449d555969bfd7befe906877abab098c6e63a0e8 | /800/CH10/EX10.5/10_5.sce | 9565ce9787d2c047a84f5f4694050726daf2cdf2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 10_5.sce | //clear//
clc
clear
exec("10.5data.sci");
t = 0:.01:.5;
function w=f(t,Y)
w =zeros(2,1);
ya0=Ca0/Ct0;
X=1-(1+ya0)/(1+Y(2)/Ct0)*Y(2)/Ca0;
w(1)=-kd*Y(1)*Y(2);
w(2) = (Ca0/tau)-((1+ya0)/(1+(Y(2)/Ct0))+tau*Y(1)*k)*Y(2)/tau;
endfunction
x=ode([1;.8],t0,t,f);
Ca0=.8;
Ct0=1
ya0=Ca0/Ct0;
for i=1:len... |
616cfccb76d0d31218f2f063b7f786fbf914e2b4 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.abalone-10-1tra/result5s0.tst | 16d159faf4d4615a96d3145855154f53d926d639 | [] | no_license | nickgreenquist/Intro_To_Intelligent_Systems | 964cad20de7099b8e5808ddee199e3e3343cf7d5 | 7ad43577b3cbbc0b620740205a14c406d96a2517 | refs/heads/master | 2021-01-20T13:23:23.931062 | 2017-05-04T20:08:05 | 2017-05-04T20:08:05 | 90,484,366 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,618 | tst | result5s0.tst | @relation abalone
@attribute Sex{M,F,I}
@attribute Length real[0.075,0.815]
@attribute Diameter real[0.055,0.65]
@attribute Height real[0.0,1.13]
@attribute Whole_weight real[0.002,2.8255]
@attribute Shucked_weight real[0.001,1.488]
@attribute Viscera_weight real[5.0E-4,0.76]
@attribute Shell_weight real[0.0015,1.005]... |
30b5c5af42755c561390c6e6cb14a11ece513440 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH11/EX11.14/Ch11Ex14.sce | 673fecb476d33e8ed6fc5a16d34de3b54672b4e6 | [] | 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 | 622 | sce | Ch11Ex14.sce | // Scilab code Ex11.14: Pg.507 (2008)
clc; clear;
e = 1.6e-19; // Charge on proton, C
m_p = 1.67e-27; // Mass of proton, kg
k = 8.999e+09; // Coulomb's constant, N-m^2/C^2
// For simplicity let r = 1
r = 1; // Distance between protons, , fm
F_Coul = k*(e^2/r^2);
G = 6.67e-11; // Gravitational con... |
6847d7d49d09b7ba1a5f6a113744adddede48e93 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH4/EX4.20/ex_4_20.sce | d426e02cb26aeb7e488fc60aa1df94a220d515e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 532 | sce | ex_4_20.sce | z = %z;
syms n z1;
X =z/((z-1)*(z-2)^2);
X1 = denom(X);
zp = roots(X1);
X1 = z1/((z1-1)*(z1-2)^2);
F1 = X1/z1*(z1-zp(3))^2;
F2 = X1/z1*(z1-zp(1));
Y2 = limit(F1,z1,zp(3));
C1 = limit(F2,z1,zp(1));
F3=(X1/z1-(Y2*F1+C1*F2))*(z1-zp(3));
Y1 = limit(F3,z1,0);
Xa=z1/(z1-zp(1));
F2 = Xa*z1^(n-1)*(z1-zp(1));
x... |
3f6c1e56788e3f1b1d28e6e79ddd132823013356 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1016/CH11/EX11.6/ex11_6.sce | e9e2e6c4d774e853e0cb4c6b0f2cb3d56507c60d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | ex11_6.sce | clc;clear;
//Example 11.6
//given data
hf=1620;//half life in yrs
Mo=1/100;//mass in gm
//calculations
k=0.693/hf;
M=(1-Mo);
t=log(1/M)/k;
disp(t,'time reqd for (i) in yrs');
M=Mo;
t=log(1/M)/k;
disp(t,'time reqd for (ii) in yrs') |
812c4346566f1c7009613810176e3f51f7c38db4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH7/EX7.17/7_17.sce | ad3ca86ef01d056216ff16177930ba40088bc6d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | 7_17.sce | clear; clc; close;
Id_on = 4*10^(-3);
Vgs_on = 6;
Vgs_th = 3;
Vgs = Vgs_on;
Vdd = 2*Vgs;
Vds = Vgs;
Id = Id_on;
Rd = (Vdd-Vds)/Id;
disp(Rd,'Rd(Ohms) = ');
|
c92636cc4d83f8508d122a9f7a8cf8c83631d9e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /698/CH2/EX2.1/P1_factor_of_safety.sce | 682f423a8b8524584674eadb19f6653f19b64447 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,150 | sce | P1_factor_of_safety.sce | clc
//Example 2.1
//Factor of safety
//------------------------------------------------------------------------------
//Given Data:
//Dimensions
b=0.04//m
h=0.05//m
// the value of h is given 20mm in the problem statement but taken 50mm while solving, therefore we will take 50mm as the value of h
//Force
P=... |
47477de2f4d48d008132062d795b5aab0104c0a3 | 389bd4af3bf5a0f54f51e8aafea5035f568ba445 | /Daire_alan_fonk.sce | 7a19ec31166cc7673f6f30f90a2f9aa0102a9b06 | [] | no_license | esraatlici/Bilgisayar-Destekli-Matematik | d47f057d9cb7ee987e367c67f8923cfcf02342d8 | dae1079f60fc7e0d3b54802b4cbed9182b52fcd7 | refs/heads/main | 2022-12-25T11:14:25.575530 | 2020-10-05T15:09:58 | 2020-10-05T15:09:58 | 301,447,895 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 54 | sce | Daire_alan_fonk.sce | function g=alan(x)
g=%pi*(x^2)
endfunction
|
f1acc2fed953d10d3d5b3dac7439031f63cddd67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH5/EX5.15/Ex5_15.sce | e5ae9aa6a0c95cc98976930e6ab3bfc87a5f8fa0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 973 | sce | Ex5_15.sce | clear;
clc;
disp('Example 5.15');
// aim : To determine
// the heat transferred and polytropic specific heat capacity
// Given values
P1 = 1;// initial pressure, [MN/m^2]
V1 = .003;// initial volume, [m^3]
P2 = .1;// final pressure,[MN/m^2]
cv = .718;// [kJ/kg*K]
Gamma=1.4;// heat capacity ratio
... |
8487342e2eab84c4b3d6b7f7129a44b4b0467c0c | b2675f983fedb79e5e6f1940962373bda0570ec4 | /TransformationServiceSample-v2/TransformationServiceTest-v2.tst | b69a945e056912659d70dceec63d61b334165917 | [] | no_license | Meena92/Projects | b854c40b91515bb429c9e13fb0cbc95c03e0a9d6 | 06361e24bf51883ff4140db5c37c3f40836a5752 | refs/heads/master | 2020-03-29T01:45:03.726432 | 2019-06-11T05:26:08 | 2019-06-11T05:26:08 | 149,404,524 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,645 | tst | TransformationServiceTest-v2.tst | <?xml version="1.0" ?>
<TestCase name="TransformationServiceTest-v2" version="5">
<meta>
<create version="8.0.1" buildNumber="8.0.1.644" author="admin" date="08/06/2015" host="DVTBLISAPP002" />
<lastEdited version="8.3.0" buildNumber="8.3.0.241" author="admin" date="09/08/2015" host="DVTBLISAPP002" />
</meta>
... |
9a4f81f216ac66383f9dd723fb2c33de0eb51c4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1478/CH2/EX2.18.44.B/2_18_44_B.sce | 5afcf10f637f6542fbbe0d19bceaf6c2c9d017ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,051 | sce | 2_18_44_B.sce | //water and its treatment//
//example 2.18.44.B//
clc
Purity_Lime=.85
Purity_soda=.90
W1=16.2;//amount of Ca(HCO3)2 in ppm//
W2=6.8;//amount of CaSO4 in ppm//
W3=11.1;//amount of CaCl2 in ppm//
W4=6;//amount of MgSO4 in ppm//
W5=8.4;//amount of Mg(HCO3)2 in ppm//
W6=8;//amount of SiO2 in ppm//
M1=100/162... |
3b3a10b0f3fc7f8cf4f9851e3cb51998c22e97ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH2/EX2.9/2_9eaxm.sce | 0b245e1a1ca5447e229e4f6d5905d297cae7ccdd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,049 | sce | 2_9eaxm.sce | //Engineering and Chemical Thermodynamics
//Example 2.9
//Page no :65
clear ; clc
//solution(a)
// Given data:
P1 = 100000 ; // [N/m^2]
T1 = 298 ; //[K]
V1 = 0.1 * 0.1 ; // [m^3]
T2 = 373 ; // [N]
P_ext = 100000 ; //[N/m^2]
k = 50000 ; //[N/m]
A = 0.1 ; //[m^2]
// Applying ideal gas law we getan quad... |
0d3b3d2a709e501b26eb9311f988885aecb09923 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH4/EX4.10.a/data4_10.sci | 3eb5a22895fd369ea89170c885edcb31c8a87d49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sci | data4_10.sci |
//(Design against Static Load) Example 4.10
//Refer Fig.4.29
//Distance between the axis of the column and the load e (mm)
e = 500
//Tensile yield strength of FeE200 Syt (N/mm2)
Syt = 200
//Factor of safety fs
fs = 4
//Load supported by the column P (kN)
P = 25
//Ratio of outer diameter to inner diameter ra... |
6823d841f43aed643d729f123fb04a9a471a775f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH16/EX16.6/Ex16_6.sce | 6c14d6b67e0207ed10f441106c58ace6469d5b29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,159 | sce | Ex16_6.sce | //Fluid Systems - By Shiv Kumar
//Chapter 16- Hydraulic Power and Its Transmissions
//Example 16.6
//To Calculate the Rise in Pressure due to Valve Closure in (i)10 seconds, (ii)2.5 seconds.
clc
clear
//Given Data:-
l=2500; //Lenfth of Pipe, m
V=1.2 ; //Velocity o... |
f4d85170b78e1b4c8bfefd2713ce0bb23fee7c8d | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH7/EX7.4/Example7_4.sce | cb544325ed2c5242ef114e9bd814c463c39f80ff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,021 | sce | Example7_4.sce | clear;
clc;
// Illustration 7.4
// Page: 227
printf('Illustration 7.4 - Page: 227\n\n');
// solution
//****Data****//
// A = benzene vapour; B = Nitrogen Gas
P = 800;// [mm Hg]
Temp = 273+60;// [K]
pA = 100;// [mm Hg]
//******//
pB = P-pA;// [mm Hg]
MA = 78.05;// [kg/kmol]
MB = 28.08;// [kg/kmol... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.