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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
08f8965e6029096b02c1a362e1f453513f516f18 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1592/CH4/EX4.1/example_4_1.sce | 3a6c3c2babde1502242fd97f0bb3847f5583f344 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,280 | sce | example_4_1.sce | //Scilab Code for Example 4.1 of Signals and systems by
//P.Ramakrishna Rao
//Plotting Magnitude and Phase spectrum
clc;
clear;
A=8;
Dt=0.005;
T1=4;
t=-T1/2:Dt:T1/2;
q=length(t)
for i=-(q/2)+1:q/2
if i>-q/4 & i<q/4 then
xt(i+(q/2))=A;
else xt(i+(q/2))=0;
end
end
Wmax = 2*%pi*1; ... |
748939fe00258216485f6f2c4e2a8d7ceecca35c | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Graph_search/identify_transition.sci | cf098f456b0e2a2fd4a2edd6786980503590570e | [] | no_license | mxch18/SRL-WRT_pathPlanning | 38a1701934a4a0e919a6c1c7990092b242df72da | 6992febbbe103814d2cef5351a0e8917b183a2b0 | refs/heads/master | 2020-03-23T06:43:54.155192 | 2018-09-26T17:26:56 | 2018-09-26T17:26:56 | 141,226,032 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 536 | sci | identify_transition.sci | function trans_stnc = identify_transition(STNC1,STNC2)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//
//INPUT
//
//OUTPUT
//
//----------------------------------------------------------------------------//
leg = -1;
... |
4d2e505fdb43003396a13a193be6873951e44db4 | 6f286be4a4e16867cc6e488080b8e3eced1dcd62 | /htslib/test/sam_filter/filter.tst | 129516b248e4f61a53acb2a4b043ec266a546995 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | imgag/ngs-bits | 3587404be01687d52c5a77b933874ca77faf8e6b | 0597c96f6bc09067598c2364877d11091350bed8 | refs/heads/master | 2023-09-03T20:20:16.975954 | 2023-09-01T13:17:35 | 2023-09-01T13:17:35 | 38,034,492 | 110 | 36 | MIT | 2023-09-12T14:21:59 | 2015-06-25T07:23:55 | C++ | UTF-8 | Scilab | false | false | 2,824 | tst | filter.tst | # Copyright (C) 2020 Genome Research Ltd.
#
# Author: James Bonfield <jkb@sanger.ac.uk>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitati... |
228ccb7812df030b7d8af5f06be8510099bab75b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2216/CH13/EX13.1/ex_13_1.sce | 2a1e9e3fdb86ef2c91f7906c9e41b149374e0a83 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 947 | sce | ex_13_1.sce | //Example 13.1: plot
clc;
clear;
close;
lod=[0;20;40;60;80;100;160];//in micro meter
slong=[1.0;0.95;0.92;0.89;0.86;0.83;0.80];//
lad=[0;10;20;30;40;50;60;70;80;90;100];//in micro meter
slat=[0;0.1;0.2;0.3;0.4;0.5;0.6;0.7;0.8;0.9;1.0];//
add=[0;1;2;3;4;5;6;7;8;9;10];//
sang=[0;0.5;0.6;0.7;0.8;0.9;1.0;1.1;.12];//
t=0:20... |
02d79903aed34eee323d806c0b6a8946e01e82d8 | 8712e7b4614b1ab648f19bcce8ca17e378876546 | /Scilab Com Interface Grafica/Engine/B8_Salva_Dados.sce | 4b0be306c31fc2e32c47771d2fea838434a5cfbb | [] | no_license | Diogo-Rossi/Mestrado-Diogo-Rossi | d0d476d878c729c44778ea8f364c50c5464fc751 | d544d3bce094931eb96a6031aaa1ae1a833d2b04 | refs/heads/master | 2022-08-26T22:28:04.339221 | 2022-07-11T00:25:21 | 2022-07-11T00:25:21 | 236,889,761 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,182 | sce | B8_Salva_Dados.sce | Arquivo = uiputfile(["*.dinam","Arquivos de Análise Dinâmica"], ...
fileparts(pwd()),"Salvar dados da análise");
if ~isempty(Arquivo) then
[Path,Name,Extension] = fileparts(Arquivo);
Arquivo = Path + Name + ".dinam"
EditBoxData = []
Campos = {MaterialData SectionDat... |
1d68cf5385d77354d31bf215bc9564c705cbcf15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1061/CH8/EX8.12/Ex8_12.sce | ade16e0df251af1581c30fd50a459d840d2bea52 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex8_12.sce | //Ex:8.12
clc;
clear;
close;
ni=0.09;// normal efficiency
d=2*2.54;// separation distance in cm
x=0.2;// divergence angle in radians
vf=2.0;// forward voltage in volts
i_f=65*10^-3;// forward current in amp
pi=vf*i_f;// input power in Watt
po=ni*pi;// output power in Watt
H=4*po/(3.14*d^2*x^2);// irradiance ... |
40e94d89c8fc6a4b1a3c746888bafaf30d441543 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH12/EX12.5/Ex12_5.sce | c56e7e09d00160009eea8f64c96db121181cb9fd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,111 | sce | Ex12_5.sce | // Given:-
nN2 = 0.79 // initial moles of nitrogen in kmol
pN2 = 2.0 // initial pressure of nitrogen in bars
TN2 = 250.0 ... |
ccecbdf570ffd3e331fc1c8f4842b64e5c316086 | fbc2a84b0319c5448495b1d68ffcac68e352940e | /tr2_q2_ELM.sce | b7aa75c989645b0f9d780015880ed3750cfbdd03 | [
"MIT"
] | permissive | aanfiel/trabalho2_ic | 3b3c6e4b9478a42f01bc434922cf175eec8c3642 | dd7797a3570768d46e0deeb680c8f3a025392336 | refs/heads/master | 2020-09-07T08:14:57.223275 | 2019-11-11T16:44:40 | 2019-11-11T16:44:40 | 220,719,056 | 0 | 0 | null | 2019-11-10T00:07:59 | 2019-11-09T23:56:55 | Scilab | UTF-8 | Scilab | false | false | 1,488 | sce | tr2_q2_ELM.sce | // SEGUNDO TRABALHO DE INTELIGÊNCIA COMPUTACIONAL
// Questão 2 (ELM)
// Aluno: José Lopes de Souza Filho
// Matrícula: 389097
// Aplicação: Scilab, versão 6.0.2
// SO: Linux Mint 19.2 Tina
//-----------------------------------------------------------------------------
clear;
clc;
base = fscanfMat('iris_log.dat');
X = ... |
a35e1c2c9eb4209d646aa147e6d7cbe636d3348a | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH1/EX1.A.2/1_A_2.sce | f523b8b2f21452a7a7145602bf59bf8d9ef6710e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 45 | sce | 1_A_2.sce | v2=5
i2=v2/1000
v1=-i2/5
vs=v1
disp(vs) |
e3afc22981d256487b6fe0e5c841a3b731aabfd0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1133/CH4/EX4.19/Example4_19.sce | 7588d26fe1378f67ca44d3691531201b1fc7db62 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 213 | sce | Example4_19.sce | //Example 4.19
clc
disp("For a Clapp oscillator,")
disp(" f = 1 / 2*pi*sqrt(L*C3)")
disp("where C3 = 63 pF")
f=(1/(2*%pi*sqrt(315*10^-18)))*10^-6 // in MHz
format(6)
disp(f,"Therefore, f(in MHz) =")
|
b243906e139de650ce257cf5cc466cffef5b62b4 | 139d4a83f28a14dc04c48d99a492bec7abcc3229 | /lab3_v8/0_bisection.sce | e1eaeddd6b9a7fd1cad2680c7c4333239ad05a64 | [
"MIT"
] | permissive | s-kostyuk/labs_alg | 0f78d0a5df7b94f9190bc3b45a077fb3e68e74fb | 320902e94d9bfde9d7a13a427b315605929dec17 | refs/heads/master | 2021-01-10T03:54:40.483782 | 2015-12-03T22:52:39 | 2015-12-03T22:56:46 | 44,764,651 | 0 | 2 | null | 2015-12-01T15:07:01 | 2015-10-22T18:20:28 | Scilab | UTF-8 | Scilab | false | false | 673 | sce | 0_bisection.sce | function [intervalA, intervalB] = GetNewInterval(f, a, b)
C0 = ( a + b ) / 2;
if ( f( a ) * f( C0 ) < 0 ) then
intervalA = a;
intervalB = C0;
elseif( f( b ) * f( C0 ) < 0) then
intervalA = C0;
intervalB = b;
else
disp( "Invalid interval specified" )
end
e... |
26ac948cf0f18486851ea72b827316827eabebaa | 3f321619d7f900b79810e0b5e3722b405b099c72 | /PFM-I/cms1329-assin1-30-10-13/que1.sce | f874654f3a9e14dd343eae1267e244d3093dbbc1 | [] | no_license | mina20/cppLinux | a1c1b3dfd78a3edc69e08d50c532b9325a9b4110 | d0b4e950d962315b36f3202920ddda37ac744911 | refs/heads/master | 2020-12-02T22:47:50.704032 | 2017-07-04T06:42:28 | 2017-07-04T06:42:28 | 96,184,034 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | que1.sce | //Find pythagorean triplets till 100 Count no of triplets
function[]=triplet()
count=1
for(i=1:100)
for(j=i:100)
for(k=j:100)
a=i
b=j
c=k
if c*c==a*a+b*b then
disp("Triplet no =")
disp(co... |
c899e5475567933af2756af314112fe1a4eef92d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1853/CH4/EX4.31/Ex4_31.sce | e56ec1b38cb243b71f805e61a4d71f772c1e0ba6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | Ex4_31.sce |
//calculate the value of RESISTANCE AND CAPACITANCE
I=2.5;//amps
V=150;//volts
f=50;//hetz
Z=V/I;
P=100;//watt..power
R=P/(I*I)
Xc=sqrt(Z^2-R^2)
C=1/(2*3.14*f*Xc);// capacitance
disp('find tha value of capacitance='+string(C)+'farad');
|
f4e225356a46cf107b472a338397e275f475c026 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/RT1.prev.tst | b1e5d985ab9666bb800abfebc5c181ca078b8047 | [
"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 | 120 | tst | RT1.prev.tst | usage: java -cp dist/ramath.jar org.teherba.ramath.linear.RationalTriangle "[vect1] oper [vect2]"
oper= + - * / |
|
e3466aa0a430a0d385b2d534093ce0d2c8875451 | 449d555969bfd7befe906877abab098c6e63a0e8 | /779/CH10/EX10.9/10_9.sce | 77f3b9b2faa2f05250a7784c8133fb0a0e908bec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | 10_9.sce | m = 1.5;
P1 = 5.6; V1 = 0.06;
T2 = 273+240;
a = 0.946; b = 0.662;
k = 0.0001;
// Part (b)
R = a-b;
T1 = (P1*1e03*V1)/(m*R);
W12 = -integrate('m*(b+k*T)','T',T1,T2);
disp("kJ",W12,"The work done in the expansion is") |
2e25969e8adfd9a710373d68ccf768b6c32d0294 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3860/CH1/EX1.18/EX1_18.sce | ae23d476cb2cca4ad154dfc853009dc4f9e0b1fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 476 | sce | EX1_18.sce | //Example 1.18: add 7 to -5
clc//clears the console
clear //clears all existing variables
x=bitcmp(5,4) //finds complement of 5
y=1;
u=x+y //1 is added to the complement
v=7;
w=u+v
a=dec2bin(w) //binary conversion of the decimal number
disp(' binary form of the number obtained by adding 7 to -5 ')
disp(a) //r... |
c0c55a5b1279eaa3741c75e8ee525a20abe7273d | 71ad8ef6fba3006cf2e7d8d16a3e2451b2df7459 | /classifiers/simple_classifier.sci | 3e8568985f580801ae1cfe068dd03a88ff4a1e33 | [] | no_license | carloscdias/aln_reconhecimento_faces | ec356608bba71e74bc7c275707fa03ec33522629 | 7e14c443b60fd513cc1e410c6632aaaa87c40679 | refs/heads/main | 2023-05-02T09:29:46.151745 | 2021-05-18T20:00:14 | 2021-05-18T20:00:14 | 364,701,815 | 1 | 1 | null | 2021-05-18T20:00:15 | 2021-05-05T20:46:40 | Scilab | UTF-8 | Scilab | false | false | 2,082 | sci | simple_classifier.sci | /**
* Classifies a given column-vector into a class in 'model_labels'
* according to the minimum distance given by 'fn_distance' between the x and
* each row in 'model'
*
* x: image to be classified
* model: matrix of all known images as column-vectors
* model_labels: vector where the ith element corresponds to ... |
7e01f5b9556d4f268ce772a76a6cb639b6e1f9e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /767/CH3/EX3.9.4/Ch03Exa3_9_4.sci | 609cf1dc00f048201241650d57a23fa09f02eab2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 792 | sci | Ch03Exa3_9_4.sci | // Scilab code Exa. 3.9.4 : To calculate the number of nuclei at t = 0, initial activity and age of Pu-239 which emit alpha particle : Page no. 145 : (2011)
t_h = 24000*365*24*3600; // Half life of Pu-239, s
D_c = 0.6931/t_h; // Decay constant of Pu-239, s^-1
N = 6.023e+023*10/239; // Number of nuclei at t = 0, nuclei ... |
f3b449398fe482fd56d00c5f89240a1bc37758e3 | 08e6015408a35a317d4d0b609af8ccae9b88a3bf | /src/gates/chips/01/Nand.tst | af0146e0d1ef2a621064e43697247f036117f0a4 | [
"MIT"
] | permissive | lekhacman/nand2teris | 38c7aa44b2329ccf102333af5dc1dd542869144b | 520ca48a492b6ac8966330ddaf5174c19e5a8f7f | refs/heads/master | 2023-01-06T18:36:35.660251 | 2020-12-27T09:08:39 | 2020-12-27T09:08:39 | 209,975,266 | 1 | 0 | MIT | 2022-12-10T03:13:50 | 2019-09-21T11:41:33 | Scilab | UTF-8 | Scilab | false | false | 207 | tst | Nand.tst | load Nand.hdl,
output-file Nand.out,
output-list a b out,
compare-to Nand.cmp;
set a 0, set b 0, eval, output;
set a 0, set b 1, eval, output;
set a 1, set b 0, eval, output;
set a 1, set b 1, eval, output;
|
7c29977ecd4704e6304341057d12de0eeea0505f | 8d952a06e3809a06825a3be7b067201f3652f16a | /debug/bin/BackDoor/macros/scilab_backdoor.sci | 5dcc869fe213318e9b56467671564b20656282f8 | [
"GPL-3.0-only",
"MIT"
] | permissive | andyLaurito92/haikunet | b771eaf6bd91292485f0a49698ce123b9308d676 | db44623b248c56735c28a5f589c3239dc7e9855e | refs/heads/master | 2021-06-14T12:38:38.996450 | 2021-05-05T18:26:02 | 2021-05-05T18:26:02 | 75,564,849 | 2 | 1 | MIT | 2021-05-05T18:26:26 | 2016-12-04T21:12:31 | C++ | UTF-8 | Scilab | false | false | 147 | sci | scilab_backdoor.sci | // ====================================================================
//
// ====================================================================
|
366dc7ea833451197b4554b19a07e2d8e8f55d3b | d3a7e2b6cf1d27b6a71f37f1848427ea4bfe3787 | /packages/devextreme-angular-generator/src/templates/nested-component.tst | 0d1dcb2ba6d55bdf2f439b0d41d623e0bda26035 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | DevExpress/devextreme-angular | 6fb1cb7fdbc0570f6f21e0c5390ef253ab4bbc88 | 59f29008f0477f4084c5f674768539bc8ca7cdbd | refs/heads/master | 2023-09-01T06:42:16.496592 | 2023-08-18T08:18:54 | 2023-08-18T08:18:54 | 60,595,740 | 566 | 200 | MIT | 2023-09-04T09:40:23 | 2016-06-07T08:24:41 | TypeScript | UTF-8 | Scilab | false | false | 4,793 | tst | nested-component.tst | /* tslint:disable:max-line-length */
<#? it.inputs #>/* tslint:disable:use-input-property-decorator */
<#?#>
import {
Component,<#? !it.isCollection #>
OnInit,
OnDestroy,<#?#>
NgModule,
Host,<#? it.hasTemplate #>
ElementRef,
Renderer2,
Inject,
AfterViewInit,<#?#>
SkipSelf<#? it.... |
63b0bca7a8b2ae41524761eb615516bccca76db7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /509/CH18/EX18.1/18_1.sci | 451809f22590f7ef55bf9b4b6a58a7778538ecb8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 431 | sci | 18_1.sci | // Chapter 18 Example 1//
clc
clear
//line to ground capacitance= c,supply frequency=f//
//inductance of the coil =l//
f=50;
c=0.2*10^-6;
l=1/(3*(2*%pi*f)^2*c);
printf("\n Inductance of the coil %.2f H\n",l);
//kVA rating of the coil = kVA,operating voltage =v//
v=132; // in kV//
vph=v*10^3/sqrt(3);
kVA=vph... |
8e606a10f161efd5909d16c8501cbcaa7152c612 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1244/CH6/EX6.5/Example65.sce | 9df88c1a5f92f4dcf8083b8fc363056c7f3e7774 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,746 | sce | Example65.sce |
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clc;
disp("Principles of Heat Transfer, 7th Ed. Frank Kreith et. al Chapter - 6 Example # 6.5 ")
//Velocity in ft/s
U = 10;
//Outer diameter in inches
D = 1.5;
//Inner diameter in inches
d = 1;
//Temperature of wat... |
95c89940d7420f379185972c924c31ad00e66c6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /296/CH3/EX3.6/eg3_6.sce | 071e10a6e80b756e2c8073298a66c9c8b603fc16 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 214 | sce | eg3_6.sce | m = 9.11*10^-31; //mass of electron
ml = 0.98*m;
mt = 0.19*m;
mninverse = (1/3) * ((1/ml)+(2/mt));
mn = 1/mninverse;
mn0 = mn/m;
disp(mn0,"Conductivity effective mass in proportion to mass of an electron =") |
b1d30725b0145cc25607832ed37c40eb67abe912 | c908c5ec283c57c29da044966fce0fee1f659873 | /labs/Experimento 5/Exp 5-Códigos/Algoritmo para Salvar Imagens.sce | afb76b20ae8867e9b4e91e39c43c80fbc9eb47ff | [] | no_license | marialago/numerical-computation | 3ca0e95c637c1d4d3ea79789d1bda0b84ca29ca5 | c88c0ddc6f7501ed115556f72f5f5db3a8610f6b | refs/heads/master | 2022-10-30T01:42:21.032196 | 2020-06-14T18:33:45 | 2020-06-14T18:33:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | Algoritmo para Salvar Imagens.sce | n = 11 ; //numero de imagens salvas
for i=1:n
nome = 'C:\Users\Isaac de Lyra Jr\Downloads\prints-20190616T040115Z-001\prints\'+string(i)+'.jpg';
img = imread(nome);
figure();
matplot(img,'f')
x = x0 - cos(a)*d(w*(i-1)+1)
y = y0 + sin(a)*d(w*... |
9c335d4b35bc8ecbaf8a53e1d4e48e5aa785e212 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH7/EX7.6/Ex_7_6.sce | 51824e0cc6fab90a58fab095f44fce7a39fe50a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 167 | sce | Ex_7_6.sce | // Example 7.6 // responsivity
clc;
clear;
close;
e=1.6*10^-19;//elecronic charge
eg=0.75;//eV
n=0.7;//
R=(n*e)/(eg*e);//
disp(R,"Responsivity is in Ampere per Watt")
|
aacacadf9a1918a5f0e2ef981d1746875ecb7c19 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3876/CH14/EX14.5/Ex14_5.sce | 48e08de47cebf8843bcafce9588c640b21cdeda7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | sce | Ex14_5.sce | //Chapter 14 Determination of Hydroniumion Concentrations
clc;
clear;
//Initialisation of Variables
E= 0.034 //v
E1= -0.280 //v
E2= -0.699 //v
E3= 0.0592
//CALCULATIONS
pH= (E1-E-E2)/E3
pH1= (E-E2+E1)/E3
//RESULTS
mprintf("pH of the unkown solution= %.1f",pH)
mprintf("\npH of the unkown solution= %.2f",pH1)
|
13a78efb5feaba67e02375d5f261a2f53cb07b8d | 20532887a0c5b4b5395589d2a668a1e9850b8cc8 | /main.sce | d61dcb8267236d355255ed2438aef6ce955d4a5f | [] | no_license | proxodilka/optimization-analysis-labs | 536ab210a207e6a7859d49e607cf618613b1707c | 32e5d9863ba42977eee8c028256345343ec8110f | refs/heads/master | 2023-05-10T07:13:16.723354 | 2021-05-23T13:25:05 | 2021-05-23T13:25:05 | 367,963,802 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 25,428 | sce | main.sce | function pretty_print(x)
printf("[")
for i=1:length(x)
printf("%e", x(i))
if i ~= length(x) then printf(", ") end
end
printf("]")
endfunction
function [res]=to_list(arr)
res = list()
for i=1:length(arr)
res($ + 1) = arr(i)
end
endfunction
function [res]=simple_proj(... |
54aa04d95f7a5b957c5410f5040703e008374847 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3878/CH10/EX10.4/Ex10_4.sce | f0771bfd4d634f7739844f23bf7bf06cb8aa281d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 784 | sce | Ex10_4.sce | clear
// Variable declaration
T_c1=30// Condensing temperature for larger condenser in °C
T_c2=35// Condensing temperature for smaller condenser in °C
Rc_1=242// Rated capacity of plant for larger condenser in kW
Rc_2=218// Rated capacity of plant for smaller condenser in kW
Rt_1=1802// Running time (kW-h)
Rt_2=2000// ... |
23456dea933561cf3cb0d0ca48903c5c0e6bd08f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH15/EX15.8/Ex15_8.sce | acf0087574bec4dba5f8767c8d7cf1a875f10a75 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex15_8.sce | clear
//Given
E0=8*10**-4 //v
c=3.0*10**8
w=6*10**6
//Calculation
//
B0=E0/c
f=w/(2.0*%pi)
l=c/f
//Result
printf("\n Wavelength of the wave is %0.4f m",l*10**-4)
printf("\n Frequency is %0.3f *10**10 Hz",f*10**-6)
|
b63baaa2b483808eac0c6ec03dccf7aedb92bc9d | 20f46832ae88a89a38f61087f5c7b9be092760cf | /tspDraw.sci | e7f70f232a8132f5ff0f2edec9e661c83baf09b1 | [] | no_license | valdron/tspscilab | beef362216b51a534e928a51a917f691cb99b846 | c148f9a1d08d246966f23bcfb2739f2faa62526d | refs/heads/master | 2020-06-11T13:57:36.005279 | 2016-12-08T20:54:27 | 2016-12-08T20:54:27 | 75,650,403 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 889 | sci | tspDraw.sci | //<-function--
function tspDraw(tour,closed)
//
// INPUT:
// tour ... 1 x n permutation of 1:n
// closed ... flag for closed tour (optional = %T)
global name pos;
if argn(2) == 1 then
closed = %T;
end
drawlater()
clf();
plot(pos(:,1),pos(:,2),'.k','markersize',10... |
80ef02d947d09de99c71aeb813b2668451b0015a | e806e966b06a53388fb300d89534354b222c2cad | /macros/fsamp2.sci | 4c3b97a064743bb948740b20bf70f8356d969200 | [] | 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 | 598 | sci | fsamp2.sci | // Function Name = Frequency sampling
// Inputs = Frequency response Hd; frequency vectors f1, f2; dimension [m n]
// Output = matrix h of dimension m x n, stores the filter coeff
function[h] = fsamp2(Hd, varargin)
[lhs, rhs] = argn(0)
select rhs
case 1 then
out = opencv_fsamp2(Hd)
case 2 then
out =... |
8e9ffd72a874d56cb7d91d1406ff7e1babfa6dbf | 91c9bb19518ab9ff20758558e74061ea9bfb47fb | /.vim/templates/skeleton.tst | 80b2b800d42b155c6c3d72ff7cc7dfa917d108f7 | [] | no_license | davidcl/dotfiles | 93a664479f3920d3be625d012215992f93612ed6 | 05c9d5d59aa1a91dddc5cd2d9e83437e60f2c319 | refs/heads/master | 2023-03-17T05:16:37.683701 | 2023-03-13T14:00:50 | 2023-03-13T14:00:50 | 253,593,342 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 607 | tst | skeleton.tst | // =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2018 - ESI Group - Clement DAVID
//
// This file is distributed under the same license as the Scilab package.
// =========================================... |
4d7bf9d019792291a1f4acd12763648799aae5b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3864/CH2/EX2.1/Ex2_1.sce | 573580d9766c3b490fb34c3bacb8721bc9e75d47 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 506 | sce | Ex2_1.sce | clear
//
//
//Initilization of Variables
P=45*10**3 //N //Load
E=200*10**3 //N/mm**2 //Modulus of elasticity of rod
L=500 //mm //Length of rod
d=20 //mm //Diameter of rod
//Calculations
A=%pi*d**2*4**-1 //mm**2 //Area of circular rod
p=P*A**-1 //N/mm**2 //stress
e=p*E**-1 //strain
dell_l=(P*L)*(A*E)**-1
//Result
p... |
64eafc7e73626245b16cee10a54acc70fcf66147 | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /OW Train.sce | 64684af270b5482863733e9287b58d0968fb1e36 | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 66,170 | sce | OW Train.sce | Name=OW Train
PlayerCharacters=OWPlayer
BotCharacters=Random Bot Watcher.rot;Shinji Bot.bot;McCoy Bot.bot;Sergeant Bot.bot;Racer Bot.bot
IsChallenge=true
Timelimit=120.0
PlayerProfile=OWPlayer
AddedBots=Random Bot Watcher1.rot;Random Bot Watcher2.rot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=kovaim... |
85a11d23da48214e26a4e1c1d476ed322d5723a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH2/EX2.4.7/Example2_14.sce | 255fb5400e12221648b3b7cf2002d99e8ebcdba6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 332 | sce | Example2_14.sce | //Chapter-2,Example2_4_7,pg 2-27
m=1 //first ordr spectrum
wavelength=6560*10^-8 //wavelength of light
angle=16.2 //angle of diffraction
N=2*sind(angle)/(m*wavelength)
printf('\nNumber of lines per 2 cm is N ... |
a6019e7d9a232e2f2aa81c9396bad45a51162970 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH5/EX5.10/Ch05Ex10.sce | d0e1aeb1dfc02f9be559b9b6e12a8298281c72f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 699 | sce | Ch05Ex10.sce | // Scilab code Ex5.10: Pg 155 (2008)
clc; clear;
N = 80; // Number of turns
l = 0.02; // Length of coil, m
r = 0.012; // Radius of coil, m
I = 45e-06; // Current in coil, A
T = 1.4e-06; ... |
afe2c587213b853654dc5149985bde18154d60dc | c557cd21994aaa23ea4fe68fa779dd8b3aac0381 | /test/readlimit.tst | 980541fe37d59c1099513e0c82d9263cdf4de4eb | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | dougsong/reposurgeon | 394001c0da4c3503bc8bae14935808ffd6f45657 | ee63ba2b0786fa1b79dd232bf3d4c2fe9c22104b | refs/heads/master | 2023-03-09T15:22:45.041046 | 2023-02-25T08:33:06 | 2023-02-25T08:33:06 | 280,299,498 | 1 | 0 | NOASSERTION | 2023-02-25T08:33:08 | 2020-07-17T01:45:32 | Go | UTF-8 | Scilab | false | false | 256 | tst | readlimit.tst | ## Test readlimit
set relax
set echo
readlimit 3
read <simpletag.svn
prefer git
write -
# This should yield an EOF message.
read <binary.svn
prefer git
write -
# This should not
read <bs.fi
prefer git
write -
# This should
read <utf8.fi
prefer git
write -
|
a187117addee171e0296d6a7bb01e7eeeb2a9ed1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH17/EX17.5/17_5.sce | d45983a968d44ef63974d6b91848d4189ed02cac | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 570 | sce | 17_5.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 17.5
//calculation of the angular divergence for most of the light getting diffracted
//given data
lambda=450*10^-9//wavelength(in m) of the light used
b=0.2*10^-3//width(in m) of the slit
//calculation
//for thet... |
50727d7b8c71bf8c4279f185b7454f704b122126 | 449d555969bfd7befe906877abab098c6e63a0e8 | /46/CH2/EX2.3/Example2_3.sce | f6a27ffea2503b65e62e1cce340e10024501b9fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 108 | sce | Example2_3.sce | //Example 2.3
clc
s=%s;
xs=2/(s+3);
disp(xs,'x(s)=')
syms t;
xt=ilaplace(xs,s,t);
disp(xt,'x(t)=')
|
ba7dce5bd7578d759fee7625bca614da197c80cc | 4e9df66700bcf9688afe22df0009cdf4a17bc61f | /Scilab_Lab/scimage/ch02/L2_2.sce | 3d82841c67fe97a37716c01a87072a58348d180c | [] | no_license | vmebus/workspace | e18947a1f967e6a3a7dfbc5cce6f92380d8637fc | f251b8a8e6cec30a77c7ef7b4103c5ee6e6d1393 | refs/heads/master | 2021-01-09T21:53:45.183564 | 2015-10-03T06:42:23 | 2015-10-03T06:42:23 | 36,120,248 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | L2_2.sce | //程式L2_2.m: 矩陣的直積%
A=[1 1;-1 1];
B=[1 2;3 4];
A1=A'; B1=B'; //將矩陣轉置
A2=inv(A); B2=inv(B); //求反矩陣
kron1=kron(A,B); //求右直接乘積
kron2=kron(A1,B1);
kron3=kron(A2,B2);
kron_left=kron1';
kron_right=kron2;
invert_left=inv(kron1);
invert_right=kron3;
kron_left
kron_right
invert_left
invert_right
y... |
d77ef33ec0638c9a006abebe72f34c71bf095e62 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.11_14.tst | 464eb8f794ca6f191ebc4b9d02649754567f4133 | [] | 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 | 805,145 | tst | 5.11_14.tst | 11 1:1 61:1 147:1 607:1 896:1 1031:1 1121:1 1346:1 1382:1 1604:2 1607:1 1614:1 1736:2 1824:1 1863:1 1901:1 2060:1 2066:1 2180:1 2282:1 2370:1 2426:2 2485:1 2516:1 2576:1 2817:1 2828:1 3067:1 3098:1 3265:1 3434:1 3593:1 3656:1 3676:1 3876:1 3916:1 3930:1 3964:1 4251:1 4263:1 4344:2 4477:1 4851:1 4856:1 5022:2 5058:1 517... |
952b4f7bbbc9016266877bd11464bb848f2c62e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH3/EX3.8/Example_3_8.sce | c6196e5a11c53f691da69101c1f100f804bdcd43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,115 | sce | Example_3_8.sce | //Caption: Median of grouped data
//Example3.8
//Page45
clear;
clc;
X = [0,8;8,10;10,12;12,14;14,16;16,18;18,20;20,22;22,24];
f = [5,10,15,20,35,40,45,20,15,11];
cum_f = 0;
for i = 1:length(f)
cum_f = cum_f+f(i);
sigmaf(i) = cum_f;
end
N = cum_f; //total number of salesman
cen = N/2;
for i = 1:length(f)
if... |
3f5cebb9776e378e98d7dc7341b2649e59c8585a | 449d555969bfd7befe906877abab098c6e63a0e8 | /896/CH8/EX8.1/1.sce | a49c015a8519fdcdaf11e4f11540328b43316e25 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 476 | sce | 1.sce | clc
//Example 8.1
//Calculate the speed of sound in water amd steel at 20 C
//for steel
K_steel=1.94*10^11//Pa
rho_steel=7800//Kg.m^3
c_steel=(K_steel/rho_steel)^0.5/1000//Km/s
printf("the speed of sound in steel at 20 C is %f km/s\n",c_steel);
//for water
K_water=3.14*10^5//lbf/in^2
rho_water=62.3//lbm/ft^3
... |
f9804a261787509b56d115a3c5f09656507b3e96 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH4/EX4.21/21.sce | 7704f51a5402e413d1c4438012369c2f27bf5794 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 278 | sce | 21.sce | clc
Qv=90; //kJ
Qp=-95; //kJ
W=-18; //kJ
U_l=105; //kJ
W_lm=0;
Q_lm=90;
U_m=U_l+90;
dU_mn=Qp-W;
U_n=U_m+dU_mn;
dQ=Qv+Qp;
dW=dQ;
W_nl=dW-W;
disp("W_nl(in kJ)=")
disp(W_nl)
disp("U_l in kJ =")
disp(U_l)
disp("U_m in kJ =")
disp(U_m)
disp("U_n in kJ")
disp(U_n) |
145b5b008bd201d693e0fa437dce8b349fad4fa3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH8/EX8.5.b/ex_8_5_b.sce | eda855aaf516ae9f43f2469e1de1860a65b8b2bd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_8_5_b.sce | //Example 8.5.b // copper losses
clc;
clear;
close;
V=230;// in volts
I=60;// in amperes
rpm=955;//turns
ra=0.2;//resistance of armature in ihms
rsh=0.15;//shunt field in ohms
sl=604;//stray losses in watts
Rm=ra+rsh;// in ohms
Eb=(V-I*Rm);// back emf in volts
Dp=Eb*I;//driving power in watts
mi=V*I;//input po... |
1a235a13d415e10b8b050c8eb0661ae773e2fb4b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2417/CH3/EX3.12/Ex3_12.sce | f30c7dc4c240c8ca059717a1bd78cd6adfe4795d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 735 | sce | Ex3_12.sce | clear;
clc;
printf("\t\t\tProblem Number 3.12\n\n\n");
// Chapter 3 : The First Law Of Thermodynamics
// Problem 3.12 (page no. 112)
// Solution
Z1=2; //Unit:m //Inlet position
g=9.81 //Unit:m/s^2 //g=The local gravity
V1=40; //Unit:m/s //Inlet velocity
h1=3433.8; //Unit:kJ/kg //Inlet enthalpy
q=1 //Unit:k... |
85d769b23a9ca48f22f4e918cdfa222483575b67 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH6/EX6.10/6_10.sce | a03008e298295be8c87f95a5e5bcce8bdbcb551f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | 6_10.sce | //clc();
clear;
//To calculate the angle at which third order reflection can occur
n=3; //diffraction order
lambda=0.79*10^-10; //wavelength in m
d=3.04*10^-10; //spacing in m
theta=asind((n*lambda)/(2*d));
printf("braggs angle in degrees is");
disp(theta);
|
cc6735c49b78fae3cb0dc20519681b7b99dc4df8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /548/DEPENDENCIES/6_15data.sci | 3c9acf3ed4faf69c51c9350a204886f149b44378 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 195 | sci | 6_15data.sci | //for the jet power executive aircraft(CJ-1):
b=16.25;//wingspan(meter)
S=29.54;//wingarea(m^2)
AR=b^2/S;//aspect ratio
Cdo=0.02;//parasite drag coefficient
e=0.81;//oswald efficiency factor |
53e5f15f00ffd03a96c9212cbe45e61dde992a54 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH8/EX8.3/Ch08Ex03.sce | f07a825e36170997031c02d669fe858d2ed470fb | [] | 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 | 402 | sce | Ch08Ex03.sce | // Scilab code Ex8.3: Pg.321 (2008)
clc; clear;
k = 1.38e-23; // Boltzmann constant, J/K
T = 300; // Temperature, K
m = 4.68e-26; // Mass of N_2 molecule, kg
v = sqrt((8*k*T)/(%pi*m)); // Average speed of N_2 molecule, m/s
printf("\nThe average speed of N_2 molecule = %5.1f m/s or = %4d km/h", v, v*3.... |
33304280a32bebd553f103c357e4b458f305bee6 | 42fdf741bf64ea2e63d1546bb08356286f994505 | /test_20150819_onchipTSMCadc/test_20150819_onchipTSMCadc.sce | dc905e1c80b46753aa66322c7022494cbc1cda38 | [] | no_license | skim819/RASP_Workspace_sihwan | 7e3cd403dc3965b8306ec203007490e3ea911e3b | 0799e146586595577c8efa05c647b8cb92b962f4 | refs/heads/master | 2020-12-24T05:22:25.775823 | 2017-04-01T22:15:18 | 2017-04-01T22:15:18 | 41,511,563 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,639 | sce | test_20150819_onchipTSMCadc.sce | global file_name path fname extension chip_num board_num brdtype hex_1nA hex_1na;
global dac_array dac_array_map number_samples period;
chip_num="16"; board_num=2; brdtype = ''; // 2: 3.0, 3: 3.0a, '':3.0 '_30a':3.0a
cd("~/RASP_Workspace/test_20150819_onchipTSMCadc");
path = pwd();
file_name = path + "/test_20150819_o... |
69cc746848d80757a3e06d5a543fc5a6a28ee778 | 449d555969bfd7befe906877abab098c6e63a0e8 | /615/CH2/EX2.23/2_23.sce | be9254ba8faa3074a4ab5837dd1424a6c8c75d37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 367 | sce | 2_23.sce | //acids and bases//
//example 2.23//
OH=0.0025;//OH- concentration//
K=1*10^-14//water ionization constant//
H=K/OH;
H=H/10^-12;
printf("The concentration of H+ ions is %f*10^-12M",H);
printf("\nThe concentration of OH- ions is %fM",OH);
printf("\nAs concentration of H+ is lesser than the concentration of OH- t... |
f8da57801d022555cefc7aa9eec7ed011ba5d210 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/LT52YEG/ATWM1_Working_Memory_MEG_LT52YEG_Session1/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run1.sce | 454daa82aa186323e5d43cdb5e9392387737c75d | [] | 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,597 | 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... |
0e5e13839e75612413ee156b4362ac43389fb478 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2234/CH1/EX1.8/ex1_8.sce | c8fd8213e80077f9c84aea3cf97dca2411763679 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 174 | sce | ex1_8.sce | clc;
n=12*10^6; //frequency in Hz
v=3*10^8; //velocity in m/sec
l=v/n; //calculating wavelength
disp(l,"Wavelength in m = "); //displaying result |
e0c181c7b9bca8a85705a0fa131245d4de24d125 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3682/CH4/EX4.9/Ex4_9.sce | f7d26fe774738ae3d37831ce6506cd84049e55e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 757 | sce | Ex4_9.sce | // Exa 4.9
clc;
clear;
// Given data
// To generate a sinusoidal signal 10 sin 3t.
// Solution
printf('Let us first obtain a differential equation whose solution is 10 sin 3t.\n');
printf(' Let x(t) = 10 sin 3t ------eq(1)\n');
printf(' The first derivative of this i.e. dx(t) = 30 cos 3t ----eq(2)\n')... |
b5826d4b5c4c43623ea3bfa73a5c24d0d680a8df | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH13/EX13.1/CKJ_1.sce | 4e138a3ea159d3baadcf53a519a762d342cd2eff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 631 | sce | CKJ_1.sce | //sum 13-1
clc;
clear;
F=25*10^3;
sigat=50;
Ta=40;
pa=80;
d=sqrt((4*F)/(%pi*sigat));
d=26;
t=d/4;
t=7;
d1=1.2*d;
d1=32;
pc=F/(d1*t);
t=10;
c=0.75*d;
c=20;
d2=44;
tw=(d2-d1)/2;
b=F/(2*t*Ta);
b=34;
a=0.5*d;
d3=(F/(pa*t))+d1;
d3=64;
e=F/(Ta*(d3-d1));
d4=sqrt((F*4/(%pi*pa))+d1^2);
d4=40;
f=0.5*d;... |
070a25537bccbf2f73b431694edfc9b46dd344d0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH10/EX10.5/10_5.sce | c7959c4119246a2b716d8aefd86313515cd8ef5a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 343 | sce | 10_5.sce | clc;
h1=2846;
h2=2682;
x2=0.98;
vg=0.6057;
v2=x2*vg;
C2=[2*(h1-h2)*10^3]^0.5;
m=0.1;
A2=m*v2*10^6/C2;
disp("mm^2",A2,"Exit area is:");
//part II
p1=7;
p2=3;
k=1.3;
v1=0.3001;
vr=v1*[(p1/p2)^(1/k)];
y=1.3;
Cr=[2*(y*10^5)/(y-1)*{(p1*v1)-(p2*vr)}]^0.5;
A2=m*vr*10^6/Cr;
disp("mm^2",A2,"Exit area in sup... |
a5eed20f73582cc74dab83db2324e08c56af9170 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.1.1/Unix/scilab-2.1.1/macros/percent/%rfp.sci | 85465b814ee6a9e5159dc806e35d8db0f5960f05 | [
"MIT",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sci | %rfp.sci | //[f]=%rfp(f,p)
// %rfp(f,p) calcule la concatenation en ligne de la matrice de fractions
//rationnelles f avec la matrice de polynomes p [f;p]
//!
f(3)=[f(3);ones(p)]
f(2)=[f(2);p]
//end
|
f56d8112553894141a61508daf6a18d4bb7eab9d | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set10/s_Fiber_Optics_Communication_H._Kolimbiris_2855.zip/Fiber_Optics_Communication_H._Kolimbiris_2855/CH12/EX12.17/Ex12_17.sce | 1f201efd36429bf9dc768990231796212f18c837 | [] | 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 | 227 | sce | Ex12_17.sce | errcatch(-1,"stop");mode(2);//Chapter 12
//page no 486
//given
;
all;
Ncso=50;
a=3.6*10^-3;
m=0.05;
CSO=10*log10(Ncso*(a*m)^2);
printf("\n CSO distortion for 50 channel optical system = %0.1f dB\n",CSO);
exit();
|
f86628306bff40446b346d0c8b9522ad2d2fda2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH34/EX34.2/Ex34_2.sce | 161b8ab7ab712e1f7458536646e3b8c257df3392 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 97 | sce | Ex34_2.sce | clc;
//e.g 34.2
LR=1.4*10**-6;
VS=10;
//LR=VL/VS;
VL=LR*VS
disp('microV',VL*10**6,"VL=");
|
af1de2046fc2e42338d3cb24989f114aa8e3ae45 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/demos/pvm/script.sce | f10f1c4f904f4dad3caa62c9c96ba3e7e6aca3dc | [
"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 | 388 | sce | script.sce | // Copyright INRIA
while %t //Infinite loop
[buf,info] = pvm_recv(pvm_parent(), -1)//get new variable or instruction
if info<0 then break,end
if type(buf)==10 then //an instruction
if execstr(buf,'errcatch') then break,end//execute it
write(%io(2),'Instruction: '+buf+' done')
else //a variable
%va... |
7049d8a440c31d7e5195591da5fd1f9d68e49c63 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/DEPENDENCIES/6_2data.sci | 63b8d16e19001d073aa8be6940c9b26ab9bee43d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 79 | sci | 6_2data.sci | L=10;//in m
W=1000;//FORCE ON POINT 2
M=100;//MOMENT ON POINT 2
EI=20000;
|
91318d988d1e70e7e638e0adcb19873dc348d4f6 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set11/s_Fundamentals_Of_Thermodynamics_B._Claus_And_R._E._Sonntag_172.zip/Fundamentals_Of_Thermodynamics_B._Claus_And_R._E._Sonntag_172/CH2/EX2.1/ex1.sce | b3b69a6ce565fbedbc97ff732eaa7f6a0e20b024 | [] | 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 | 213 | sce | ex1.sce | errcatch(-1,"stop");mode(2);//example 1
//weight of a person
m=1 //kg
g=9.75 //acc.due to gravity in m/s^2
F=m*g //weight of 1 kg mass in N
printf("\n hence,weight of person is F = %.3f N. \n",F)
exit();
|
cbd4ce21f6036a0126343cd1261cca4b8fc669e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1004/CH1/EX1.13/Ch01Ex13.sci | 2d8f5123b676ac1270b77092ea8fb3d8b54104d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 533 | sci | Ch01Ex13.sci | // Scilab Code Ex1.13 Velocity of one atomic mass unit: Pg: 24 (2008)
c = 1; // For convenience, speed of light is assumed to be unity, m/s
m0 = 1; // For convenience, rest mass is assumed to be unity
// Here 2*m0*c^2 = m*c^2 - m0*c^2 = KE which gives
m = 3*m0; // Atomic mass in motion, kg
// As m = m0/sq... |
aaaa56e65ca18a457ca3e3c75aafaf3b6a942120 | 449d555969bfd7befe906877abab098c6e63a0e8 | /542/CH12/EX12.3/Example_12_3.sci | da2fbedc27d4c3a56afccd29d11fccfda258dff8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 919 | sci | Example_12_3.sci | clear;
clc;
printf("\n Example 12.3");
//as the system are dilute mole fractions are approximately equal to mole ratios.
//At the bottom of the tower
y1 =0.015; //mole fraction
G = 1; //Gas flow rate is in kg/m^2sec
//At the top of the tower
y2 = 0.00015; //mole fraction
x2 = ... |
90fc2d9c2a482502da64f9e9cb9f409c01273008 | e806e966b06a53388fb300d89534354b222c2cad | /macros/selectStrongestBbox.sci | 57c3ac45b51f3d07ad54d96983dd6e39b56aa4c4 | [] | 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 | 5,366 | sci | selectStrongestBbox.sci | function [selectedBbox,selectedScore,varargout]=selectStrongestBbox(bBox,score,varargin)
// Selecting strongest bounding boxes
//
// Calling Sequence
// [selectedBbox, selectedScore]= selectStrongestBbox(bBox,score);
// [selectedBbox, selectedScore]= selectStrongestBbox(bBox,score,Name,Value);
// [selectedBbox, s... |
daddaf72bdadcec6d6e471c4ea0e0682171b0c06 | 3fb2b65e8ef9208e822aad35c618441282e08a30 | /MetodeNumerik/newton_gregory_maju/newtonGregoryMaju.sci | 37189f14446001dfdc3148802660ede2aca98748 | [] | no_license | Lukmannudin/TugasKuliah | 33031fb4f6ff0ab7a5849cda3ea15330e2527c3f | 19738c858dea539f0a5569f27be68b1a56c2aa89 | refs/heads/master | 2020-03-07T15:49:59.414761 | 2018-06-09T07:41:39 | 2018-06-09T07:41:39 | 127,565,939 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,939 | sci | newtonGregoryMaju.sci |
function nGregoryMaju(x,fx,xtaksir,jp)
//x matriks 1 x n
//fx matriks 1 x n
i=1;L=0;Lt=0;b=1;
[n,m]=size(x);
[ny,my]=size(fx);
A(m,m)=0;//initialisasi matriks
mt=m;
j=1;xs=mt;
//memasukan nilai fx ke matriks
if m==my then
if jp~=m-1 then
disp ('Polinom... |
0027361f52ebb9b4b5721b9c32ef593dd4b2b7b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH8/EX8.9/example8_9.sce | 69d5880652667cf7cda0bde91f87a4acfcfddc82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 715 | sce | example8_9.sce | //Chapter 8
//Example 8_9
//Page 177
clear;clc;
ins=4;
k=1/5;
v1=1;
v2=v1*(1+k);
v3=v1*(1+3*k+k^2);
v4=v1*(1+6*k+5*k^2+k^3);
v=v1+v2+v3+v4;
pv1=v1/v*100;
pv2=v2/v*100;
pv3=v3/v*100;
pv4=v4/v*100;
n=v/ins/v4*100;
printf("\n(i) V1 = %.2f V \n", v1);
printf("V2 = %.2f V \n", v2);
printf("V3 = %.2f V \n", v3);
printf... |
93d7b43f18147357f05296d5978884a4efb5f7de | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH2/EX2.27/P2_27.sce | 2594690512f08b8adec033b81dc11e66db1b9212 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 463 | sce | P2_27.sce | //EXAMPLE 2.27, convolution of an exponential sequence
clear;
clc;
n=0:.5:5
c=0.5;
b=0.4;
clf();
figure(0);
a=gca();
a.x_location="origin";
x = c^n;
subplot(2,2,1);
plot2d3(n,x,2);
plot(n,x,'.r');
xtitle('','n','x');
h = b^n ;
subplot(2,2,2);
plot2d3(n,h,2)
plot(n,h,'.r')
xtitle('','n','h');
N=0:.5:10;
y = convol (x , ... |
10865df79aeef13574ea10f940443bceaee606af | 449d555969bfd7befe906877abab098c6e63a0e8 | /1427/CH2/EX2.3/2_3.sce | dcd5cfaff9059e661b3ea4261146a583ed92990b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 382 | sce | 2_3.sce | //ques-2.3
//Calculating HCV of fuel
clc
x=0.72;//Weight of fuel (in g)
C=80;//Percentage of Carbon
t1=27.3;//Initial temperature
t2=29.1//Final temperature
W=250;//Water of water in calorimeter (in g)
w=150;//Water equivalent (in g)
HCV=((W+w)*(t2-t1))/x;//HCV of fuel (in kcal/kg)
HCV=HCV*4.2;//HCV of fuel (... |
4d8ca64ba1fbb96a67d9d30e7e6e5913557b7282 | 5900f4bae371f44e90fa8de76d746cc470223e04 | /src/in_out_functions.sci | 78419b7fb0990ae7dc70600989f2c53681daeb4d | [] | no_license | olgerd27/union__gte_reducer_oil | 6400148e100224e0c59c4ca807afa5de07ffcb09 | be994038b218ba7cac13b59faf2391a8e2bdd861 | refs/heads/master | 2021-01-10T20:21:06.558271 | 2014-10-01T06:56:23 | 2014-10-01T06:56:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,203 | sci | in_out_functions.sci | // Functions for performing the in-, out- operations
// ======= DATA READING =======
function [reg_all, dtm_all] = importSteadyPoints(path, dirSep, fileName)
//*******************************************************
//
//*******************************************************
filePathName = path + dirSep + fileName... |
6172f0395aecc24ef581bc0598d37f2eec8b8fed | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH2/EX2.1/SolEx2_1.sce | 058104539f9106bb2897fcb49bf64d993aea7930 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 305 | sce | SolEx2_1.sce |
//what range of forward voltage drop vD can (2.1) be approximated
//Solved Example Ex2.1 page no 48
clear
clc
printf("\n what range of forward voltage drop vD can (2.1) be approximated")
n=1
k=1.38//x 10^-23
T=25+273
q=1.6//x 10^-19
vd=((k*T)/(1.6*(10^4))*4.6151)
printf("\n vd = %0.4f V",vd)
|
d3c53b0c93be5c20e3ccf6e1dd755750c61a76fa | 2f14b5754bf00d8f425d930813ec9fbb37443f20 | /if & while.sce | e2d16ad8ef8734085f8a3a201108e1071400a926 | [] | no_license | sohamkan/Sci-projects | 9f14b01e4937ccf3cf59732fc19d495d566bfaae | 5baf7456498ba0075760095655826b7ddcae471e | refs/heads/master | 2022-11-22T04:03:53.155413 | 2020-07-12T04:31:34 | 2020-07-12T04:31:34 | 278,990,043 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 130 | sce | if & while.sce | s=0;
for i=1:10
s=s+i
end
disp('s=',s)
//while loop
d=0;
j=1
while j<=10
d=d+j;
j=j+1
end
disp('d=',d)
|
1f7051c4fc117b5b69aa5b283067a3c671c288b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1478/CH2/EX2.18.39/2_18_39.sce | 3845af876db13baed84e2c423bae42d933306907 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 925 | sce | 2_18_39.sce | //water and its treatment//
//example 2.18.39//
clc
Purity_Lime=.90
Purity_soda=1
W1=136;//amount of CaSO4 in ppm//
W2=49;//amount of H2SO4 in ppm//
W3=95;//amount of MgCl2 in ppm//
W4=60;//amount of MgSO4 in ppm//
W5=50;//amount of SiO2 in ppm//
M1=100/136;//multiplication factor of CaSO4//
M2=100/98;//... |
e4d8e4afc46fa036be5908543408a8a7c74ed477 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/cconv/cconv1.sce | 9d1ad44ee8c9c72928423256f8f2aec95e23a79c | [] | 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 | 138 | sce | cconv1.sce | //check o/p when a and b are of equal length
a = [2 1 2 1];
b = [1 2 3 4];
c = cconv(a,b,4);
disp(c);
//output
//14. 16. 14. 16.
|
b4d087971f9b62f8cabc9f54408139b59d2bb599 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/goertzel/goertzel1.sce | 042e206e545d579bc70e247936fafd2985c12cba | [] | 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 | 160 | sce | goertzel1.sce | //i/p arg data is a vector
data=[1 2 3 4 6 7 9];
freq_indices = 3;
dft_data = goertzel(data,freq_indices);
disp(dft_data);
//output
//- 4.2225209 + 3.5252975i
|
1e02586f82908b8b69e49e9c3f771bee3cb5b6de | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH6/EX6.6/Ex6_6.sce | d38d67b96af01181552b98bd33138734faa2f67b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,475 | sce | Ex6_6.sce | // Given:-
P1 = 30.0 // pressure of steam entering the turbine in bar
T1 = 400.0 // temperature of steam entering the turbine in degree celcius
V1 = 160.0 // velocity of steam entering the turb... |
dd8aa325950ff63a32cc32c8c42d5fb3860dc4bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH5/EX5.35/example5_35.sce | 20a43daedc204aa66ae40802ae7af2b48616e4f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 592 | sce | example5_35.sce | clear;
clc;
// Stoichiometry
// Chapter 5
// Energy Balances
// Example 5.35
// Page 273
printf("Example 5.35, Page 273 \n \n");
// solution
T2 = 800
T1 = 298.15
fi1 = 3614.577*(T2-T1)+305.561*10^-3*(T2^2-T2^2)/2+836.881*10^-6*(T2^3-T1^3)/3-393.707*10^-9*(T2^4-T1^4)/4 // kW
T3 = 875
fi2 = 3480.7... |
3bd6c1020a0c107f8862168099c07c16f9f9594b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2021/CH4/EX4.3/EX4_3.sce | f03eceb1b0db551e518dbc0101a04fa621f25bb4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 341 | sce | EX4_3.sce | //Finding of volume and specific gravity
//given
w=490.5; //In Air in Newton
w1=196.2; //In Water in Newton
rho=1000;
g=9.81;
rho1=5000;
//To Find
wd=w-w1;
vd=wd/(rho*g);
rho2=(w/g)/vd;
spgr=rho1/(rho*3);
disp("Volume = "+string(rho2)+" Kg/m^3");
disp("Specific Gravity is= "+string... |
50d9239f7f767f01c47aef48db3d4efa67caf70a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH12/EX12.11/Ex12_11.sce | 76e8d2e8eed4428cde5f0154427fa5fa359bda4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 907 | sce | Ex12_11.sce | clc;clear;
//Example 12.11
//given data
T1=220;
P1=5;
T2=300;
P2=10;
//constants used
Ru=8.314;//on kJ/kmol- K
//from Table A–1
Tcr=154.8;
Pcr=5.08;
//calculations
//part - a
disp('part - a');
//by assuming ideal-gas behavior
//from Table A–19
h1=6404;
h2=8736;
s2=205.213;
s1=196.171;
h21... |
01ddcc00d5ae929cac572d729de9751805c8b29f | 449d555969bfd7befe906877abab098c6e63a0e8 | /572/CH12/EX12.11/c12_11.sce | 12dfd56ac6e2c91b1cc1a620c44225cbc196a45d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,051 | sce | c12_11.sce | //(12.11) Moist air at 30C and 50% relative humidity enters a dehumidifier operating at steady state with a volumetric flow rate of 280 m3/min. The moist air passes over a cooling coil and water vapor condenses. Condensate exits the dehumidifier saturated at 10C. Saturated moist air exits in a separate stream at the... |
166e71c17b41459694fb30ff1d78e4991b5662e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3547/CH6/EX6.2/EX6_2.sce | 07e78b58cc0b8cc96ba9bb4a9e1ea9a7c700a502 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX6_2.sce | // Example 6.2
// Calculation of the variance of the signal–ASE beat noise
// Page no 255
clc;
clear;
close;
//Given data
a=1.3*10^-16; // PSD of an amplifier
f=7*10^9; // Cut off frequency
Pi=10*10^-6; // Input power
R=0.8; // Resp... |
edce157b26b078d9bb61fefc66c780cc05c0c807 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3763/CH9/EX9.2/Ex9_2.sce | 4f653d3a7eee84d46f18e484abe0bae695a39465 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 950 | sce | Ex9_2.sce | clear
//
//
//
//Variable declaration
w=72.6 //atomic weight
d=5400 //density(kg/m**3)
Na=6.025*10**26 //avagadro number
mew_e=0.4 //mobility of electron(m**2/Vs)
mew_h=0.2 //mobility of holes(m**2/Vs)
e=1.6*10**-19
m=9.108*10**-31 //mass(kg)
ni=2.1*10**19 //number of electron hole pairs
Eg=0.7 ... |
fa2b45a7f2b3175090ebc0314c9a510b9af17c30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH3/EX3.1/1.sce | aee0009f7ea64b86b78cc763aa45f073cca34b37 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1.sce | //Variable declaration
N=6.023*10**26
deltaHv=120
B=1.38*10**-23
k=6.023*10**23
//Calculations
n0=0 // 0 in denominator
n300=N*exp(-deltaHv*10**3/(k*B*300)) //The number of vacancies per kilomole of copper
n900=N*exp(-(deltaHv*10**3)/(k*B*900))
//Results
printf... |
1930f48795b6c7cfe8c38255cc5084b65ebdc492 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpassshiftc/test_2.sce | eeb26215bd55caccffa7e6735e64595fa1f03761 | [] | 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 | 153 | sce | test_2.sce | // Test # 2 : Excess Input Arguments
exec('./allpassshiftc.sci',-1);
[n,d]=allpassshiftc(0.3,0.24,0.16);
//!--error 58
//Wrong number of input arguments
|
a1eb8849b9621967d46223f499a6c7ea05161fc8 | 3fb2b65e8ef9208e822aad35c618441282e08a30 | /MetodeNumerik/test1/pertambahan.sci | e1993b18455c0cb3e56a2e2023313f1f6172b26a | [] | no_license | Lukmannudin/TugasKuliah | 33031fb4f6ff0ab7a5849cda3ea15330e2527c3f | 19738c858dea539f0a5569f27be68b1a56c2aa89 | refs/heads/master | 2020-03-07T15:49:59.414761 | 2018-06-09T07:41:39 | 2018-06-09T07:41:39 | 127,565,939 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 68 | sci | pertambahan.sci | function T = pertambahan(bil1,bil2);
T = bil1+bil2;
endfunction
|
c2407fa6a1b6a8ca3826eaeeb3e269d5e188a1a0 | e9d5f5cf984c905c31f197577d633705e835780a | /data_reconciliation/nonlinear/scilab/nonlin_pf88/nonlin_pf88.sce | 488b27072e8c9a6288861da450de355c18fee56d | [] | 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 | 3,632 | sce | nonlin_pf88.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//C.C. David Pai, Gary D. Fisher
//Application of Broyden's Method to Reconciliation of Nonlinearly Constrained Data
// AICHE Journal 1988, V 34 No. 5 -... |
82f61b36ae8ae1298f33f285455c3f8bd4d239d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3750/CH1/EX1.11/Ex1_11.sce | f2d0a5dc6cbc0181de4d1c20d4e3512405d73f34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,307 | sce | Ex1_11.sce | //Strength Of Material By G.H.Ryder
//Chapter 1
//Example 11
// To Calculate thermal Stress in rod & tube
SteelOD=2.4; //External diameter of steel tube, Unit in cm
SteelID=1.8; //Internal diameter of steel tube, Unit in cm
CopperDia=1.5; //Diameter of copper rod, unit in mm
Es=210,000; //Young's Modulus fo... |
c651d1d6e88ee61055e052274b48175c01c01b70 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/RV2.prev.tst | 754e257beaa4663ab0770d26b79fed83094c4a9e | [
"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 | 50 | tst | RV2.prev.tst | [1/2,2/3,-1/5] + [1/2,1/3,1/5,7/6] = [1,1,0,7/6]
|
321fef150c74d4cb68b87a655c12891a19f6977d | 449d555969bfd7befe906877abab098c6e63a0e8 | /617/CH12/EX12.2/Example12_2.sci | 9da1311abe8d347bed262867c48f9bc26a7a5a40 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 838 | sci | Example12_2.sci | clc();
clear;
// To calculate the heat loss per square foot from an uninsulated 2 inch sch. pipe
D=2.375/12; // Outer diameter of pipe in ft
k=0.035; // Thermal conductivity in Btu/hr-ft-degF
T1=400; ... |
d023c963574209b890308c874a086e4d068f4f62 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /Achile/SCENARII/HeraklesNoGraphics.sce | 734e248fcd8fb1d1e6a134148ed4995395c4d0aa | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,979 | sce | HeraklesNoGraphics.sce | #************************************************************
# Scenario of humanTestEnv
#
# date : Thu Oct 16 14:15:52 2014
#************************************************************
p3d_sel_desc_name P3D_ENV humanTestEnv
p3d_sel_desc_name P3D_ROBOT HERAKLES_HUMAN
p3d_set_robot_steering_method Linear
p3d_set_... |
1c203fcde6b60aea1cc86e1a564712d6bca4d74e | 4441dc11c4d6f31c4af7b75bfa8d842235d74bf3 | /enroll2.tst | f1983dac331744e304be6cdf17df6704f4478ead | [] | no_license | asing123/testrep | 7b85edbd703daa6ca9c5c7bdcfbaf40d65297b93 | 0b59fba0c786a4a77b65fb14cba80063ca05d43a | refs/heads/master | 2020-06-12T06:58:46.035782 | 2016-12-05T10:13:19 | 2016-12-05T10:13:19 | 75,599,266 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 47 | tst | enroll2.tst | enroll.txt enroll2.tst master.txt test1.txt
|
328e91c8f6abb2e8ed966110cc671df64f80dea4 | 5887829f5a0a005033807cf7dc4fb7231eb280ec | /Listing/chapter 5/Listing513.sce | 908b3cc1375bf8887c6df2838dee355157210535 | [] | 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 | 53 | sce | Listing513.sce | clc
clear
exec fat.sci; //listing 5.1.2
disp(fat(5))
|
425929fe3d51939c9dddc0f7b369b8f3d42dc82a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH11/EX11.5/Ex11_5.sce | d99a4bfbc80b500f1c4794994600489ebe5fe203 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 682 | sce | Ex11_5.sce | // Chapter 11 example 5
//------------------------------------------------------------------------------
clc;
clear;
// Given data
h = 13622; // ht of circular orbit from earth's surface
Re = 6378; // Radius of earth in km
// Calculations
R = Re+h; // Radius of circular... |
68361e48b04a68cbf2799281944a11d2843d0866 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s_Electronic_Devices_T._L._Floyd_61.zip/Electronic_Devices_T._L._Floyd_61/CH6/EX6.2/ex6_2.sce | f3b377ebd0594544a34f5890970df11b0d34f306 | [] | 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 | 120 | sce | ex6_2.sce | errcatch(-1,"stop");mode(2);//ex6.2
I_E=2*10^-3;
r_e=25*10^-3/I_E;
disp(r_e,'ac emitter resistance in ohms')
exit();
|
1ccbb593f13b79d6c256adfb70bc29b00710e6b5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH16/EX16.4/16_4.sce | d880ae40c8952833b4ffddd24df33ef89fa55557 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,133 | sce | 16_4.sce | //Example 16.4
//Finite Difference Method
//Page no. 582
clc;close;clear;
x=0;h=0.25;q=-1;Y(1)=-2;Y(5)=1;
printf('\n i\txi\tYi\tpi\tqi\tri\n-----------------------------------------------\n')
for i=1:5
r(i)=-x^2
if i>1 & i<5 then
printf(' %i\t%g\t%s\t%g\t%i\t%g\n',i-1,x,"?",x,q,r(i))
els... |
d968166b4c2bd7c65d4c39255cf7302375b025d0 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/percent/%sp_c_s.sci | 5d8039ef3854b74c8dfbb222703daddf600f7850 | [
"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 | 84 | sci | %sp_c_s.sci | function a=%sp_c_s(a,b)
// [a b] a sparse b full
// Copyright INRIA
a=[a sparse(b)]
|
f399132d0f5dc556c304188dad07d1b1c29cf24f | 4b1558e166b13f0e90c889b11ee516e4925626ed | /aula11.sce | 35b3edd9d129ecb721c50a29a8d1089e4ea010a3 | [] | no_license | dalpendre/EI_matematica_discreta | a4712b5c7ea085eb5238a0e45c89733ba25a64b6 | 93cf0c75c41a231aadf919293089ce240695bf10 | refs/heads/master | 2022-08-09T18:27:37.572002 | 2020-05-21T13:00:22 | 2020-05-21T13:00:22 | 254,603,532 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,025 | sce | aula11.sce | //Aula 11
function P=Warshall(A)
//Devolve a matriz de caminhos de um grafo a partir da sua matriz de adjacências A
L = size(A,1);
P=A
for k=1:L
for i=1:L
for j=1:L
P(i,j)=P(i,j)|(P(i,k)&P(k,j));
end
end
disp('Matriz P na iterada k='+... |
17af64ffb97cb33ac280c2ba573d395aea6c1c58 | a7d00bed2ef58474b2748a5ba69d7f7c1711e8b6 | /test_first_class_functions.tst | 8d39e82952be4e96b3cd1236856ea51ca3f28f7b | [] | no_license | andars/test-lang | be2ef3895698b10eaec056f323cf0b5c01546175 | 7321b307b60ad7d8289934c6cea4080aa59594ad | refs/heads/master | 2016-09-06T00:40:05.683201 | 2015-10-15T06:55:13 | 2015-10-15T06:55:13 | 26,514,515 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 69 | tst | test_first_class_functions.tst | function high(x)
function f(y)
3+y
end
end
puts(high(3)(2))
|
9b1aa569233e3c5646963f39cd031e1d97003455 | 9733f939913e963ec556f5f89248dacb75801a8d | /scilab/sunspot_unipolarfield1.sci | 9d85e14134e8b4fdf56164c375151eec8486eda0 | [] | no_license | mikeg64/solar | 4546c0182bb7f7cde21bc7f102e659ff7a488ad8 | 46ab043441a4f2523daa7cfaf5008c959f61d7d6 | refs/heads/master | 2023-08-22T04:29:33.974673 | 2023-08-19T09:19:40 | 2023-08-19T09:19:40 | 17,345,330 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sci | sunspot_unipolarfield1.sci | m=.05; //m=%pi.*a.^2.*I/c ring current I radius a
len=1.0;
b0=1.0;
x=0:0.05:1.0;
y=0.1:0.1:2.0;
[X,Y]=meshgrid(x,y);
bx=b0*cos(%pi*X./len).*exp(-%pi*Y./len);
by=-b0*sin(%pi*X./len).*exp(-%pi*Y./len);
bmag=sqrt(bx.^2+by.^2);
//contour(x,y,bmag',[0.005 0.006 0.007 0.008 0.009 0.01 0.05 0.1 0.1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.