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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7b18f172bd60822198909bcfb717048399f9ba4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1727/CH4/EX4.3/4_3.sce | 333143466e830e030b7199d21566bc64ff9756d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | 4_3.sce | clc
//Initialization of variables
angle =45 //degrees
p1=150*10^3 //N/m^2
Q=0.5 //m^3/s
d1=60 //cm
d2=30 //cm
rho=1000 //kg/m^3
g=9.81 //m/s^2
//calculations
V1=Q/(%pi/4 *(d1/100)^2)
V2=V1*(d1/d2)^2
P2=rho*g*(p1/(rho*g) + V1^2 /(2*g) -V2^2 /(2*g))
Rx=p1*%pi/4*(d1/100)^2 - P2*%pi/4 *(d2/100)^2 *cosd(angle) ... |
0bf2f2e210d18bcb6eadd2842fdae37e19fc374b | e9d5f5cf984c905c31f197577d633705e835780a | /GED/nonlinear/scilab/nonlin_ammonia/functions_ammonia.sci | d310655f3eabd608b615666ee1128a45b874a366 | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 8,348 | sci | functions_ammonia.sci | // Data Reconciliation Benchmark Problems From Literature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
// aux functions to weighted least squares functions
function c = confun(x)
//flowsheet_residuals is it's own file
c = flowsheet_residuals(x,K_coef, ... |
957983af7d8a3b8ddebf33d099f2322d21934e5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH8/EX8.7/Chapter8_Example7.sce | dc420e833c3f56fdc5d7fd5ea16f6aa0bfd961f2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Chapter8_Example7.sce | clc
clear
//INPUT
y=1.4;//coefficent of exapnsion
p1=1;//standard pressure in atm
dv=50;//ratio of initial volume to final volume
t1=273;//standard temperature in K
//CALCULATIONS
p2=p1*dv;//final pressure when slowly compressed in atm
p3=p1*(dv)^(y);//final pressure when suddenly compressed in atm
t2=t1*... |
2b40bcb68fb4162617d41abc6045eedba2d91790 | 918e8207504f36c7eaf613b62c71e91ad3a33a8a | /2017/educrace_by_lulu/EducRace/DATA/Scenario/TableAllWin.sce | e9750141be7206874235393ad7c1106e5c2bbd23 | [] | no_license | lazarusccr/GraphicsContest | b1299eeb74449b8714f126deeb64dc02da285260 | 8dec398588970e958c7f08ab7be32af760acbbd6 | refs/heads/master | 2021-04-29T07:29:46.122593 | 2017-12-28T16:26:51 | 2017-12-28T16:26:51 | 77,950,829 | 4 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sce | TableAllWin.sce | Tint 255 255 255 255
TintAlphaChange 0 2 StartSlowEndFast
Wait 2
Label Here1
TintChange 255 255 255 255 0.5 Linear
Wait 1
TintChange 0 0 0 255 0.5 Linear
Wait 0.5
Goto Here1 |
8cee410dddabae08f8a2d278a6fd688ba1061561 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH19/EX19.01/19_01.sce | eed30b1e342aa788b71486dac8f61194cb346efc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,253 | sce | 19_01.sce | //pathname=get_absolute_file_path('19.01.sce')
//filename=pathname+filesep()+'19.01-data.sci'
//exec(filename)
//Specific heat of gases(in kJ/kg.K):
Cpg=1.13 //kJ/kg.K
Cpa=1.005 //kJ/kg.K
rg=1.33
ra=1.4
C=41.84*10^3 //kJ/kg of fuel
//Temperatures(in K):
T1=272
T3=1000
//Compression efficiency:
nc=0.84
p3=... |
a95796599947e4e878382eeb145b36665a592cc8 | a5de878687ee2e72db865481785dafbeda373e2a | /trunck/OpenPR-0.0.2/macros/kmeans_sci.sci | 623d430218ea7b47424daba7fe580288af8f3758 | [
"BSD-3-Clause"
] | permissive | Augertron/OpenPR | 8f43102fd5811d26301ef75e0a1f2b6ba9cbdb73 | e2b1ce89f020c1b25df8ac5d93f6a0014ed4f714 | refs/heads/master | 2020-05-15T09:31:08.385577 | 2011-03-21T02:51:40 | 2011-03-21T02:51:40 | 182,178,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,173 | sci | kmeans_sci.sci | //////////////////////////////////////////////////////////////////////////////
// Author: Jia Wu
// Version: 0.1
// Date: Dec. 2009
//
//
// Copyright (C) 2009 OpenPR
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that... |
98874b305aec6b6e25b4aa5a63bf8f2694d344ce | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/GOLD-TEST/sot.tst | 2dd2920aceafd0ecb90a4cc614983855bcd43a60 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,232 | tst | sot.tst | phomolo uzophomolo V;SG;3;PST
phomolo siyaphomolo V;PL;2;PRS
phomolo niphomolo V;SG;2;FUT
phomolo bayaphomolo V;SG;1;PST
phomolo uyaphomolo V;PL;1;PRS
phomolo uzophomolo V;PL;1;PST
phomolo bazophomolo V;PL;3;PST
phomolo ngiyaphomolo V;SG;1;PRS
phomolo uyaphomolo V;SG;3;PRS
phomolo ngizophomolo V;SG;2;PST
phomolo niyaph... |
171de8b6f8639651dffb81fbb4b2d79b1912935c | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH5/EX5.2/5_2.sce | 7304a2e5ed0ddd8853d24d37d12db05ff083ff69 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sce | 5_2.sce | pathname=get_absolute_file_path('5_2.sce')
filename=pathname+filesep()+'5_2data.sci'
exec(filename)
delB=(119*w*L^4)/(24576*EI);
delC=(5*w*L^4)/(384*EI);
printf("\ndelB: %f m",delB);
printf("\ndelC: %f m",delC); |
16fcf57e7f0a92fba019de3b863f81032d848edb | 7c129ce7f747d44e6c7cedea4c007088e87aa90c | /Programs/Autocorrelation.sce | 92f6c7f7693849a38ac1ff3c79e0053fe45c9890 | [] | no_license | KilariSandhya/Digital-Signal-Processing | 08d97a6d46ff46c533c7a2114c19883980c85e38 | bad9dab8f5e02a8f1638ce20351e9eba1a0a11d0 | refs/heads/master | 2022-11-18T03:23:47.628061 | 2020-07-20T07:46:02 | 2020-07-20T08:00:23 | 281,047,630 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | Autocorrelation.sce | clc;clear;close;
wavread("ibat.wav","size")
[y,Fs,bits]=wavread("ibat.wav");
figure;
//plot(y(1,:));
xtitle('Vowel a');
xlabel('bits');
ylabel('recorded signal');
y=wavread("ibat.wav")
plot(y(1,:));
yconj=conj(y);
l=length(y);
N=2*l-1;
y=[y zeros(1,N-l)];
yconj=[yconj zeros(1,N-l)];
for lag=1:N;
R(lag)=0;
for i... |
c4dbdc50ffc88af00231bffaaa7c7c6c5098ebe2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1586/CH10/EX10.10/EXP10_10.sce | 3b5e58546484b3580161945cf1f4a2c4ea7b8cc3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 571 | sce | EXP10_10.sce | clc;funcprot(0);//EXAMPLE 10.10
// Initialisation of Variables
Ma=10;.........//Mass of alloy to be produced in Kg
%Ni=35;........//Percentage of Nickel in Cu-35% Ni
Wn=3.5;.......//total nickel in the 35% alloy being produced
%Cu=20;.......// Percentage of Copper in Cu-35% Ni
//CALCULATIONS
Mn=Ma*(%Ni/100);....... |
8ec2698dfaed75ed032239026b8e7d0cf3147e37 | 8ea401b354e99fe129b2961e8ee6f780dedb12bd | /macros/xs.sci | d2c61e348f167765bd282d3b904d2d5d92675f5a | [
"BSD-2-Clause"
] | permissive | adityadhinavahi/SciPandas | 91340ca30e7b4a0d76102a6622c97733a28923eb | b78b7571652acf527f877d9f1ce18115f327fa18 | refs/heads/master | 2022-12-20T04:04:35.984747 | 2020-08-19T16:10:51 | 2020-08-19T16:10:51 | 288,765,541 | 0 | 1 | null | 2020-08-19T15:35:04 | 2020-08-19T15:14:46 | Python | UTF-8 | Scilab | false | false | 671 | sci | xs.sci | function xs()
// Return cross-section from the Series/DataFrame.
//
// Syntax
// dfr.xs(input_string)
//
// Parameters
// input_string : String containing the multiindex label to access the data.
// For additional information on parameters, see https://pandas.pydata.org/docs/reference/ap... |
46297a3cad32ffac5fc5a5f4bc77e5c551bb19f9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH16/EX16.4/Ex16_4.sce | 1300fdd492361bada883751ab8b5e03994310fec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 350 | sce | Ex16_4.sce | //Example 16.4
m=900;//Mass of the car and load (kg)
k=6.53*10^4;//Force constant (N/m)
f=1/(2*%pi)*sqrt(k/m);//Frequency (Hz)
printf('Frequency of oscillation = %0.2f Hz',f)
T=1/f;//Time period (s)
printf('\nTime period of oscillation = %0.3f s',T)
//Openstax - College Physics
//Download for free at http://cnx... |
7312d90067cf001e6fe8dd5690ec95086a6908f8 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects - Kopie/SCHI/YE70NQR/ATWM1_Working_Memory_MRI_YE70NQR/ATWM1_Working_Memory_MRI_Nonsalient_Cued_Run1.sce | c6b9a331bb5ba6c81e376636d1a1a002ace70356 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 12,492 | sce | ATWM1_Working_Memory_MRI_Nonsalient_Cued_Run1.sce | # ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_cued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds =... |
86bcf72422fe45bb6bc2fafeb6b818fd146ac140 | f0f1b6e39dc4e4ab53472ba68e36550537f95470 | /test/testcases/directed/log2f.tst | c77be3e561a7251524b9faef79e1ceb78c5dd689 | [
"Apache-2.0"
] | permissive | miRackModular/optimized-routines | 1cfa167ba8b830478fda27329c47794250e202e9 | 2f9e5ce5bbaaf3bf025dc17d123388a12d8ba6b9 | refs/heads/master | 2020-03-16T17:38:17.640927 | 2018-05-10T03:02:21 | 2018-05-10T03:02:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,866 | tst | log2f.tst | ; log2f.tst - Directed test cases for log2f
;
; Copyright (C) 2017, ARM Limited, All Rights Reserved
; SPDX-License-Identifier: Apache-2.0
;
; Licensed under the Apache License, Version 2.0 (the "License"); you may
; not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; ... |
fc741ae2062b3080fbef9ccc188606a5fbf756b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /557/CH9/EX9.6/6.sce | ece710dd15b042e3edc4b30a06784ef75127c118 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | 6.sce | funcprot(0);clc; //Example 9.6
//Initializing the variables
Qa = 2;
Na = 1400;
rhoA = 0.92;
rhoS = 1.3;
DaByDs = 1;
dPa = 200;
//Calculations
Ns = Na*(rhoA/rhoS)*(DaByDs);
Qs = Qa*(Ns/Na);
dPs = dPa *(rhoS/rhoA)*(Ns/Na)^2*(1/DaByDs)^2;
disp(dPs,"Pressure rise(N/m2 ) :",Qs, "Flow rate (m3/s):",Ns,"Fa... |
472e2c7fdbf12c204ecf37310f48858b2bf94a4e | e806e966b06a53388fb300d89534354b222c2cad | /macros/roifill.sci | b69288a56a57feed8d0f37b3c32a961c981872a2 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sci | roifill.sci | function new_image = roifill(image, mask_orig, varargin)
[ lhs, rhs ] = argn(0)
if rhs < 2 then
error(msprintf("Too less input arguments"))
elseif rhs > 3 then
error(msprintf("Too many input arguments"))
end
image_list = mattolist(image)
select rhs
case 2
out = opencv_roifill(image_list, mask... |
db257fa716bd8920b551d2675a403efb972cd1ce | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH17/EX17.5/Ex17_5.sce | a5b9c17389c90217b5eca8b3630cbd924b091a07 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,156 | sce | Ex17_5.sce | clc;clear;
//Example 17.5
//given data
Vi=150;
Ti=600+273;
Pi=1;
At=50/10000;//converted into m^2
//from Table A-2a
R=0.287;//in kJ/kg-K
cp=1.005;//in kJ/kg-K
k=1.4;
//calculations
Toi=Ti+Vi^2/(2*cp*1000);//factor of 1000 to convert kJ to J
Poi=Pi*(Toi/Ti)^(k/(k-1));
//flow is isentropic
//stagnat... |
bbb7f05fcb7ce0536ba772de698dc4f8e5875439 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH4/EX4.4/Exa4_4.sce | f2dfe68832dd54cfbebf426df3ba7d58c6db64f9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 327 | sce | Exa4_4.sce | //Exa 4.4
clc;
clear;
close;
//Given Data :
format('v',6);
Cs=1/3;//in uF
Cc=(0.6-Cs)/2;//in uF
//Part (a) :
C1=(3/2)*Cc+(1/2)*Cs;//in uF(between any two conductor)
disp(C1,"Capacitance between any two conductor(in uF) :");
//Part (b) :
C2=2*Cc+2*Cs/3
disp(C2,"Capacitance between any shorted onductors(in u... |
137943050340a3377edc67b49db8d1e01832f921 | 3953ee8faa83677c4470242adc45315acd353eff | /examples/nav/nav30P_s3camr.tst | 0312a10c7f62645cfe32828c497d68f294055ddf | [
"BSD-2-Clause"
] | permissive | zutshi/S3CAMR | 83be6ba820207273e6f4b81c55d737b48b097e2a | e7a354137729fcc1f87e647efc8d91e5cd40c83d | refs/heads/master | 2021-05-04T11:52:09.707263 | 2019-06-25T00:37:11 | 2019-06-25T00:37:11 | 51,499,986 | 4 | 0 | null | 2016-03-29T22:01:38 | 2016-02-11T07:22:38 | Python | UTF-8 | Scilab | false | false | 1,479 | tst | nav30P_s3camr.tst | # REFERENCE:
# EMSOFT paper
inf = float('inf')
plant_pvt_init_data = None
# Property
initial_set = [[4.0, 21.0, -1.0, -1.0],
[5.0, 22.0, 1.0, 1.0]]
ROI = [[-1, -1, -5,-5],
[26, 26, 5, 5]]
P = [[6., 7., -inf, -inf],
[7., 8., inf, inf]]
error_set = P
T = 20.0
# Working set for P, Q
# ... |
06e469002984aea0e7eaac2fd6fafd3635dd0043 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1238/CH1/EX1.29/29.sce | 15a031f46aa18838fa9a22d3dd2a1ec4f1fe6818 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 29.sce | //locating error in hamming code and correcting it//
//example 29//
clc
//clears the command window//
clear
//clears//
a=1111001
b=0;c=0;d=0;e=0;
for i=1:7
x(8-i)=modulo(a,10)
a=a/10
a=floor(a)
end
//checking even parity at positions 4,5,6,7//
for i=4:7
if (x(i)==1) then
b=b+... |
f387ccec6232226e0f521c2775c117d0c91586ce | de4a05983c71acce126215edc1ef3dc68303d939 | /hold/bug1.tst | fffa35bd10d6460bc6336576d6474a59a8e07b62 | [] | no_license | TYMCOM-X/169283.tape | 31a10122e6ac6394a8aa4f6ae215cfb48a4e8552 | f58dedd26328b5c0ba3fd2a76f722194df41d933 | refs/heads/master | 2023-03-27T17:37:41.524138 | 2021-03-21T16:14:00 | 2021-03-21T16:14:00 | 345,965,863 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 800 | tst | bug1.tst | ABCDE 1
ABCDE 2
ABCDE 3
ABCDE 4
ABCDE 5
ABCDE 6
ABCDE 7
ABCDE 8
ABCDE 9
ABCDE 10
ABCDE 11
ABCDE 12
ABCDE 13
ABCDE 14
ABCDE 15
ABCDE 16
ABCDE 17
ABCDE 18
ABCDE 19
ABCDE 20
... |
8f7e010f3b5f81dcb003489c4ba557ca5df9ea5f | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH11/EX11.15/example11_15.sce | 40b1e1728bfcbee2a5addfd9dee352dae7d393c0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 644 | sce | example11_15.sce | //Chapter 11
//Example 11_15
//Page 285
clear;clc;
d_in=2;
d1=3.1;
d2=4.2;
d_out=5.3;
v=66;
vp=v*sqrt(2/3);
g1_max=1/(d_in/2)/log(d1/d_in);
g2_max=1/(d1/2)/log(d2/d1);
g3_max=1/(d2/2)/log(d_out/d2);
v2=g1_max/g2_max;
v3=g1_max/g3_max;
vd=1+v2+v3;
va1=vp/vd;
va2=v2*va1;
vf=vp-va1;
vs=vp-va1-va2;
printf("g1_max =... |
a16cb96648a97571c56f0f51f158c0585ff633fd | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH10/EX10.6/10_6.sce | 41f4124517ba1246f5f9919d8a673df5cf71d1ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 645 | sce | 10_6.sce | P0 = 1000;
T0 = 3;
V0 = 0.001;
R = 287;
n = (P0*V0)/(R*T0); // Number of moles
// Process ab
Wab = 0;
cv = (3/2)*R;
Ta = T0; Tb = 300;
Qab = n*cv*(Tb-Ta);
Ua = 0; // Given internal energy
Ub = Qab+Ua;
Uab = Ub-Ua;
// Process bc
Qbc = 0; Uc = 0; Ubc = Uc-Ub;
Wbc = -Ubc;
// Process ca
Tc = Ta;
g = 5/3; // gamma
Vcb = (T... |
4ee44d3294063e85ba3bf104ccfcf4b994ce08ae | 449d555969bfd7befe906877abab098c6e63a0e8 | /2330/CH16/EX16.3/ex16_3.sce | b64572faf6a0a67da24acc347a7de0c259642859 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | ex16_3.sce | // Example 16.3
format('v',6)
clc;
clear;
close;
// given data
A=100000;
R1= 100*10^3;// in Ω
R2= 100;// in Ω
r_in= 2*10^6;// in Ω
r_out= 75;// in Ω
B= R2/(R1+R2);// unit less
// The closed loop input impedence
r_in_CL= (1+A*B)*r_in;// in Ω
// The closed loop output impedence
r_out_CL= r_out/(1+A*B);//... |
f305a64ddedc9445d974b4f5b05f2729872e715a | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.10_7.tst | 311b2f1a09d569dd70da090a832d1f009f40476d | [] | 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 | 264,837 | tst | 5.10_7.tst | 10 1415:1 2335:1 2488:1 2532:1 5252:1 5442:1 6088:17 7036:1 7106:1 7548:1 7628:1 7656:1 8446:1 9887:1 10140:1 10308:1 11958:1 11991:1 12538:1 12637:1 13384:1 13604:1 13960:1 16595:1 16713:1 17197:1 18814:1 19789:1 19884:1 19974:1 20717:1 20755:1 21204:1 22209:1 22699:1
10 12:1 1415:1 1494:1 1735:1 2335:1 2488:1 2532:2 ... |
7b291f324bfcac89516c1f75677c95407902c3e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3683/CH9/EX9.4/Ex9_4.sce | 4c5703818c54fc70d35fdb5f592ab2d8604d0a30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,479 | sce | Ex9_4.sce | l=10//span, in m
sigma_cbc=5//in MPa
sigma_st=140//in MPa
fy=250//in MPa
m=18.66//modular ratio
Df=100//slab thickness, in mm
D=l*10^3/12//in mm
D=850//approximately, in mm
d=D-100//cover=100 mm
bw=300//in mm
bf=l*10^3/6+bw+6*Df//>2500 mm c/c distance of beams
bf=2500//in mm
W1=(bw/10^3)*(d-Df)/10^3*25//in... |
e2b55c7ebe8cef34f0df3b1571e0cf0280324248 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH10/EX10.1/1.sce | 1ecac4b1d971a53329fc5d144d6af5d7186b2982 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 577 | sce | 1.sce | clc
clear
//INPUT DATA
ec=4*10^-4//electrical conductivity of intrinsic silicon at room temperature in ohm^-1 m^-1
me=0.14//The electron mobility in m^2 V^-1 s^-1
mh=0.04//The hole mobility in m^2 V^-1 s^-1
e=1.6*10^-19//charge of electron in coulombs
//CALCULATION
ni=(ec/(e*(me+mh)))/10^16//The intrinsic car... |
ccddeb2486579cca8aa8607b97e60fe40c02a86e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2777/CH6/EX6.10/Ex6_10.sce | d8e74d0c0f26910be6afc404696b212bcd81f89a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,989 | sce | Ex6_10.sce |
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 6 : SYNCHRONOUS MACHINES
// EXAMPLE : 6.10
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
m = 3; // Total Number of Phase in Alternator... |
b2cb176ffe8a31243263018a32bd3a8bfa93746a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH3/EX3.5/Ex3_5.sce | 818c0ff11ee7b201e45634f3408b259a2c677d70 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 546 | sce | Ex3_5.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 3 Semiconductor Diodes and Miscellaneous Devices Pg no. 90 and 91
clear;
clc;
//Given Data
//Taken as in Example 3.4
esp=50;//Input signal voltage magnitude in volts peak
esf=314/(2*%pi);//Input signal frequncy in hertz
Vr_to_Vdc=6/100;//Ratio of peak to peak ri... |
6255e7e3c6ae571c2fb4aa1bb44dfe0abc1a2b39 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/GOLD-TEST/swe.tst | 6b8a797c11d8e37b6d85b453601074f5fe1f0fc4 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 540,821 | tst | swe.tst | like likar N;NOM;INDF;PL
offra offra V;NFIN;ACT
posta posta V;NFIN;ACT
krater kratern N;NOM;DEF;SG
subtil subtila ADJ;DEF
köksö köksös N;GEN;INDF;SG
städa städas V;NFIN;PASS
lagra lagrat V.CVB;ACT
kongruens kongruensers N;GEN;INDF;PL
friktion friktionen N;NOM;DEF;SG
konselj konseljerna N;NOM;DEF;PL
undgå undgående V.PT... |
3099e7244a3cf69543c53e7f60e0411986952bbc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2915/CH2/EX2.2/Ex2_2.sce | 202d0708d4d959c52d12cd3edd9ca374a9783f6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 673 | sce | Ex2_2.sce | //Example 2.2
//To solve the triangle when 2 sides and one opposite angle is given
clc,clear
a=18 //side oposite to vertex A
A=25 //angle at vertex A
b=30 //side opposite to vertex B
sin_B=(b/a)*sind(A) //law of sines
//case 1
B=asind(sin_B) //law of sines
C=180-(A+B)
c=a*sind(C)/sind(A) //law of sine... |
9b4021e3baf400cbd783485c5ceaaed70da75b19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH18/EX18.2/Ex18_2.sce | fbc37384111fed534d6b93553fab9e3b3dc0ef61 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 804 | sce | Ex18_2.sce |
i=linspace(0,3.5,8)
V=[0 60 120 138 145 149 151 152]
plot2d(i,V)
xtitle("Magnetization curve for example 18.2","Field Current","Generated emf")
//refer Fig. 18.5 in the textbook
Rsh=60//shunt field resistance
//line OA is field resistance line
Voc=149//voltage corresponding to point A
mprintf("Open circuit ... |
f9220fdd672d9bd2aa50fb620481dcf50e7e7e54 | b9c6de66a61d6f9a57edaa44baf92266ccbab3db | /tests/poisson/poissstat.tst | 9095a8a847e70e01ca015cf5a3e52aca9a48cf82 | [] | 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 | 823 | tst | poissstat.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_CeCI... |
4a52ac96172a16e851d03240bd559a7efb0cd060 | 190d7a52f0fed9737c92e627958e4c1b6c7ddb55 | /Robotics/Scilab Code/CreateMaps.sce | 2154a1eb884592d9a1c6d97c223ca481ebe90e98 | [] | no_license | Jsw-4111/SchoolWork | 3389c9179d088b26c98a3410180dc3f2569bfdf3 | a9a6e345fc30bfa79a7e2bb4848655cb301facee | refs/heads/master | 2023-04-12T01:11:02.216417 | 2021-04-25T21:21:06 | 2021-04-25T21:21:06 | 300,689,960 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,029 | sce | CreateMaps.sce | //This is just for the instructor
//Create occupancy maps
clear all
OccupancyMap = zeros(100, 100);
//Walls
OccupancyMap(1,:) = 1;
OccupancyMap(end,:) = 1;
OccupancyMap(:,1) = 1;
OccupancyMap(:,end) = 1;
//Obstacles v1
// OccupancyMap(30, 1:70) = 1;
// OccupancyMap(70, 1:35) = 1;
// OccupancyMap(70, 65:end) = 1;
Occupa... |
c4461151236ca0a33882b3cccada2c7c63a7671d | 4ce7e3abde40afbac45b42e735d8099cbfefb1ea | /temperature_critique_naive.sce | 0dc4611742ed4cb7ead2ded7b236612c1c114ebf | [] | no_license | rakotoshmu/Ising | 48319a622d98840dd47cfa515bb8a3f0d3a98a4a | 8d22ec05aab9843af88212151525913dd223a339 | refs/heads/master | 2021-05-14T07:30:58.728852 | 2018-01-13T13:59:50 | 2018-01-13T13:59:50 | 116,267,113 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 388 | sce | temperature_critique_naive.sce | /*Température critique :
T_c théorique ~ 2.269*/
N = 4;
T = linspace(0.01,5);
n = length(T);
tic();
U = ising_energy_std(N);
t = toc();
printf("Énergie calculée en "+string(t)+"s\n");
p = zeros(T);
for k = 1:n
temp = exp(-U/T(k));
p(k) = temp(length(U))/sum(temp);
end
scf(1); clf(1);
plot(T,p);
title("Probab... |
7801ee1c8d29c2a34a4a27b31debcf8a4816bd69 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3/macros/xdess/evans.sci | 7040c0cbd4e616d2ec5887aa3ee358fe261f086a | [
"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 | 4,401 | sci | evans.sci | function []=evans(n,d,kmax)
//seuil maxi et mini (relatifs) de discretisation
// en espace
smax=0.01;smin=smax/3;
nptmax=500 //nbre maxi de pt de discretisation en k
//
//analyse de la liste d'appel
[lhs,rhs]=argn(0)
if rhs<=0 then //demo
s_mat=['xbasc();n=real(poly([0.1-%i 0.1+%i,-10],''s''));';
' d=real(poly([-1... |
046c549e093a95fc95fd8a0b454f452203fc0062 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/FS03.prev.tst | f2116e11492ba10ba155dea9317babf4d9663c5d | [
"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,160 | tst | FS03.prev.tst | start with [19,-3,-10,-18]
[41,-6,-32,-33] <= [19,-3,-18,-10] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64
[145,-12,-81,-136] <= [41,-6,-33,-32] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64
[761,-24,-249,-752] <= [145,-12,-81,-136] by [[5,4,4,-3],[0,2,0,0],[3,-4,4,3],[-4,-4,-4,4]],det=64
[49... |
5d3df09971d13e961f57f48821e9f2829a184f74 | 717ddeb7e700373742c617a95e25a2376565112c | /1766/CH2/EX2.17/EX2_17.sce | 66544d7d9c001c6870c5b6c5ff355fd0dd65380e | [] | 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,061 | sce | EX2_17.sce | clc;funcprot(0);//Example 2.17
//Initilisation of Variables
d1=0.04;....//inner diameter of hallow sphere in m
d2=0.12;....//outer diameter of hallow sphere in m
T1=383;....//inner surface temparature of hallow sphere in K
T2=323;....//outer surface temparature of hallow sphere in K
d=0.08;.......//diameter of h... |
fe24fb706f76e0d485d5d3f31d74b5329a65d6d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH9/EX9.4/Example9_4.sce | a8db4e84d0f56ae789501bcfacf6e974bab4a101 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 268 | sce | Example9_4.sce | exec("degree_rad.sci",-1)
//Given that
m = 2.0 //in kg
v1 = [0, -0.50]
v2 = [0.40, 0]
//Sample Problem 9-4
printf("**Sample Problem 9-4**\n")
deltaP = m* (v2 - v1)
printf("The change in mometum vactor in kg.m/sec is %1.1fi + %1.1fj", deltaP(1), deltaP(2)) |
2b006e01f2f7731db16033731a401bcc9c6623c4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /479/CH7/EX7.4/Example_7_4.sce | cbdffd2bfc7fc24110bbfcc8d36c4bbe5bb97f31 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 210 | sce | Example_7_4.sce | //Chemical Engineering Thermodynamics
//Chapter 7
//Ideal Gases
//Example 7.4
clear;
clc;
//Given
//The given example is a theoretical problem and it does not involve any numerical computation
//end |
7fecf3cb0bc8c5fc976e33a79965c6fd67383c92 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH4/EX4.8/Example4_8.sce | 06247e5d787bfb8cc04906ad671db14a75fadb24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 834 | sce | Example4_8.sce | exec("degree_rad.sci",-1)
//Given that
gr_height = 3 //in m
theta = dtor(53)
g = -9.8 //in m/s^2
v0 = 26.5 //in m/s
tower_height = 18 //in m
//Sample Problem 4-8a
printf("**Sample Problem 4-8a**\n")
x = poly(0,'x')
y = x * tan(theta) + g * x * x /(2* v0^2) * sec(theta)^2
y_tower1 = horner(y,23)
... |
ce5c8ff65362730089d1d7fee8f24137234bc3da | 449d555969bfd7befe906877abab098c6e63a0e8 | /569/CH9/EX9.18/9_18.sci | e61b361e05dbbb8fac6c33f55fd98cd92f13bfee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 177 | sci | 9_18.sci | // calculate the output voltage of bridge
clc;
dP=(7000*10^3)-(100*10^3);
b=25*10^-12;
R1=100;
dR=R1*b*dP;
ei=5;
deo=dR*ei/(4*R1)
disp(deo,'output voltage of bridge(V)') |
e3ad4a56b992e0dfc8c48ce139b8fe048ae4ad2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH1/EX1.8/1Ex8.sce | 63a239fbb45b61e6c2275b25002179d234d61dad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 112 | sce | 1Ex8.sce | //chapter 1 Ex 8
clc;
clear;
close;
//let value to be found is x
x=475*475+125*125;
mprintf("x=%.0f",x);
|
5c0ef68ca8eec6d67a5e41e9a114ddf0e90c50e5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH4/EX4.2/ex4_2.sce | 871c0b01508c2017af56010c3f90e0935636220b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | ex4_2.sce | // Exa 4.2
clc;
clear;
close;
format('v',6)
// Given data
R = 100;// in ohm
i= '3*cos(omega*t)';// in A
A= R*3^2;// assumed
disp("Instantaneous power taken by resistor in watts is : ")
disp(string(A/2)+" (1+cos(2*omega*t))")
P= R*3^2/2*(1+cos(%pi/2));// in watts
disp(P,"The average power in watts is : ")
|
cc58df6cabe05b93d1a09663187f604149c795c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH4/EX4.46/Ex4_46.sce | e575169f3d25d4102cd89cd48ac99d68802cc5da | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | Ex4_46.sce | clc
//Variable Initialisation
Ea=230//Input Voltage of motor in volts
d1=0.8//Duty Ratio
d2=0.75//Duty Ratio
Ia1=80//Armature Current in Ampere
Ra=0.25//Armature resistance in ohm
N2=750//Rated Speed of Motor in rpm
N3=600//Rated Speed of Motor in rpm
Ia2=70
Eb2=210//Average Value of Back EMF
//Solution
E01... |
cc15cba4778fac04a088333dab8b8db5b764ffbb | ae93195359a88a9bae276a4b7a0e5313de6d4959 | /varix-calc-params.sce | 7c0b7e4c11545f76ad6a2e16f25d9a29d314a207 | [] | no_license | NonPlayerCtrl/research-varivolt | 99489ed36ff16ec84bb4b9fa07aaace2148d45a3 | b0d26dcb51b50a607fe4833620cdfa0ddd3bf822 | refs/heads/master | 2022-03-26T02:44:52.113923 | 2019-12-10T09:54:18 | 2019-12-10T09:54:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,972 | sce | varix-calc-params.sce | // Copyright (C) 2018 - Mykhayl Puzanov
//
// Date of creation: 24.04.2018
//
// This is Scilab script.
// See https://www.scilab.org/download
//
// The script calculates the parameters for
// the state-space controller and Kalman filter.
// The reason why the SS-controller with KF has been used is
// demand to very a... |
4176ce73a4356167b0164145e05d8dcc2048daac | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH9/EX9.7/69ex1.sce | 083e8051febc62049d5b3692a1252defa85abb8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sce | 69ex1.sce |
//find x which satisfies 3*x+2>8 & 5*x-3<27
clear;
clc;
close;
x=poly(0,'x');
for x=1:100
if(3*x+2>8)
mprintf("x>%i\n\nand",x)//solving the first we get
break
end
end
x=1;
while(5*x-3<27) //on solving the second we get
x=x+1;
continue
end
mprintf("x<%i \n",x);
x=string(0:... |
2b89439384dac211b5496127537e2fcd1e74bf75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1913/CH6/EX6.10/ex10.sce | c44c3d5dc3f13a3aaac7ed56834a24b18d9da38b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 814 | sce | ex10.sce | clc
clear
//Input data
T1=7;//Inside temperature of refrigerator in degree centigrade
T0=28;//Temperature in the kitchen in degree centigrade
K1=40;//Thermal conductivity of mild steel in W/mC
x1=0.03;//Thickness of mild sheets in m
K3=40;//Thermal conductivity of the mild steel in W/mC
x3=0.03;//Thickness of ... |
cd893cdd52b0a4a4e4ca6b8f8f5cb39880f458cf | dff0f5c18b74e5bc603f1fe5ce3aee35b79a3071 | /ehrenfest.sce | dcd2760ccf3a7e792c0d82530b7872722b31d976 | [] | no_license | ece2lr/tp5 | 234e0a062a84cc3fdf7f9aa35ce7ee4b401c66e1 | c61783c954f1414207875882017aa84435ad834e | refs/heads/master | 2021-08-08T13:33:13.072812 | 2017-11-10T12:17:14 | 2017-11-10T12:17:14 | 110,243,356 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,010 | sce | ehrenfest.sce | funcprot(0) // évite l'avertissement réécrire fonction
//function nouveau=suivant(actuel)
// alea = grand(1,1,"uin",1,4)
// if (alea>actuel)
// nouveau=actuel+1
// else
// nouveau=actuel-1
// end
//endfunction
function nouveau=suivant(actuel)
[Nech,_]=size(actuel)
alea = grand(Nech,1,"uin",1,n)
nouvea... |
08f1254d7ffaa957b0109801634ab1cdca0cdfab | 49c332fb095450edccbd7e42e057fa0b57157045 | /test/FM05.prev.tst | ad97b4c042cb9bb79cfee6d6c9092c7e5a81c49a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/numword | 836edd4693d90ede0f37ebcad01f8202362f3c74 | 9fbef644f2142ed7db9b4fa696b5a2388181f7b9 | refs/heads/master | 2022-02-04T19:09:38.860895 | 2022-01-28T14:43:02 | 2022-01-28T14:43:02 | 5,777,703 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 74 | tst | FM05.prev.tst | 1 Montag
2 Dienstag
3 Mittwoch
4 Donnerstag
5 Freitag
6 Samstag
7 Sonntag
|
15f4d31ba5ac7ac95f7841334629d49e86dde9ee | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/latcfilt/latcfilt17.sce | 95fd44eb22664908ffed598b468cd341719293c3 | [] | 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 | 512 | sce | latcfilt17.sce | //i/p arg k is negative
k=[-0.2 -0.3 -0.4 -1];
x=[1 2 3 4 5 6 7]
[f,g] = latcfilt(k,x);
disp(f);
disp(g);
//output
// !--error 10000
//dimension mis-match between k and v
//at line 46 of function latcfilt called by :
//[f,g] = latcfilt(k,x);
//matlab
// Columns 1 through 6
//
// 1.0000 2.3800 3.7600 ... |
0f82f006307059d135e56e3cd83feb27ef4e069a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2321/CH6/EX6.6.2/EX6_6_2.sce | f80b29538bda9748453629725883516f0aa1ea64 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,184 | sce | EX6_6_2.sce | //Example 6.6.2
clc;
clear;
close;
n=4;//(No. of elements)
//d=lambda/2;(Spacing)
dBYlambda=1/2;//(Spacing/wavelength)
alfa=0;//degree(angle)
N=1;//(For first null)
disp("Part (i)");
theta01=[acosd(+N/2) acosd(-N/2)];//degree(Angle)
N=2;//(For second null)
theta02=[acosd(+N/2) acosd(-N/2)];//degree(angle)
... |
25e8a82ea05f578f6b09d08edfeb9d86bfdda237 | 3bbb143919dc13b04e7eb3e3a72a26d0ed8bb0f6 | /n-corpsOdeKO.sce | 3c63bc5801299d3e8c27984639a18e6c6dab8dfd | [] | no_license | moueza/multi-body-system-scicos-scilab | c4dbd0bef67f9eb24d59bd12933c5a40150a9d81 | 0a87575863ff4d0bcd825df70b48a716df29bd58 | refs/heads/master | 2022-08-29T20:03:45.042873 | 2022-07-17T16:00:47 | 2022-07-17T16:00:47 | 186,108,145 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,025 | sce | n-corpsOdeKO.sce | //https://github.com/moueza/isbn-9-782729-879488-la-physique-avec-MAPLE p17
Gms=1
Gmt=.5
Xs=0
Ys=0
Xt=1
Yt=0
//start Maple
//x0=2;y0=0;vx0=0;vy0=.25
//ds=sqrt((x-Xs)^2+(y-Ys)^2)
//ds=sqrt((y(1)-Xs)^2+(y(3)-Ys)^2)
//deff https://github.com/moueza/isbn-2-287-59731-X-introduction-a-Scilab p166
deff("yyy=ds","yyy=sqrt((y... |
ce9191f0fce2245295f3d6bdcdee3815201bce97 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH9/EX9.50/Ex9_50.sce | 3f1e4c888ec375992cf2a23b55738abcdb2bf0b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 514 | sce | Ex9_50.sce | //Caption: entropy ,information rate
//Example 9.50
//Pge no 441
//Find entropy ,information rate
//If there are 16 outcomes per second
clear;
clc;
P1=1/2;
P2=1/4;
P3=1/8
P4=1/16;
P5=1/32;
P6=1/32;
r=16;//message rate
H=P1*log2(1/P1)+P2*log2(1/P2)+P3*log2(1/P3)+P4*log2(1/P4)+P5*log2(1/P5)+P6*log2(1/P6... |
32d9a7d20591c840239dd226cd81e3ac8990af98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH1/EX1.7.1/Example1_7_1.sce | d6d4a12948aafe38383417d0e836c8936510acb7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 435 | sce | Example1_7_1.sce | // Example 1.7.1 page 1.14
//To calculate the angel of refraction if the angle of incidence is 30
clc;
clear;
n1= 1.5; // for glass
n2= 1.33; // for water
phi1= (%pi/6); // phi1 is the angel of incidence
// According to Snell's law...
// n1*sin(phi1)= n2*sin(phi2);
sinphi2= (n1/n2)*sin(phi1); // ph... |
5d7f4e4e3ebdfd3ebd16cc1623bf5a687f53d1a3 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/percent/%r_r_p.sci | 1c8daf7ebbd0c3e790fc6480fd1e748b302101cb | [
"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 | 168 | sci | %r_r_p.sci | function f=%r_r_p(f1,p2)
//
//!
// Copyright INRIA
if prod(size(p2)) <>1 then f=f1*invr(p2),return,end
[n1,p2]=simp(f1('num'),p2*f1('den'))
f=rlist(n1,p2,f1('dt'))
|
fd807e330b75cf5b3fb3b78de7ec66535067bc51 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/percent/%sisp.sci | 0cbdb36de464f37253123921005bfbe27bb3c9d2 | [
"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 | 290 | sci | %sisp.sci | function a=%sisp(i,j,b,a)
// %spis(i,j,b,a) insert full matrix b into sparse matrix a for some special cases
// a(i,j)=b
//!
[lhs,rhs]=argn(0)
if rhs==3 then
a=b;
b=j;
[m,n]=size(a)
a=a(:)
a(i)=b
end
[ij,v]=spget(a)
j=int(ij(:,1)/m)+1
i=ij(:,1)-m*(j-1)
a=sparse([i j],v,[m,n])
|
46dc51e3f556c4da44990da6c3d590977aa0bc6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH3/EX3.7/Ch03Ex7.sce | 4786ae59a67e55831d8e51492ee724498938d579 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 590 | sce | Ch03Ex7.sce | // Scilab code Ex3.7: Pg 86 (2008)
clc; clear;
C = 4.7e-08; //Capacitance, F
A = 4e-04; // Cross-sectional area of plates, m^2
d = 1e-04; // Thickness of dielectric, m
Epsilon_0 = 8.854e-12; // Permittivity of Free Space
// Since absolute permittivit... |
c44938eaa016f3b998a718b202b024ad0472adcd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1067/CH20/EX20.24/20_24.sce | 37112e7e76bb7548ff14ff332feef0c308061de6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 132 | sce | 20_24.sce | clear;
clc;
s=1;
xt=5;
m=s/xt*100;
n=2*s/xt*100;
mprintf("fault level on lt side=%dMVA\n fault level on HT side=%dMVA",m,n);
|
1533ca9c0d8160930ecae1d518615561b7d47699 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1217/CH5/EX5.17/Exa5_17.sce | 0815a6347d4c205b13d11fb01cb185f452bac76d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | Exa5_17.sce | // Exa 5.17
clc;
clear;
close;
// given data
fo=1;// in KHz
// choose C=.01 uF
C=.01;// in uF
R=1/(2*%pi*fo*1000*C*10^-6);// in ohm
// choosing R1=10 Kohm
R1=10;// in Kohm
RF=2*R1;//in Kohm
disp("Hence desired components values are :");
disp(C,"Value of C in uF is ; ");
disp(R/1000,"Value of R in Kohm is... |
4ae141fbdbd6910a94de889e2e2bf01fdaf70ab0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH9/EX9.8/Ex9_8.sce | b5022b47f4b980bdab5c1bcf646fd5c3db9733a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 500 | sce | Ex9_8.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex9_8.sce.
clc;
clear;
VI1=10e6;
phi1=acosd(0.75);
phip=acosd(0.9);
phic=90-asind(7/100); //given loss is 7% of KVA output
KVAc=VI1*(((sind(phi1)*cosd(... |
7428ebb709bc7ac0380027b9dff0bc8d905e1a3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH10/EX10.1.b/solution10_1.sce | 50e97d4287becffa99622fc516c558e496b39cc5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,534 | sce | solution10_1.sce |
//Obtain path of solution file
path = get_absolute_file_path('solution10_1.sce')
//Obtain path of data file
datapath = path + filesep() + 'data10_1.sci'
//Obtain path of function file
funcpath = path + filesep() + 'functions10_1.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
exec(funcpath,[-1])... |
4c46d350d10a0050c35de436ec021a0c5742c4f3 | e6d5f1d801a3fe887b5dc04b8cc0a9eabc1fd432 | /TAPs/TAP_1.sce | 34ddfdebbd5bd3e5dabc6c4272936182dde6bde8 | [] | no_license | lordjuacs/MateIII | 70def332063e56eb10fb47678a7e6130dc0dca63 | 164c53b61c9e35e565121f77ba2c578680a3ab56 | refs/heads/master | 2021-05-24T15:56:01.078904 | 2020-07-27T19:57:34 | 2020-07-27T19:57:34 | 253,643,962 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,177 | sce | TAP_1.sce | clear
clc
disp('MATEMÁTICAS III - CICLO 2020-1')
disp('Sección 1.01')
disp('TAP 01')
disp('Profesor: Hermes Pantoja')
disp('Integrantes:')
disp('Gino Camizán 100%')
disp('Mayra Díaz 100%')
disp('José Porres 100%')
disp('Joaquín Ramírez 100%')
disp('')
function bool = frobenius(A,b)
//Toma la ... |
c230f1699026895c95d19d1a9eaa50ef9a7f6b6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3308/CH36/EX36.1/Ex36_1.sce | bb262235691ca4233cf6115efd7bfd34e633bbfc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 841 | sce | Ex36_1.sce |
clc
// Given that
T=2.6//in mm wall thickness
USL=3.2//in mm upper specification limit
LSL=2//in mm lower specification limit
Y=2.6//in mm mean
s=0.2//in mm standard deviation
C1=10//in dollar shipping included cost
C2=50000//in dollars improvement cost
n=10000//sections of tube per month
// Sample Probl... |
4c77c17d2bcf2d3911dc4b3a54600ba34377fd3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH10/EX10.12/ex10_12.sce | 67a11d89dd80907d1194018c99f955137bf5a170 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 617 | sce | ex10_12.sce | // Exa 10.12
clc;
clear;
close;
format('v',5)
// Given data
Ao = 100;
f_L = 20;// in Hz
f_H = 40;// in kHz
f_H = f_H*10^3;// in Hz
Beta = 0.1;
Af = Ao/(1 + (Beta*Ao));
disp(Af,"The overall gain at mid frequency is");
f_Hf = f_H*(1+(Ao*Beta));// in Hz
f_Hf = f_Hf * 10^-3;// in kHz
disp(f_Hf,"The upper cut... |
832a9aaa510b3c3e1f9074ab94d7e4791a4b65bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH10/EX10.3/chapter10_ex3.sce | 25a6b18dbdc7c329ed36f044fccf14e0fa214c2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sce | chapter10_ex3.sce | clc
clear
//input
p=6;//number of poles
n=72;//number of slots
n1=10;//conductors per slot
b=0.01;//flux per pole in weber
f=50;//frequency in hertz
phi=170;//pitch of coil in electrical degrees
kf=1.11;//form factor for sinusoidal forms
//calcultions
n2=n/p;//number of slots per pole
n3=n2/3;//number o... |
38eeb20d6bd6115c3e94278c3077e2d96a707f4c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1046/CH3/EX3.9/3_9.sce | f4006745b5f4a5aca2c119d485ecfe383f33aec2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,510 | sce | 3_9.sce | //Example 3.9
//(a) calculate the temp. at the surface of slab A.
//what is the maximum Temp. in A.
//(b)determine the temp. gradient at both the
//surfaces of each of the slabs A,B and C.
//(c)calculate the value of h1 & h2.
//Given
tA=0.25 //m, thickness of slab A
tB=0.1 //m, thickness ... |
bd1d80faeb8051603cb5bebe6c63e697da26e84b | 7ad0d60cf81a6a597c854f34eb8e4d0f0238449f | /Laboratório de Medições e Controle Discreto/Atividade 1/Tarefa 1 - Grupo 11.sce | c60a7446719ca76651618d52e87aff5d71a47bb8 | [] | no_license | Lucas-Okamura/Poli-USP | 83c5bf59a8d1f04215db1caeb3898a2394c0797c | 2875cd8e0f3a2549f0461d0256cf5e8cc24d204c | refs/heads/master | 2023-06-07T21:29:13.123960 | 2021-06-23T21:59:01 | 2021-06-23T21:59:01 | 304,692,746 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,190 | sce | Tarefa 1 - Grupo 11.sce | clc
clear
// TAREFA 1
// Gabriel de Sousa Araujo - 9299341
// Gustavo Lopes Oliveira - 10335490
// Herval Pereira de Castro Junior - 10335792
// Leonardo Silva Almeida Serra - 1033656
// Lucas Hideki Takeuchi Okamura - 9274315
// Parte 1
fa = 100 // frequência de amostragem
t0 = 0 // instante de tempo inicial
tf = 4 ... |
505dc17b13c22ae40b8ca1f83346aa6c2a0ed4f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /629/CH13/EX13.7/example13_7.sce | 8d600774bef85a7da7e902e33e8a5c1c7eb55c3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 330 | sce | example13_7.sce | clear
clc
//Example 13.7 FLOW RATE FOR A RECTANGULAR WEIR
H=0.21; //head on weir[m]
P=0.6; //height of weir[m]
L=1.3; //width[m]
g=9.81; //acceleration due to gravity[m/s^2]
//Flow coefficient
K=0.4+0.05*(H/P)
//Discharge
Q=K*L*sqrt(2*g*H^3) //[m^3/s]
printf("\nThe discharge of water over the weir = %.2f m^... |
b3395ebbf0e99d30c4e46e1a8e3932d2b6db2026 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.34.1/Ex4_34.sce | a848a827ca4416193caf1e320c783c8f8460c670 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | Ex4_34.sce | clc
clear
Ms=20; //in kg
Mw=2; //in kg
Cps=2.1; //in kJ/kg K
x1=Ms/(Ms+Mw); //Dryness fraction
//At 12 bar pressure
Hf1=798.6; //in kJ/kg
Hfg1=1986.2; //in kJ/kg
//At 1 bar pressure
Hg2=2675.5; //in kJ/kg
Tsup=110+273; //in K
Tsat=99+273; ... |
8168291cfe627c394621c6c3c947eb91589d0cea | e0124ace5e8cdd9581e74c4e29f58b56f7f97611 | /3913/CH12/EX12.35/Ex12_35.sce | df153cbf7523f2df56c1fb5c6b1d852a6962ba25 | [] | no_license | psinalkar1988/Scilab-TBC-Uploads-1 | 159b750ddf97aad1119598b124c8ea6508966e40 | ae4c2ff8cbc3acc5033a9904425bc362472e09a3 | refs/heads/master | 2021-09-25T22:44:08.781062 | 2018-10-26T06:57:45 | 2018-10-26T06:57:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 395 | sce | Ex12_35.sce | //Chapter 12 : Solutions to the Exercises
//Scilab 6.0.1
//Windows 10
clear;
clc;
//Solution for 8.3
//(a)
A=[]
A(1,:)=1:8
A(2,:)=[8 6 2 3 1 4 5 7]
B=[]
B(1,:)=1:8
B(2,:)=[5 6 7 1 8 4 3 2]
C=[]
C(1,:)=1:8
C(2,:)=[1 4 5 8 7 3 2 6]
disp(C)
//(b)
A=[]
A(1,:)=1:8
A(2,:)=[8 6 2 3 1 4 5 7]
B=[]
B(... |
6502e05fba84793c496056461c1967fa10892bc7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH11/EX11.15/Example11_15.sce | 3504c486dd4fa7205973584ca6270eb04901ae19 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 585 | sce | Example11_15.sce | //Exa 11.15
clc;
clear;
close;
//Given data :
Vs=66;//kV
Vmax=Vs*sqrt(2)/sqrt(3);//kV
D=6;//cm
d=2.5;//cm
d1=%e*d;//cm
gmax=2*Vmax/d/log(D/d);//kV/cm
disp(gmax,"Maximum stress without intersheath(kV/cm)");
//d1/d=d2/d1=D/d2=alfa(say)
alfa=(D/d)^(1/3);
d1=alfa*d;//cm
d2=alfa*d1;//cm
gmax=Vmax/(d/2*log(d1... |
0c399ce4306121a0395095956ef90dfcf4313feb | 59ea89f1162f8048d9f7f10f6e6a3a1567c56607 | /expe/eyes/_old/audcue/pbs/PrepAtt_Disc_Control_pcl.sce | aca1c51c056f936e91f7a95ebc22500b529ac5d0 | [] | no_license | elshafeh/own | a9b8199efb3511aa1b30b53755be9337d572b116 | ef3c4e1a444b1231e3357c4b25b0ba1ba85267d6 | refs/heads/master | 2023-09-03T01:23:35.888318 | 2021-11-03T09:56:33 | 2021-11-03T09:56:33 | 314,668,569 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 10,039 | sce | PrepAtt_Disc_Control_pcl.sce | # - Header - #
# - Disc Threshold One - #
scenario = "17_March_2015";
active_buttons=3; # button press
button_codes=251,252,253;
# - Screen Parameters - #
default_font_size = 26 ;
default_font = "Arial";
default_text_color = 0, 0, 0;
screen_width = 1024;
screen_height = 768;
screen_bit_depth = 32;
de... |
49ec53193d2d0b4ee099415e319df6d4c4bef1a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH8/EX8.5/Exa8_5.sce | 92947a36e5c2008d0d76e1f451258a88331e5152 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa8_5.sce | //Exa 8.5
clc;
clear;
close;
//given data
d=2;//in cm
D=2.5*2;//in cm
d1=(5/4)*d;//in cm
d2=(5/3)*d;//in cm
gmax=40;//in KV/cm
PeakVoltage=(gmax/2)*[d*log(d1/d)+d1*log(d2/d1)+d2*log(D/d2)];//in KV
disp(PeakVoltage/sqrt(2),"The safe Working Potential in KV : "); |
0c5ff9a127b1e4f706e1696a1cb71d0f6e4b8ac5 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfi_a6_hrz_col_d/~BivLCM-SR-bfi_a6_hrz_col_d-PLin-VLin.tst | dbd8a799d3c3648fb55ebca222640b710c2e781b | [] | no_license | psdlab/life-in-time-values-and-personality | 35fbf5bbe4edd54b429a934caf289fbb0edfefee | 7f6f8e9a6c24f29faa02ee9baffbe8ae556e227e | refs/heads/master | 2020-03-24T22:08:27.964205 | 2019-03-04T17:03:26 | 2019-03-04T17:03:26 | 143,070,821 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 11,974 | tst | ~BivLCM-SR-bfi_a6_hrz_col_d-PLin-VLin.tst |
THE OPTIMIZATION ALGORITHM HAS CHANGED TO THE EM ALGORITHM.
ESTIMATED COVARIANCE MATRIX FOR PARAMETER ESTIMATES
1 2 3 4 5
________ ________ ________ ________ ________
1 0.356401D+00
... |
3b2e49dc2b0c07e7f8c402e6029772a184945cdc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2657/CH26/EX26.5/Ex26_5.sce | 973d55a01b5b35ffc9d2932c36d339da0bafdded | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,260 | sce | Ex26_5.sce | //Calculations on gas turbine
clc,clear
//Given:
P1=1,P2=6.20 //Pressure at entering and leaving of compressor in bar
T1=300 //Temperature at entering in K
eta_C=88,eta_T=90 //Isentropic efficiencies of compressor and turbine in percent
CV=44186 //Calorific value of fuel in kJ/kg
F_A=0.017 //Fuel air ratio
cp_a=1.005 /... |
f0e59e6bedd4842d53f783f584900c7e5f674dce | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH12/EX12.7/Ex12_7.sce | 6edce62f26708b1263c5732eb5e5d90e6c4834c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex12_7.sce | clear;
clc;
//Example 12.7
Ri=50;
R1=10;
R2=90;
Av=10^4;
bv=1/(1+R2/R1);
printf('\nfeedback transfer function=%.2f\n',bv)
Rif=Ri*(1+bv*Av);
Rif=Rif*0.001;//Mohm
printf('\ninput resistance=%.2f MOhm\n',Rif)
|
17369ab7b7f330c6f0f6c30253c48b82daa6e719 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH14/EX14.7/eg14_7.sce | a0a05cfb0d1eba53bfabfceb913665f1570ac173 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 688 | sce | eg14_7.sce | clear;
clc;
n=4;
m=4;
y=zeros(n,m);
z12=.25+(%i)*1.0;
z13=.20+(%i)*.8;
z14=.30+(%i)*1.2;
z23=.20+(%i)*.8;
z34=.15+(%i)*.6;
y(1,2)=1/z12;
y(1,3)=1/z13;
y(1,4)=1/z14;
y(2,3)=1/z23;
y(3,4)=1/z34;
for i=1:1:n
for j=1:1:m
y(j,i)=(y(i,j)+y(i,j))/2;
end
end
Y=y;
for i=1:1:n
... |
fb3e184a04ce698c2c19b8a87dbada62d5dd1779 | 13d93c2922005af35056d015f1ae3ebebe05ee31 | /scilab/physique/traitement_signal/echantillonnage/shannon.sce | 190e8c1e96eb9fb818e0dac23df62aa3f99a31ab | [] | no_license | scls19fr/openphysic | 647cc2cdadbdafd050d178e02bc3873bd2b07445 | 67bdb548574f4feecb99b60995238f12f4ef26da | refs/heads/master | 2021-04-30T23:16:26.197961 | 2020-11-16T20:21:17 | 2020-11-16T20:21:17 | 32,207,155 | 1 | 1 | null | null | null | null | WINDOWS-1252 | Scilab | false | false | 731 | sce | shannon.sce | clear;
n=4; // 4 secondes
f1=6000; // frq fondamental
fmin=20
fmax=20000
rate=44100;
t=soundsec(n, rate);
s=cos(2*%pi*f1*t);
plot(t(1:100),s(1:100));
halt();
xbasc();
playsnd(s);
//savewave("son_sans_repliement.wav",s,rate);
analyze(s,fmin,fmax,rate);
halt();
xbasc();
rate=22050;
t=soundsec(n, rate);
s=cos(2*%pi... |
162d1bec6f688afda3d0943ba04fbfeaa49686d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1499/CH3/EX3.2/q2.sce | b6410311d58b1e90bb19519454fe734fa73ab53a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 92 | sce | q2.sce | s=%s;
syms k;
num=s+1;
den=(s^2)*(s^2+5*s+6);
t=syslin('c',num,den);
clf;
evans(t)
|
f9ec3efa45a2fb1e8e85cf85ab4e5ede64b87592 | 449d555969bfd7befe906877abab098c6e63a0e8 | /812/CH4/EX4.02/4_02.sce | a209b74e02bd1d2657e899ba5840e910174a26c3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sce | 4_02.sce | //Mass flow//
pathname=get_absolute_file_path('4.02.sce')
filename=pathname+filesep()+'4.02-data.sci'
exec(filename)
//If I=integral of(pV.dA):
//For system: ICS=Iab+Ibc+Icd+Ida
//But ICS=0
//For Aab:
function p=f(y),p=-d*U*w*y^0,endfunction
IAab=intg(0,t,f)
//For Acd:
function q=g(y),q=d*U*w*(2*y/t-(y/t... |
9e5f8105c57eeed26228138fc1eda989135910fe | 5e244ee21a463b92f547cd5626e466ab167a3e1b | /Semester 5/OST/01. Plot of discrete time signals/ost1.sce | df317643cbec4da1cf6e921257b00ca779f2c1d8 | [] | no_license | bumblebee26/Lab-Experiments | 5ab36e3a52fd3348d0d7634a08541e229e55680f | 8408eceabf65489d477c1e62a998c39b0bd0d828 | refs/heads/master | 2020-04-20T12:44:52.375127 | 2020-02-28T15:10:45 | 2020-02-28T15:10:45 | 168,850,941 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sce | ost1.sce |
//Delta
figure
for n=-5:5
if n==0 then
y=1
else
y=0
end
disp(y)
plot2d3(n,y)
end
//Ramp Function
figure
for n=0:5
y=n
disp(y)
plot2d3(n,y)
end
//Unit Step
figure
for n=-5:5
y=1
disp(y)
plot2d3(n,y)
end
//2^n * u(n-1)
figure
for n=[-3:3]
if n<1 then
y=0
else
y=2... |
7deead685a4a87835ea33ab30a0db4662747025e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1394/CH3/EX3.2.4/Ex3_2_4.sce | e6747c18f999a802ba9b827b158a9935bba4cfa1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 273 | sce | Ex3_2_4.sce |
clc
D = 0.1 // cm^2/sec
l = 10 // cm
C10 = 1
C1l = 0
C1 = 0.5
V1 = (D/l)*(C10 - C1l)/C1 // Cm/sec
V2 = -V1
M1 = 28
M2 = 2
omeg1 = C1*M1/(C1*M1 + C1*M2)
omeg2 = C1*M2/(C1*M1 + C1*M2)
V = omeg1*V1 + omeg2*V2
printf("The mass average velocity is %.5f cm/s",V)
|
251b28f7731879989cbf302e5fef0c13e1d119ba | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH9/EX9.9/Example_9_9.sce | d8bc45499c802a8f0e9347dd3168ad852826b28b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,464 | sce | Example_9_9.sce | //Caption: Kolmogorov-Smirnov Test
//Example9.9
//Page323
//Ho: The given set of observations follows normal distribution
//H1: The given set of observations does not follow the normal distribution
clear;
clc;
X =[0,5;5,10;10,15;15,20;20,25;25,30;30,35]; //Demand
o = [4,9,15,20,18,7,5]; //Observed frequency
al... |
de4280792843de6758f78110acc1858557e74864 | 494b677053e1199325a80808377463794e1003e5 | /experiments/sia-c/results/Ignore-MV.SIA-C.vehicle/result2s0.tst | 18352cf4faf438c55c2527f261b2644a00b16d99 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,869 | tst | result2s0.tst | @relation vehicle
@attribute COMPACTNESS integer[73,119]
@attribute CIRCULARITY integer[33,59]
@attribute DISTANCECIRCULARITY integer[40,112]
@attribute RADIUSRATIO integer[104,333]
@attribute PRAXISASPECTRATIO integer[47,138]
@attribute MAXLENGTHASPECTRATIO integer[2,55]
@attribute SCATTERRATIO integer[112,265]
@attr... |
143e3b32c92ab3c77eb6da536eb5ba3e93e189d0 | 32869948ce801ed2e69b5fb986fc310cab9a6d4a | /macros/MachinePal/xcpl_BLDC.sci | 67e2bac9399304ef2b9dca1bdb081435a6f85e91 | [
"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 | 2,801 | sci | xcpl_BLDC.sci | // ErturkMe - Copyright 2011 - 2022
// http://erturk.me
// ierturk@ieee.org
// See license.txt
function [x, y, typ] = xcpl_BLDC(job, arg1, arg2)
x = []; y = []; typ = [];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x, y, typ] = standard_inputs(arg1)
case 'getout... |
2b1bf800eb72a6e2276ea57534bcc7b725d6ff10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3369/CH3/EX3.18/Ex3_18.sce | 6bcdcaba85d5b90bc84508b7f71fea409ba0c6d7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 325 | sce | Ex3_18.sce | //Chapter 3, Exmaple 18, page 110
//Determine the diameter
clc
clear
//Based on the equation 3.40
k = 1.38*10**-23
T = 293
z2z1 = 0.05
e = 1.6*10**-19
E = 250
r1 = 0.09*10**-6
r1r2 = (6*k*T*z2z1)/(e*E)
r2 = sqrt(r1+r1r2)
printf("\n r1^2-r2^2 = %e ",r1r2)
printf("\n r2 = %e m ",r2)
//answers may vary due to round off e... |
aaae0bd5cbed804795e066dfa82f2c12f07e9914 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2102/CH3/EX3.6/exa_3_6.sce | ff9fa013fd08698b97cd4c0e4f0ca4ff8d68ebda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 747 | sce | exa_3_6.sce | // Exa 3.6
clc;
clear;
close;
// Given data
J=10^4;// in A/m^2
Jo=200;// in mA/m^2
Jo= Jo*10^-3;// in A/m^2
T=300;// in K
V_T= T/11600;// in V
e=1.6*10^-19;// electrone charge
k= 1.38*10^-23;
n=1;// assuming value
//Formula I= Io*(%e^(e*V/(n*k*T))-1) and after dividing both the sides by area of the junctio... |
18e7c63eceb9fa5a0d176fb2a45fc54944389837 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH3/EX3.11/Ex3_11.sce | 561f22f29fe407984c54f143250dfddc90a0ed24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex3_11.sce |
// Ex3_11
clc;
// Given:
mH=1.007825;
mn=1.008665;
M1=22.98977;// mass of Na 23
M2=21.994435;// mass of Na 22
M3=21.991385;// mass of Ne 22
// Solution:
m1=((11*1.007825+12*1.008665)-M1);
m2=((11*1.007825+11*1.008665)-M2);
m3=((10*1.007825+12*1.008665)-M3);
Sn=(m1-m2)*931;// neutron seperation energ... |
42394f2ab4ec0e6c0a8d8534b43645bf6192ab24 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/BIPO/QF57VLG/ATWM1_Working_Memory_MEG_QF57VLG_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | 0087e33beb6e2b6840e22e7d7286de9a40741539 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,600 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run1";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monito... |
31d1af8a1e02b220b19d298895076dbe62de1c9c | 22ebb77444925f738e01f4ceeae89fac1b2ca711 | /Single-phase transformer/lm.sci | 3700d7bdf0ecdae0365a42fc790b0d087da67d09 | [] | no_license | jacometoss/Transformer | 4e4b4d39f370b162afd6364a229efc81a5c4ea8d | d9bd077b3fbc45dca52dd3367f40a4289b812e54 | refs/heads/master | 2021-06-21T14:57:12.644937 | 2020-12-03T19:23:20 | 2020-12-03T19:23:20 | 146,820,465 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 619 | sci | lm.sci | function [LMAG,Peq7]=lm(u,Np)
uo=4*%pi*1e-7;
A1=(1.9/100)*(4.6/100);
A2=(3.8/100)*(4.6/100);
l1=4.75/100;
l2=7.6/100;
PTadyizq=0.0;
PTadyder=0.0;
PTvizq=0.0;
PTvder=0.0;
Pyoke=(l1/(u*A1))^-1;
Pleg=(l2/(u*A1))^-1;
Pmleg=(l2/(u*A2))^-1;
... |
16322f4a62fddab38abd49ed4e117b7ad01751fb | d0be4aa35a2d245d22814309fdcff594f6964c2d | /code/utkarsh_experiment_8.sce | 4796f7a00a896d4a2cedd95d4ac40c7c578a12fe | [] | no_license | utkarshsharma00/digital_circuits_lab_sem_5 | 450bbe574efbf97b00dcd300f22978cf25a5eb36 | fa9a05c6ea2c5f73598d24f77382c1a00259d3d9 | refs/heads/master | 2020-07-23T13:44:41.110959 | 2019-10-21T12:48:16 | 2019-10-21T12:48:16 | 207,578,144 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 443 | sce | utkarsh_experiment_8.sce | clc;
fc1 = input("Enter higher frequency:");
fc2 = input("Enter low carrier frequency:");
fp = input("Enter the no of pilses:");
t = 0:0.001:1
c1 = sin(2*3.14*fc1*t)
c2 = sin(2*3.14*fc2*t)
m = (squarewave(2*3.14*fp*t)+1)*0.5
for i=0:1000;
if m(i+1) == 0
mm(i+1) = c2(i+1)
else
mm(i+1) = c1(i+... |
cf767a5e2998fc5777a1286629fda23956e0aeb2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /409/CH21/EX21.7/Example21_7.sce | 44d32a00d3e88613f5addb4c44eaef0b86529ac1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 512 | sce | Example21_7.sce | clear;
clc;
// Example 21.7
printf('Example 21.7\n\n');
//page no. 633
// Solution
//Given
//Constant pressure process
mol_air = 10 ;// Moles of air-[kg mol]
T1 = 60+273 ;// Initial temperature of air-[K]
T2 = 30+273 ;// final temperature of air-[K]
// Additional data needed
Cp = 2.9*10^4 ;// Specific heat capacity ... |
b40bd03d44517f698453aaddef45fe20c78d255f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1478/CH3/EX3.7.13/3_7_13.sce | 0d0a35cf15624cd4d053102984de16bc0262dc9f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 418 | sce | 3_7_13.sce | //lubricants//
//example 3.7.13//
clc
volume_oil=5//volume of oil titrated(ml)//
density_oil=0.92//density of oil titrated//
wt_oil=volume_oil*density_oil//weight f oil saponified(gms)//
volume=2//volume of alcoholic KOH consumed to neutralize fatty acids(ml)//
normality_KOH=0.01//normality of KOH //
A=volume*n... |
2065898a2696e04a9b7ebbf3b8586391afa2e58b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH11/EX11.4/Ex11_4.sce | c2f6dcf4cc1895e99fbbd4526ab87fd26c84e3fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 790 | sce | Ex11_4.sce | // Chapter 11 example 4
//------------------------------------------------------------------------------
clc;
clear;
// Given data
h = 35800; // height of satellite orbit from earth in km
G = 6.67*10^-11; // Gravitational constant
M = 5.98*10^24; // mass of the earth in ... |
5b047f2db1360899e3d6d6590f46ea57ba31e706 | 449d555969bfd7befe906877abab098c6e63a0e8 | /980/CH11/EX11.18/11_18.sce | c854bc0ab934b44510a04985b077004b3a7092f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sce | 11_18.sce | clc;
clear;
format('v',11);
epsilone_r=80;
theta_b=atand(sqrt(epsilone_r));
disp(theta_b,"the Brewster angle(in degree)=");
|
fb8adcd0a49cc6c558ba7f954d528851ac0aaae8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2195/CH2/EX2.7.2.b/ex_2_7_2_b.sce | bc94600425962a3819bf01ea09bf3d0c190d8ee7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | ex_2_7_2_b.sce | //Example 2.7.2.b://deviation from mean
clc;
clear;
format('v',6)
q=[101.2,101.4,101.7,101.3,101.3,101.2,101.0,101.3,101.5,101.1];//
AM= mean(q);//arithematic mean in mm
for i= 1:10
qb(i)= q(i)-AM;
disp(qb(i),"deviation in "+string (q(i))+" is")
end
|
4161bd4c8926f0d42902cc5d0a2d3375cd0a165f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2774/CH4/EX4.11/Ex4_11.sce | e7b9262963ac933fc18daf0145ba606d3d03f339 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 899 | sce | Ex4_11.sce | clc
// initialization of variables
P1=8000 // initial pressure in kPa
T1=300 // temperature in degree celsius
P2=2000 // final pressure in kPa
//solution
h1=2785 // specific enthalpy of steam in kJ/kg @ 8000 kPa and 300 degree celsius from steam table
h2=h1 // throttling process thus enthalpy is constant
T2=... |
2e6277d7e7f0d7b5d349d18017908536ae3f1b55 | 417f69e36190edf7e19a030d2bb6aa4f15bb390c | /SMTTests/tests/ok_regularOutput.tst | ad036b65b953ef1103a25c2615ae01c6673a16fd | [] | 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 | 293 | tst | ok_regularOutput.tst | ; test changing the regular output channel
(set-logic QF_UF)
(get-option :regular-output-channel)
(set-option :regular-output-channel "tempout")
(get-option :regular-output-channel)
(assert true)
(set-option :regular-output-channel "stdout")
(get-option :regular-output-channel)
(assert true)
|
d4cb82fa4288f1f7364fedfa958ca0523491daf4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH7/EX7.16/7_16.sce | 76ad4bdb18ebe2254b71c39e8061138ffd3d14b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 7_16.sce | //largest eigenvalue and eigenvectors
//example 7.16
//page 286
clc;clear;close;
A=[1 6 1;1 2 0;0 0 3];
I=[1;0;0];//initial eigen vector
X0=A*I
disp(X0,'X0=')
X1=A*X0;
disp(X1,'X1=')
X2=A*X1;
disp(X2,'X2=')
X3=X2/3;
disp(X3,'X3=')
X4=A*X3;
X5=X4/4;
disp(X5,'X5=');
X6=A*X5;
X7=X6/(4*4);
disp(X7,'X7=')... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.