blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0ce68f1b4a4867252065e771a43fe104151390a3 | 0faf35c2b18c2749af88113bb02c4a12c7a5b00b | /Image Enhancement By Histogram Manipulation.sce | f7eb169d9ab8a323a7b0c4e1be0983bef0bfb5bc | [] | no_license | NamitNaik/Image-Enhancement-By-Histogram-Manipulation | fa652b6672a1ce4f0619e4ef7875c5f156f64112 | 5e1e02e13cf9189a03184ac382581903f420e388 | refs/heads/master | 2023-02-02T01:26:50.039836 | 2020-12-16T15:02:30 | 2020-12-16T15:02:30 | 277,140,281 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 870 | sce | Image Enhancement By Histogram Manipulation.sce | clear
IMG=imread("bright.jpg");
IMG_SIZE=size(IMG);
IMG_GS=rgb2gray(IMG);
IMG_GS2=double(IMG_GS);
[counts,bins]=imhist(IMG_GS);
counts=counts/sum(counts);
CDF1=cumsum(counts);
x=[0:1:255]
CDF2=[0:1:255]
CDF2=CDF2./max(CDF2)
Tr=CDF1(IMG_GS2 + 1);
z=interp1(CDF2,x,Tr,'spline');
z=matrix(z,IMG_... |
b80d7e9581c6c1c99b044d74158f9acabb92770f | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-core/src/test/resources/resources/profileconfig/ProfileWithDuplicateSubProperties.tst | 1281da7991ed92f0ed908ab49caabf819aea5393 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Scilab | false | false | 230 | tst | ProfileWithDuplicateSubProperties.tst | [source]
endpoint_url = https://global-endpoint-override.aws
[test]
source_profile=source
s3 =
endpoint_url = https://s3-endpoint-override.aws
elastic_beanstalk =
endpoint_url = https://elastic-beanstalk-endpoint-override.aws |
ae3122ed542b0d1fd0ed4f7cce8584588df98565 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH5/EX5.27/Ch05Ex27.sce | 6064c6746718efed798675a5f2a2214b090cf20f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sce | Ch05Ex27.sce | // Scilab code Ex5.27: Pg 185 (2008)
clc; clear;
L = 50e-03; // Self-inductance of coil, H
I = 0.75; // Electric current in coil, A
W = (L*(I^2))/2 // Energy stored, J
printf("\nEnergy stored in the inductor = %4.1f mJ", W/... |
b6dedf708c0ce301ab3e18ddad5ee6a54def5dc1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2141/CH7/EX7.10/Ex7_10.sce | 0785989b87ac5c14091fd0f1689dc930f4e0f2d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 359 | sce | Ex7_10.sce |
clc
//initialisation of variables
w=212 //F
Sliq=212 //F
T=80 //F
Sf=-1.4446 //Btu/lbm
Sh=1.4446 //Btu/lbm
Q=970.3 //Btu/lbm
T1=540 //F
//CALCULATIONS
DelS=Q/T1 //btu/lbm
S=Sf+DelS //Btu//lbm-R
Qsurr=T1*Sh //Btu/lbm
W=Q-Qsurr //Btu/lbm
//RESULTS
printf('The water equal to increase in entropy of the sys... |
3d7b8c7db5b9305131d1bac442e8857165010b60 | fd6a414e5722e920e5ebe08c77fe0f70b29e77cf | /SampligaNonBandlimitedSignal.sce | ea8f4edefef43c9a62259c7d63e97e9bd9312c62 | [] | no_license | JBouis/AudioProcessing | e774bdfaf38207643d441f975a96773ae3cbbd24 | c9f81b8d5ce447b014707b309ef209530219adc0 | refs/heads/master | 2021-05-18T02:21:40.839402 | 2020-03-29T15:22:16 | 2020-03-29T15:22:16 | 251,063,576 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 905 | sce | SampligaNonBandlimitedSignal.sce | // Sampling a Nonbandlimited Signal
// Plotting Continuous Time Fourier Transform of
// Continuous Time Signal x(t) = exp (-A *abs(t))
clear all; clc; close ;
// Analog Signal
A= 1; // Amplitude
Dt = 0.005;
t = -2:Dt:2;
xa = exp(-A * abs(t));
//
// Continuous-time Fourier Transform
Wmax = 2*%pi *2 ; // A... |
bb9675af934d8e3ab15c050b5406131e299c8f37 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/firpmord/firpmord8.sce | 0a87cf1a7a9ba72bb2c79fc7ec8e966390381ba3 | [] | 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 | 373 | sce | firpmord8.sce | //negative values for i/p arg f
f = [-1500 -1300];
a = [1 0];
dev = [0.01 0.1];
fs = 8000;
[n,fo,ao,w] = firpmord(f,a,dev,fs);
disp(n);
//output
//!--error 116
//firpmord: Wrong value for argument #1 (f): Values must be between 0 and fs/2
//at line 109 of function firpmord... |
c1fbd46a27ba2b1b7380e00da05a6697b44df82a | 9d09abc83a0eafe2f996b3d7cb4012b996a63eee | /ch2-alu/AddOrAnd.tst | ff045b379948958178ba98bb232ac07bf42990ba | [] | no_license | masterzora/tecs | f6e2d65c42489b0ca84cd2628c0df8c76669c89a | 5e94a912816c885b48a845a33dd992442ddedcb4 | refs/heads/master | 2020-04-06T04:31:12.279947 | 2012-07-18T21:41:28 | 2012-07-18T22:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 639 | tst | AddOrAnd.tst | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/02/Add16.tst
load AddOrAnd.hdl,
output-file AddOrAnd.out,
output-list x%B1.16.1 y%B1.16.1 out%B1.16.1;
set x %B0000000... |
4b200a6e68a603564e799065ecb782ad24a7bb0b | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_M._V._Despande_833.zip/Electrical_Machines_M._V._Despande_833/CH14/EX14.9/Ex14_9.sce | 9965b7f94bbc8c11f0002d520c2ec1dd73dfe6b7 | [] | 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 | 516 | sce | Ex14_9.sce | errcatch(-1,"stop");mode(2);//Caption:Find (a)Armature current of second machine (b)Power factor of ecach machine
//Exa:14.9
;
;
L=1000//Total load(in KW)
V=6600//Total voltage(in volts)
pf=0.8//Power factor
Ia=50//Armature current(in A)
L1=L/2
Ia1=(L1*1000)/(sqrt(3)*V)
pf1=Ia1/Ia
a1=acosd(pf1)
b=tand(a1)... |
4d99f1575bf598eb3e1e3d13b61696cf7906ea6b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1316/CH1/EX1.13/example1_13.sce | 46d36c1875d89db89c9d356aa488a4c114976f5f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 242 | sce | example1_13.sce | //Chapter 1
//Example 1.13
//Page 31
clear;
clc;
TF=5;
Temp_Res=0.2;
//Calculation of required voltage resolution
printf("The temperature change of 0.2 degree celcius will result in a voltage change of = %.1f mV",TF*Temp_Res);
|
b9a8bc2c4deddb9ce1f1476a465905511072d27e | dbd504f73f233675d0c8c2c8c5730e866aabcd96 | /codes/wireless.sce | 1380b773b8fa867bb18ede0cc9b1f8359e2dde35 | [] | no_license | surajdurgesht/Wireless-Communication-Lab | f5019be42d24fe6568e98d666efd901283a0c7a7 | e8fac339daf91d24ee0dd9e22e9236fcbb68dac3 | refs/heads/master | 2020-06-04T19:07:54.824459 | 2019-06-16T06:30:21 | 2019-06-16T06:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | wireless.sce | clear all
clf();
h=10;
p=0:10:100;
N=1;
SNR=sqrt(h^2*p/N);
P_e=1/(2*SNR);
plot("ln",P_e,p,'r');
xlabel("power of signal");
ylabel("BER of wireless");
title("BER of wireless");
|
2dc5dff5995d17b8277620974537e6fcca23a618 | a8482cbefa8b8526f1e3da25ad1f82b237360c28 | /projects/06/add/Add.tst | 5df1760a1b38534c56475be44258d7a9e968f461 | [] | no_license | schalkwijk/nand2tetris | 72730b8ff0efc3e8ca3b5bc99dd67cad0e62f204 | 3ad830da12bc45947ea30c171a30ed1553d35ebc | refs/heads/master | 2021-01-24T07:07:47.515376 | 2017-06-07T03:20:25 | 2017-06-07T03:20:25 | 93,338,008 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 154 | tst | Add.tst | load Add.hack,
output-file Add.out,
compare-to Add.cmp,
output-list RAM[0]%D2.6.2
set RAM[0] 0, // Set test arguments
repeat 20 {
ticktock;
}
output; |
d0f32e99e9bdf7b1cfaf2e0adfc24d2bec0b370d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3856/CH3/EX3.4/Ex3_4.sce | 0d539d6ea6fa570bdf35fa6e54a3667ab94fe54b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 692 | sce | Ex3_4.sce | //Calculate the mass of Carbon di Oxide in gramm that collides every second with leaf
//Example 3.4
clc;
clear;
P=(0.033*101325*1)/(100*1); //Partial pressure of the gas in Pa
M=44.01*1.661*10^-27; //Molecular mass of CO2 in kg
R=8.314; //Gas constant in J K^-1 mol^-1
NA=6.023*10^23; // Avagadro... |
093e3160b83b9ddf8772bb8f2dbba7c4644c7a75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH10/EX10.1/ex10_1.sce | 70a79b1a1be866a514c44f487a841e2ded1204c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex10_1.sce | // Exa 10.1
clc;
clear;
close;
format('v',6)
// Given data
A = 60;// in dB
A= 10^(A/20)
Beta = 0.005;
dAbyA = -12/100;
// On putting the value of A, bita and dA/A
dAfbyAf = (1/(1+A*Beta))*(dAbyA);
disp(dAfbyAf,"The change in overall gain is");
|
a939adbee9d53ff72bafff7a6ba330a5fbacbc23 | 4058f38b392324aa5099819881f3c7d7219a174f | /3 bit Shift Register/SIPO_using_74HC595/SIPO_using_74HC595_consecutive_inputs/Method 2/cmd_shift_out_.sci | 3649eb6bda37fd97e671717aba62e6ad1249a79f | [] | no_license | anupma-s/Scilab-Xcos-Arduino-Digital-Circuits | 612a033422bf14e2e58bcdce371f15cafb30224f | 2b4bf8e8f155d20a5eda2feb31c5523a51569d73 | refs/heads/master | 2021-01-20T17:20:13.073180 | 2016-07-04T15:25:07 | 2016-07-04T15:25:07 | 62,569,455 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sci | cmd_shift_out_.sci | function[]= cmd_shift_out_(dataPin,clockPin,inPin)
disp ("Give serial input: ")
sleep(250)
cmd_digital_out(1,dataPin,cmd_digital_in(1,inPin))//if inPin is HIGH i.e. if input is given, write HIGH on Serial In Pin of IC
disp("Serial input stored: ")
cmd_digital_out(1,c... |
e0b27c1e57c896740b4dfc468406ee23f5d7b59b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.24/EX_2_24.SCE | b3800bab08aaf512f28f76a9a3125fae1a8b1f48 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 574 | sce | EX_2_24.SCE | // Example 2.24: Base Resistance , stability factor
clc;
clear;
close;
Vcc=24;// Colector voltage in volts
Beta=45;//Common emitter D.C. Current gain
Rl=10;// Collector resistance in killo ohms
Re=0.27;// Emitter resistance in killo ohms
Vce=5;// Collector to emitter voltage in volts
Vbe=0.6;// Base to emitter... |
1d1c65bd3a48a7ac688d98733767800a1798271e | c6515791fea5828996a3924a74b5358852bc69f0 | /ap4_metodo_potencia/Metodo_potencia_deslocado.sci | 98ff2b52548621f828a5a43c2006dada3f545cde | [] | no_license | fernandascovino/fgv_math_modeling_3 | 366f05faa9fc657473acad8c1061b7c6feed8d4a | 11853e0bf2c05ad2df4fb369dfa922fc50c68ceb | refs/heads/master | 2023-02-24T23:03:18.431724 | 2021-01-31T18:08:16 | 2021-01-31T18:08:16 | 334,722,683 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sci | Metodo_potencia_deslocado.sci | function [lambda1,v1,lambda2,v2] = Metodo_potencia_deslocado(A,x0,epsilon)
[lambda1, v1] = Metodo_potencia(A,x0,epsilon) //autovalor dominante
A = A - lambda1*eye(size(A,1), size(A,2)) //deslocamento da matriz
[lambda2,v2] = Metodo_potencia(A,x0,epsilon)
//lambda é autovalor de (A - lambda1*I), entã... |
d03df14cc7e58b6d69bdb62d3e0c669066508063 | bce0c755bfdc527c8cc0737e8e1e59467267cff9 | /macros/trainSVMSGDClassifier.sci | bb01b27034eefcf4761215c8d2a39315ab1130e6 | [] | no_license | shubham0108/FOSSEE-Image-Processing-Toolbox | bacc26e6c7139383a374ea16f6c62565a7ff0603 | 68cddb2ca8dabddfe47251ac6647011acb849a2c | refs/heads/master | 2021-06-16T02:27:39.886532 | 2020-05-01T09:23:39 | 2020-05-01T09:23:39 | 97,078,162 | 0 | 0 | null | 2017-07-13T03:57:21 | 2017-07-13T03:57:21 | null | UTF-8 | Scilab | false | false | 5,290 | sci | trainSVMSGDClassifier.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
f18861726df74e76efdfdd6b37d87a3ca7bca511 | d963a50c09b7380dd7b1b97cd9997e9bd17ea8f3 | /r37/packages/solve/desir.tst | 2600934d41837fd412cd51f3c6899003abfbe66a | [
"BSD-3-Clause"
] | permissive | reduce-algebra/reduce-historical | 8220e211b116e0e01ff1a38f51917cac9db6069f | e014152729c4d62bb1ce4f5c311a027042a5495a | refs/heads/master | 2023-04-10T22:54:00.796596 | 2021-04-16T08:52:19 | 2021-04-16T08:52:19 | 343,245,204 | 7 | 1 | NOASSERTION | 2021-04-16T08:53:31 | 2021-03-01T00:15:22 | TeX | UTF-8 | Scilab | false | false | 4,683 | tst | desir.tst | off echo;
write
"Premier exemple: utilisation interactive sur une equation simple";
write "desir(); %appel de DESIR";
desir();
3; %ordre de l'equation
1;x;x;x**6; %coefficients
non; %correction ?
non; ... |
9d314959c30e67805a7983f118ed537d6d3237a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH7/EX7.16/Chapter7_Exampl16.sce | 885ea36381f39095e8e8e3210b14a9060ff1f2bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,611 | sce | Chapter7_Exampl16.sce | clc
clear
//INPUT DATA
t1=30;//dry bulb temperature in Degree c
t2=25;//Coil cooling temperature in Degree C
x1=0.6;//realtive humidity in percentage
t3=10;//Coil cooling temperature in Degree C
x=0.2;//bypass factor
Ra=287.3;//gas constant
p=760;//pressure in mm of Hg
V1=80;//volume in m^3/kg d.a
ps1=31.81;... |
440dd1959fc99266a098dc2bb87af03e5a920ee1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH5/EX5.6/Ex5_6.sce | 24c55c7a1a3f013551cc26748d782ada37908e8c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 515 | sce | Ex5_6.sce | clc
//variable initialisation
Vm=400 //Supply Voltage in volt
F=50 //supply frequency in hrtz
P=6 //Number Of Poles
R1=0.15 //resistance of stator in ohm
R2=0.15 //resistance of rotor in ohm
X1=0.8 //reactance of Motor in ohm
X2=0.8 //reactance of Motor in ohm
S=0.04 //Slip Of Motor
//Solution
Ns=(120*F)/P... |
499d92a2d9522ac5620de142254d623d206bff94 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/FURIA-C/results/FURIA-C.vowel-10-1tra/result0s0.tst | 59b4fd3eb652d50d708516ef18426baca044a4d0 | [] | 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 | 980 | tst | result0s0.tst | @relation vowel
@attribute TT integer[0,1]
@attribute SpeakerNumber integer[0,14]
@attribute Sex integer[0,1]
@attribute F0 real[-5.211,-0.941]
@attribute F1 real[-1.274,5.074]
@attribute F2 real[-2.487,1.431]
@attribute F3 real[-1.409,2.377]
@attribute F4 real[-2.127,1.831]
@attribute F5 real[-0.836,2.327]
@attribute... |
29cab17e2f180ee8439e8dbdb774958c92e91411 | 449d555969bfd7befe906877abab098c6e63a0e8 | /10/CH10/EX1/cha10_1.sce | 13304f41fd7179ef7b3d97f997160eb1a62b960f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | cha10_1.sce | Ka=0.09;N=1000;
Ia=30;Ra=0.4;V=120;
RevEa=-90;
Ea=Ka*N
Vo=Ea+(Ia*Ra)
a=Vo*%pi
b=2*sqrt(2)*V
c=a/b
angle=acosd(c)
P=Vo*Ia
S=V*Ia
Pf=P/S
Vo1=RevEa+(Ia*Ra)
a=Vo1*%pi
b=2*sqrt(2)*V
c=a/b
Angle=acosd(c)
Pdc=Ea*Ia
Pr=Ia^2*Ra
Ps=Pdc-Pr
|
f55842364c70e792da277108d60c3d4212887f1c | b0aff14da16e18ea29381d0bd02eede1aafc8df1 | /mtlbSci/macros/moc_polyfit.sci | bb7c3a0fb7bdf8cc48b146f72fb63fd32ca19f3a | [] | no_license | josuemoraisgh/mtlbSci | 5d762671876bced45960a774f7192b41124a13ed | 5c813ed940cccf774ccd52c9a69f88ba39f22deb | refs/heads/main | 2023-07-15T23:47:11.843101 | 2021-08-26T17:52:57 | 2021-08-26T17:52:57 | 385,216,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,746 | sci | moc_polyfit.sci | function [p, s, mu] = moc_polyfit (x, y, n)
// Return the coefficients of a polynomial
// Calling Sequence
// p= polyfit (x, y, n)
// [p, s] = polyfit (x, y, n)
// [p, s, mu] = polyfit (x, y, n)
// Parameters
// n: degree (scalar) or logical vector
// p: The polynomial coefficients are returned in a row vector.
// s... |
fa40035151746d8cb61dc156a241980dc4bdcbb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1328/CH4/EX4.2/4_2.sce | b9f9666f0efaaa6bc8a7d88d53ecfadbac86d1f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 494 | sce | 4_2.sce | printf("\t example 4.2 \n");
printf("\t approximate values are mentioned in the book \n");
T1=1000+460; // R
T2=800+460; // R
e1=0.6; // emissivity of hotter wall
e2=0.8; // emissivity of colder wall
Q=(((0.173)/((1/0.6)+(1/0.8)-1))*((14.6)^4-(12.6)^4)); // using eq.4.26,heat loss per unit area,Btu/(hr)*(ft^2)
p... |
c9f5d0e35865c0684c116242956d745fcdaf25c5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH3/EX3.12/example12.sce | 2b37bcff93fd0efbc0fb46b4e90b69c5e17be680 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,277 | sce | example12.sce | clc
clear
//input data
N=3000//The running speed of the blower in rpm
D2=0.75//The impeller diameter in m
Cr2=57//The radial velocity at exit in m/s
Cx1=0//Inlet absolute velocity of air in tangential direction in m/s
DR=0.58//Degree of reaction of the blower
nc=0.75//Total-to-total efficiency
r=1.4//The ratio... |
4437af8f3dd5c393e1cfa45c2f0840563a313c0d | b6b875fb04ec6df2c0fb0d28f36962fa9aebb2bf | /TD1/logistique/logistique.sce | c241018c01177d284ac55454ad4fbd21a3f92a41 | [] | no_license | MFrizzy/Modelisation | 51794b2edf421f9d2206cb73972d8d8d7b1e9759 | 0ca819afbcbe00f58f3bbaa8fc97164ae2c1d3cb | refs/heads/master | 2021-08-29T12:02:20.042037 | 2017-12-13T22:39:21 | 2017-12-13T22:39:21 | 106,943,303 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | logistique.sce | clear
clf
b=0.5; d=0.3;
ndate = 0:30
alpha = 0.05;
x(1) = 1;
for n=1:30
x(n+1)=x(n)+b*x(n)- (d*x(n)+alpha*x(n)*x(n));
end
plot2d(ndate, x, style = -1)
plot2d(ndate, x, style = 2)
r=1.2; C=0.05;
ndate = 0:30;
x(1) = 1;
for n=1:30
x(n+1)=r*(x(n)/(C*x(n)+1));
end
plot2d(ndate, x, style = -1)
plot2d(ndate, x,... |
20d1ea58145c75d64cb6229f64a1a5140425faaf | e86f908be00c4a3a017e81d12588d76562c56b75 | /macros/zplane.sci | bfa9285f0b8b0e95dddc2cf164f3814277cf8576 | [] | no_license | ShashikiranYadalam/FOSSEE_SP_task | 8869a14f664329625b76e15e771058b90b69b1e1 | 601ca7b7c91587a430c69c9ceb1f87b196c8e566 | refs/heads/master | 2020-03-20T06:38:26.598686 | 2019-03-01T12:31:10 | 2019-03-01T12:31:10 | 137,255,176 | 0 | 0 | null | 2018-06-14T05:16:17 | 2018-06-13T18:27:32 | HTML | UTF-8 | Scilab | false | false | 227 | sci | zplane.sci | function [y] = zplane(z,p)
funcprot(0);
rhs = argn(2)
if(rhs<1 | rhs>2)
error("Wrong number of input arguments.")
end
select(rhs)
case 1 then
callOctave("zplane",z)
case 2 then
callOctave("zplane",z,p)
end
endfunction
|
5e8fb8ec2e4a5cc70ac5fd7613edda5ead9f0aa8 | 80bedece1d4391737a6c525e298c2f0b69c7f669 | /highlight/static/Elwira/newton.sce | f704e9f348411aee33179402be49a676dde49e77 | [] | no_license | sacherus/psi_project | eef2171e08b9826d29cc953734a26f8312d43575 | 6938fa193b52724c90c869a1f79d9abb5a080b26 | refs/heads/master | 2020-04-20T22:05:22.732433 | 2012-12-20T11:16:52 | 2012-12-20T11:16:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | newton.sce |
function Y = newton(A)
n=size(A)
n=n(1)
matrixx=zeros(n,n+1)
for i=1:n
matrixx(i,1) = A(i,1)
matrixx(i,2) = A(i,2)
end
for i=3:(n+1)
for j=1:(n-i+2)
matrixx(j,i) = (matrixx(j+1,i-1) - matrixx(j,i-1))/(matrixx(i+j-2,1)-matrixx(j,1))
end
end
Y = matrixx
endfunction |
f025c297ad5eb2a518fdf0419a320ca11261f850 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH4/EX4.11/Ex4_11.sce | 715dc913c33037219d3dafae66bd3a6739ff76c6 | [] | 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 | 434 | sce | Ex4_11.sce | //Variable Declaration
N = 20 // Total car chargers
n = 10 // Number of selected car chargers
a = 5 // Defective car chargers
//Calculation
// As we know, for hypergeometric distribution, mean = (n*a)/N
Mean=((n*a))/N // Mean of probability distribution of number of defectives
//Results
p... |
e1f8939bd9400f4b40a2f77c93e81d7f99a7aac9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1382/CH2/EX2.9.a/EX_2_9_A.SCE | 883dbb7dd8f2050c58d14a20b22cf9e0406a0ec1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | EX_2_9_A.SCE | // Example 2.9.a: Calculate base current
Vcc=20;// Colector voltage in volts
Rb= 200;// in kilo ohms
Beta=75;//Common emitter D.C. Current gain
Rc=0.8;// Collector resistance in killo ohms
Vbe= 0;// Base to emitter voltage in volts
Ib=Vcc/Rb;
disp(Ib,"Base current in mA")
|
97c32832edb96751d192f6ea12e3a05cca99afc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2753/CH3/EX3.15/Ex3_15.sce | 526e7318ded1d8d4d4caedd539d014904751e81d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex3_15.sce | //Example 3.15:
clc;
clear;
close;
//given data :
format('v',5)
Ie=9.6;//emitter current in mA
Ib=0.08;//base current in mA
Ic=Ie-Ib;//
format('v',5)
disp(Ic,"(a). collector current,Ic(mA) = ")
alfa=Ic/Ie;
format('v',5)
disp(alfa,"(b). alfa = ")
alfa=0.99;//
Beta=alfa/(1-alfa)
format('v',4)
disp(Beta,"(c). Beta = ")
|
c92933989d153488776bb44ee01796a6eb4cdebf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3250/CH3/EX3.12/Ex3_12.sce | 9d8acf7730d7094257700b042e288216d90da632 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 654 | sce | Ex3_12.sce | clc
// Given that
d = 50 // Diameter of the steel sheet in mm
t = 3 // Thickness of the steel sheet in mm
e = 1.75 // True fracture strain
Y = 2.1e3 // True fracture stress for the material in N/mm^2
// Sample Problem 12 on page no. 149
printf("\n # PROBLEM 3.12 # \n")
C_0 = (t/(1.36*exp(e)))*((2*exp(e))-1)/((2.3*exp(... |
d62c8614940bd3504e08ca2fd67d69796b7db915 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/m2sci/sci_quit.sci | 20e011576743154469d45c2177a70f83f069df3e | [
"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 | 101 | sci | sci_quit.sci | function [stk,txt,top]=sci_quit()
// Copyright INRIA
txt=['quit']
stk=list(' ','-1','?','?','?')
|
b31bc002b6fb47142f8bc2346847e7ada3d7c61f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH1/EX1.5/Signals_Ex_1_5.sce | 1affce8b21c3e6f1aaf4672f3ef585b4f333c276 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 894 | sce | Signals_Ex_1_5.sce | clc
//Chapter 1 Signals
//Example 1.5, page no 19
//given
T=1,t0=0,wo=2*%pi
P=1
t=0:0.001:1
f=P*t
//The trigonometric Fourier series coeff for given function
a0=(1/T)*inttrap(t,f)
for n=1:10
f1=(P*t).*cos(wo*n*t)
a(n)=(2/T)*inttrap(t,f1)
if a(n)<0.01 then
a(n)=0
end
end
for n=... |
b6428504ac4ef9a0fcb2c1485dce79995b3f375a | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/CH6/EX6.9/6_09.sce | b5388a5ed033dfc0df68d64822687d673749991b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 479 | sce | 6_09.sce | pathname=get_absolute_file_path('6_09.sce')
filename=pathname+filesep()+'6_09data.sci'
exec(filename)
V1=sqrt(2*Wl*cos(a)/(D1*Cl));disp(V1,"V1=","V1=sqrt(2*Wl*cos(a)/(D1*Cl))","For altitude 3048 meter:")
V2=sqrt(2*Wl*cos(a)/(D2*Cl));disp(V2,"V2=","V2=sqrt(2*Wl*cos(a)/(D2*Cl))","For altitude 609.6 meter:")
printf("... |
2b81e93253fbb4823ef1de7d98c5f84e63ed9f3c | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/TE45.prev.tst | e4653f163258f7683f1265caba7800702451d72e | [
"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 | 5,078 | tst | TE45.prev.tst | TranspositionSet={[0,2,1,3],[1,0,2,3],[1,2,0,3],[2,1,0,3],[2,0,1,3]}
considerNonPrimitive
Expanding for base=2, level=3, reasons+features=base,transpose,primitive,same,similiar,evenexp invall,norm
Refined variables=a,b,c,d
[0+1a,0+1b,0+1c,0+1d]: unknown -> [1] [0,0,0,0] a⁴+b⁴+c⁴-d⁴
-> solution [0,0,0,0],trivial(3)... |
c434fcec99ff052b36ff9d71f8cac7c6058ba5b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3363/CH4/EX4.6/Ex4_6.sce | 67877d30aceef83819998a9d14d829902dd3dc3b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_6.sce | //Example 4.6, Page 120
clc
rho=9*10^9//in nt-m2/coul2
m=9.11*10^-31//in kg
e=1.6*10^-19//coul
h=1.05*10^-34//in j-sec
E=-(rho*m*e^4)/(2*h^2)
printf("\n Binding energy is %e Joule ",E)
//Answer given in the book is wrong |
86b7d569092240a91fe1cdacf757c7799f68f5e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /68/CH5/EX5.13/ex13.sce | 95ad001b6223228438ed30254c83a8715c82b550 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 635 | sce | ex13.sce | // Example 5.13 : Design of bias network of the amplifier
I_E=1*10^-3; // (A)
V_CC=12; // (V)
B=100; // beta value
V_B=4; // (V)
V_BE=0.7; // (V)
R1=80; // (ohm)
R2=40; // (ohm)
V_C=8; // (V)
V_E=V_B-V_BE;
disp(V_E,"Emitter voltage (V)")
R_E=V_E/I_E;
disp(R_E,"Emitter resistance (ohm)")
I_E=(V_B-V_BE)/(R_E... |
a3e5255a7d179a3a2c18c388b8c29eeab49a5fc8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2096/CH7/EX7.3/ex_7_3.sce | f561b7ab2df1df741e91c9696c28910253dc217a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | ex_7_3.sce |
//Example 7.3 // resistance
clc;
clear;
close;
//given data :
R25=100; // in ohm
alfa=-5/100;
T1=35; // in degree celcius
T2=25; // in degree celcius
R35=R25*(1+alfa*(T1-T2));
disp(R35,"resistance R35(ohm) = ")
|
f0d81ce025ea0e27497cb90699cbf3cfe0f04693 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH5/EX5.30/ex_5_30.sce | 0be672bd67a16c3786a44d18c6e91bb0a168352f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_5_30.sce | clear;
clc;
close;
dt=.1;
t=-10:dt:10;
u=[zeros(1,find(t==0)) ones(1,length(t)-find(t==0))];
a=gca();
plot(t,u);
poly1=a.children.children;
poly1.thickness=3;
poly1.foreground=2;
xtitle('u(t)','t');
u1=1/2;//even part
figure;
a=gca();
plot(t,u1*ones(1,length(t)));
poly1=a.children.children;
poly1.thickness=3;
poly1.for... |
56e3dd9ed6c99a2783dabbdd30595b5f96f39ed2 | 1b969fbb81566edd3ef2887c98b61d98b380afd4 | /Rez/bivariate-lcmsr-post_mi/bfas_ci_hrz_ind_d/~BivLCM-SR-bfas_ci_hrz_ind_d-PLin-VLin.tst | 5b70e6a35e09912753893fc61c4659bdf6264b47 | [] | 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-bfas_ci_hrz_ind_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.341591D+00
... |
205b38bc9d12b0d2abb291b89e81d6b6e3fcd01f | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH6/EX6.20/6_20.sce | 71b4ece4467302e90de7c279de1b94cca1d19e67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | sce | 6_20.sce | Ig1=15000/sqrt(3)/800/0.8
PG1=15000
QG1=15000*tan(acos(0.8))
SG1=PG1+%i*QG1
Pll=3*Ig1*Ig1*1.2
Qll=3*Ig1*Ig1*1.8
Sll=Pll+%i*Qll
SlG1=SG1-Sll
Vl=SlG1/sqrt(3)/Ig1
Pl=30000
Ql=30000*tan(acos(0.8))
PlG2=Pl-real(SlG1)
QlG2=Ql-imag(SlG1)
SlG2=PlG2+%i*QlG2
IG2=SlG2/sqrt(3)/Vl
Pll2=3*IG2*IG2*0.8
Qll2=3... |
ed83ff39422270acf2f1c6b8dfdb5d022bb888a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2168/CH9/EX9.2/Chapter9_example2.sce | 351f6f8fe423ae793db68b9683c649bb7499c2f0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 492 | sce | Chapter9_example2.sce | clc
clear
//Input data
d1=0.075//Throat diameter in m
Ca=0.93//Coefficient of air flow
d2=0.005//Orifice diameter in m
Cf=0.68//Coefficient of fuel discharge
ap=1//Approach factor
dp=0.15//Pressure drop in kg/cm^2
da=1.29//Density of air in kg/m^3
df=720//Density of fuel in kg/m^3
//Calcultions
w=(((3.14/... |
786e6c865e728061941a6ed26fc69a91745f3b73 | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP4/ejercicio6.sce | 72dec357de103cb603ba70c2567d3fe8982ebbc8 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,192 | sce | ejercicio6.sce | //Funciones
function y = h(t)
h0=300; //altura inicial
g=32.17; //fuerza de gravedad
k=0.1; //resistencia viscosa
m=0.25; //masa del cuerpo
factor=m/k;
y=h0-(g*factor)*t+(g*factor^2)*(1-exp(-t/factor));
endfunction
//Derivadas
function y = dh(t)
g=32.17; //fuerza de gravedad
... |
1b9a3538b695da1300fab182a13f8a3a671b4558 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH17/EX17.1/17_1.sce | 44703847d5283935ebba5e45deec732204f3ed96 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 159 | sce | 17_1.sce | //example 17.1
clc; funcprot(0);
// Initialization of Variable
k=integrate('x^-0.1','x',0,1);
disp(k,"ratio of average convection coefficient");
clear()
|
becc5457df24364fba0785fe5c7e2a041c159516 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3422/CH6/EX6.6/Ex6_6.sce | 3501a26737ca3958a6ab212b366e85ca6e5686d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 383 | sce | Ex6_6.sce | //Example 6.6, Page 138
clc
pf=.85
N1=1500//in rpm
N=1440//in rpm
P=pf*230*10*sqrt(3)
p_stator_loss=86.16//in w
p_rotor=P-p_stator_loss
rotor_copper_loss=((N1-N)/N1)*p_rotor
printf("The rotor copper loss is %f watt",rotor_copper_loss)
inertia=.0486//in kg-m2
E=2*.96*inertia*((2*%pi*50)/2)**2
disp(E)
stops_starts=7920/E... |
1c3681eee326b21ee9aba87a29a806b411159e97 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH11/EX11.5/Ex11_5.sce | 1c27852de516888af087dac57dec9979a866fe14 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,104 | sce | Ex11_5.sce |
//OptoElectronics and Fibre Optics Communication, by C.K Sarkar and B.C Sarkar
//Example 11.5
//OS=Windows 10
////Scilab version Scilab 6.0.0-beta-2(64 bit)
clc;
clear;
//given
n1=1.45//refractive index of core
delta=0.01;//relative refractive index difference
Br=100e6;//data rate in bps
C=3e8// velocity o... |
0a28ec742750be2b3c1f3ba9c22a62b793f4536b | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH21/EX21.15.1/ques15_1.sce | b7316d1ad52b9b4d0398e0f4116166326302ff80 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 151 | sce | ques15_1.sce | //no outp
//ques15
disp('To find the inverse laplace transform of the function');
syms s t a
f=1/(s*(s^2+a^2));
il=ilaplace(f,s,t);
disp(il);
|
c81d4e1afe9fa6158885364b7ac3479a62300b16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /623/CH2/EX2.1.1/U2_C1_1.sce | d774105f9a7cf6bce4570107728b97ab2c6a98df | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,767 | sce | U2_C1_1.sce | //variable initialization
c1=0.01
c2=0.1
c3=1
c4=10
b=2.898*10^-3; //Wien's constant (meter-kelvin)
h=(6.625*10^-34)/(2*%pi); //Planck's constant (joule-second)
c=3*10^8; ... |
79e18178b1a61b38e407e6855a50e5564590f2ba | 4de5902eb8d208787eeb79a140ed17038c2f1cdf | /Test.sce | 1e6afd729da324ac7e22f56110992268c9f81225 | [] | no_license | NovikovAAA/SciImager | d32d14537ce0b2d51ad03f8a9ae60e07148fe874 | 5988f7fe74d242e771e84ea377c1fb3f34c2c057 | refs/heads/master | 2020-08-09T01:02:04.096474 | 2020-06-29T08:15:45 | 2020-06-29T08:15:45 | 213,961,823 | 0 | 0 | null | 2020-06-29T08:15:47 | 2019-10-09T15:57:57 | Java | UTF-8 | Scilab | false | false | 794 | sce | Test.sce | C = zeros(3,200*200*3);
C(2, 1) = 200;
C(3, 1) = 200;
C2 = C;
printf('%d', C2(2, 1));
printf('%d', C2(3, 1));
for i=0:C(2.1)-1
for j=0:C(3,1)-1
index = (i * C2(3, 1) + j) * 3;
ITER = 20;
current = ITER;
x = double(i);
y = double(j);
z = complex(0, 0);
c = complex((x - double(C(2, 1)) / 2) / 50.0, (y - ... |
3c4d23d829e229433c10b904fbb7a7407d93c92c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH5/EX5.18/Ex5_18.sce | 486fd901770f52918f74f5e10dc344bffb788d34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,337 | sce | Ex5_18.sce | // Calculating the maximum flux and no load current of the transformer
clc;
disp('Example 5.18, Page No. = 5.99')
// Given Data
Ep = 400;// Primary winding voltage (in volts)
f = 50;// Frequency (in Hz)
A = 2.5*10^(-3);// Area of cross section (in meter square)
Sf = 0.9;// Stacking factor
Tp = 800;// Primary wi... |
23800159d0c38ef9191d6092e536352cdd812a30 | ba5d14a99711f45c6f3d2d28e4e8c12c9120e536 | /Aula 5.sce | 4489f78fe3c28ef8c92baa723e7d9ba5b035b9b6 | [] | no_license | RuanXavierSantos/Exercicios_Scilab | 0bf7aa6cc0b94e84bd560861c77d7a1a6c17bc2b | 219c1609766e1ac1ad27f9469012d7f3bb6c8dea | refs/heads/main | 2023-09-03T00:50:12.356763 | 2021-10-20T13:29:22 | 2021-10-20T13:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,317 | sce | Aula 5.sce | mprintf("---------------QUESTÃO 3-----------------------")
b=input("Informe o tamanho dos vetores: ")
mprintf("AGORA INSIRA OS VALORES DO PRIMEIRO VETOR!")
for i=1:b
v1(i)=input("Informe um valor: ")
end
i=0
mprintf("AGORA INSIRA OS VALORES DO SEGUNDO VETOR!")
for i=1:b
v2(i)=input("Informe um valor: "... |
f344c7605a851091b816c4e98ee85d38b25c52b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH6/EX6.1/Ex6_1.sce | 75859cd35e071f46ccb4f9465223dd32243098c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,661 | sce | Ex6_1.sce | //Quantised energy levels for microscopic and macroscopic systems
clc();
clear;
//Given :
// (a) For a 1s simple pendulum :
T = 1; // time period in s
nu = 1/T; //Frequency in Hz
//Planck's quantisation princple : E_n = n*h*nu
h = 6.625*10^-34 ; //Planck's constant in Js
printf("Energy at First three levels fo... |
3ba7bb1bce75db0c99000a9f68ff97b0d7eb288e | b12941be3faf1fd1024c2c0437aa3a4ddcbbfd67 | /normal2/fase_4.tst | 1252dfb2215fc9a8f141309a24e2d016bfad83d1 | [] | no_license | JanWielemaker/optica | 950bd860825ab753236ce1daa399ee7a0b31b3ee | 3a378df314b5a60926b325089edac89c00cc8c6d | refs/heads/master | 2020-06-12T14:22:46.567191 | 2019-06-21T11:24:41 | 2019-06-21T11:24:41 | 194,328,239 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 12,343 | tst | fase_4.tst | /* Questionaire created by optica toolkit
Date: Tue Mar 24 11:20:47 1998
*/
question(1, '4.21',
'Wanneer komt het beeldpunt meer naar rechts te liggen?',
[ 'Als je de linker lens iets naar links verschuift.',
'Als je de rechter lens iets naar links verschuift.',
'Als je de lamp iets naar links... |
db9c062f8ba6da3922b0f3875588818a96bec1e7 | 6583b7f11175c40106fb7cc0037578abae125f42 | /test/scanner.tst | eaab956b24392044d69b8fb797bcf1743aed8429 | [] | no_license | FREDY1969/tampa-bay-python-avr | 02f913ee8373bfab4ef88902844476080b560226 | e0311815ebf81b5e1b128f621bf1f15b4fa28289 | refs/heads/master | 2020-04-24T17:45:03.787951 | 2011-10-23T17:58:09 | 2011-10-23T17:58:09 | 40,279,869 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,744 | tst | scanner.tst | # scanner.tst
>>> from ucc.parser import scanner, scanner_init
>>> scanner_init.tokenize(scanner, 'hi mom')
LexToken(NAME,'hi',1,0)
LexToken(NAME,'mom',1,3)
>>> scanner_init.tokenize(scanner, 'hi\n mom')
LexToken(NAME,'hi',1,0)
LexToken(NAME,'mom',2,4)
>>> scanner_init.tokenize(scanner, 'hi\n mom\n dad')
LexToken(... |
1d5ed3cf6f22dfa845712b46f46711136d4c6d62 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-DateFunctions/FLDateTrunc-Netezza-01.tst | 8d4ac8802a4a12f773b3d6226a2c687ceb77e8aa | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,054 | tst | FLDateTrunc-Netezza-01.tst | -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unl... |
c8217990ad1deb51184cbbeae1f8bb863c587c37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /821/CH5/EX5.49/5_49.sce | 441db138b577f1ffff9a57fe3a4630fe90ea2607 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | 5_49.sce | MH2O=18;//Molecular weight of H2O in grams//
WH2O=100;//weight of H2O in grams//
W=3.6;//weight of oraganic substance in grams//
dP=0.0855;//Lowering in vapour pressure in mm of Hg//
P=23.76;//Vapour pressure of Organic substance in mm of Hg//
M=(W*MH2O*P)/(WH2O*dP);//Molecular weight of Organic substance in grams... |
80090e5b93950994f3440a51873f724fb9df56ca | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH9/EX9.1/ex_9_1.sce | 0f985f2f3d06d3a3a8a0fef3fae4c5960a3ff5da | [] | 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 | 801 | sce | ex_9_1.sce | //find minimum force per pitch and find actual stresses developed
clc
//solution
//given
t=15//mm
d=25//mm
p=75//mm
ftu=400//N/mm^2
tu=320//N/mm^2
fcu=640//N/mm^2
pi=3.14
n=2
FS=4//factor of safety
//min foce per pitch which will rupture the joint
Ptu=(p-d)*t*ftu//N//ultimate teraing reisistance
Psu=n*(p... |
de237a1daaadba17e748791fc4419bd16f4ae1f5 | 8627886261b3eddf8440c0b470cd9ee25c762d97 | /сайлаб/21_lab_rabota.sce | 6cd0b8c7d703044d80e64d81a3cc72ac14268829 | [] | no_license | timurzotov/pvis | ba75cf86fae91b6adc8dd3fe9cd2672eea561cca | d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba | refs/heads/master | 2020-09-08T07:59:31.719500 | 2019-11-11T21:14:13 | 2019-11-11T21:14:13 | 221,070,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,307 | sce | 21_lab_rabota.sce | clc;
f=figure();
set(f,'position',[200,20,400,300]);
set(f,'figure_name','Лабораторная работа №21');
set(f,'BackgroundColor',[0,1,1]);
rbt1=uicontrol(f,'style','radiobutton','string','sin(x)','value',0,'position',[70,225,70,30],'BackgroundColor',[1,1,1]);
rbt2=uicontrol(f,'style','radiobutton','string','cos(x)','value... |
372d7afc2d3930126ab1d8091f80fd53a31fc273 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2513/CH10/EX10.1/10_1.sce | bb4c9f50a3cac880ebaf34342f30098c1b4ac5ed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 507 | sce | 10_1.sce | clc
//initialisation of variables
w1=1000//ft
w2=2000//ft
r=700//gpm
d=10//days
q=2//ft
u=1.87*[(3.4*10^-5)/(3.2*10^4)]*(d^6/d)//ft
W=7.94//ft
p=114.6*(7*10^2)*W/(3.2*10^4)//ft
U=1.87*[(3.4*10^-5)/(3.2*10^4)]*(4*d^6/d)//ft
Wu=6.55//ft
P=114.6*(7*10^2)*Wu/(3.2*10^4)//ft
R=54//ft
//CALCULATIONS
W1=R+p+P//f... |
77058fb6d4d948039dea7430710bb8e8d4f06b4d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1736/CH2/EX2.4/Ch02Ex4.sce | 850c34ffff4ab201221658e37d547583f478457f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 716 | sce | Ch02Ex4.sce | // Scilab Code Ex2.4 : Page-63 (2006)
clc; clear;
epsilon_0 = 8.854e-012; // Absolute electrical permittivity of free space, F/m
N = 6.023e+023; // Avogadro's number
e = 1.6e-019; // Energy equivalent of 1 eV, eV/J
E = 152e+03; // Binding energy of CsCl, cal/mol
n = 10.6; // Repulsive exponent of CsCl
... |
6ab0ef9059734da9fecc54aa31a0ebbbb497e95a | c565d26060d56f516d954d4b378b8699c31a71ef | /Vikas_self/report_tex/PID_results/pictrl2with40to45.sce | 3527c624f3597a8c91330c2742d738902262f6ae | [] | no_license | rupakrokade/sbhs-manual | 26d6e458c5d6aaba858c3cb2d07ff646d90645ce | 5aad4829d5ba1cdf9cc62d72f794fab2b56dd786 | refs/heads/master | 2021-01-23T06:25:53.904684 | 2015-10-24T11:57:04 | 2015-10-24T11:57:04 | 5,258,478 | 0 | 0 | null | 2012-11-16T11:45:07 | 2012-08-01T11:36:17 | Scilab | UTF-8 | Scilab | false | false | 180,000 | sce | pictrl2with40to45.sce | 0.100E+00 0.390E+02 0.390E+02 -0.320E+01
0.600E+00 0.387E+02 0.372E+02 0.100E+01
0.110E+01 0.386E+02 0.378E+02 0.130E+01
0.160E+01 0.384E+02 0.385E+02 0.140E+01
0.210E+01 0.382E+02 0.390E+02 0.160E+01
0.260E+01 0.380E+02 0.390E+02 0.180E+01
0.310E+01 0.380E+02 0.390E+02 0.200E+01
0.36... |
aa52c016a505ddec4089b3a2d7cd04d1dd38a9f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH4/EX4.1/ex4_1.sce | 59d4fcce4b754ea4585d9c1b0b54fcb258aa2c90 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 267 | sce | ex4_1.sce | //Exa 4.1
clc;
clear;
close;
// Given data
R1= 1;// in kΩ
R2= 1;// in kΩ
R3= 1;// in kΩ
RF= 1;// in kΩ
Vin1= 2;// in volt
Vin2= 1;// in volt
Vin3= 4;// in volt
Vout= -(RF/R1*Vin1+RF/R2*Vin2+RF/R3*Vin3)
disp(Vout,"The output voltage in volts is : ")
|
9c2ea9c3cccb39d288f14446a6c4e9cbe830b581 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3588/CH3/EX3.3/EX3_3.sce | 8691ebbd380d311abf823694622cd271c638ae4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,941 | sce | EX3_3.sce | //Clearing Console
clc
clear
//First, note that the 3-D truss with four nodes has 12 possible displacements. However,
//since nodes 1–3 are fixed, nine of the possible displacements are known to be zero. There-
//fore, we need assemble only a portion of the system stiffness matrix to solve for the three
//unknown disp... |
a2eab41e87d54f89c12c0145c690720339a87bc6 | c4dc71508b28a2e15187e1b742173168eda9ab86 | /item_swap.sce | ae43d001436d7804abeba99043fa7a5b458c052c | [] | no_license | ximarx/calcolo-numerico | 103fc59093a2688e8d6224ecdf21d0ce9f3768e3 | bca493091417b8f27131a59a2b3a20c30e31b90f | refs/heads/master | 2020-06-06T05:34:35.065166 | 2012-06-23T06:39:27 | 2012-06-23T06:39:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 188 | sce | item_swap.sce | function A=item_swap(A,r,s,col)
// eseguo lo swap dell'elemento in posizione r,col con
// con quello in posizione s,col
tmp=A(r,col)
A(r,col)=A(s,col)
A(s,col)=tmp
endfunction |
253c988ec2b4be1f95c613af68ba282d927601f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH4/EX4.6/ex4_6.sce | a4711ff3db9b3047ef0f5aac926c2294b50f1b43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 244 | sce | ex4_6.sce | // Example 4.6, Page No-192
clear
clc
Rf=10*10^3
RL=2000
Vi=0.5
IL=Vi/Rf
IL=IL*10^6
printf("Current IL= %d uA", IL)
IL=IL/10^6
Vmax=IL*RL + IL*Rf
printf("\nVmax= %.2f V", Vmax)
printf("\nHence output clipping doesnot occur")
|
190bf9bc82e7d8fe696df5f6ebb72ccefe5a468e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3137/CH17/EX17.10/Ex17_10.sce | 7eb7008721bc2954c16a09d90b827a80494a96ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | Ex17_10.sce | //Initilization of variables
speed=90000 //m/h
P=100*1000 //N
//Calculations
Power=P*((speed)/3600) //J/s
//Result
clc
printf('The power developed is %fJ/s',Power)
|
8fbfd87818e78894f8f57b49a3e079fb35866ddf | 5f48beee3dc825617c83ba20a7c82c544061af65 | /tests/s/52.tst | abe7705ccfde4de85aed38f2764370fbfd0ce601 | [] | no_license | grenkin/compiler | bed06cd6dac49c1ca89d2723174210cd3dc8efea | 30634ec46fba10333cf284399f577be7fb8e5b61 | refs/heads/master | 2020-06-20T12:44:17.903582 | 2016-11-27T03:08:20 | 2016-11-27T03:08:20 | 74,863,612 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 34 | tst | 52.tst | int f(void)
{
}
int f(void)
{
} |
ef3ffa2f99ac3281b8b0d299f46ad638d51e0f7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH7/EX7.21/example7_21.sce | f11228f319423b12f5ac2607fa96a3c49a01d09c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 396 | sce | example7_21.sce | // Calculate dynamic resistance
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 7-21 in page 328
clear; clc; close;
// Given data
mu=80; // Amplification factor
gm=400*10^-6; // Transconductance in micro-mho
// Calculation
rd=mu/gm;
printf... |
5add41c2118b79e8b66b6435a32260bbdc0ef36c | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 4/Listing4115.sce | 059a24a78bcf9033e873f9b0bfba74877fe825c4 | [] | no_license | joaolrneto/learning_scilab | 78ecc0019f167b57bc35647c4ac785ece01e443e | 9624c9a6736860a8a836b0f801256b6224756585 | refs/heads/main | 2023-03-17T22:17:51.853368 | 2021-03-15T20:58:34 | 2021-03-15T20:58:34 | 344,478,059 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | sce | Listing4115.sce | clc
clear
close
x = 0:.1:10;
plot(x,sin(x),'r');
plot(x,cos(x),'b');
legend('sin x','cos x');
|
d90063a4c4912788a0fec4789e1220c95b31736a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3511/CH9/EX9.2/Ex9_2.sce | 16ee79351ea19d415eb690136baedabd685b66f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,303 | sce | Ex9_2.sce | clc;
P1=1.0132; // Inlet air pressure in bar
T01=288; // Inlet air temperature in kelvin
ca=150; // axial velocity in m/s
dtip=60; // Tip diameter of rotor in cm
dhub=50; // Hub diameter of rotor in cm
N=100; // Speed of rotor in rps
t_angle=30; // Deflected angle of air in degree (in question it is 30.2 but in ... |
8981370d005fd88745205230ac47816121437966 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2660/CH14/EX14.13/Ex14_13.sce | f19d662c1e37c3ba295ac4cdaa0e861a896b675d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 750 | sce | Ex14_13.sce | clc
alphab = 8 // back rake in degree
alphas = 4 // side rake in degree
cs = 15 // side cutting edge angle in degree
lemda = 90 - cs // approach angle in degree
alphab = alphab*%pi/180 // back rake in radian
alphas = alphas*%pi/180 // side rake in radian
cs = cs*%pi/180 // side cutting edge angle in radian
lemd... |
00d803f9874713609ed5994d6d698409eeffa358 | 0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4 | /scilab/Calibration_Equity/src/PDEDupire/src/vprice.sci | cac6fb00220d324ffe40c6a0e8314659164993ad | [] | no_license | FinancialEngineerLab/premia-13-cpp_FICC | e19caa6a9cadb4ad1361053efc0dfc9418071cf9 | e271da627dbfc8c2c1f7e9f700766544f64c72b2 | refs/heads/master | 2023-03-16T11:11:26.830681 | 2016-04-19T05:58:16 | 2016-04-19T05:58:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,563 | sci | vprice.sci | function []=vprice()
//
// MATHFI Project, Inria Rocquencourt.
// Jean-Marc Cognet, November 2002.
//
// VALEURS PAR DEFAUT DES PARAMETRES :
// strfic = 'sigmaest.visu'; nom du fichier contenant les prix
// option = 2; 1 --> projection 2D, 2 --> surface, 3 --> coupe
// coul = 'y'; 'n' p... |
9c7ec97f7d5c700b04ceedb999c601568dad0f3b | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/elem/sqrtm.sci | 53c3bd52cb62902bfc0bbce05468ca55b60b0e90 | [
"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 | 236 | sci | sqrtm.sci | function x=sqrtm(a)
// sqrtm - computes the matrix square root.
//%CALLING SEQUENCE
// x=sqrtm(a)
//%PARAMETERS
// a : square hermitian or diagonalizable matrix
// x : square matrix
//!
// Copyright INRIA
x=%s_pow(a,0.5);
|
732a935b2bdb547c81669595fac872a5533c7e36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1979/CH10/EX10.2/Ex10_2.sce | bec58f0a9e186438fc111e4a515275419370633c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | Ex10_2.sce | //chapter-10 page 486 example 10.2
//==============================================================================
clc;
clear;
r=6370*10^3;//radius of the earth in m
x=-0.05*10^(-6);//the gradient of refractive index of air near the ground per m [du/dh]
//CALCULATION
k=1/(1+(r*x));//The value of the factor ... |
e04bf328e0ddbbe950a059a8b280563ee80e7e78 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_High_Voltage_Engineering_C._L._Wadhwa_3487.zip/High_Voltage_Engineering_C._L._Wadhwa_3487/CH7/EX7.5/Ex7_5.sce | c0ecff4798a0747dbf3d51cba3df8cfbcfecde19 | [] | 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 | 196 | sce | Ex7_5.sce | errcatch(-1,"stop");mode(2);//Chapter 7,Example 7.5 Page 226
E = 500
Z = 350
L = 800
E1 = E*(1-exp(-(2*Z/L)*2))
printf (" E'' = %f kV \n",E1)
//Answers may vary due to round off error
exit();
|
101c0f00c67d963ecddf1a1cca3bd3c85715738c | ff375d9d37f5b412a0d9f81d11c76d6a43bfd868 | /packages/generator-radic/generators/build-tools/templates/webpack.gulpfile.tst | 24fa00e5a3b253f9217216c7f4217fe3ab76494d | [] | no_license | RobinRadic/react-packages | 5378e6465ed421eeb96a153d66ea3ad6c7171754 | 414f28fe2ee12df4543c2e6ce1aebaeec1982684 | refs/heads/master | 2020-04-01T22:35:46.997480 | 2018-12-24T18:30:52 | 2018-12-24T18:30:52 | 153,716,374 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,592 | tst | webpack.gulpfile.tst | import { mixin } from '@radic/build-tools'
import { gulp, Gulpclass, GulpEnvMixin, GulpInteractiveMixin, Task } from '@radic/build-tools-gulp'
import { build, GulpWebpackMixin, serve } from '@radic/build-tools-webpack'
export interface Gulpfile extends GulpEnvMixin, GulpInteractiveMixin, GulpWebpackMixin {}
@Gulpclas... |
58d31391313432850d71b31e7cfaf477c53a894f | b4bbf9b2a475b5cf299b30bf5e0c621e32f6c832 | /test/solver/win4.tst | 4df607ab10ff962fef82f1b966c78fa888fcb83a | [] | no_license | apetresc/castro | 1ec1ac1307542487aa1be14c335170f7a1347bf2 | 843165af7c946188a2dd772384cd2d579723c99d | refs/heads/master | 2022-02-20T14:28:41.962893 | 2019-10-07T08:41:59 | 2019-10-07T08:41:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 45 | tst | win4.tst | hguicoords
boardsize 4
playgame b1 d2 a2 e4
|
c5eb1ca4d5ceaf23556b12f7198e13b8c76d270c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH10/EX10.2/Exa10_2.sce | febfe374964106c8e856732a7f0000a9054589fc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sce | Exa10_2.sce | //Exa 10.2
clc;
clear;
close;
//given data :
n=0.8;//in m
H=500;//in km
a=6370;//in km
D=1349.07;//in Km
f_muf=10;//in MHz
f_muf=f_muf*10^6;//in Hz
f=10;//in MHz
f=f*10^6;//in Hz
// Formula : n=sqrt(1-81*N/f^2)
Nmax=(1-n^2)*f^2/81;//in Hz;
fc=9*sqrt(Nmax);//in Hz
// Formula : f_muf/fc=sqrt(D^2/(4*(H+D^2... |
849da67a683a42b0f7c7d412c47dabd0c26abedb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1223/CH10/EX10.11/Ex10_11.sce | 444556b97fa2f2147af74f571195475fbbe32654 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | Ex10_11.sce | clear;
clc;
//Example 10.11
Van=120;
Vap=80;
Vt=0.026;
Ico=0.001;
//Rl=infinity
Av=-(1/Vt)/(1/Van+1/Vap);
printf('\nsmall signal open circuit voltage gain=%.2f\n',Av)
Rl=100;
Av1=-(1/Vt)/(1/Van+1/Vap+1/Rl);
printf('\nsmall signal open circuit voltage gain=%.2f\n',Av1)
Rl=10;
Av2=-(1/Vt)/(1/Van+1/Vap+1/Rl)... |
75f31e297d9eb209528b689517e2c0ea52ab6605 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpassrateup/test_1.sce | b9501de1f5301f4afa4f245080d9016e96b1b4c2 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | test_1.sce | // Test # 1 : No Input Arguments
exec('./allpassrateup.sci',-1);
[n,d]=allpassrateup();
//!--error 10000
//Number of input arguments should be 1
//at line 25 of function allpassrateup called by :
//[n,d]=allpassrateup();
|
f2a3d137f034f7413dfcf85b068b8869a61a941d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH11/EX11.18/Ex11_18.sce | 4f481ddffdf3606becf5cf20e0e541d7b5a9f003 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 764 | sce | Ex11_18.sce | // Chapter 11 example 18
//------------------------------------------------------------------------------
clc;
clear;
// Given data
H = 35786; // ht of orbit from earth surface
Re = 6378 // radius of earth in kms
// Calculations
// For theoretical max coverage angle,elevation angle E = 0
... |
8309ccbd54009a19487ad90795a42783d8f3d183 | 449d555969bfd7befe906877abab098c6e63a0e8 | /125/CH3/EX3.3/Example3_3.sce | b7e620e548e85c5c68fdceac293819b219ac81f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 391 | sce | Example3_3.sce | //Caption: 2-D Linear Convolution
//Example3.3 & Example3.6 & Example3.10
//page 100 & page 109 & page 119
clc;
x =[1,2,3;4,5,6;7,8,9];
h = [3,4,5];
y = conv2d2(x,h);
disp(y,'Linear 2D convolution result y =')
//Result
//Linear 2D convolution result y =
//
// 3. 10. 22. 22. 15.
// 1... |
353201a2331dfb117fe991265fba7c77be038d9c | 006a2b1bdbcab37127ae402052015521febc527b | /selection.sci | b4efc63d39b6b0f3a5b572e39da17ac782419554 | [] | no_license | andrerodrig/GeneticAlgorithms | 55f3bdfb8e17f05539136861c1c7af17a59d6262 | bc4724584788893b4cd0780d0b2f79b0455940cd | refs/heads/main | 2023-03-31T20:02:17.147452 | 2021-04-03T17:55:48 | 2021-04-03T17:55:48 | 354,190,959 | 1 | 0 | null | 2021-04-03T17:55:49 | 2021-04-03T03:35:48 | Scilab | UTF-8 | Scilab | false | false | 1,115 | sci | selection.sci | function [selected_matrix] = selection(evaluated_vect)
// Função responsável por selecionar os indivíduos para recombinação genética.
n_cromoss = size(evaluated_vect)(1);
n_crossover = ceil(n_cromoss/2);
roulette = zeros(n_crossover, 2);
total_evaluations = sum(evaluated_vect);
percentual_... |
2677cf1346b52d7c25e5c0aa3336fe210b271c7b | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.1.1/macros/calpol/rowcompr.sci | 006afc5a4b5562665742309c7ccc9c36c13d366f | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 317 | sci | rowcompr.sci | function [X,rk,Ac]=rowcompr(A)
//[X,rk,Ac]=rowcompr(A)
//row compression of polynomial matrix A (toward the bottom)
//X left polynomial unimodular base
//rk=normal rank of A
//Ac = X*A
//Warning: elimination of neglected terms
//!
[n,m]=size(A);
[Ac,U,rk]=htrianr(A');
Ac=Ac';
X=U';
X=X(n:-1:1,:)
Ac=Ac(n:-1:1,:)
|
956258ff8365ca48a6eb1b40095628c75df3d2d5 | b80969c9d72c732b0153d0de2b8fd28dc10d8a16 | /Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/equationDifferentielle/chapitre3/ex10q2.sci | 3fa817b5b8282d3f561d0bf92bad5087baa59ff3 | [] | no_license | adamdepossylux/stem_cells | 6a2596a0734e3604b570cfdaa1e6cb798d13d7b7 | e1ffdf24a223fea3a3606a0bd262067edc81f5b9 | refs/heads/master | 2020-04-01T17:26:21.772875 | 2017-05-10T15:15:09 | 2017-05-10T15:15:09 | 61,795,551 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sci | ex10q2.sci | function[y]=f2(t,u)
y(1)=u(2);
y(2)=-4*u(2)-3*u(1);
endfunction
N=101;
t0=0;
t=linspace(t0,5,N);
h=(5-0)/(N-1);
y2=zeros(2,N);
y2(:,1)=[1;1];
for i=1:N-1
yd=y2(:,i)+h*f2(t(i),y2(:,i));
y2(:,i+1)=y2(:,i)+(h/2)*(f2(t(:,i),y2(:,i))+f2(t(:,i+1),yd));
end
plot2d(t,y2(1,:),5)
plot2d(t,y2(2,:),3)
legend(['1'... |
f3f1bb90fc293f46fed4e238c3cadaf83f1a6287 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1655/CH4/EX4.15.10/Example_4_15_10.sce | 0687dc50dc9098b8a009a0a263106783602967b9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 764 | sce | Example_4_15_10.sce | // Example 4.15.10 page 4.42
clc;
clear;
tau=0.1d-6; //pulse broadning
dist=18d3; //distance
Bopt=1/(2*tau); //computing optical bandwidth
Bopt=Bopt*10^-6;
dispertion=tau/dist; //computing dispersion
dispertion=dispertion*10^12;
BLP=Bopt*dist; //computing Bandwidth length produc... |
c6d59c1269d289f0edc0f570f70e15d28b82da19 | e8bcf3f9ffdfb367940fb9ed498b1c598ce92e65 | /fn2.sci | 932be27fbf29671a940942e5a39af741e489cb72 | [] | no_license | yoddha24/Intro-to-Scilab | 1fe25aee3ebd319bc2c9e2cf7c25d7050b09890e | 4c458c1bea6880839ebae07adfd39dea0eac4e2c | refs/heads/master | 2021-01-20T18:24:05.191473 | 2016-08-08T13:45:16 | 2016-08-08T13:45:16 | 65,207,356 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 80 | sci | fn2.sci | function [y1,y2,y3] = fn2 (x,y)
y1 = x - y;
y2 = x + y;
y3 = y - x;
endfunction
|
dcb5872fda3edefd479560859e46170642b12c57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1962/CH2/EX2.15/example2_15.sce | a27624a5071c97a9763ee0463400cbafa48ea965 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | example2_15.sce |
//example 2.15
//page 86
clc; funcprot(0);
//initialisation of variable
Gamma=9810;
x1=20/100/3;
x2=20/2/100;
theta=atan(4/20);
V=4*20*100/100^3/2;//volume
Fb=Gamma*V;//Force Buoyant
W=Fb-1.5;//total weight
x=(x2-x1)*cos(theta);
M=W*x;
disp(M*100,"Riding Moment (Ncm)=");
clear
|
5fa84056cbe25d67fd27ceaf2bbde981f434d1f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2741/CH5/EX5.10/Chapter5_Example10.sce | d00421ed3ac95e4f6969f6fd234724891007625e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 708 | sce | Chapter5_Example10.sce | clc
clear
//Input data
v=1;//The volume of an ideal gas in litre
d=13.6;//The density of mercury in g/cm^3
g=980;//Gravitational constant in gms/s^2
p=76;//The pressure in cm of Hg
R=8.31*10^7;//The Universal gas constant in ergs/g mol-K
N=6.023*10^23;//The Avogadro number
T=273;//The temperature at N.T... |
d53facb054a1b3d06021c115cf546d521700fc19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1199/CH2/EX2.27/2_27.sci | ab6822be6a5b06a19c61891229c1459fc758ddb5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 345 | sci | 2_27.sci | // 2.27
clc;
Ro=3980;
Ta=273;
//3980= a*3980*exp(b/273)
Rt50=794;
Ta50=273+50;
//794= a*3980*exp(b/323)
//on solving
//a=30*10^-6, b=2843
Ta40=273+40;
Rt40=(30*10^-6)*3980*exp(2843/313);
printf("Resistance at 40 degree C= %.2f ohm ",Rt40)
Rt100=(30*10^-6)*3980*exp(2843/373);
printf("\nResistance at 100 de... |
b2feea573b4b83e520de7f9efba690d023bb88ae | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0066.tst | 820a003139c044d93cbaba646123b0a2fb90440e | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6 | tst | 0066.tst | ;{B
|
1064f7c01a7f9e1bd3b0c122dd91861bee7f42d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH5/EX5.14/Ex5_14.sce | f4d0bd0b2dc1683c97c6a491d371ad2913a95ddb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_14.sce | //Example 5_14
clc;
clear;
close;
format('v',6);
//given data :
I0=9*10^-7;//A
VF=0.1;//V
I=I0*(exp(40*VF)-1)*10^6;//micro A
disp(I,"Current flowing(micro A)");
//Answer given in the book is not accurate.
|
2fd3211d71c782c8999fac6478b6d7ec31c36d57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1868/CH5/EX5.8/Ch05Ex8.sce | ff67183bc03f30b35fee50b25de54b153f143f41 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch05Ex8.sce | // Scilab code Ex5.8: Pg 177 (2005)
clc; clear;
h_cross = 1.05e-34; // Reduced Plank's constant, J-s
delta_x = 15; // Uncertainity in position, m
v_x = 2; // Velocity of ball, m/s
m = 100e-03; // Mass of ball, kg
delta_p_x = h_cross/(2*delta_x); // Uncertainity in momentum, kg-m/s
delta_v_x =... |
6aec930ad1405a155ee114e5cf7272b1c5d84703 | bd4a88a5c028a801cbf0e414d2630de1c1e35449 | /scilab/ScatterPLot.sce | adf02b6c7b513bb35622b967aad8f2078648cc4f | [] | no_license | edielsonpf/turning-signal-analysis | 625783cea26b029c87925f96af4ac14aa38c8ae8 | 2fd594e79395caa72f5cebc378878367ff0e7f01 | refs/heads/master | 2021-03-13T00:01:23.673430 | 2018-12-24T14:44:39 | 2018-12-24T14:44:39 | 41,508,152 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,021 | sce | ScatterPLot.sce | //Limpa qualquer variável criada em outra simulação.
clear;
//fecha todos os gráficos
xdel(winsid());
Debug = 1;
SPEC_DATA_FOLDER = 'C:\Users\Edielson\Projects\Research\turning-signal-analysis\results\spectrogram\';
//===========================================================
Ms=[];
MsIndex=1;
FileIndex=1;
fid1 = mo... |
f97d4b2060d207437e3240a371803b9c526cca54 | 6813325b126713766d9778d7665c10b5ba67227b | /Chapter5/Ch_5_Eg_5.7.sce | 98f76413f826ce74e3cc810c276db43f97b76750 | [] | no_license | arvindrachna/Introduction_to_Scilab | 955b2063b3faa33a855d18ac41ed7e0e3ab6bd1f | 9ca5d6be99e0536ba1c08a7a1bf4ba64620ec140 | refs/heads/master | 2020-03-15T19:26:52.964755 | 2018-05-31T04:49:57 | 2018-05-31T04:49:57 | 132,308,878 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Ch_5_Eg_5.7.sce | // To change the color of a curve using the properties of various objects
x=-%pi:.2:2*%pi;
y1=sin(x); y2=cos(x); plot(x,y1,"-rx",x,y2,":gO");
a=gca();
a.grid
a.grid=[1,1];
p=a.parent;
p.background
p.background=3;
c=a.children(1).children(1);
c.foreground
c.foreground=2;
|
e542057479adadebee8b6eb36c5da35340e355fe | 46ffb5fda9448453eba4d6787a1568028b241d88 | /ABMLangangen/calibration/calibSimplexMeanSquares_04:34:20.906 PM 05-juin-2013.sci | d5fafde23dbb21feca556b1883740106cc6e7d4e | [] | no_license | JusteRaimbault/Models | f81f886dc050445dae68e933e0c052c7f9c0b59c | 52f9c28fe20c8e491fb83e22ef162256eb966d32 | refs/heads/master | 2016-09-10T23:23:05.419418 | 2013-07-30T22:02:34 | 2013-07-30T22:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 10,572 | sci | calibSimplexMeanSquares_04:34:20.906 PM 05-juin-2013.sci | ms=[];incomemean=[];bref=[];bnorm=[];
ms(1)=53180.1819728015;
incomemean(1)=5000;
bref(1)=5000;
bnorm(1)=5000;
ms(2)=13000;
incomemean(2)=5000;
bref(2)=5500;
bnorm(2)=5000;
ms(3)=11947.753521255074;
incomemean(3)=5000;
bref(3)=5000;
bnorm(3)=5500;
ms(4)=53180.1819728015;
incomemean(4)=5500;
bref(4)=5000;
bnorm(4)=5000;... |
c18e45e0fe1a67b3a132a835632f3a5ee65bf6e2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1106/CH11/EX11.7/ex11_7.sce | fefb18c0d7946824bb1b8cc369eefc40ac00717e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sce | ex11_7.sce | // Example 11.7, Page No-473
clear
clc
lsb=8*10^-6
Ifs=lsb*255
R=5000
ip1= bin2dec('00000000')
Io1=ip1*lsb
Io1d=Ifs-Io1
Vo=-Io1d*R
printf('\nCase 1: Vo= %.2f V', Vo)
ip2= bin2dec('01111111')
Io2=(ip2*lsb)*1000
Io2d=Ifs*1000-Io2
Vo2=-(Io2d*R)/1000
printf('\nCase 2: Vo= -0.04 V')
ip3= bin2dec('10000... |
8d8f2fd279007401bcf405ea18e4c2cefe6006a1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH20/EX20.2w/20_2w.sce | 625b99a4ff865d42139abb7c87521289e08220a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,300 | sce | 20_2w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 20.2w
//calculation of the angle of flint glass prism and angular dispersion produced by the combination
//given data
A=5//angle of crown glass prism(in degree)
mur=1.514//refractive index of crown glass for the red l... |
62c4da1ff8642978f001439c694f9d5e9e611caf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1370/CH3/EX3.20/example3_20.sce | f8659085d28932d25204a0e99236e830d6d7a51a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 723 | sce | example3_20.sce | //example3.20
clc
disp("150 kVA, P_i=1.4 kW, P_cu(FL)=1.6 kW")
k=150*sqrt(1.4/1.6)
format(9)
disp(k,"a) kVA for eta_max = kVA*sqrt(P_i/P_cu(FL))= ")
disp("For maximum efficieny, P_cu=P_i=1.4kW and cos(phi)=1")
disp("Therefore, %eta_max=(VA for eta_max *cos(phi))/(VA for eta_max*cos(phi)+2P_i *100")
n=(140.3121*... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.