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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d0625f84752411a4b0a89ad0ae4caa57215c3fff | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH5/EX5.6/ex5_6.sci | 2985a63d156c2a018f75ea3bfe63e322d13e8e35 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sci | ex5_6.sci | //Chapter5,Ex5.6,Pg5.6
clc;
//Given: kVA rating=250kVA f=50Hz N2/N1=0.1 E2=240V
//(i)
E1=240/0.1 //E2/E1=N2/N1
printf("\n Primary EMF E1=%.0f V \n",E1)
//(ii)
I1=250*1000/2400 //Using the formula I=kVA rating*1000/V
printf("\n I1=%.2f A \n",I1)
I2=250*1000/240
printf("\n I2=%.2f A \n",I2)
|
f2aa62d6f741dd8c7dd52f3312643ccd989af942 | e2ae697563b1b764d79ea1933b555ab0d5e3849c | /macros/Ksettings.sci | d5036d42bc2dbefbdf5fb7a176cedddb5f82a80f | [] | no_license | gq-liu/IPDesignLab | c49b760740f47ec636232a6947aecb3c0626518a | b2f9a9eecad6616c99a2ec20fcceb14fb3ed0c3f | refs/heads/master | 2022-01-18T13:30:55.972779 | 2019-05-06T17:23:12 | 2019-05-06T17:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,319 | sci | Ksettings.sci | function Ksettings()
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in... |
f1c575078c74664b45fe262f327314757f65f3e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2744/CH1/EX1.4/Ex1_4.sce | a32acfc54c8a53676c79a22b5359356b5e9e0108 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 442 | sce | Ex1_4.sce | clear all;
clc;
sigma = 20;//ultimate sheat stress in tons/in^2
d = 1/2;//diameter of the hole in inches
t = 3/8;//thickness of the plate in inches
A = 0.25*%pi*d^2;//area of the cross-section of the punch in^2
P = %pi*d*t*sigma;//necessary force in tons
sigma_comp = P/A;//compressive stress on the punch
printf... |
a5a415b6d75e57e0969510dc9773c753adf07475 | f9c73c209e1694d1a1b246e59b9174a3124e5c3e | /project-08/Prog2.tst | c019ca4709f41bc96996ec0c05e40030f61edde4 | [] | no_license | atompkin/AssemblyLogic | c1a621a374008c765770986947cf09fb2e1baa32 | 026bab2372ed0a578a850604d2a93208d028ebff | refs/heads/master | 2020-04-06T06:29:29.903705 | 2015-11-16T15:35:56 | 2015-11-16T15:35:56 | 68,478,929 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | tst | Prog2.tst | load Prog2.vm,
output-file Prog2.out,
compare-to Prog2.cmp,
output-list RAM[39]%D2.6.2,
set RAM[0] 256,
set RAM[16] 8,
set RAM[17] 5,
set RAM[18] 3,
repeat 50 {
vmstep;
}
output;
load Prog2.vm,
set RAM[0] 256,
set RAM[16] -1,
set RAM[17] 5,
set RAM[18] 0,
repeat 50 {
vmstep;
}
output;
load Prog2.vm,
set RAM[0] 2... |
ebb24de724ca6fb28a6c79fce2f5d5cf06f5ad9c | fa428f297a915e9a041597642bfe29627ab69c42 | /app/views/listings/item.sce | 8cbe2dba674026383c5cb04cbff9e67f4b3a569d | [] | no_license | TheBrenny/Web-Dev-and-Security | dff903be92838b14f7126dd1f7092922b86bf2cc | e4abb96dc24e606704b09f5acdd2684d6d5d577d | refs/heads/main | 2023-06-17T08:33:35.176024 | 2021-06-15T05:07:20 | 2021-06-15T05:07:20 | 343,603,444 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,662 | sce | item.sce | [[i= partials/header ]]
[[i= partials/navbar ]]
<div class="container">
<div class="flex row product">
<div class="container center productImg">
<img src="/assets/img/products/[[item.products_image]]" alt="img">
</div>
<div class="container center productData" style="wid... |
0b096fa06f98fc3a94dfb37232cae2b6dd6c3adb | 2e676e3b1cebfbb9d20f9b935ceacd507c57d36a | /Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/bug-38576.tst | b9950748ef8cda385de76d22cb21f80713615e0d | [] | no_license | vohrahul/ML-ang-coursera | 239469e763b290aa178b7aa8a86eda08e4e7f4be | 4c24fd2ecfb9f3de7df15e3a9f75627f782f9915 | refs/heads/master | 2022-12-28T03:45:54.810173 | 2020-10-16T12:33:25 | 2020-10-16T12:33:25 | 304,620,441 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | tst | bug-38576.tst | %!function r = f1 ()
%! ls = svd (1);
%! r = eval ("ls -1;");
%!endfunction
%!function r = f2 ()
%! [u,ls,v] = svd (1);
%! r = eval ("ls -1;");
%!endfunction
%!function r = f3 (ls)
%! r = eval ("ls -1;");
%!endfunction
%!test
%! ## Windows systems can't run "ls -1"
%! if (! ispc ())
%! assert (f1 (), 0);
%! a... |
4a5f98bb45747fdb4078cd8206e65e696542666b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2411/CH3/EX3.c.205/Ex3c_5.sce | 3bf4339bba415ffb0b1f0df402db42f5111a7942 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | Ex3c_5.sce | // Scilab Code Ex3c.5: Page-185 (2008)
clc; clear;
D = 80; // Distance between the source and the slit, cm
lambda = 5890e-008; // Wavelength of light, cm
bita = 9.424e-002; // Fringe width, cm
d = lambda*D/bita; // Separation between the two slits, cm
printf("\nThe distance between the two coherent so... |
5a255f6a05b595ae94855c7a293986643bd4e789 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH8/EX8.8/Example_8_8.sce | 2038deeaca96329023155e12dad156bb76439dbb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | sce | Example_8_8.sce | //Example 8.8
clear;
clc;
//Given
T=298;//temperature in K
R=8.314;//gas constant in J K^-1 mol^-1
delGfoC2H4=68.12;//standard free energy change in the formation of ethylene in kJ mol^-1
delGfoC2H6=-32.89;//standard free energy change in the formation of ethane in kJ mol^-1
//To determine the value of delG... |
b3449cb63ee3a55a6cd7fb42006bbca18c193b0f | 3073307fa4b6da9371518f0718c199501b8c5c71 | /viejos/runge_kutta4.sci | f954f6fdc5420587d7badcd96440321574ee826e | [] | no_license | fern17/CalculoNumerico | 8b04abdf8e1da4b69a1256334a4bc58ff5c9180d | c793733ce17616361dd02f358ef63c1d9be5c99e | refs/heads/master | 2020-06-04T00:06:19.723655 | 2011-12-20T13:47:40 | 2011-12-20T13:47:40 | 2,929,202 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 403 | sci | runge_kutta4.sci | function z = f(t,w)
z = w - t^2 + 1;
endfunction
function [w] = runge_kutta4(a,b,n,alfa)
h = (b-a)/n;
w = zeros(n+1,1);
w(1) = alfa;
t = a;
for i=2:(n+1)
wi = w(i-1);
k1 = h*f(t,wi);
k2 = h*f(t+h/2,wi+k1/2);
k3 = h*f(t+h/2,wi+k2/2);
k4 = h*f(t+h,wi+k3);
... |
80395c9597458e60aeda7fef3b552a096259c093 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1436/CH8/EX8.2/ex8_2.sce | 1650dd838ce389426a106122bda2ab7da04803f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 221 | sce | ex8_2.sce | //Example 8.2, page no-508
clear
clc
i=10*10^-3
R=1000
P=(i^2)*R
err_R=10
err_I=(2/100)*25*100/10
err_I2=2*err_I
err_p=err_I2+err_R
printf("%% error in I^2 = ± %d%%\n%% error in Power = ± %d%%",err_I2,err_p)
|
4037726135e1073d706b34175f91539f5c7c9b32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1076/CH11/EX11.6/11_6.sce | fd7c1ef3010bc91d1ff2226736e46ab1d8ca4c58 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 817 | sce | 11_6.sce | clear;
clc;
n=4;
Z=0;
z=[ 4 1 .5*%i 1; 4 2 .4*%i 1; 1 3 .2*%i 2; 2 3 .1*%i 4];
for(i=1:n)
mcase=z(i,4)
znew=z(i,3)
n1=real(z(i,1))
n2=real(z(i,2))
dim=max(size(Z))
select mcase
case 1 then
if Z(1,1)==0 then
dim=dim-1
end
... |
d086006442d84aa24439bde9bb5fe3acf6de4346 | 320eb31abf72624912000ea66e3bb9205acc6170 | /new.tst | 01ca6a60949a6b5229aae3c76b026ff33d001e5c | [] | no_license | skapa/gittest | cb60540efb5a0d1f43493580ed2144383ad2c8bd | 5ffa88f0779df27a68080ff5cdfbea085dd36b03 | refs/heads/master | 2016-09-06T18:37:47.419242 | 2013-08-01T19:22:19 | 2013-08-01T19:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 66 | tst | new.tst | asdf
same dnove veci
takze TOTO je nove!!!
original remote branch
|
9a82d02e8af60bd70d380f23a8e3d147e4ad8375 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH12/EX12.3/EX12_3.sce | 3c7e4bd81a323d1a9b634bdbe43a22d2ee1158e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,081 | sce | EX12_3.sce | clc;funcprot(0);//EXAMPLE 12.3
// Initialisation of Variables
n=1;............//No of cylinders
N=650;............//Engine rpm
theta=28;...........//Crank Travel in degree
fc=2.2;...........//Fuel consumption in kg/h
spgr=0.875;............//Specific Gravity
ip=150;................//Injection Pressure in bar
cp... |
e49e39ce88f955d2cfe5a3a231c7942372a65ff7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH12/EX12.9.5/Ex12_5.sce | 61918ab2cc75c5e3b56e3da27460dafe0076a818 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_5.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 12 Modulation and Demodulation
clc
clear
df=30//df=maximum frequency deviation in kilohertz(kHz)
fm=15//fm=modulation frequency of a sinusoidal audio signal in kilohertz(kHz)
mf=df/fm//mf=frequency modulation index
disp(mf,"1.The modulation index is mf=")
f... |
f8e730439a4d38cb532081031e808d0c61d93fb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH27/EX27.5/27_5.sce | 007dc9bde4bcef3d8b034d873450f232686222fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | 27_5.sce | clear//
//Variables
Pcdc = 10.0 //dc power (in watt)
ne = 0.32 //efficiency
//Calculation
Poac = ne * Pcdc / (1 - ne) //a.c. power output (in watt)
//Result
printf("\n The a.c. power output is %0.1f W.",Poac)
|
f873532209271f8d415fa421eb8d9433c363f887 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.24/Ex14_23_24.sce | c30e2668dc1b747f4ba27616bf212dbd722c682b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 342 | sce | Ex14_23_24.sce | //Section-14,Example-1,Page no.-PC.118
//To estimate the pH of the given solutions.
clc;
A_NH4Cl=0.01
K_aNH4Cl=(5.6*10^-10)
A_NHCH3_3Cl=0.0025
K_aNHCH3_3Cl=(1.5*10^-10)
pH1=-(1/2*log10(A_NH4Cl))-(1/2*log10(K_aNH4Cl))
disp(pH1,'pH of NH(CH3)3')
pH2=-(1/2*log10(A_NHCH3_3Cl))-(1/2*log10(K_aNHCH3_3Cl))
disp(pH2,'... |
2ec4cee18dd425599d09cfa987ff1dd83fc87d7a | b24d354cfcd174c92760535d8b71e22ced005d81 | /DSP functions/zpklp2xn/test_8.sce | 6637e8751b4dddd3342a15ca96c1a1b7ca30fb34 | [] | no_license | shreniknambiar/FOSSEE-Signal-Processing-Toolbox | 57ad8e2a71d64f95c4ccfd131e00095cf2b9c6f8 | 143cf61eff31240870dc0c4f61e32818a4482365 | refs/heads/master | 2021-01-01T18:25:34.435606 | 2017-07-25T18:23:47 | 2017-07-25T18:23:47 | 98,334,322 | 0 | 0 | null | 2017-07-25T17:48:00 | 2017-07-25T17:47:59 | null | UTF-8 | Scilab | false | false | 393 | sce | test_8.sce | // Test #8 : When output arguments are less than 5
exec('./zpklp2xn.sci',-1);
[z,p,k]=zpklp2xn(8,2,0.5,[0.1 0.5],[0.5,0.75]);
disp(k);
disp(p);
disp(z);
//
//Scilab Output
//k =2.1009558
//p = 0.1427731 + 0.6153536i
// 0.1427731 - 0.6153536i
//z= 0.2093027
// -0.0054340
//
//Matlab Output
//z = 0.209... |
2449720b25fbee55553fecb4962fa75a1334b1a2 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/sos2zp.sci | 98abc366167bcc154e0864d1ade41f16b103e151 | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,131 | sci | sos2zp.sci | function [z,p,k] = sos2zp (sos, g)
//This function converts series second-order sections to zeros, poles, and gains (pole residues).
//Calling Sequence
//z = sos2zp (sos)
//z = sos2zp (sos, g)
//[z, p] = sos2zp (...)
//[z, p, k] = sos2zp (...)
//Parameters
//sos: matrix of real or complex numbers
//g: real or complex ... |
b773cb5022e42fcd7e0ad6e132b10713c88ad575 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1898/CH12/EX12.24/Ex12_24.sce | 1740287ef334c473b9af9440bcd6d37e2f43600b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,045 | sce | Ex12_24.sce | clear all; clc;
disp("Scilab Code Ex 12.24 : ")
//Given:
l_ab = 4; //m
l = l_ab/2;
w = 9; //kN/m
//Compatibility Equations:
EI_thetaB = (w*l_ab^3)/(48); //thetaB = (wL^3)/(48EI)
EI_nuB = (7*w*l_ab^4)/(384); //nuB = (7wl^4)/(384EI)
//Only redundant By applied:
EI_thetaB_by_By = (l_ab^2)/(2); //thetaB... |
364d67804afeb4269dd6b978fbc0fcc9c6c37a4e | 26567099bb383ad7728f738c73a7c228d819a533 | /core/msg/makefile.tst | f5570c35256779dfec575ce4b313d7cf218af68c | [] | no_license | carmazhao100/GameServer | eaf267f0fad1c09732071f5e52ab49306d793f3d | 421f98ac527c30aed2f6fb1be35f3911355e1b08 | refs/heads/master | 2021-01-17T02:58:00.348447 | 2014-08-01T08:04:21 | 2014-08-01T08:04:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 406 | tst | makefile.tst | CC = g++
INCLUDE = .
CFLAGS = -g -Wall -ansi
MSGLIB = msglib.a
all:test
test:test.o command.o sys.o
$(CC) -o test command.o test.o -l pthread
test.o:test.cpp command.h
$(CC) -I$(INCLUDE) $(CFLAGS) -c test.cpp
command.o:command.cpp command.h ../sys.h
$(CC) -I$(INCLUDE) $(CFLAGS) -c command.cpp
sys.o:../sys.h ../sys.... |
fe5a1d1ee255e59bae0d2c6d2872dde9943068f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH5/EX5.19/Ch05Ex19.sce | 8ad1a1c575c732105d68bf5f4e799a833eed041f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 483 | sce | Ch05Ex19.sce | // Scilab code Ex5.19: Pg 176 (2008)
clc; clear;
e = 30; // Induced emf, V
// For simplicity, let rate of change of current i.e delta_I/delta_t = k
k = 200; // Rate of change of current, ampere-second
// Since e = ((-L)*delta_I)/(delta_t), solving for L
L = e/k; ... |
a19fe6377b0a1964eb51211a7bbc2d96aea5170e | 185111a2cc05b48988df6de8df2cdf4ac07f94be | /Sims/Ith_vstemp.sce | 63c48a45d5fb89908d36ab4cd7a069bc12a3f65e | [] | no_license | ssshah389/Class | 426fceec8f81ec1152ef266304883f9835bdb7ae | 3f519521cf1e7e7d652bdbe205b97761401bb5d2 | refs/heads/master | 2021-07-10T08:39:13.955398 | 2017-01-19T01:24:51 | 2017-01-19T01:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,497 | sce | Ith_vstemp.sce |
nFET_IdVg=csvRead('PFET_temp.csv')
K=1.38064852e-23;
q=1.60217662e-19;
//nFET_IdVg=PMOS_current
exec('/home/ubuntu/rasp30/prog_assembly/libs/scilab_code/linefit.sce', -1)
exec('/home/ubuntu/rasp30/prog_assembly/libs/scilab_code/ekvfit_nfet.sce', -1)
nFET_IdVg(12,4)=(nFET_IdVg(13,4)+nFET_IdVg(11,4))./2
i_loop=1;
tem... |
860640bdb11eeca5f828948994c1810e4342c20d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH3/EX3.13/Ex3_13.sce | 7b23fe5756680ebb18f9f134b3b55524049bbf30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 960 | sce | Ex3_13.sce | clc
//Chapter3
//Ex_13
//Given
h=6.6*10^-34 //in J s
c=3*10^8 //in m/s
m=9.1*10^-31 //in Kg
e=1.6*10^-19 // in coulombs
v=2.1*10^6 // in m/s
E=m*v^2/2 //in J
E=E/e // in eV
E1=-13.6 // in eV
//change in the energy is E=En-E1
n=sqrt(-13.6/(E+E1))
printf(" the electron gets excited to %d level",n)
n=3
E3=... |
a2bf762dfb2b51104a820170ab4eedd01d1371c0 | 01697f0dc71290a6b6e233849a73d19a883845f1 | /sem01/lab01/q11.sce | 7744609c20ccd07d75cf4b642525129218ddcd19 | [] | no_license | aaruni96/Math-Lab | 5d83a13547308bd9d1b7daa28be29a49e1020fbd | 488469c9aba9251f5725e0851fb19e2aef38d234 | refs/heads/master | 2021-01-12T06:29:53.790743 | 2018-04-27T09:21:40 | 2018-04-27T09:21:40 | 77,370,232 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 125 | sce | q11.sce | //area of triangle, heron's formula
clc;
clear;
a=25;
b=32;
c=12; //sides of triangle
s=(a+b+c)/2;
sqrt(s*(s-a)*(s-b)*(s-c))
|
a7caa546af48284cc07edbe5353aebeccf50c025 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH6/EX6.14/example6_14.sce | 1ca0104774363b079b79f4634bdef011fde7b4aa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,164 | sce | example6_14.sce |
clear;
clc;
printf("\t Example 6.14\n");
d=450; //density of dry pulp in kg/m^3;
thickness=0.05; //thickness in m^2
Ls=d*thickness; //mass of bone dry solid ais the drying surface
A=1; //area in m^2
v=1*5*10^-2; //volume of mater... |
1d62f235ce9ef19fb664b821928f05c731329721 | 717ddeb7e700373742c617a95e25a2376565112c | /1340/CH4/EX4.11/4_11.sce | 3a61d1b3a230f4ba69ac34047c2f0137e5cd6e54 | [] | 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 | 395 | sce | 4_11.sce | s = %s;
A = [0 1 0;0 0 1;-24 -26 -9];
B = [0;0;1];
C = [1 1 0];
x0 = [1;0;2];
I = eye(3,3);
syms t ;
U = syslin('c', 1/(s+1));
disp(U,"U(s)=");
L = inv(s*I-A)*(x0+B*U);disp(L,"x1,x2 and x3 are :");
Y = C*L;
disp(Y,"Y(s)=");
y = ilaplace(Y,s,t);disp(y,"output y(t)=");
D = det(s*I-A);
printf("Roots are the ... |
81ad2237516432d1f8a5bedad36f0eeeb455d83a | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/db2pow/db2pow6.sce | 78c2f1c535e9e59a36f8742ae57ebcdd70e69a13 | [] | 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 | 257 | sce | db2pow6.sce | //check o/p when more than one argument is passed as an i/p to the function
y=[10 12;12 34;24 23];
t=[10 12;12 34;24 23];
ydb=db2pow(y,t);
disp(ydb);
//output
// !--error 58
//Wrong number of input arguments.at line 4 of exec file called
|
144dcafd149717be821c41130cf14792eceeca2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /49/CH3/EX3.7/example7.sce | 3e444cf6bf953f154966fff95594a3dde1a19087 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,067 | sce | example7.sce | //Caption:Adequate frequency response conditions for first order instruments
//Example 7
//Page 103
// To measure qi given by
// qi=sin2t+0.3sin20t
// timeconstant=0.2s
H=1/((0.16+1)^0.5); //H(jw)=qo/qiK
phi=((atan(-2*0.2))*180)/%pi ;
H2=1/((16+1)^0.5);
phi2=((atan(-20*0.2))*180)/%pi;
printf("sinusoida... |
293d471ab40a361d3a973613551c2a84095d2494 | 717ddeb7e700373742c617a95e25a2376565112c | /3460/CH6/EX6.6/ex6_6.sce | 8ea74371acb87dda8da9b7022d18855b135b8c48 | [] | 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 | 270 | sce | ex6_6.sce | clc;
clear all;
d=25*1e-3;// outside diameter of outer copper tubing
t=1.6*1e-3;//thickness of tubing
d1=d-(2*t);
d2=6*1e-3;//outer diameter of inner tubing
Z0=138*log10(d1/d2);//characteristic impedence of copp
disp(Z0,'characteristic impedence of line is');
|
f1ee9facbe66ce8ea1962c6a11ad30f911097f28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH5/EX5.3/Ex5_3.sce | 4543b95195474a46ba557f3d39e22709a61aa5ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,444 | sce | Ex5_3.sce | //Fluid Systems- By Shiv Kumar
//Chapter 5- Francis Turbine
//Example 5.3
//To Find (a)The Absolute Velocity of Water at Inlet of Runner (b)The Velocity of Whirl at Inlet (c) The Relative Velocity at Inlet
//(d) The Runner Blade Angles (e)Width of Runner at Outlet (f)Weight of Water flowing through t... |
9396a0aa46b2bd3a7823d6d0967582cb7ec53b74 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnHi/enhi.1.tst | d310da55d707572edeb7aac01395d4b8d75c344b | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 66,431 | tst | enhi.1.tst | a a c h a r y n a n d a n a आ च ा र ् य न ं द न ा
a a d a t s e m a j b o o r आ द त स े म ज ब ू र
a a d h i y u g आ ध ी य ु ग
a a d i k a v i आ द ि क व ि
a a d i t y a k e s h a v आ द ि त ् य क े श व
a a g k a g o l a आ ग क ा ग ो ल ा
a a g k e s h o l a y आ ग क े श ो ल े
a a h a t आ ह ट
a a ... |
d143fa0c0f77ec3686ca46226b7fbeaeb7cc26db | 449d555969bfd7befe906877abab098c6e63a0e8 | /72/CH4/EX4.5.1/4_5_1.sce | 42404d46fb6baf160cba5b74825f28b119577177 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,914 | sce | 4_5_1.sce |
//Chapter -4
//EXAMPLE: 4-5-1 PAGE NO. 170
//(a)program_to_find_the_amount_of_the_power_delivered_in_the_load_Zl
PT4=8; //Given.Transmitted_power_to_Bolometer_1_at_port_4
s=2; //Given.VSWR_of_2.0_is_introduced_on_a... |
0ce12afc783fbfc1fcc04abdc8baa415ad838610 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH4/EX4.20/Ch04Ex20.sce | da6261d32efeca0d0a9606d35e4c92ba70af7951 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 582 | sce | Ch04Ex20.sce | // Scilab Code Ex4.20:: Page-4.35 (2009)
clc; clear;
theta = 8; // Angle through which plane of polarization is rotated, degrees
M = 10; // Amount of sugar, g
l = 14; // Length of the tube, cm
V = 44; // Volume of sugar solution, cc
c = M/V; // Concentration of sugar, g/cc
S = 10*theta/(l*c); /... |
d529009f351526bd993d0925c9628107dbcdb5bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2561/CH11/EX11.1/Ex11_1.sce | 8e4b70d783ee933575e0fa866202e426c9206b50 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 531 | sce | Ex11_1.sce | //Ex11_1
clc
tsu=20*10^(-9)
disp("tsu= "+string(tsu)+" seconds") // Input set-up time of second flip flop
tpd=30*10^(-9)
disp("tpd= "+string(tpd)+" seconds") // Input set-up time of first flip flop
Tmin=tpd+tsu
disp("Tmin=tpd+tsu= "+string(Tmin)+" seconds") // Minimum allowed time interval b/w threshold levels o... |
8d8f57e1bc7bca4633d44ccd3ce59278b40d736d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH9/EX9.5/Chapter9_example5.sce | 05ddc71fa228b9ec25defc9cd07aeb7ad365a566 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,296 | sce | Chapter9_example5.sce | clc
clear
//Input data
mf=(6/3600);//The mass flow rate of fuel in kg/s
df=750;//The density of fuel in kg/m^3
Z=0.003;//The level in the float chamber below the top of the jet in m
p=1.013;//The ambient pressure in bar
T=294;//The ambient temperature in K
dj=0.0012;//The jet diameter in m
Cdf=0.65;//The disch... |
955fcf211e5ad7052473478768327511f5d11bd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH9/EX9.17/9_17.sce | 6f612e2221a2f1b7080560345acf403674d717e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 9_17.sce | clc;
clear;
format('e',11);
a=0.001;
b=0.0047;
L=4*3.14*10^-7*log(b/a)/(2*3.14);
disp(L,"The inductance per meter of the coaxial line,L(in H)=");
|
fdd6d657a4d6bf712bad21379a9c99005667c9eb | 32869948ce801ed2e69b5fb986fc310cab9a6d4a | /src/builder_src.sce | f9782b508688c2434dcc37f8bdda02a903712f83 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ierturk/SciPowerLab | 54ed5755cf4f3854176d7088f893317fe86cc0cf | da5d153272bae12564c1ded95241d6b40c8b4a90 | refs/heads/master | 2022-07-20T15:29:09.447509 | 2022-07-18T21:10:36 | 2022-07-18T21:10:36 | 94,237,627 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | builder_src.sce | // ErturkMe - Copyright 2011 - 2022
// http://erturk.me
// ierturk@ieee.org
// See license.txt
function builder_src()
src_path = get_absolute_file_path("builder_src.sce");
tbx_builder_src_lang("c", src_path);
endfunction
builder_src();
clear builder_src; // remove builder_src on stack
|
112e9e2e25ff01b0c6a0895f6711f0a5f0aa68c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /371/CH12/EX12.2/12_2.sci | a260ef37c9ff189a44b7e802a8a66f4223f8a192 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sci | 12_2.sci | //Controllers and Their Optimisation//
//Example 12.2//
P=1.8;//permanent error of p controller in percent//
V=100/1.8-1;//gain of the controller in volts//
printf('gain of the controller=V=%fvolts',V);
G=8;//sum of all time constants in milliseconds//
T1=2*G*V;//motor armature time constant//
printf('\nMotor ar... |
fe68f8e257278adba7bf371fa1094f517bf5a157 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH10/EX10.3/ex10_3.sce | 454bea40582a26104e20e62f73e11762a170f883 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 309 | sce | ex10_3.sce | //Page Number: 556
//Example 10.3
clc;
//Given,
er=5.23;
w=10; //mils
t=2.8; //mils
h=7; //mils
dc=((er+1)/2)+(((er-1)/2)*(1/sqrt(1+12*h/w)));
disp(dc,'Dielectric constant:');
//As w/h>1
ci=(120*%pi)/(sqrt(dc)*((w/h)+1.393+0.667*log((w/h)+1.444)));
disp('ohm',ci,'Characterstic impedance:');
|
2a4f755dc9535219270ca8e57ba70f6d924e6cd9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /273/CH24/EX24.4/ex24_4.sce | e397795853a5c3365f931ffd9873fba82a988479 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | ex24_4.sce | clc;clear;
//Example 24.4
//calculation of normailsed frequency and no of modes
//given values
n=1.52;//core refractive index
d=29*10^-6;//core diametre in m
l=1.3*10^-6;//wavelength of light
x=.0007;//fractional refractive index
//calculation
u=n*(1-x);//index of glass fibre
V=%pi*d*sqrt(n^2-u^2)/l;
dis... |
12da8aebe8fef0d654494f088b3e56c71d425a30 | 717ddeb7e700373742c617a95e25a2376565112c | /608/CH21/EX21.22/21_22.sce | e6fc14636eba1a4cab55bcf9714f5b316f8cee3d | [] | 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,249 | sce | 21_22.sce | //Problem 21.22: A 220 V, d.c. shunt-wound motor runs at 800 rev/min and the armature current is 30 A. The armature circuit resistance is 0.4 ohm. Determine (a) the maximum value of armature current if the flux is suddenly reduced by 10% and (b) the steady state value of the armature current at the new value of flux, ... |
5861bd7f9d065f93ec31f2796bdd012090a0b035 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH2/EX2.13/Ex2_13.sce | 1bb8b3cc4b673f92d2051eacb11018dcd66df70b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sce | Ex2_13.sce | clc
//
//
//
//Variable declaration
lambdaa=5000*10**-8 //Wavelength
theta=30 //Angular Width
//Calculations
thetarad=((%pi/180)*(theta))
invde=((2*lambdaa)/(sin(thetarad)))**-1
//Result
printf("\n The number of line cm in grating is %0.3f ",invde)
|
e2edf65e3d6fa506641e89f499bd5263e98489b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH4/EX4.3/4_3.sce | 69b862f503a85d057aa6c202cd437f7308f85c9b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sce | 4_3.sce | clc
//initialisation of variables
x= 11.5 //in
y= 1.2 //in
H= 29 //in
q= 6.24 //gallons per minute
d= 1 //in
g= 32.2 //ft/sec^2
Q= 16 //gallons per min
//CALCULATIONS
Cv= sqrt(x^2/(4*H*y))
Q1= %pi*(d/12)^2*sqrt(2*g*H/12)*q*60/4
Cd= Q/Q1
Cc= Cd/Cv
Cr= (1/Cv^2)-1
//RESULTS
printf ('Coefficient of resista... |
b5431d3169266d929b44e761228de6d3f8187ee9 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Chi-RW-C/results/Chi-RW-C.flare-10-1tra/result6.tst | 1dc7ece1451523261512264db6cfc89bbb3b1c03 | [] | 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 | 946 | tst | result6.tst | @relation flare
@attribute LargestSpotSize{A,R,S,X,K,H}
@attribute SpotDistribution{X,O,I,C}
@attribute Activity{1,2}
@attribute Evolution{1,2,3}
@attribute Prev24Hour{1,2,3}
@attribute HistComplex{1,2}
@attribute BecomeHist{1,2}
@attribute Area{1,2}
@attribute C-class{0,1,2,3,4,5,6,7,8}
@attribute M-class{0,1,2,3,4,5... |
297c2c0ea89ff982edce8b0386626c4b6c56bd4b | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.16_10.tst | 7e3c6a4b3c3f44596b78f8c4515ec74ad7e7f5d9 | [] | 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 | 37,422 | tst | bow.16_10.tst | 16 5:0.16666666666666666 14:0.3333333333333333 34:0.5 38:0.6666666666666666 39:0.07142857142857142 48:1.0 56:0.046511627906976744 59:0.06666666666666667 64:0.16666666666666666 72:0.5 75:2.0 85:0.1111111111111111 88:1.0 95:0.3333333333333333 113:0.3333333333333333 146:0.5 180:0.5 201:0.3333333333333333 209:0.4 229:0.333... |
1c3778804fc0b8a074f447b3be07baaeddde347b | e99ad337c3c1b8da940c198031365b86317e9ace | /04/divide/Divide.tst | 418f667ae9a83f7211a99ca78333e7732a896d20 | [] | no_license | dayamg/nand2tetris | fc40560dff5dff40e86c8de4e1c2b4b2f4f7c1a4 | 93627bbe7a66f6ecacc64885f7dee6e83d39c04b | refs/heads/main | 2023-08-18T21:51:12.820795 | 2021-10-03T12:57:29 | 2021-10-03T12:57:29 | 307,087,397 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,255 | tst | Divide.tst | // This file is part of www.nand2tetris.org
load Divide.asm,
output-file Divide.out,
compare-to Divide.cmp,
output-list RAM[15]%D2.6.2;
set RAM[13] 90,
set RAM[14] 15,
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[13] 1001,
set RAM[14] 11,
repeat 1000 {
ticktock;
}
output;
set PC 0,
set RAM[13] 1001,
... |
a5f2e9cf9e0f214e3468860e99892be72767bcbd | 449d555969bfd7befe906877abab098c6e63a0e8 | /275/CH4/EX4.4.74/Ch4_4_74.sce | 1cc566fe63bdcdb0b737e7de714a3d1994651e9a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch4_4_74.sce | clc
disp("Example 4.74")
printf("\n")
disp("plot the drain characteristics of JFET")
//given
Vds=[0 1 2 2.5 3 4 6 8]
Id=[0 2 4.5 5.3 5.5 5.5 5.5 5.5]
plot2d(Vds,Id)
xlabel("Vds(V)")
ylabel("Id(mA)")
xtitle("Plot of Vds V/s Id") |
46e7256cc8c1c1251a211ef5a6a243a9b59eaf0b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH5/EX5.7/Ex5_7.sce | fd53849dbacf546ecd1addc8c12d3adb8d0b0ca3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,217 | sce | Ex5_7.sce | // exa 5.7 Pg 155
clc;clear;close;
// Given Data
t=6;//mm
sigma_t=220;// MPa
tau=100;// MPa
sigma_c=150;// MPa
n=2;// no. of rivets / pitch length
//Ps=n*%pi/4**d0**2*tau;// shearing strength of rivets
//Pc=2*d0*t*sigma_c;// Crushing strength of rivets
d0=2*t*sigma_c/(n*%pi/4*tau);// mm (equating Ps=Pc)
printf('Diamet... |
a001154535b8ebe0e3f826873f2547920125b916 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH5/EX5.19/Ex5_19.sce | cb3989d9953e3fe6adfda08f22683199be77faf7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_19.sce |
// Ex5_19
clc;
// Given:
E1=6;// MeV
mAl=26.981535;
malpha=4.002604;
mP=30.973763;
// Solution:
KE=E1*(27/31);// in MeV
BE=(mAl+malpha-mP)*931;// in MeV
Ex=KE+BE;
printf("\n The excitation energy of compound nucleus is = %f MeV",Ex)
|
d4ad44aea926f5e271a2a373bd2b0916b01ac21e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH8/EX8.11/8_11.sce | 008449df1e0dae24728c5001508559910e1d0fbd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,614 | sce | 8_11.sce | //Example 8.11
//Integration by Various Methods
//Page no 276
clc;clear;close;
deff('y=f(x)','y=1/(1+x^2)')
a=0;b=1;
S=0;h=1/4;
n=(b-a)/h+1
for i=1:n
x(i)=(i-1)*h
y(i)=f(x(i))
end
c=['x','f(x)']
for i=1:2
printf('\n%s :\t ',c(i))
for j=1:n
if i==1 then
printf('%g\t',... |
a6239755e0e5829c4a32509168d6b58dcd65f9ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH5/EX5.13/ex5_13.sce | c6d5b847ce57ef7673a36b28af95ba1072adfa9e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 625 | sce | ex5_13.sce | clc;
m=10; // mass flow rate of chilled water in kg/s
V1=50; //velocity of chilled water at section 1 in m/s
z1=30; // Elevation of section 1 in m
V2=10; //velocity of chilled water at section 2 in m/s
z2=60; // Elevation of section 2 in m
h1=21; // Enthalpy of chilled water at section 1 in kJ/kg
h2=43; // Entha... |
ffd99a7134d0724e40db713b896d113dc48308bf | 449d555969bfd7befe906877abab098c6e63a0e8 | /761/CH1/EX1.5/1_5.sce | 1948221352c5efc399eb03e303c95cab5dfa0d79 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 474 | sce | 1_5.sce | clc;
// page no 20
// prob no 1.5
// In the given problem B=6MHz, Tk=293, k=1.38*10^-23
B=6*10^6; Tk=293; k=1.38*10^-23;R=300;
Pn=k*Tk*B;
disp('W',Pn,'The noise power is');
// Th noise voltage is given by Vn=sqrt(4*k*Tk*B*R)
Vn=sqrt(4*k*Tk*B*R);
disp('volts',Vn,'Th noise voltage is');
// only one-half of this... |
4958b5ad8b71c18ccdd0e6c6fc43fd376410ad68 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpic2escifiles6/Putrecmark.sci | ce63e542855cc78d010690a00d35edffd7f19f21 | [] | 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 | 295 | sci | Putrecmark.sci | // 09.11.26
function Putrecmark(TbL,Nrg,Mrg,Dt)
if type(Dt)==10
N=1; Pos=Dt; Str='';
else
N=length(Dt); Pos='l'; Str='\hspace*{2mm}';
end;
for I=1:N
Str=Str+'\recmark';
if I<N
Str=Str+'\hspace{3mm}';
end;
end;
Putcell(TbL,Nrg,Mrg,Pos,Str);
endfunction;
|
af6c16147e4bac6502fab69717cb4e5232a01629 | 3592fbcb99d08024f46089ba28a6123aeb81ff3c | /testIROS2013.sce | 20e23dcffc5f0728fba4debfdf56b63f8a6e721f | [] | no_license | clairedune/sciGaitanLib | a29ab61206b726c6f0ac36785ea556adc9ef03b9 | 7498b0d707a24c170fc390f7413359ad1bfefe9f | refs/heads/master | 2020-12-11T01:51:13.640472 | 2015-01-28T13:52:26 | 2015-01-28T13:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,770 | sce | testIROS2013.sce | //---------------------------//
// Compute a cost function over a time horizon
// With a free 3d camera
// Created 11/12 updated 27 july 2012
// Etude pour ICRA 2012
// Dune
// Note :
// On etudie le lien entre dx/dt=(dotp dotu) et v=(v, w)
//---------------------------//
getd("src/transformation")
// pose reelle... |
ad65bb89d6c3c6dc82eaaaeb445dc6fb413c27aa | 2cf3f0dc5bb5a14ec847e254aa03ceca8d54ca8e | /Similarity/ESL.tst | 1280330b6b4930c6f8e58368b936b34456106479 | [] | 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 | 2,362 | tst | ESL.tst | yield
boast
scorn
submit
challenge
submit
haste
ear
hurry
anger
spite
hurry
twist
curl
fasten
intertwine
clip
intertwine
substance
level
posture
thing
score
thing
stiff
drunk
dark
firm
cooked
firm
brass
plastic
metal
stone
wood
metal
barrel
bottle
box
cask
case
cask
... |
fea546634a83b416eb7dab1d30e8a7b4eb439aba | 449d555969bfd7befe906877abab098c6e63a0e8 | /3763/CH10/EX10.8/Ex10_8.sce | cc54592233248d05035820ab8515bf2a53cabd0e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 377 | sce | Ex10_8.sce | clear
//
//
//
//Variable declaration
d=5*10**-6 //diameter(m)
n2=1.447 //refractive index of cladding
n1=1.45 //refractive index of core
lamda=1*10**-6 //wavelength(m)
//Calculation
NA=sqrt(n1**2-n2**2) //numerical aperture
N=4.9*(d*NA/lamda)**2 //total number of guided modes
//Resul... |
b9872b5bdf1c48eb39dc5662b4a6119a518a6878 | 20479ef6060920bd3d37ae74ecd2129f8ba8f29e | /Questão000.sce | 3c6b30afdd1f196a9720cdf123db5225d553818e | [] | no_license | andersonvalentim/Atividade-Denilson-Scilab-UFERSA- | db4b58fc082bd80f076e67908435674f49ce45e4 | 4d02ddd342681165028ea6b4ebc7ec6d8bb7d9a9 | refs/heads/master | 2021-09-12T15:30:30.076790 | 2018-04-18T01:58:47 | 2018-04-18T01:58:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 200 | sce | Questão000.sce | matricula = input("Digite os 3 ultimos digitos da sua matricula")
M=matricula/100
aux=modulo(valor,100)
MM= aux/10
MMM= modulo(aux,10)
x=10*M+MM
y= x+MMM
z=modulo(y,MM)
printf(" o valor eh: %.2f ",z)
|
50278c960563e81181a36664d5d600f5dc1f69dc | 449d555969bfd7befe906877abab098c6e63a0e8 | /34/CH3/EX3.2/Ch3Exa2.sci | 55089f6d2b3cbd80003525c2c932731931a2076d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 602 | sci | Ch3Exa2.sci |
a=10^(-15); //de Broglie wavelength, mts
Eo= 0.938; //proton rest energy, GeV
h= 4.136*(10^(-15)); //Planck's constant, eV.s
c= 2.998*(10^8); //velocity of light, m/s
p= h/a; // p is momentum, kg.m/s
pc= (h*c)/a; //Photon's energy, ev
pc=pc*(10^(-9)); //convert to GeV
//pc>E0, relativistic calculation
E=... |
dcfa9b9bde4e3329d07e6ec9501f5cdd2b24b894 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH21/EX21.10/21_10.sce | 7ddf8131b509f7d302131ce08207cfa674b70e68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 517 | sce | 21_10.sce | //Chapter 21, Problem 10
clc;
f=50; //frequency
n1=25; //primary turns
n2=300; //secondary turns
A=300e-4; //cross-sectional area of the core
v1=250; //primary voltage
phim=v1/(4.44*f*n1); //flux
Bm=phim/... |
b12057cf80d34e569a6a5ddab807b7d47b66d245 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1418/CH27/EX27.1/EX27_1.sce | 518744193f90a12b5075772c7e8be1676e1a630f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 733 | sce | EX27_1.sce | //EXAMPLE 27.1
//4-POLE GENERATOR
clc;
funcprot(0);
//Variable Initialisation
P=4;......//Total number of poles
Z=722;.....//Total number of conductors
Ia=100;...//Armature current in Amperes
b=8;......//Brush lead in degrees
Aw=2;...//Number of parallel paths in a wave wound generator
I=Ia/Aw;............ |
be7501bcb19f3fb893ae646e472bfb2f0f6ec80c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH17/EX17.1/ex17_1.sce | 93b4b48682d7944c60f8b6d86911884700a0c089 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 967 | sce | ex17_1.sce | clc;
clear all;
pCu=8.96e3;//density of copper in kg*m^-3
pZn=7.14e3;//density of Zn in kg*m^-3
pAl=2.70e3;//density of Al in kg*m^-3
MCu=63.55;//atomic weight of Cu
MZn=65.38;//atomic weight of Zn
MAl=27.0;//atomic weight of Al
N=6.022*1e26;//avogadro's constant
x=1;//no of free electrons per atom
h=6.626e-3... |
1e3505a21e44d7d7d8b30092a7a75fddfd53e1f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH6/EX6.15/Ex6_15.sce | f468c47d6753bd9441164519fbafdbcddf3ec546 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sce | Ex6_15.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 6 Single Staje BJT Amplifiers Pg no. 207
clear;
clc;
//Given Data
//Figure 6.31
VCC=18;//collector supply voltage in volts
RB=3.9D6;//base resistance in ohms
RE=470;//emitter resistance in ohms
VBE=1.6;//forward voltage drop of emitter diode of darlington pai... |
bd75fdb4bd94cb42e09a08af4b5331c571793992 | 449d555969bfd7befe906877abab098c6e63a0e8 | /377/CH1/EX1.6/1_6.sce | 59ef1b4db51caf319108558ea4a0b5bd5775abc7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_6.sce | disp("E=(pi^2)*(h^2)/(2*me*Lx^2)+(pi^2)*(h^2)/(2*me*Ly^2)+(pi^2)*(h^2)/(2*me*Lz^2)");
pi=3.14;
h=1.055;
me=0.04*9.1;
L=50;
E=(pi^2)*(h^2)/(2*me*L^2);
printf('\n The value of E in Joules is %f *(10^-17)',E);
f=E/1.6*10^2;
printf('\n The value of E in eV is %f',f); |
397f05fc6f7a0eaa4f00f5ecd1546f1cb90a6e3e | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/examples/scilab/IoSetUpGenericScilabSimulation.sce | 103faa56f2de2cd8cee9d5619a4c307e328e6b80 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,486 | sce | IoSetUpGenericScilabSimulation.sce | <<<<<<< .mine
//To use these functions make sure the location of the IOME iogs application
//is on the path
//Linux export IOME_HOME=PATHTOIOME
//Linux export PATH=$PATH":$IOME_HOME/bin"
//Windows set IOME_HOME=PATHTOIOME
//Windows set PATH=%PATH%;$IOME_HOME/bin
//senv_iome_home=getenv('IOME_HOME');
senv_iome_home='/... |
f89d6750603618faacb106b3739446c640fa05ef | ccd668354774dcc20ed466510e78952e1205ad54 | /Linear-Convolution.sce | 0f9101ca9032d56eb11268323506eaf79da5df65 | [
"MIT"
] | permissive | nikhita/filter-theory | 6d9d9bb7375acd1c1f545fd9b7ee7b6dc90a56b5 | 031c8dd652bbe50e0130f83b9884d6a11b2c7339 | refs/heads/master | 2023-08-16T13:23:28.993482 | 2017-04-09T16:23:46 | 2017-04-09T16:23:46 | 87,696,376 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 541 | sce | Linear-Convolution.sce | clc;
clf;
x = input("enter the first sequence: ");
h = input("enter the second sequence: ");
m = length(x);
n = length(h);
l = m + n - 1;
for i = 1:l
conv_sum = 0;
for j = 1:i
if (((i-j+1 <=n ) & (j <= m))) then
conv_sum = conv_sum + x(j)*h(i-j+1);
end
y(i) = conv_sum;
... |
a3f2a93b50c60e3c46b5811cbc25631a1e14e81b | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/ok_scope_fun.tst | 864291d51723cfe9e85a07bf2eb1c9004c552fdd | [] | no_license | IETS3/jSMTLIB | aeaa7ad19be88117c7454d807a944e8581184a66 | c724ac63056101bfeeb39cc3f366c8719aa23f7b | refs/heads/master | 2020-12-24T12:41:17.664907 | 2019-01-04T10:47:43 | 2019-01-04T10:47:43 | 76,446,229 | 1 | 0 | null | 2016-12-14T09:46:41 | 2016-12-14T09:46:41 | null | UTF-8 | Scilab | false | false | 165 | tst | ok_scope_fun.tst | ; test scope of declare-fun
(set-logic QF_UF)
(declare-fun x () Bool)
(push 1)
(declare-fun y () Bool)
(assert (and x y))
(pop 1)
(assert x)
(declare-fun y () Bool)
|
ea7f64c3a86819d8b688b70f6f84a345be8e4803 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH4/EX4.3/Ex4_3.sce | 7cba1711b3072043aa3180e808153818a4f4b31a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 599 | sce | Ex4_3.sce |
// Ex4_3
clc;
// Given:
L=6.022*10^23;
// Solution:
// 1 mCi= 3.7*10^7 dis/s
k1=0.693/(15*3600);
N1=3.7*10^7/k1;
m1=(24*N1*10^10)/L;
printf("\n The no. of atoms of Na(24) are = %f",N1)
printf("\n The mass of Na(24) is %f * 10^-10 g",m1)
k2=0.693/(14.3*24*3600);
N2=3.7*10^7/k2;
m2=(32*N2*10^9)/L;
pri... |
41d683d0fb18ac36e3b0c52330493a4e784283fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH15/EX15.1/15_1.sce | 473596fdba04903bc53de6470529d70364fe0382 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | 15_1.sce | //Example 15.1
//Ordinary Differential Equation
//Page no. 503
clc;clear;close;
s=log(2)/log(1.02)
disp(s,'Time Taken = ') |
572dbf336972f5973d312eb9219341569e5c6846 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1835/CH4/EX4.4/Ex4_4.sce | e325d4a2f17cf9cc247cc3b93930d44fc65e047f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_4.sce | //Chapter-4, Illustration 4, Page 135
//Title: Gears and Gear Drivers
//=============================================================================
clc
clear
//INPUT DATA
x=3.5;//Ratio of teeth of wheels
C=1.2;//Centre distance between axes in m
DP=4.4;//Diametrical pitch in cm
//CALCULATIONS
D=2*C*100;... |
d945772380441938f42bbac39a2da78ff0e4fb3b | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/imrep2ss.man.tst | d4f5492b47141d00e60229e7673285c09101534b | [
"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 | 495 | tst | imrep2ss.man.tst | clear;lines(0);
s=poly(0,'s');
H=[1/(s+0.5);2/(s-0.4)] //strictly proper
np=20;w=ldiv(H('num'),H('den'),np);
rep=[w(1:np)';w(np+1:2*np)']; //The impulse response
H1=ss2tf(imrep2ss(rep))
z=poly(0,'z');
H=(2*z^2-3.4*z+1.5)/(z^2-1.6*z+0.8) //Proper transfer function
u=zeros(1,20);u(1)=1;
rep=rtitr(H('num'),H('den'... |
d1240d563c4d345d0437fc76ea443938f7cf75e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH10/EX10.3.5/Ch10Ex8.sci | 90e00fcd5e7e4687a5f1f5dcf5c0daa322efed1c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 495 | sci | Ch10Ex8.sci | // Scilab Code Ex10.3.5 Energy released during fusion of two deuterons: Pg: 221 (2008)
e = 1.6e-019; // Energy equivalent of 1 eV, J/eV
x = 1.1; // Binding energy per nucleon of deuterium, MeV
y = 7.0; // Binding energy per nucleon of helium-4, MeV
E = (y - 2*x)*1e+06*e; // Energy released when two deut... |
19a34953380b61959d335f5743d104cff16cda6e | b6ff5e342f3675087d2704199bb5a46362b5fc20 | /1GI/S2/Analyse Numérique 2/euler_explicite.sce | 646a1a6908d268a93142b379aa73bb02c9e515ba | [] | no_license | Ssouh/EHTP | 75f5071282a1b0ed500d5c27e73b514fefe7af61 | 96558e59e398f652ae2e8a560b9dcd4ee3e8c6a8 | refs/heads/main | 2023-03-14T11:56:46.424726 | 2021-03-04T09:49:05 | 2021-03-04T09:49:05 | 330,687,825 | 0 | 0 | null | 2021-01-24T18:02:23 | 2021-01-18T14:15:22 | null | UTF-8 | Scilab | false | false | 269 | sce | euler_explicite.sce | function y=Euler_explicite(n)
y0=1;
dx=3*%pi/2/n; //(condition CFL))
for i=1:n+1
x(i)=(i-1)*dx;
y(i)=(1+dx*sin((i-1)*dx))^i;
end
x=[0;x];
y=[1;y];
plot(x,y)
t=0:0.1:5;
z=exp(1-cos(t));
plot(t,z,'r')
endfunction
|
01f553934fc90802a0a3a36c896a81171121517a | d56141249002a5da7c4a2641dbdfc609809046a8 | /Elk/elk_band_plot.sce | ac04d3ff37695f83f80f17e9c69718c32f613a2d | [] | no_license | kcbhamu/DFTutilities | 14a77226c1229ec61563cc08316d6c32814ddb57 | d6c859407a6b13c8bc5340c08db7a0125d6ed4e6 | refs/heads/master | 2021-06-24T15:23:58.675113 | 2017-08-23T20:56:44 | 2017-08-23T20:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,757 | sce | elk_band_plot.sce | // This code plots the band structures of elk code
// To use this code, please download BAND.OUT, BANDLINES.OUT
clear; clc; xdel(winsid()); exec(PiLib);
// Parameters ==========================================================
work_dir=[]//['C:\MyDrive\Work\Eu-metal\elk\NSOC'];
E_bound=[-3,+3]
k_label=['$\Gamma$','M','K... |
3537a738fd15a7042590291037b3d3f39bcd7448 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH10/EX10.27/ex10_27.sce | c22b225996e8d440bcbdf173413034c10e885e1f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | ex10_27.sce | //Page Number: 10.43
//Example 10.27
clc;
//Given
Rb=4.8D+3; //b/s
bw=3.2D+3; //Hz
//BPSK can give maximum spectral efficiency of 1bps/Hz, therefore not suitable
//QPSK can give twice spectral efficiency,2bps/Hz, therefore
qpsk=2*bw;
//PSK can give thrice spectral efficiency,3bps/Hz, therefore
psk=3*bw;
... |
4493c0cc341622647c7e1dd1e708e161a2fc7ffd | 449d555969bfd7befe906877abab098c6e63a0e8 | /3513/CH7/EX7.2/Ex7_2.sce | aca5acedc2da89efe218e6f5351fb02df128a0d1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 810 | sce | Ex7_2.sce | //Calculate the control limits for the p-chart using 3σ limits
//page no 143
clear
clc;
d=20;
n=4000;
P1=0.116;
//Control limits for p-chart
mprintf("\P1 = %.4f \n",P1);
UCL=P1+3*sqrt((P1*(1-P1))/n);
mprintf("\UCL = %.2f \n",UCL);
LCL=P1-3*sqrt((P1*(1-P1))/n);
mprintf("\LCL = %.2f \n",LCL);
CL=P1;
mprintf... |
47aecc6d7910a0259102aca6e7de5d42b3e5f7e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /854/CH9/EX9.5/Example9_5.sce | b16dfe672ee3f79a11a79ba0ef8ce4df9b4505cb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 519 | sce | Example9_5.sce | //clear//
//Caption: Program to find Magnetic Susceptibility, H,Magentization M
//Example9.5
//page 279
clc;
ur = 50; //relative permeability of ferrite material
u0 = 4*%pi*1e-07; //free space permeability in H/m
chim = ur-1; //magnetic susceptibility
B = 0.05; //magnetic flux density in tesla
u = u0*ur;
H = ... |
fd838edefb39b173d5d37f29e7cf35bf78e31e34 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH1/EX1.22/Chapter1_Example22.sce | ce7a6c54566ad93bdd93d5ccbc94db7d4e71e180 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 624 | sce | Chapter1_Example22.sce | clc
clear
//INPUT DATA
BP=50;//Brake power in kW
bmepp=700;//mean effective pressure pickup van
bmept=850;//mean effective pressure typical
nc=4;//4-stroke cylinder
n=2;//for 4 cyliners
Sp=8;//mean piston speed
N=3000;//speed in rpm
L=0.107;//stroke in m
//CALCULATIONS
Nm=Sp/(2*L);//Design speed in rps
... |
412c8a48bc09c1748666e01e7145cc827156f8dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1730/CH2/EX2.1/Exa2_1.sce | 3c00348e3a7f6eb1cff31b2f60643cbe484dba52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 259 | sce | Exa2_1.sce | //Exa2.1
clc;
clear;
close;
//given data :
J=2.4; //in A/mm^2
J=2.4*10^6; //in A/m^2
n=5*10^28; //unitless
e=1.6*10^-19; // in coulomb
//Formula : J=e*n*v
v=J/(e*n);//in m/s
disp("Drift velocity is : "+string(v)+" m/s or "+string(v*10^3)+" mm/s")
|
f7af9de8120a1bf5df0e9530f3d8b13e9ba2c5a7 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/poly2rc/poly2rc6.sce | 3e7d0cd9ad58e0050a5c5fe8b27c3a62324edb16 | [] | 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 | 244 | sce | poly2rc6.sce | //check the o/p when the i/p vector contains only negative values
a = [-1.0000 -0.6149 -0.9899 -0.0000 -0.0031 -0.0082];
k = poly2rc(a);
disp(k);
//output
// 0.3114919
// 0.9961981
// - 0.0069234
// - 0.0019423
// 0.0082
|
4f3224c09340677365dae6a7d2a90bbda35eec55 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2735/CH16/EX16.16/Ex16_16.sce | c80e8a15c01a7e689af7565dbd32089b032339cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 771 | sce | Ex16_16.sce | clc
clear
//Initialization of variables
n1=8 //Moles of CO2
n2=9 //Moles of H2O
n3=1 //Moles of Octane
n4=12.5 //Moles of Oxygen
disp("From Table B-10,")
U11=3852 //Internal energy at 1000 R of CO2
U12=115 //Internal energy at 537 R of CO2
U21=3009 //Internal energy at 1000 R of H2O
U22=101 //Internal energy... |
5ab8410d625a8d274c9eeda297a0ebd8e2097e5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2969/CH6/EX6.14/Ex6_14.sce | ff8dd91c830235ae3b5e59a139569fcb7f1246bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 726 | sce | Ex6_14.sce | clc
clear
//DATA GIVEN
Tfw=50; //mean feed water temp. in deg celsius
p=5; //mean steam pressure in bar
x=0.95; //dryness fraction of steam
Mc=600; //coal consumption kg/hr
C=30400; //calorific value of coal in kJ/kg
Ms=4800; //feed water... |
21710d69fc0c43fc407a78e9f1f64d82d3d0e6e7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /527/CH4/EX4.4/4_4exam.sce | e6065261acd74b3537715b4670d6c7d6ee224e92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 976 | sce | 4_4exam.sce | //Engineering and Chemical Thermodynamics
//Example 4.4
//Page no :185
clear ; clc ;
//Given
Psat_wat_25 = 3.169 * 10^3 ;// From steam table
Psat_wat_50 = 1.235 * 10^4 ;// From steam table
Psat_wat_100 = 1.014 * 10^5 ;// From steam table
A =11.9673 ;
B = 3626.55 ;
C = -34.29 ;
T1 = 25 ; //[*C]
T2 = 50 ; ... |
2a7b33974dfcda17922c2f22445bf35630bcc69b | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH10/EX10.1/ch_10_eg_1.sce | 077dfb5689c4b13a3c8be0596dd698f1cd9740ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 937 | sce | ch_10_eg_1.sce | clc
disp("the soln of eg 10.1-->2-D steady heat conduction-Gauss Seidel method ");
for i=1:9,tnew(i)=101,e(i)=1 //assumed values
end
t=1e-6
//since all the nodes are interior nodes so discretized eqn used is eqn 10.10
while e(1)>t&e(2)>t&e(3)>t&e(4)>t&e(5)>t &e(6)>t& e(7)>t& e(8)>t & e(9)>t ... |
5c8b35913171b7c62ec8f0de33c8963b8822c3be | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH1/EX1.2/Ch01Ex2.sci | 50be14759d281c514ce8aa7c20cef768944fac44 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 978 | sci | Ch01Ex2.sci | // Scilab Code Ex1.2 Primitive unit cell: Page-4 (2010)
a = 3, b = 3; // Lattice translation vectors along X and Y direction, angstrom
c_bar = 3; // Assumed translation vector along Z direction, angstrom
c = 1.5*(a+b+c_bar); // Real translation vector along Z direction, angstrom
printf("\n%3.1f is the bod... |
21b71c9da35c06fccd0965d714cb51e9f5e26374 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /funscenario-invincible.sce | 339915fed8435df92d6fec12e4f5dec3f8706b71 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 42,910 | sce | funscenario-invincible.sce | Name=funscenario-invincible
PlayerCharacters=A_air_lg_frozen;MovingTarget
BotCharacters=MovingTarget.bot
IsChallenge=true
Timelimit=30.0
PlayerProfile=A_air_lg_frozen
AddedBots=MovingTarget.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=square_1wall_clip_med_1spawn.map
MapScale=1.0
Bloc... |
0555e97ddf96af2042a55345596462a24daa1b87 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Physics_K._V._Kumar_3537.zip/Engineering_Physics_K._V._Kumar_3537/CH1/EX1.25/Ex1_25.sce | 4aa47eb17ffe7d5ec9c4282153e50f69ae450be3 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | Ex1_25.sce | errcatch(-1,"stop");mode(2);//Example 1_25
;
;
//To find the value of the slit width
lemda=6500 //units in angstroam
theta=30 //units in degrees
a=lemda/sin(theta*%pi/180)
printf("The value of the slit is %.0f angstroam",a)
exit();
|
133ae1e52273d656182f2acd1c7729fb65ec5f3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /812/CH5/EX5.07/5_07.sce | 186042f6f449799c8b6d65a56df8163cbf309ab2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | 5_07.sce | //angular and rotation//
pathname=get_absolute_file_path('5.07.sce')
filename=pathname+filesep()+'5.07-data.sci'
exec(filename)
//At point b, u=3 mm/sec
u=3;
//Displacemet of b(in mm):
xb=u*t
//Rate of angular deformation(in s^-1):
def=U/h
//Rate of rotation(in s^-1):
rot=-0.5*U/h
printf("\n\nRSULTS\n\n")
... |
3be0fa3ed27dec670d9f0b173a2119c8baebe2eb | af301357b0dfd5c5ca0825378008dd7924e7d5db | /Integração.sce | 06597a7df396a37ac1ecb215eb2e8a338b285b0d | [] | no_license | fonte-nele/Metodos-Numerico-Scilab | c544f1a9951f33708f62bdee38a7cddf7699625b | 62a2be7afb3a1f7901bc5f005500475f52f2caae | refs/heads/master | 2020-06-10T11:31:42.291337 | 2019-07-03T18:10:03 | 2019-07-03T18:10:03 | 193,640,719 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,677 | sce | Integração.sce | clc; clear;
// Primeira Fase da corrida
a = 0
b = 1.5
m = 3
h = (b-a)/m
ti = [0 0.5 1 1.5] // Intervalos de tempo.
Ati = [0 0.35 0.55 0.9] // Aceleracao
valorAcumulado = 0 // Guardar a soma da multiplicação dos coeficientes com a aceleração
aux = 1; // Controlar a multiplicação dos coeficientes da Segunda Regra de Si... |
46e88aecd16b6b6cd410f7da554a5b08886ac6ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH5/EX5.45/5_45.sce | 9cd8984dfd7a6a36d03b74112888223ff73a63c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 5_45.sce | //Example 5.45
//Inverse Lagrange Method
//Page no. 192
clc;close;clear;
x=[30,34,38,42];
y=[-30,-13,3,18];
P=0;
y1=0;
for k=0:3
p=1
for j=0:3
if(j~=k)
p=p*((y1-y(j+1))/(y(k+1)-y(j+1)))
end
end
printf('\n L%i(f) = %g\n',k,p)
p=p*x(k+1)
P=P+p;
end
... |
23574cc62209512295c3ea8b01fb2be7ba72b0fd | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.0/macros/signal/cheb1mag.sci | b2057960812322249f9208f98055149592f55a10 | [
"MIT",
"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 | 730 | sci | cheb1mag.sci | //<h2>=cheb1mag(n,omegac,epsilon,sample)
//<h2>=cheb1mag(n,omegac,epsilon,sample)
//Square magnitude response of a type 1 Chebyshev filter
//omegac=passband edge
//epsilon such that 1/(1+epsilon**2)=passband ripple
//sample vector of frequencies where the square magnitude
//is desired.
// n :Filter order
// ome... |
6b42398d7d264ff8696c7aa679422cd48f64448d | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/jintgen/unr_var_02.tst | aeeb5d4812e9f415957d0cdd351d656a9c156daf | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 191 | tst | unr_var_02.tst | // @Harness: verifier
// @Purpose: "Test for variable resolution"
// @Result: "UnresolvedVariable @ 7:11"
architecture unr_var_02 {
subroutine foo(e: int): void {
e = a[0];
}
}
|
623df5db869caff82ae8f8c0b935a2b5d3e866ac | 479bc55441008ab2a71b6453ba9e53c68cf06b5e | /eng.sce | 490b513117a6eb7ea0520a12bd0c4349b87b3141 | [] | no_license | jeffersonmsb/involute-gear-plot | b46474940b66e0b20de5ed230b58ef5137dee750 | 7f24e0f0ce5b29e295fd0b189f80f24369dbfb19 | refs/heads/master | 2020-06-18T00:10:38.389146 | 2019-07-10T01:44:41 | 2019-07-10T01:44:41 | 196,107,227 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,371 | sce | eng.sce | //JEFFERSON BEZERRA
clear
clf()
axis=gca()
axis.thickness = 3
//--------------------------------------
//DADOS DE ENTRADA
m = 10 //módulo
z = 25 //número de dentes
alfa = 13 //ângulo de pressão em graus
xc = 0.05 //correção
n = 250 // número de pontos
//--------------------------------------
alfa = alfa * (%pi/180)
... |
01b47ed41a187f524a9ace0c8e0b8bbadca70628 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/SI8.prev.tst | 61f5663cabc1463b40b60e341977fcdb97de2d1c | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,242 | tst | SI8.prev.tst | a^2 + b^2 - c^2; a - A11*m^2 - A12*m*n - A13*n^2; b - A21*m^2 - A22*m*n - A23*n^2; c - A31*m^2 - A32*m*n - A33*n^2
isolated Signature: /c.01
isolated variable: c with Coefficient 1
remaining RelationSet: a^2 + b^2 - c^2; a - A11*m^2 - A12*m*n - A13*n^2; b - A21*m^2 - A22*m*n - A23*n^2
substitute by Polynomial: - A... |
5978b16e40183fe58f6d83ae2ec0f3b4c4f24ae5 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/calpol/polfact.sci | 092b3192dcd28e46ef52bc6364d66be6e888667f | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 556 | sci | polfact.sci | function [f]=polfact(p)
// Minmal factors of p
// f=polfact(p)
//
// p : polynomila
// f : vector [f0 f1 ... fn] such that p=prod(f)
// - f0 constant
// - fi polynomial
//!
//
if size(p,'*')<>1 then error('polynomial argument required!'),end
if norm(imag(coeff(p)))<>0 then error('real case only!'),end
n=degre... |
d2e1e8d1d99f5b88da60c6dd46cd136727ffd4a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH10/EX10.13/ex10_13.sce | d5a3a017d36064c47080d08fb38e6e72dc5d6f1a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 695 | sce | ex10_13.sce | // Exa 10.13
clc;
clear;
close;
// Given data
Q = 1100;// in kW
m=1;// in kg
p1 = 15;// in bar
p1 = p1 * 10^5;// in Pa
p1 = p1 * 10^-3;// in kPa
p2 = 0.05 * 10^2;// in kPa
v1 = 0.16;// m^3 per kg
v2 = 26;// in m^3 per kg
V1 = 110;// in m per s
V2 = 120;// in m per s
u1 = 2935;// in kJ per kg
u2 = 1885;/... |
cbab475025ae6406887fd542c4f9f9f86ea5bcb6 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /tests/Hypergeometric/hygernd.tst | 21977d574a270380222d459d09ab03366b9ee044 | [] | no_license | papriwalprateek/distfun-scilab | 81b3edef0af1d1908e05472dfb15b0a55f61571d | 82fd34521d1e6ebb6513773264b54a0d48f5f3f9 | refs/heads/master | 2016-09-03T07:08:47.605240 | 2013-10-13T05:53:43 | 2013-10-13T05:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 881 | tst | hygernd.tst | // Copyright (C) 2012 - Prateek Papriwal
//
// 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_V2-... |
df6212c1e05f765de3be38395b0fb875d53ba508 | 9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84 | /tests/libs/hdf5/test-h5-wrappers-new/FORTRAN/H5T/testfiles/110/h5ex_t_regrefatt_F03.tst | b073e11f507f8778e25154890f92702af0363a71 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-hdf4"
] | permissive | openhpc/ohpc | 17515db5082429eb9f250f12bf242b994beb715f | 725a1f230434d0f08153ba1a5d0a7418574f8ae9 | refs/heads/3.x | 2023-08-19T02:15:14.682630 | 2023-08-18T19:33:51 | 2023-08-18T19:34:18 | 43,318,561 | 827 | 247 | Apache-2.0 | 2023-09-14T01:22:18 | 2015-09-28T18:20:29 | C | UTF-8 | Scilab | false | false | 54 | tst | h5ex_t_regrefatt_F03.tst | A1 [0]:
->/DS2: hdf5
A1 [1]:
->/DS2: Therowthedog
|
ee4999a507583fb7f5fb84ceb3b1341264c70791 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH16/EX16.22w/16_22w.sce | 4e6ce7781aa28dbedfe77902e0dc591308db30ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 680 | sce | 16_22w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.22w
//calculation of the speed of the car
//given data
nudash=440//frequency(in Hz) emitted by the wall
nudashdash=480//frequency(in Hz) heard by the car driver
v=330//speed(in m/s) of the sound in the air
//ca... |
49dd539e9e5c260d71671dd1434ab3f20ed6cd0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH4/EX4.12/Ex4_12.sce | 5dbc4df62db7b6f4f5633142e8f2b51a27dbd5e8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,023 | sce | Ex4_12.sce | //chapter-4 page 149 example 4.12
//==============================================================================
clc;
clear;
//For an air filled circular Waveguide in the dominant mode
D=4;//Inner diameter of an air filled circular Waveguide in cm
c=3*10^10;//Velocity of Light in cm/sec
//CALCULATION
disp... |
9c7722a41497d68b7fd521c715bd7dad60f894b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH6/EX6.50/Ex6_50.sce | fe99ba2f4f02d935fde5fddc80eedc9464e110b8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,222 | sce | Ex6_50.sce | clc;
v=400; // balanced supply voltage
i=10; // line current
f=50; // frequency of supply
m=3; // number of phases
pf=0.8; // lagging power factor
pfn=0.9; // improved power factor
disp('staor in star');
i=i*(pf-%i*sqrt(1-pf^2)); // complex form of line current
il=real(i)/pfn; // line current at improved powe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.