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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9622fdf974ab59de51814aab1882d5b15b1eb54f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH2/EX2.11.a/EX2_11_a.sce | 78372bd798785a0458ab11a6bb49ef934c467514 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | EX2_11_a.sce | //Example 2.11.a
//to check the system is time invariant or not
clc ;
t0 =1;
T =10;
for t =1: T
x ( t ) =t;
y ( t ) =(2)*(t)*x(t) ;
end
inputshift = 2*(T)*x (T - t0 );
outputshift = y (T - t0 ) ;
if( inputshift == outputshift )
disp ( 'THE GIVEN SYSTEM I S TIME INVARIANT ' )
else
disp ( 'THE GIVEN SYSTEM ... |
90fcec5d5eaa64fb5e2746b02b7ad0ea21f95d79 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/1.1/Unix/scilab-1.1/macros/robust/gtild.sci | 01e835320a539953cab9198f9dc0a47ce66aaf72 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | 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 | 718 | sci | gtild.sci | function [at,bt,ct,dt]=gtild(a,b,c,d)
// input:
// g:=[A,B,C,D] (syslin list) or g=g(s)
// gtild returns g~(s) = g(-s)' (in transfer form or in state-space)
// calling sequences:
//-- [at,bt,ct,dt]=gtild(a,b,c,[d])
//-- [gt]=gtild(g)
//!
[lhs,rhs]=argn(0),
select rhs,
case 1 then
if a(1)='r' ... |
b3a903db47cb28d17deac01ad2e1b95f6e8f388b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2183/CH5/EX5.1/Ex_5_1.sce | 9e969fe78545b018a0bc4966dbbc802ff125ab86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 417 | sce | Ex_5_1.sce | // Example 5.1 //number of longitudinal modes and frequency spacing
clc;
clear;
close;
h=0.55*10^-6;//Wavelength in meter
n=1.78;//refractive index
L=4*10^-2;//Length in meter
C=3*10^8;//Speed of light in m/s
q=(2*n*L)/(h);//Number of logitudinal modes
df=((C)/(2*n*L))*10^-9;//frequency sepration in Gega Hertz... |
2bc37d0ab5ed1f9c9197ac6ae07a65a1b5ad4712 | daf9a7434ea9996fc591a79030570f48e396cdc5 | /Normal/N(mu,sigma^2)/Exp and var of N(mu, sigma^2).sce | a41091d44a5caffaa2f7d1f76ed17619ef58a5df | [] | no_license | isabelle-le/MonteCarloSimulation | c8dbfc2f5485f6dc6291654032ecad6c01cce401 | f96e0a11569b3e4dade452d99e9c1bbd6c3efb81 | refs/heads/master | 2020-04-05T22:40:20.686962 | 2018-11-12T19:18:50 | 2018-11-12T19:18:50 | 157,263,752 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 613 | sce | Exp and var of N(mu, sigma^2).sce | //Gaussian Distribution N(mu,sigma^2) Exp and Var
//Le Thu Huong ADEO1
clc
N = 70000;
n = 30;
Exp = 0;
var = 0;
mu = 3;
sigma = 0.6;
for j = 1:N
ubar = 0;
for i = 1:n
u = rand();
ubar = ubar + u/n;
end
alpha = sqrt(12*n)*(ubar - 0.5);
x = sigma*alpha ... |
30a3d5b72d81e9c5db883e4eaa49ab5c43f99544 | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/Ripper-C/results/Ripper-C.vowel-10-1tra/result5s0.tst | 7dd40ce6d8d54fa8d686e49068b5c311b8e4f1ff | [] | 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 | 973 | tst | result5s0.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... |
2fedba315eee92d26bbb9ef34d6c6190f8d0d4d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH3/EX3.26.b/EX3_26_B.sce | 8bb058fb762fe61853aa2cc192767c65f4a2818b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 75 | sce | EX3_26_B.sce | //Example 3.26.B
clc;
syms s;
F=1/(s*(s+1)*(s-2));
f=ilaplace(F);
disp(f);
|
dc7d64cb795a495ccc684ab7564b9bd716daafd0 | 0320d75d635104b38bca383bde2d5a012d0ccd4f | /Comp Org/assign2/a2/ALU1bit.tst | 54a553c3d35f981af3cd979d3301d7084b7e0261 | [] | no_license | sbkohel/Class_files | 97d4392d977d1de715eadba674ccb042195fd383 | 4a4cced4c23fab038b45ac54649e9831c45ea9b7 | refs/heads/master | 2018-12-29T21:11:59.492247 | 2014-12-17T02:02:20 | 2014-12-17T02:02:20 | 15,176,186 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,394 | tst | ALU1bit.tst | load ALU1bit.hdl,
output-file ALU1bit.out,
compare-to ALU1bit.cmp,
output-list a%B1.1.1 b%B1.1.1 cin%B1.1.1 sub%B1.1.1 nor%B1.1.1 out%B1.1.1 cout%B1.1.1;
set a 0,
set b 0,
set cin 0,
set sub 0,
set nor 0,
eval,
output;
set a 0,
set b 0,
set cin 0,
set sub 0,
set nor 1,
eval,
output;
set a 0,
set b 0,
set... |
bd88caa11ace0b56d532c6185e89699e43ee52c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /965/CH4/EX4.32/32.sci | 2ce6fe94afe6ac531c88127c674a4154f49cd129 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 888 | sci | 32.sci | clc;
clear all;
disp("contact surface temperature")
disp("The rate of heat flow at a surface x =0 is given by")
disp(" Q = -k*A*delT/(%pi*a*tau)^0.5")
disp("Heat received by each unit area of contact surface from the body at a temperature t1 is")
disp("Q = -k1*A*(t1-ts)/(%pi*a1*tau)^0.5")
disp("Heat received by ... |
66a2325a6a9ee47f062af23fedde82a71f3b2867 | 98a32c1c1584a5cab1581cf73464b2559cb54d20 | /SciLabInterface/TestABM.sce | 9c6d3c6e4ad53bd3bb847599f4f18be3cc6897d4 | [] | no_license | apatriciu/ParODE | ecdb3144912069d20ef79d6031a04c3c7e7e6563 | 55520212b7b16a915962b0e6680bb38d6bd9f472 | refs/heads/master | 2020-05-20T03:09:10.377853 | 2014-02-26T15:59:39 | 2014-02-26T15:59:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,869 | sce | TestABM.sce | function TestABM()
// this is the folder in which you have the shared library ParODEShared
strPathParODELibrary = '/home/alexandru/Projects/ParallelODESolver/Software/Binary/';
// this is the folder in which you have the kernel files
strParODEKFolder = '/home/alexandru/Projects/ParallelODESolver/Softwar... |
3e315ac67261fe7e228ea395bbf9b53a415f5d2e | 3174b244396ca6f067cb6b14edfea0e94a5ffcb1 | /projects/07/StackArithmetic/SimpleNeg/SimpleNeg.tst | eb0d1ea1059a73a336541f14d0de424155c808d6 | [] | no_license | sotlucas/nand2tetris | 29c109321636dad52a8da15b7251931f458d880a | 284bdf045b125ac1d9729010543b7bb36964a6fa | refs/heads/master | 2020-07-09T15:10:08.403439 | 2019-09-21T19:33:10 | 2019-09-21T19:33:10 | 204,005,757 | 1 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 313 | tst | SimpleNeg.tst | load SimpleNeg.asm,
output-file SimpleNeg.out,
compare-to SimpleNeg.cmp,
output-list RAM[0]%D2.6.2 RAM[256]%D2.6.2;
set RAM[0] 256, // initializes the stack pointer
repeat 60 { // enough cycles to complete the execution
ticktock;
}
output; // the stack pointer and the stack base
|
d73ab1c605e406fc4b34c582f4c397a3f17a9f8e | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH2/EX2.4/2_4.sce | 07629c298f77ef768e1bbba535b562ffdf74af7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sce | 2_4.sce | pathname=get_absolute_file_path('2_4.sce')
filename=pathname+filesep()+'2_4_data.sci'
exec(filename)
//No work is done by the part of the external boundary in contact with the bottle.only the moving part needs to be considered.Over this part pressure is uniform at 1.013*10^5 N/m^2
//Work done
Wd=Patm*V
printf("\... |
3e3afcac155bad06b76f6729cf3a296f7ee3b887 | 6583b7f11175c40106fb7cc0037578abae125f42 | /test/word.tst | cd42408e961a2980069c57b0df38f32bb3d38fb0 | [] | 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 | 2,053 | tst | word.tst | # word.tst
>>> from xml.etree import ElementTree
>>> from ucc.word import word, xml_access
>>> root = ElementTree.fromstring('''
... <word>
... <name>output_pin</name>
... <label>Output pin</label>
... <kind>declaration</kind>
... <defining>True</defining>
... <questions>
... <question>
..... |
00673f4a0c88382de0b5e800e50af478d3aa5b2c | 676ffceabdfe022b6381807def2ea401302430ac | /solvers/IncNavierStokesSolver/Tests/ChannelSpongeLNSE.tst | 4b7fa80fbc6acbc3e08e0d971d484eb23c266b2a | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 853 | tst | ChannelSpongeLNSE.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Linearized Channel Flow P=11</description>
<executable>IncNavierStokesSolver</executable>
<parameters>ChannelSpongeLNSE.xml</parameters>
<files>
<file description="Session File">ChannelSpongeLNSE.xml</file>
</files>
<metrics>
... |
45f1f216fe836e97a428ae28bc1308b4776896b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH6/EX6.25/ex6_25.sce | 889db3e09dfc277a60f15b2398669dfefc2fa83e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 649 | sce | ex6_25.sce | //Programming Example 6.25
//Variation of Switch statement
printf("Enter integer vlaue for flag : ");
flag=scanf("%d");
printf("Enter vlaue of x: ");
x=scanf("%f");
select (flag) //here select is equivalent to switch statement
case -1 then
y=abs(x);
printf("y = %f... |
dcd9862b8dde2d10d6fcb5ffa29c619dbc26e4b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH4/EX4.12/Ex4_12.sce | ab6e62458cf38508e69cb2f5cd0a1ec10f30ec3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 815 | sce | Ex4_12.sce | //Analyse the truss
//Refer fig. 4.20
//Consider equilibrium of entire truss
//taking moment about A
YE=(60*8-40*4)/4 //kN
XA=40 //kN
YA=60-80 //kN
//Take A as origin and determine co-ordinates of various point
//Lengths in m are
AB=4
CE=4
AE=4
ED=4
BE=4*sqrt(2)
CD=4*sqrt(2)
//Consider equilibrium of... |
e01c30b07025aaf219dab111da4b75b7ac78b392 | 67be33a2f1b2815769ef612759053f35ea40977a | /Gevorgyan.TodoListApp.RestApi/ClientApp/src/app/core/models/models.tst | 6e803ab2e35081b1255c2d5d708da37d92a988ff | [] | no_license | WAlbus792/TodoListApp | 2fbcb08ebf2b87bd9b018f16a1bdb5475bc15f0e | d925e9e2c8f82860b9851270e192d065f92b6dc8 | refs/heads/master | 2020-07-01T22:57:39.991393 | 2019-08-11T16:58:59 | 2019-08-11T16:58:59 | 201,331,892 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,088 | tst | models.tst | ${
// Enable extension methods by adding using Typewriter.Extensions.*
using Typewriter.Extensions.Types;
Template(Settings settings)
{
settings.IncludeProject("Gevorgyan.TodoListApp.Application");
settings.OutputExtension = ".ts";
}
string Imports(Class c)
{
strin... |
936a1012f202ecb29d3e05c0a2b1c9822caacf6a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.18.1/Ex4_18.sce | 05ab1560d2913a611edbf6ed8c6c0d6fa4596255 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 366 | sce | Ex4_18.sce | clc
clear
//Now at 10 bar pressure
V=1.5; //Volume in m^3
P=10; //Pressure in bar
x=0.91; //Dryness fraction
Vg=0.194; //in m^3/kg
m=V/Vg;
Vf=x*Vg;
m_f=V/Vf;
printf('Amount of water to be placed in container: %2.2f kg',m);
printf('\n');
printf('Mass of wa... |
616b7c0ff7fe966701b2880ccce931b4eebc8abb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3035/CH4/EX4.16/Ex4_16.sce | 8202bc7335f5f1553ddc1980a1a63989ed817ecd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,955 | sce | Ex4_16.sce |
// Variable Declaration
A = 0.8*exp(%i*1.4*%pi/180) //Line constant
B = 326.0*exp(%i*84.8*%pi/180) //Line constant(ohm)
V_R = 220.0 //Receiving end voltage(kV)
V_S = 220.0 //Sending end voltage(kV)
P = 75.0 //Power(MVA) f... |
14ced8d786243e634208f1ed3dd632a35f4abe61 | 99b4e2e61348ee847a78faf6eee6d345fde36028 | /Toolbox Test/armcov/armcov6.sce | d1c9c26bc8799a1b43c5337368408588f7296645 | [] | 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 | 364 | sce | armcov6.sce | //check o/p when i/p is a vector
y=[1*%i 2 3 4 5 6 7 8 9 0 -2 3 4 5 6];
arcoeffs = armcov(y,4)
disp(arcoeffs);
//output
// column 1 to 2
//
// 1. - 1.0901114 - 0.0073409i
//
// column 3
//
// 0.5888179 + 0.0092552i
//
// column 4
//
// - 0.4433835 - 0.0120844i
//
// ... |
1b855d68f5ce5d4b6d53e1f8f86c5f0aa3e9f9b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH13/EX13.5w/13_5w.sce | aad5f378842c4b57bf77f89f1138f25984fd07d4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 514 | sce | 13_5w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 13.5w
//calculation of the force applied on the water in the thicker arm
//given data
A1=1*10^-4//area(in m^2) of arm 1
A2=10*10^-4//area(in m^2) of arm 2
f=5//force(in N) applied on the water in the thinner arm
/... |
a89047f44425660de23c0564aa44ad2b3989aac9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH12/EX12.16w/12_16w.sce | d870f62cf3426718c2ebac7ae7100bb7cb133030 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 487 | sce | 12_16w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 12.16w
//calculation of the time period of small oscillations
//given data
//h=R.....height equal to radius of the circle
g=%pi^2//gravitational acceleration(in m/s^2) of the earth
l=1//length(in m) of the string
... |
c2f6a1eff6ed23bad0f60bd4ecceac7f2874bded | 449d555969bfd7befe906877abab098c6e63a0e8 | /3869/CH1/EX1.10/Ex1_10.sce | 426e9f6de51b05029f683533707bc287a04af898 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 308 | sce | Ex1_10.sce | clear
//
//
//
//Variable declaration
n=5
lamda=4800*10**-10 //wavelength(m)
mew_mewdash=0.3
//Calculation
t=n*lamda/mew_mewdash //thcikness of glass plate(m)
//Result
printf("\n thcikness of glass plate is %0.3f *10**-6 m",t*10**6)
printf("\n answer given in the book is wrong")
|
7677f02ce3658aa10e3cd8e1f7c7eb9f47efe0c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH13/EX13.3/Ex13_3.sce | a19ae197b6c0921b82a5d3d0f883373813bd58f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,042 | sce | Ex13_3.sce | //Chapter 13 example 3
//------------------------------------------------------------------------------
clc;
clear;
// Given data
f = 4.5; // microwave terrestrial comm link oper. freq in Ghz
D = 40; // single hop path length in miles
hant = 200; // antenna ht. above su... |
5703efc5be08ca9053deb4e9155452813810d259 | 449d555969bfd7befe906877abab098c6e63a0e8 | /260/CH1/EX1.10/1_10.sce | 2a4edfc9f0c577536bdb58d87b8b7d9972b57cc3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 1_10.sce | //Eg-1.10
//pg-24
clear
clc
a=input("enter any number");
printf('Enter \n1 to find square root \n2 to find logarithm \n3 to find the exponential\n\n')
choice = input("Enter your choice");
select choice,
case 1 then r=sqrt(a);disp(r),
case 2 then r=log(a);disp(r),
case 3 then r=exp(a);disp(r),
... |
3b564aa243156dd0102322c77bd11ebf7d64f36d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH23/EX14.23.22/Ex14_23_22.sce | c3db5aa204fed8e2282a5d7ac234dca73869ae25 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 483 | sce | Ex14_23_22.sce | //Section-14,Example-6,Page no.-PC.114
//To calculate the pH of 10^-8 M HCl solution.
clc;
C=10^-8 //(M) Concentration of HCl solution
k_w=10^-14
x1=(-C+sqrt((C)^2-(4*1*(-k_w))))/2 //(M) Concentration of OH-
x2=(-C-sqrt((C)^2+(4*1*(-k_w))))/2 //(M) Concentration of OH-
/... |
c96a93093f119f641ed3e810928a83f15a29ec1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH10/EX10.4/Ex10_4.sce | 57b6898b7e6e3fe505c904838e3b9d3f79879ac5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | sce | Ex10_4.sce |
//
//
ab=30,bc=90,cd=140,
l1=250,l2=150,l3=325,
abc=210-bc
t1=0.5*abc
bcd=270-cd
t2=0.5*bcd
t3=180-(t1+t2)
k=(sin(t2*(%pi/180)))/(sin(t3*(%pi/180)))
OB=l2*k
k1=(sin(t1*(%pi/180)))/(sin(t3*(%pi/180)))
OC=l2*k1
printf("\n OB,OC")
R=OB*(sin(t1*(%pi/180)))
printf("\n Radius R= %0.3f ",R)
BT1=OB*(cos(t1*(%pi/180)))... |
a03fce6116b858697857c4b0eb0ad1dc1c4bc92e | 1988df91caa448a35bbf274a6d2698fe434571b1 | /tst/eval/rewrite1.tst | 60c5621a991519444998df14f088fdc9c2cc2bf8 | [] | no_license | namin/GETFOL | bd60e9a2d9f0905c50ff5c0cff4b6bf57a2049e2 | bf42caf61799578eb82e9f17b3342bc2ee638a22 | refs/heads/master | 2021-10-25T08:08:20.142137 | 2021-10-22T16:16:40 | 2021-10-22T16:16:40 | 204,234,318 | 4 | 1 | null | 2019-08-25T02:05:54 | 2019-08-25T02:05:54 | null | UTF-8 | Scilab | false | false | 1,196 | tst | rewrite1.tst | COMMENT | ************************************************************* |
COMMENT | * AUTHOR: Paolo Pecchiari |
COMMENT | * |
COMMENT | * SUBJECT: REWRITE TEST |
COMMENT | * |
COMMENT | * GETFOL VERSION: October 1990 |
COMMENT | * |
COMMENT |... |
8ac208b2300c10cb7a5df21a027cfd349bec44d5 | 676ffceabdfe022b6381807def2ea401302430ac | /library/Demos/MultiRegions/Tests/Helmholtz3D_CG_Prism_VarP_iterLE.tst | e2e9436c242e2d2d673e66f6fc0a06f95fc7aa41 | [
"MIT"
] | permissive | mathLab/ITHACA-SEM | 3adf7a49567040398d758f4ee258276fee80065e | 065a269e3f18f2fc9d9f4abd9d47abba14d0933b | refs/heads/master | 2022-07-06T23:42:51.869689 | 2022-06-21T13:27:18 | 2022-06-21T13:27:18 | 136,485,665 | 10 | 5 | MIT | 2019-05-15T08:31:40 | 2018-06-07T14:01:54 | Makefile | UTF-8 | Scilab | false | false | 617 | tst | Helmholtz3D_CG_Prism_VarP_iterLE.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Helmholtz 3D CG for Prism</description>
<executable>Helmholtz3D</executable>
<parameters>-I GlobalSysSoln=IterativeStaticCond -I Preconditioner=LowEnergyBlock Helmholtz3D_Prism.xml</parameters>
<files>
<file description="Session File">He... |
137abe04a4ad0ff622f668f1e5dc3d4bf6e0a74c | 6c7a728e11a427c93b15669517131a79a0703108 | /api/pdb_root/install/scripts/test_pdb/clone_pdb.tst | 8a606bcc7b6a1f961f659fc5dd1078293b129cbd | [] | no_license | ZVlad1980/adm_scripts | 0b9fe4ff166213dc649d555c81e8d65b858074e4 | 9978a098c8140f5722b51e799969b76e2d68b42e | refs/heads/master | 2020-03-31T08:45:49.405822 | 2019-04-30T05:04:03 | 2019-04-30T05:04:03 | 152,071,490 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 855 | tst | clone_pdb.tst | PL/SQL Developer Test script 3.0
16
-- Created on 29.04.2018 by V.ZHURAVOV
declare
-- Local variables here
i integer;
begin
-- Test statements here
/*--pdb_pub.clone(p_creator => 'PDB_ROOT', p_pdb_name => 'dev_clone', p_pdb_parent => 'DEV_NODE' );
pdb_pub.close_(p_pdb_name => 'DEV_NODE');
pdb_pub.freeze_(... |
5640f28cf17d59b6ace4e38aeb75ea02682feb74 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.2_5.tst | 0ca4528f203f90e032b7485ee70d3c178ba73b7b | [] | 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 | 726,897 | tst | 5.2_5.tst | 2 85:1 89:1 146:1 359:1 385:1 553:1 607:1 658:1 951:1 960:1 1190:1 1214:1 1281:1 1462:1 1510:1 1598:1 1676:1 1820:1 1937:1 1941:1 2077:1 2299:1 2336:1 2341:1 2457:1 2522:1 2736:1 2751:1 2758:1 2984:1 3340:1 3632:1 3940:1 3946:1 3985:1 3990:1 4208:1 4434:1 4535:1 4604:1 4908:1 4916:1 4983:1 5012:2 5205:1 5534:1 5603:1 6... |
987ec31ed00cdd94db50cbea1dae0d7155c13193 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH8/EX8.3/8_3.sce | a2a1bb2c533eca0956cc537b079970a57ca42db9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 363 | sce | 8_3.sce | clc
//initialisation of variables
h= 6.6234*10^-27 //ergs sec
m= 2.59 //gms
v= 3.35*10^4 //cm sec ^-1
e= 4.8*10^-10 //ev
V= 40000 //volts
M= 300 //gms
L= 1836 //A
N= 6*10^23 //molecules
//CALCULATIONS
p= m*v
l= h/p
E= V*e/M
P= sqrt(2*E*(1/(L*N)))
L1= h*10^8/P
//RESULTS
printf (' wavelength = %.2e cm',l... |
8e4f15d6c605af3a295523bfc858e59ddeccb8a0 | dc1af20bca10db33d1adcbf61d5fe874eb6eab07 | /2018_fast_test/2018_fast_test/environment/MANAGER_C/MANAGER_C.tst | 88b4593a733f22d9a6044632e79c44fbfd1cbd94 | [] | no_license | TimSVector/PointOfSales_v2 | 2d1130516cfc5d77f2e5d0f60adcde96374f6fc2 | ef630f05850715568725cf94cc0e497146a049d4 | refs/heads/master | 2023-08-04T10:51:50.031346 | 2023-08-03T20:50:28 | 2023-08-03T20:50:28 | 133,404,783 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 820 | tst | MANAGER_C.tst | -- VectorCAST 18.sp5 (03/03/19)
-- Test Case Script
--
-- Environment : MANAGER_C
-- Unit(s) Under Test: manager
--
-- Script Features
TEST.SCRIPT_FEATURE:C_DIRECT_ARRAY_INDEXING
TEST.SCRIPT_FEATURE:CPP_CLASS_OBJECT_REVISION
TEST.SCRIPT_FEATURE:MULTIPLE_UUT_SUPPORT
TEST.SCRIPT_FEATURE:MIXED_CASE_NAMES
TEST.SCRIPT_... |
fad827eb005d8f2f240e38b61fc36cb6db336b79 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/macros/Draw_SMB_transform.sci | 837fa127afe0850d7835595bbb1430512698203b | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 496 | sci | Draw_SMB_transform.sci | function [X,Y,Z,CP]=Draw_SMB_transform(X,Y,Z,L,O,V,C)
CP=list();
for i=1:length(X)
np=size(X(i),1); nf=size(X(i),2); len=np*nf;
P=[matrix(X(i),1,len); matrix(Y(i),1,len); matrix(Z(i),1,len)];
P=V*P;
P=L*P;
P(1,:)=P(1,:)+O(1); //x-shift
P(2,:)=P(2,:)+O(2); //y-shift
P(3,:... |
62d55eb5d289c1f9845114e9255ced2413af8c39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3014/CH1/EX1.3/Ex1_3.sce | f0af4190c99db75043fb03a49ca7c9f8f3682b4e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 282 | sce | Ex1_3.sce | clc
// Given that
m = 1e-30 // Mass of any object in Kg
v = 1e5 // velocity of object in m/s
h = 6.625e-34 // Plank constant
printf("Example 1.3")
lambda = h/(m*v) // calculation of de Broglie wavelength
printf("\n de Broglie wavelength of body is %e m.\n\n\n",lambda)
|
1b90cb0e0d121e025bd687c570fb4673459677fe | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH4/EX4.8/4_8.sce | 8f4bf2f8e2625e77fac7bc0dfc28e3f616c0fa6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 352 | sce | 4_8.sce | clc();
clear;
// To calculate the change in magnetic moment
r=0.052*10^-9; //radius of orbit in m
B=1; //magnetic field in Wb/m^2
e=1.6*10^-19; //charge of electron in coulomb
m=9.1*10^-31; //mass of electron in kg
dmew=(e^2)*(r^2)*B/(4*m);
printf("magnetic moment in Am^2 is");
disp(dmew);
//ans... |
13a97d253989570d4fcaeb913b07b529921f79e5 | d7ec0352fdd4cf451ee9dd6bac2218fb96c24c0f | /src/gui/qml/img/pbutton_pressed.sci | 486702deaa4c688f90e4881b284468d0206eb881 | [] | no_license | mireq/facedetect | d3fc340926a54e144dcf09ef4a814a77cbc9afde | 94ab039149efb2d8f1496c6042bf3a6b133bb49e | refs/heads/master | 2021-01-22T04:33:34.209921 | 2011-05-13T01:08:47 | 2011-05-13T01:08:47 | 1,525,248 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 90 | sci | pbutton_pressed.sci | border.left: 6
border.right: 6
border.top: 6
border.bottom: 7
source: pbutton_pressed.png
|
1b99546cfad520f6c51ec9f1662524441487fe1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH12/EX12.1/Ex12_1.sce | 910ef4cf1f0eb8c22c117fc32af84c2581e1f241 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | Ex12_1.sce | clc();
clear;
//Given:
sigma_n = 10^4; //conductivity in mho/m
sigma_p = 10^2; // conductivity in mho/m
e = 1.6*10^-19;// charge of an electron in C
kT = 0.026 ;// k*T value at room temperature in eV
ni = 2.5*10^19; // per m^3
mue = 0.38; // mobility of free electrons in m^2/Vs
muh = 0.18;// mobility of free e... |
e08660eaa7e0974f9750a7cabc5d963a79d79eaf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH15/EX15.1/Ex15_1.sce | 51910d2d5ab3aa0e561159c7530e12983fc5f576 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 379 | sce | Ex15_1.sce | //=====================================================================================
//Chapter 15 example 1
clc;clear all;
//variable declaration
Ip = 25; //power level ot the third-order intercept in dBm
M = -85; //minimum detectable signal in dBm
//calculations
Rd = (2/3)*(Ip-M... |
6555939ebdfffdbb9865e317037b02191cb5b24c | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/disassembler/brcs.instr.tst | 1bb1c0aa1789010320c6b478bdaddaeacc46e027 | [] | no_license | aurelf/avrora | 491023f63005b5b61e0a0d088b2f07e152f3a154 | c270f2598c4a340981ac4a53e7bd6813e6384546 | refs/heads/master | 2021-01-19T05:39:01.927906 | 2008-01-27T22:03:56 | 2008-01-27T22:03:56 | 4,779,104 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,670 | tst | brcs.instr.tst | ; @Harness: disassembler
; @Result: PASS
section .text size=0x00000100 vma=0x00000000 lma=0x00000000 offset=0x00000034 ;2**0
section .data size=0x00000000 vma=0x00000000 lma=0x00000000 offset=0x00000134 ;2**0
start .text:
label 0x00000000 ".text":
0x0: 0xf8 0xf1 brcs .+126 ; 0x80
0x2: 0xf0 0x... |
72f249daa5c5ff43acfed3239195cc0d43a957b5 | 906f286d018d405ea3ace52a3e8e8a109d68cefe | /kalman/chemPlantModel.sce | 52ac38e657e4826ea1c92c648296dcc23dd1dc05 | [] | no_license | andreinakagawa/control | 165398c239178670934328a278113d136e7c5747 | b69f0cb7ee4f4328bdc7d45d7bb9fd82eec6343f | refs/heads/master | 2021-01-21T21:38:24.436418 | 2017-07-13T18:57:30 | 2017-07-13T18:57:30 | 92,322,739 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,430 | sce | chemPlantModel.sce | // FEDERAL UNIVERSITY OF UBERLANDIA
// Biomedical Engineering Lab
// Uberlandia, Brazil
//--------------------------------------------------
// Author: Andrei Nakagawa, MSc
// contact: andrei.ufu@gmail.com
//--------------------------------------------------
// Control II
// Exercise I
// Fi... |
89c3f775692442ac4743965d60249c94e5bc3825 | 25ecbf436e9499640445c5f8dd256d12dcfecf2a | /Rb model/Scilab/StochRb8 DA multi.sci | 3e99e17948b1dacb15aeea910dec3e09bfc0f553 | [] | no_license | ModelDBRepository/141272 | 89fa654099db5fe443f1d34b43071108882d740e | 67f44e52600c751f37f731f71a5b13a21fd28e8e | refs/heads/master | 2020-05-29T18:22:46.893645 | 2019-05-31T02:44:35 | 2019-05-31T02:44:35 | 189,298,198 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,489 | sci | StochRb8 DA multi.sci | // Rubinstein model of Ranvier Node's action potentials as in
// Rubinstein JT (1995) Biophys J 68: 779-785.
// Mino H, Rubinstein JT, White JA (2002) Ann Biomed Eng 30: 578-587.
// Bruce IC (2007) Ann Biomed Eng 35: 315-318;
// Voltage is shifted so that resting voltage = 0 mV (the reversal of the leak)
// This scr... |
65186c95dcbf8bd99ba7387688da1d5d34e773e8 | e8bcf3f9ffdfb367940fb9ed498b1c598ce92e65 | /plot2d2.sce | 77b371a4defee15b6534e0af1a66aee062fde75f | [] | 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 | 175 | sce | plot2d2.sce | // Program to plot using plot2d2 function
x = linspace(-%pi,%pi,20)
plot2d2(x,sin(x))
xtitle('Graph for plotting sin(x) using plot2d2')
xlabel('angle')
ylabel('sin(x)')
|
a66eed8247921d7056e49139c006b12d952c98a6 | fbd17575bab2ee4dc49cc7d13b5b94d24ab9482c | /TP4/rendre/solinf.sci | 360f75d555821d0f0a9692ef64df8a7a318c5397 | [] | no_license | 1saac-W/MT09-Analyse-Num-rique | 05b509981dfa00e3b7b550716b1487cbbf0a3fed | 0853f8053254f5dd23179073187ada3d936aff84 | refs/heads/master | 2020-09-27T04:34:36.549125 | 2020-01-05T16:02:18 | 2020-01-05T16:02:18 | 226,431,201 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 409 | sci | solinf.sci | function [x] = solinf(l,b)
N = length(b);
if( size(l)~= [N, N] | size(b,2) ~= 1) then
disp("size(l)=",size(l));
disp("size(b,2)=",size(b,2));
disp("incorrct!");
end
x = zeros(N,1);
x(1)= b(1)/l(1,1);
for i = 2:1:N
x(i) = b(i);
for j = 1:1:i-1
... |
ba6ce2e2202f45bc2dbfc02c989345baab1f41dd | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.15_19.tst | 8742867a845a9b5ba5855bedf57027baac6d108d | [] | 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 | 24,121 | tst | bow.15_19.tst | 15 4:0.2 16:1.0 180:0.125 595:1.0 1259:1.0 1701:1.0 1773:1.0 1774:2.0 3003:1.0 3010:1.0 4177:1.0
15 13:1.0 24:0.125 29:0.5 41:0.3333333333333333 108:0.2 110:1.0 124:1.0 160:1.0 180:0.125 196:1.0 225:1.0 259:0.14285714285714285 456:1.0 466:1.0 668:0.5 1652:1.0 1699:1.0 1977:0.5 2139:2.0 2917:1.0
15 23:1.0 24:0.125 103:0... |
17278cec050a3da0258ff22f92553207f9b46777 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_gui_loghistory.sci | 13dd9b9a4f62969c6b9e25d8c780142b939f2454 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,843 | sci | kiks_gui_loghistory.sci | function [] = kiks_gui_loghistory()
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
global("KIKS_HISTORY_HDL","KIKS_GUI_HDL","KIKS_LOG_HISTORY","KIKS_STATUS_BUFFER","KIKS_STATUS_BUFFER_CNT")
valid_handle = %F;
if ~isempty(KIKS_HISTORY_HDL) then
try
close(KIKS_HISTORY_HDL);
... |
8d62a47a4b9fc77e746297a5a293ef2b01fadf04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2258/CH7/EX7.18/7_18.sce | d6354859f2f8b9f0663c77ed0ded3e5540cdced9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | 7_18.sce | clc();
clear;
// To calculate the density and mobility of charge carrier
RH=-7.35*10^-5; //hall coefficient
e=1.6*10^-19;
n=(-1/(RH*e));
sigma=200;
mew=sigma/(n*e);
printf("density of charge carriers in m^3 is");
disp(n);
printf("mobility of charge carriers is %f m^2/Vs",mew);
|
274c5661350b1ce45f489417e1461048050eceea | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH5/EX5.10/ex5_10.sce | 1743113350e19ab0613d460051ee04161265f0a8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 222 | sce | ex5_10.sce | clc;
p=1; //power output in hp
p=1*746 //power output in Watt using 1hp = 746Watt
F=300; //Force in Newton
v=p/F; //calculating v in m/sec using P=F*v
disp(v,"Velocity in m/sec = "); //displaying velocity in m/sec |
265b5a5051378d43651da5d502c9317bd88591e8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH11/EX11.2/11_2.sce | 7de5e12ea855012410ee6c433eaeafa607cd24ca | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 575 | sce | 11_2.sce | //Example 11.2
//Gauss-Seidel Method
//Page no. 368
clc;clear;close;
U=[0,1,2,0;1,0,0,4;2,0,0,5;0,4,5,0]
k=1;
for i=2:3
for j=2:3
if (i==2 & j==3) | (i==3 & j==2) then
U(i,j)=0
else
U(i,j)=(U(i-1,j)+U(i+1,j)+U(i,j-1)+U(i,j+1))/4
end
printf(" u%i... |
b60998b54c5eb4006376d3fac474ec7793de0b98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3784/CH4/EX4.50/Ex4_50.sce | c6f99366f77358d1b844ca7fba6dbe7622db4d6e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 761 | sce | Ex4_50.sce | clc
//Variable Initialisation
Ea=500//Input Voltage of motor in volts
Ra=0.06//Armature resistance in ohm
Rf=0.09//Field resistance in ohm
K=12e-3//Motor Constant
Ia=400//Armature Current in Ampere
d1=0.6//Duty Ratio
//Solution
E0=(1-d1)*Ea
Pin=E0*Ia
R=Ra+Rf
Req=(E0/Ia)+R
Wmin=R/K
Wminr=Wmin*30/%pi
Wmax=... |
2f74594a6b9b9259fb4b5df28c70794abdc974eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2627/CH6/EX6.6/Ex6_6.sce | c9158e52157e4d414143c63158bd4e051f49d88a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 416 | sce | Ex6_6.sce | //Ex 6.6
clc;clear;close;
format('v',5);
Ia=110;//A
Vs=480;//V
Ra=0.2;//ohm
P=6;//no. of poles
c=6;//no. of parallel paths
p=P/2;//no. of pair of poles
Z=864;//no. of conductors
fi=0.05;//Wb
emf=Vs-Ia*Ra;//V
N=emf/(2*Z/c*p/60*fi);//rpm
N=round(N);//rpm
disp(N,"(a) Speed in rpm");
Pm=Ia*emf;//W(Mechanical... |
81b0333de951ca6d0218a5fca9b21e26dc426670 | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH5/EX5.2/ch_5_eg_2.sce | 47ff290bdd2c4df49fe19e41b5005e39c508f870 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 597 | sce | ch_5_eg_2.sce | clc
disp("the solution of eg 5.2 -->Discretization in 1-D space");
//boundary conditions are: x=0 at y=0; dy/dx=1 at x=1
disp("to solve this problem we will take delta x=.5 since we have to find the value at x=.5");
delta_x=.5
y_1=0
//using central difference eqn
dy_by_dx=1 //at x=1, i=3
//y_4=d... |
b7cc5d772364b1b59712c6f47b4f924c1739c461 | 6802d20f76f56f855fcfe45543132d077e591474 | /App/Models/App/ServerTemplate.tst | 777da85721dedf577098348a3c057bf908da9781 | [] | no_license | mike-ward/Nancy.Start | 5c16844554345eecb6502c696f0abfe75062fd29 | ff5804c48b4ec18a8793a9d2eb1ff3bac6fe5788 | refs/heads/master | 2021-01-09T05:24:39.589221 | 2018-02-19T18:42:53 | 2018-02-19T18:42:53 | 80,761,860 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 299 | tst | ServerTemplate.tst | // Generated by Typewriter Visual Studio Extension
${
using Typewriter.Extensions.Types;
Template(Settings settings) { settings.OutputExtension = ".cs.d.ts"; }
}
declare module Server {
$Classes([DataContract])[
class $Name {
$Properties[$name: $Type;
]
}]
} |
a5da46d97af8370b56b34c40818a792a9c515789 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH4/EX4.2/Ex4_2.sce | 0660587a9a98ff841c7200cf768e25f3d3217964 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 779 | sce | Ex4_2.sce | // exa 4.2 Pg 104
clc;clear;close;
// Given Data
rBYd=0.1;
DBYd=1.2;
P=3;// kN
Syt=300;//MPa
n=3;// factor of safety
//dimensions of plate
l1=400;//mm
l2=300;//mm
l3=400;//mm
sigma_d=Syt/n;// MPa
Kt=1.65;// factor for circular fillet radius member
Rp=P/2;//kN (bearing reaction due to symmetry)
Mf=Rp*l1;// kN.mm (ben... |
b08b91c98345195fea51c55917e352a1676bb3ec | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH5/EX5.9/ex5_9.sce | 97a18c65e292c653f4c64dd370cc5b98bb962084 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 582 | sce | ex5_9.sce | // Exa 5.9
clc;
clear;
close;
// Given data
alpha = 1.414;
f_c = 1.5;// in kHz
f_c = f_c * 10^3;// in Hz
C1 = 2/alpha;// in F
C2 = alpha/2;// in F
R1 = 1;// in ohm
R2 = R1;// in ohm
R_F = 2;// in ohm
Omega_c = 2*%pi*f_c;// in rad/sec
R = 1/Omega_c;// in ohm
R = R * 10^7;// in ohm
R1 = R;// in ohm
R2= ... |
cd0cdc41532391c8f7dc105f9c733c3a50a95f69 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1580/CH5/EX5.3/Ch05Ex3.sce | beafa440048b49df87b2961921fdfa79eb079b90 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ch05Ex3.sce | // Scilab Code Ex5.3 : Page-5.8 (2004)
clc;clear;
h = 6.626e-34; // Planck's const in Js
m = 1.67e-27; // Mass of the neutron in kg
e = 1.6e-19; // charge of electron in C
E = 0.025; // kinetic energy of the neutron in J
lam = h/(sqrt(2*m*E*e)); // de Broglie wavelength in m
printf("\nde Broglie wave... |
5d00bf5f7f2ca5697aef79cc5550111ad5373dcb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1040/CH7/EX7.7/Ex7_7.sce | 4fe4a5709365d534434e5cf08fb585a08c91cd81 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 5,202 | sce | Ex7_7.sce | //Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc.,USA,pp 436.
//Chapter-7 Ex7.7 Pg No.304
//Title:Apparent value of kLa, regime of operation and selectivity dependency on gas mixing
//==============================================================================================================... |
e532594a105b1fa67ae8cdbab71e9501bbfb9537 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH3/EX3.6/Ex3_6.sce | 7a68239e3adf23832bca137e8283d29ebfb8a6c2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 311 | sce | Ex3_6.sce | clc
//
//
//
//Variable declaration
lambdaa=5893*10**-10 //Wavelength
muo=1.54 //Refractive index of ordinary rays
mue=1.53 //Refractive index of extra ordinary rays
//Calculations
t=((lambdaa)/(4*(muo-mue)))*10**2
//Result
printf("\n The thickness of the crystal is %0.3f cm",t)
|
c5b4064dbdb1a120b9b91b01a9ebc79ecc58be3c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH26/EX26.6/EX26_6.sce | ad751d583739fc06cbdde1e73a13cedd973cfed0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | EX26_6.sce | //clc
//Example6
//given
c=3*10^8 //velocity of light in m/sec
Vmo=0.80*c // velocity of motocycle w.r.t stationary observer
Vlm=c // velocity of motocycle w.r.t motorcycle
//velocity of light w.r.t stationary observer
Vlo=(Vlm+Vmo)/(1+(Vlm*Vmo)/c^2)
disp(Vlo,"velocity of light w.r.t stationary observer in m/... |
03a8bff35b346c8d8b2bb18ed5f1708901773a4e | fd6e45f66c41ad779a3d47c3bf8ebfa140d3d657 | /P6 - Eigenvalues and eigenvectors/power.sci | 6e47345f919b2e0e1a339a607c6a7b0c3a9bf1c0 | [] | no_license | jere1882/Numerical-Analysis-Assignments | 7f474e2020d010f9f9c3dceff5e48c03b0d38652 | 1074f92ca93d0a402259f92a0f61f105f25e5230 | refs/heads/master | 2021-09-06T20:00:36.411386 | 2018-02-10T18:04:38 | 2018-02-10T18:04:38 | 121,039,769 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 993 | sci | power.sci | // MÉTODO DE LAS POTENCIAS PARA CALCULAR ÉL AUTOVALOR DOMINANTE lambda Y EL AUTOVECTOR ASOCIADO V DE UNA MATRIZ A DE ORDEN n x n. SE SUPONE QUE LOS AUTOVALORES VERIFICAN LA CONDICION DE DOMINACION (UN AUTOVALOR ES MAYOR A TODOS LOS OTROS EN VALOR ABSOLUTO, DISTINTO DE CERO)
function [lambda, V]=power(A,X,epsilon,max... |
e041588b4f938be2e741a986099b32f55850dbfb | 6886f9c39f0a208f28d1196a33ca54d3309881c2 | /arithmetic coding.sce | c87d2e937c2aa2cbfbdca649c789d93480c5b00e | [] | no_license | sonusharma55/Data-Compression-and-Encryption | 9110c083d58c59d1d4c102033a9d5cc6f3f314c6 | ade4590edfc8f74e12e2644fd60a2997deb6885c | refs/heads/master | 2020-07-25T21:45:51.063843 | 2019-09-14T11:40:39 | 2019-09-14T11:40:39 | 155,232,740 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 449 | sce | arithmetic coding.sce | clc
clear
p = input("Enter probabilities of symbol, p = ");
t = 0;
for i = 1:length(p)
c(i) = t + p(i);
t = c(i);
end
printf("\nCDF of symbols ");
disp(c)
s = input("Enter sequence of symbol to be encoded, s = ");
x = [0;c];
for i = 1:length(s)
l = x(s(i));
u = x(s(i) + 1);
l1 =... |
cc3274da239cbc6704d848bef1f992a5014fdfe7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1388/CH7/EX7.22/7_22.sce | bebd47f4ded62602443b8a60ca78c58663cac752 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 239 | sce | 7_22.sce | clc
//initialisation of variables
E= 1.0508 //volts
V= 0.3338 //volts
a= 0.0796
a1= sqrt(0.0490)
f= 0.05916 //J/mol coloumb
//CALCULATIONS
V= E+V+f*log10(a/a1)
//RESULTS
printf (' Standard electrode poteential = %.4f volts',V)
|
ac1796e3125cd668b8f47e8d4fed132399847e2f | f6134e0a162a059c42ec3ef8de2a63941d73936c | /Scilab_code/Graph_search/find_centroid.sci | dbd039ffeae00050fbb6ec6e49793226c7325555 | [] | 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 | 416 | sci | find_centroid.sci | function cntr = find_centroid(STNC)
//Author : Maxens ACHIEPI
//Space Robotics Laboratory - Tohoku University
//Description:
//
//INPUT
//
//OUTPUT
//
//----------------------------------------------------------------------------//
for i=1:size(STNC,2)
... |
8de329a1c5140645562cbfa410ffa5484c1212fc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH6/EX6.11/Ex6_11.sce | efa618f69435f1f1af07b4eece4036772036a2db | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | Ex6_11.sce | clc
//Chapter6
//Ex_11
//Given
Z=50*10^-6 //in m
L=10*10^-6 //in m
t_ox=450*10^-10 //in m
V_GS=8//in V
V_th=4//in V
V_DS=20//in V
lambda=0.01
ue=750*10^-4 //in m2/V/s
epsilon_r=3.9
epsilon_o=8.85*10^-12//F/m2
epsilon=epsilon_r*epsilon_o
K=(Z*ue*epsilon)/(2*L*t_ox)
I_DS=K*(V_GS-V_th)^2*(1+lambda*V_DS)
d... |
af0b528c96e3c74663e054f4d4a443d2d51812b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH8/EX8.16/Example_8_16.sce | 075293b98e5244eb10f5bb87a778308709bbcd6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 582 | sce | Example_8_16.sce | //Example 8.16
clear;
clc;
//Given
T=298;//temperature in K
R=8.314;//gas constant in J K^-1 mol^-1
delGfoCuO=-127.2;//standard enthalpy of formation of CuO in kJ mol^-1
pH2O=23.7;//vapour pressure of water in mm Hg
P=760;//standard pressure in mm Hg
//To determine delGfoH2Og
Kp=pH2O/P;//equillibrium cons... |
b947339c6d7b6b815363f30c942869b118435c60 | 4a9f190afee555b0b80b83855ab62d9c529f5b34 | /Assignment1/nr.sce | 601772936afe1d4d9be963059a68e5e496e9c162 | [] | no_license | imajou/IU-S20-DSP-Assignments | 5ab41f331f996d9764be41a56fb2eee9e7cd5267 | e518c52a1ef988a6871cb078b25e64e75ed0fc95 | refs/heads/master | 2022-10-22T09:24:33.601398 | 2020-06-12T21:24:23 | 2020-06-12T21:24:23 | 271,892,319 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | nr.sce | clc; clear; close;
an_x1 = (-4 - sqrt(4 * 4 - 4 * 29 * (-1999)))/ (2 * 29);
an_x2 = (-4 + sqrt(4 * 4 - 4 * 29 * (-1999)))/ (2 * 29);
printf('\n Analytical:\t x1 = %.8f, x2 = %.8f', an_x1, an_x2);
p = [29 4 -1999]
p_roots = roots(p)
printf('\n SciLab:\t x1 = %.8f, x2 = %.8f', p_roots(1), p_roots(2));
deff('x=f(x)','x... |
f9172ed18cd59fd1e0a90eedd2778cde12576f66 | f4cfee6e4201b01843e6de00cc439883a49aa4f1 | /my scilab files/yogesh12.sce | 585118b42d73916563b7a9286adb928c8a0d07bb | [] | no_license | yogeshkhatana/All_programming_language_files | a17bb49ea4d3aef2b667bdbb03f3af5c4224b0d1 | bec946abcf8e69a6e6ebc568d14db73c52029170 | refs/heads/master | 2022-11-19T09:05:08.861581 | 2020-07-24T17:40:32 | 2020-07-24T17:40:32 | 282,181,013 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 376 | sce | yogesh12.sce | x=[0.5 1.0 1.5 2.0 2.5 3.0]
y=[0 1 2 3 4 5]
z=[0 2 4 6 8 10]
subplot(3,1,1)
plot(x,y,'b*-')
xtitle('subplot 1')
xlabel('x-axis')
ylabel('y-axis')
xstring(1,0.5,'line1')
xgrid()
subplot(3,1,2)
plot(x,y,'g+-')
xtitle('subplot 2')
xstring(1,0.5,'line2')
xgrid()
subplot(3,1,3)
plot(x,y,'b*-')
xtitle('subplot 3')
xlabel('x-... |
6432037eb35284b5d6ae8cc04ca7fd68345971af | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH7/EX7.8/Ex7_8.sce | 2ba1c78334cfce7e874154aa24eb2bf481bf729d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 695 | sce | Ex7_8.sce |
//To determine the weight of the locomotive
//Page 378
clc;
clear;
Wg=300; //Weight of the train to be hauled
RI=10/100; //Rotation inertia
Ma=20/100; //Co-Efficient of adhesion
Wa=20; //Permissible Weight of axle load
r=45;
G=2;
a=1; //Acceleration
Wl=poly(0,'Wl'); //Variable Weight of locmotive
W=Wg+Wl... |
034e8804b51f3f109c0e53e3338ee6c424c6d581 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH5/EX5.13.a/data5_13.sci | 8686ec4b91177dc08b515b3dc12c3745051e6cb1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 652 | sci | data5_13.sci |
//(Design against Fluctuating Load) Example 5.13
//Ultimate tensile strength of 27Mn2 Sut (N/mm2)
Sut = 500
//Tensile yield strength of 27Mn2 Syt (N/mm2)
Syt = 300
//Maximum torque acting on the transmission shaft Mtmax (N-m)
Mtmax = 400
//Minimum torque acting on the transmission shaft Mtmin (N-m)
Mtmin = -1... |
9a5cdfc05c2498e956bec384ba1e7bfa4f2f6899 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electronic_Circuits_M._H._Tooley_995.zip/Electronic_Circuits_M._H._Tooley_995/CH2/EX2.27/Ex2_27.sce | 75abc0246b16de52a0587a9d61670e8c5c56c672 | [] | 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 | 191 | sce | Ex2_27.sce | errcatch(-1,"stop");mode(2);//Ex:2.27
;
;
L=600*10^-3;//in H
I1=6;//in A
I2=2;//in A
dI=I1-I2;
dt=250*10^-3;//in sec.
E=-L*(dI/dt);
printf("Induced voltage = %f volts",E);
exit();
|
551c72a08db3bf926ff3634e614f2cf1a97afb3f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2375/CH7/EX7.17/ex7_17.sce | 0ff9cd5a43db64fd00b0d752ae2093cdb2212a24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 553 | sce | ex7_17.sce | // Exa 7.17
clc;
clear;
close;
format('v',6)
// Given data
I_D = 0.5;// in mA
V_D = 3;// in V
Vt = -1;// in v
KnWbyL = 1;// in mA/V^2
V_DD = 5;// in V
V_D = 3;// in v
V_GS= poly(0,'V_GS');
V_GS= I_D -1/2*KnWbyL*(V_GS-Vt)^2;// in V
V_GS= roots(V_GS)// in V
V_GS= V_GS(1);// in V
R_G1 = 2;// in Mohm
R_G1 ... |
38f6fd8600ab86420ce9cd1c1e741bd959073ec5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3537/CH2/EX2.5/Ex2_5.sce | 2ddfb81437642fe75fb38dd335051f11a922f75f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex2_5.sce | //Example 2_5
clc();
clear;
//To find the angle of separation
lemda1=5016*10^-8 //units in cm
lemda2=5048*10^-8 //units in cm
k=2
e=2.54/15000 //units in cm
theta1=asin((2*lemda1)/e)*180/%pi
theta2=asin((2*lemda2)/e)*180/%pi
theta=... |
ff4b672cb116efad71bea2390051a40f48c9e3c5 | 9ad712cefe61d85b01d2448a5b74c34296ee7e5f | /rlocus_basic1.sce | a41bad6e3c39bc15b784fdd047df5042dfd0bbf0 | [] | no_license | CoE-Warintorn/Control | a50f7cf26d0e80e3b90ea9dc3cac097b67f94d49 | 9572040e0e41d8d355f51032cd2ac98b1d04db64 | refs/heads/master | 2020-03-16T06:56:11.148006 | 2018-05-08T07:02:35 | 2018-05-08T07:02:35 | 132,565,771 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 386 | sce | rlocus_basic1.sce | s = poly(0, 's');
t = 0:0.01:20;
Gs = (s+3)/(s*(s+1)*(s+2)*(s+4))
Gs1 = syslin('c', Gs)
//K = 1/abs(horner(Gs,-4+%i*0.4))
//K1 = 1/abs(horner(Gs,-3.5+%i*0.61))
K1 = 0.94
K = 1.2
Ts = K*Gs1/(1+K*Gs1)
Ts1 = K1*Gs1/(1+K1*Gs1)
//den1 = denom(Ts)
//roots(den1)
evans(Gs1)
sgrid([0.2,0.5,0.7],1)
//sgrid([0.59],1... |
8bc13c64d6b0ebcbd89f05771c8aebd53581de23 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2744/CH8/EX8.9/Ex8_9.sce | 3a9a5642aabe9b425ec0ebd2242d7e0a5429ffcc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 216 | sce | Ex8_9.sce | clear;
clc;
h = 100;// feet
d = 4;// feet
p = 50;// lb. per square foot
c = 2/3;
M = integrate('(100*x/3)*(10-(6*x/100))','x',0,100);
printf('Bending moment at the foot of the chimney is, M = %d lb-feet',M);
|
9a56a344ac15d03e1fdcbea1f0e3c62fe404a262 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH11/EX11.15/exa11_15.sce | eed6c5763f71d300ff8729abae5cfe43994fc4c8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,222 | sce | exa11_15.sce | //caption:determine_Wn,Wd,zeta_and_steady_state_error
//example 11_15
//page 484
s=%s;
G=sym('25/(s*(s+5))');
G=simple(G);
H=1;
CL=G/.H;
CL=simple(CL);
disp(CL,"C(s)/R(s)=");
printf("the char. eq is:")
disp("s^2+5*s+25")
Wn=sqrt(25)//natural_frequency
//2*zeta*Wn=5
zeta=5/(2*Wn);//damping ratio
d=zeta*Wn... |
07fbf38e15385deef533de66a9d266831dfcf12c | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Valobotz_Aim_90.sce | 362ca368bdcbf5096f11da129e06411dc7259216 | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 58,913 | sce | Valobotz_Aim_90.sce | Name=Valobotz_Aim_90
PlayerCharacters=valorant_player_AR_char
BotCharacters=valorant_enemy_150.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=valorant_player_AR_char
AddedBots=valorant_enemy_150.bot;valorant_enemy_150.bot;valorant_enemy_150.bot;valorant_enemy_150.bot;valorant_enemy_150.bot;valorant_enemy_150.bot;val... |
f65306397c0f3d1d50a15427031541de0c68b221 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1430/CH9/EX9.12/exa9_12.sce | 9005a8d17ee57e9fdb9ab40b7368f39e06455469 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,236 | sce | exa9_12.sce | // Example 9.12
// Step Response with variable damping
V_s1=0; // Voltage source value for t<0
V_s2=30;//Voltage source value for t>0
L=0.1;
C=1/640;
omega_0=sqrt(1/(L*C));
v_C_aft=0; // v_C(0^+)=0;
v_C_aft_d=0; // v_C'(0^+)=0;
V_ss=30;
// for Overdamped Response
// Let
R=34;
alpha=R/(2*L);
p1=-alpha+sqr... |
5b1cb467e7735575f2416483fa445bc87c6db1c8 | 3c47dba28e5d43bda9b77dca3b741855c25d4802 | /microdaq/macros/microdaq_macros/mdaqEncoderInit.sci | 804e89d3e4d24f6e7e9ab7e48882b957608a184e | [
"BSD-3-Clause"
] | permissive | microdaq/Scilab | 78dd3b4a891e39ec20ebc4e9b77572fd12c90947 | ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf | refs/heads/master | 2021-09-29T11:55:21.963637 | 2019-10-18T09:47:29 | 2019-10-18T09:47:29 | 35,049,912 | 6 | 3 | BSD-3-Clause | 2019-10-18T09:47:30 | 2015-05-04T17:48:48 | Scilab | UTF-8 | Scilab | false | false | 2,086 | sci | mdaqEncoderInit.sci | function mdaqEncoderInit(arg1, arg2, arg3, arg4)
if argn(2) == 3 then
enc = arg1;
init_value = arg2;
enc_mode = arg3;
end
if argn(2) == 4 then
link_id = arg1;
enc = arg2;
init_value = arg3;
enc_mode = arg4;
if link_id < 0 then
... |
5ec7760a31be19a97d9930353ba7ba454d756861 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH25/EX25.14/ex_25_14.sce | c0cd89ec0ac74a70cacb5b4965632f18cfd3f209 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 566 | sce | ex_25_14.sce | //find..
clc
//solution
//given
n=12
q=(%pi/180)*7.5//rad
t=0.075//m
d=0.85//m
P=225*1000//W
N=240//rpm
u=0.4
//ref fig 25.35
//(T1+T1b)*sin(q)=Rn....eq1
//(T1-T1b)*cos(q)=uRn....eq2
//(T1/T1b)=(1+utan(q))/(1-utan(q))//constant
//similarly for other blocks
//T1b/T2b=T2b/T3b..etc remain constant
//T1/T2... |
b65e2a718e8eb64a886f8b1caee767c7cde85cb9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH5/EX4.2/EX4_2.sce | 1dc22b31558c7af89170767029ba2ee20c3d036a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 347 | sce | EX4_2.sce | // Grob's Basic Electronics 11e
// Chapter No. 04
// Example No. 4_2
clc; clear;
//With 80 V applied across the series string, how much is the current in R3?
// Given data
Rt = 20; // Total Resistance=20 Ohms
Vt = 80; // Applied Voltage=80 Volts
I = Vt/Rt;
disp (I,'The Current in Resistor R3 conn... |
71daf9c041a4dd26ba9e65cb2e16b2d747bf6437 | 449d555969bfd7befe906877abab098c6e63a0e8 | /545/CH4/EX4.2/ch_4_eg_2.sce | 634e9ebf720937ebe2098031cb3be73eb4154b46 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 627 | sce | ch_4_eg_2.sce | clc
disp("the solution of e.g. 4.2 -->Ordinary Differential Eqn.-Runge Kutta method")
// in this problem dy/dx=-y/(1+x)
x_0=0 //initial values given
y_0=2
function ydash=fr(x,y),
ydash=-y/(1+x),
endfunction
for x_0=0:0.01:2.5,
h=0.01 //step increment o... |
8843809896ecc09deb97e218c2a25ed3d882c89f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH22/EX22.10/Ex22_10.sce | 2cea58d8a3bb6239f930d677e3158c6ff7029160 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,233 | sce | Ex22_10.sce | //Variable declaration:
//From example 22.9:
t1 = 23.5 //Initial temperature of oil ( C)
t2 = 27 //Final temperature of oil ( C)
T1 = 93 //Water heating temperature of water ( C)
T2 = 88.16 //Minimum temperature o... |
297c7162d78434f67b1d39a3d75df8794caead50 | 717ddeb7e700373742c617a95e25a2376565112c | /806/DEPENDENCIES/1_32.sci | fbb08df73f49ffcf2ca08707b871fbd0cfe3dd7e | [] | 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 | 29 | sci | 1_32.sci | F=10//N(Force)
m=2//kg(mass) |
5deb36146be8f8cf6a5cba2cfebdec5c1a95b40e | 449d555969bfd7befe906877abab098c6e63a0e8 | /60/CH4/EX4.6/ex_6.sce | a23148baaf375ab9a67cbf25581f5fdc72175e32 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 226 | sce | ex_6.sce | //Example (pg no.140)
A=[1 2;2 4]
det(A)
// Here A is a singular matrix i.e, det(A)=0
//inv(A)=(adj(A))/det(A)
//so A is not invertible |
d0821a605f51865ae46794e4271bb9491c2fd665 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2789/CH4/EX4.3/Ex4_3.sce | da6b8cc7b47bb6b56af42ef94e17d2dae7a70b74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_3.sce | clear;
clc;
//page no. 107
p = 14;//psia
gam = 62;//lb/cuft
l1 = 35;// ft
l2 = 10;// ft
d = 6;//in
p_v = 2.2*gam;
p_B = p*144;
k_c = l1-l2+(p_B/gam)-(p_v/gam);
K6 = l1;
d_c = d*(K6/k_c)^0.25;
printf('d = %.2f in',d_c);
|
e260edc691bc0d4d50d63b25deae1260d0dd9321 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2609/CH5/EX5.3/ex_5_3.sce | c0af1eeb8e74496ce4eb2a11dfbdbab13affb581 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | ex_5_3.sce | //Ex 5.3
clc;
clear;
close;
format('v',5);
V1=-2;V2=3;//V
R1=50;R2=100;//kohm
Rf=250;//kohm
//I1+I2=If with IB=0 & Vx=0
Vout=-(V1/R1+V2/R2)*Rf;//V
disp(Vout,"Output Voltage(V)");
|
a448d286b816f702f9e03d9f724140f1635e95b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3651/CH4/EX4.9/9.sce | 393ab7cbe00a35bba023d3bed5d55d113ffcc770 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 9.sce |
//Variable declaration
rho_r=0
T=300
rho=1.7*10**-18
//Calculations
a=rho/T
rho_973=a*973
//Results
printf('Temperature coefficient of resistivity,a =%0.3f \n ',(a*10**21))
printf('rho_973 =%0.3f *10**-8 ohm-m \n ',(rho_973*10**18)) |
67f2c4d671bbfa687581be70e9120f1b9892e48f | 449d555969bfd7befe906877abab098c6e63a0e8 | /866/CH3/EX3.1/3_1.sce | 64d485f70aa107ccd628a571043b88128081ee01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 129 | sce | 3_1.sce | clc
//initialisation of variables
Rah= -10 //KN
F= 10 //KN
//CALCULATIONS
Nab= -Rah
//RESULTS
printf ('Nab= %.f kN',Nab)
|
2cacf1994d2e7b4f5d7a69e14cc7f58fe625267d | 14a72a1c4caceaaa52bfd973edacc3b3280fe783 | /SmartOrni/src/SciLab/showDat.sce | 5360f5f374d32a201a4c6a4d49e3ff04738f7c30 | [] | no_license | betito/beto-inpa | 55b7e8d25bd8c6535e2d071ff64c24e38afd3fc7 | 9ecc175967ec78b2f03471fefd863762f33de1fe | refs/heads/master | 2020-05-18T00:32:45.253708 | 2015-03-20T01:32:45 | 2015-03-20T01:32:45 | 32,187,733 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 526 | sce | showDat.sce |
localdir="./*.wav"
listoffiles = listfiles(localdir)
//disp(listoffiles(:))
[numfiles, y] = size(listoffiles)
disp(numfiles)
disp(y)
listoffiles = ["_Inambari-Tambopata__Antwren_0.wav" "Papa-formiga-barrado_7.wav"]
data = read(listoffiles(1,1) + ".dat", -1,240000)
//subplot(311)
//plot(data(1,:), 'r.')... |
323ff8c658e4cbbbfbd55c3c1913b72f86740496 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3669/CH4/EX4.1/1.sce | 55edd4f86ccdcc93fd4d1ed6467da0ed25b5be2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 264 | sce | 1.sce |
//Variable declaration
e=1.6*10**-19;
m=9.1*10**-31; //mass(kg)
h=6.63*10**-34; //planck's constant
E=2000; //energy(eV)
//Calculation
lamda=h/sqrt(2*m*E*e); //wavelength(m)
//Result
printf('wavelength is %0.4f nm\n ',(lamda*10**9))
|
fefd7cdaf102bd50e077bb9f57d3b2574d708f49 | 1d7cb1dbfad2558a4145c06cbe3f5fa3fc6d2c08 | /Scilab/SparamToolBox/SparamToolbox/v1.0/x86/sci_gateway/loader_gateway.sce | f1abd1e41aac9c2ddf9eb5f473d043cbe41546fa | [] | no_license | lrayzman/SI-Scripts | 5b5f6a8e4ae19ccff53b8dab7b5773e0acde710d | 9ab161c6deff2a27c9da906e37aa68964fabb036 | refs/heads/master | 2020-09-25T16:23:23.389526 | 2020-02-09T02:13:46 | 2020-02-09T02:13:46 | 66,975,754 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 923 | sce | loader_gateway.sce | // This file is released into the public domain
// Generated by builder_gateway.sce: Please, do not edit this file
//
try
v = getversion('scilab');
catch
v = [ 5 0 ]; // or older
end
if (v(1) <= 5) & (v(2) < 2) then
// new API in scilab 5.2
error(gettext('Scilab 5.2 or more is required.'));
end
... |
314a951e5dd082a0f74e64fdd1e1e87949865a42 | 449d555969bfd7befe906877abab098c6e63a0e8 | /662/CH6/EX6.5/ex6_5.sce | 7faa227f8018e974607c6668df0d2cc85586fa82 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sce | ex6_5.sce | //Example 6.5
//The if statement
printf("Enter first number: ");
first=scanf("%d");
printf("Enter second numer: ");
second=scanf("%d");
if (first > second) then
printf("First number is bigger\n");
end
if (second > first) then
printf("second number is bigger\n");
end
if (first == second) ... |
f8dac2bafeef07d8fc38c009fea85c1f4b5041b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH9/EX9.14/ex9_14.sce | b17bc5d5fb063b2f7a46e30eb67e8da6d3de75b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 458 | sce | ex9_14.sce | // Exa 9.14
clc;
clear;
close;
format('v',6)
// Given data
Rating = 40*10^3;// in VA
Pi = 400;// in W
Pcu_f1 = 800;// in W
phi= acosd(0.9);// in °
Eta_f1 = ((Rating*cosd(phi))/( (Rating*cosd(phi)) + Pi + Pcu_f1 ))*100;// in %
disp(Eta_f1,"Full load efficiency in % is");
// percentage of the full load
Eta_... |
2f526b271e43da226f15bce7c0bcea806ebd8f2c | 4533c11d75f955d8350d45606af92ca064d2e319 | /differentialEvolution/scilab-scripts/NSGA-IIAFDCa,p+Kir+K+Lparallele.sce | fdcc5283118f7de890c2fb96b36c09425f0b1f58 | [] | no_license | lois76/ParamEstimationDE | 0066c5a18042637b97bf989e77f2ce04ba283b12 | ab3911174450a4ec9976a108885cf8e7afc62b3d | refs/heads/master | 2022-05-21T04:49:51.662762 | 2022-03-21T13:15:38 | 2022-03-21T13:15:38 | 167,556,538 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 12,506 | sce | NSGA-IIAFDCa,p+Kir+K+Lparallele.sce | //////////////////////////////////////////////////////////
/////////////// Experimental data ///////////////
//////////////////////////////////////////////////////////
// Voltage
a = read("/scilab-scripts/Fig 1A_AFD Current-Clamp Trace.txt",-1,12);
A=a(2489:14988,2:$)*1000;
//a = read("/home/loisse/Documents... |
7ae760b53ff4176f3e73408e7620a62526801bc4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH12/EX12.4/ex12_4.sce | db5068d3dd7621260aec07f7e5ca18ac6e712850 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 142 | sce | ex12_4.sce | //Page Number: 651
//Example 12.4
clc;
//Given
delx=3.5; //cm
s=0.25; //cm
lmbg=2*delx;
vswr=lmbg/(%pi*s);
disp(vswr,'VSWR:');
|
9cfdc40271d0d02e556826f50b57aa753e0e0a9b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1316/CH1/EX1.2/example1_2.sce | 17860f9e916cf92f8d513c60ecd93e48807603e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | example1_2.sce | //Chapter 1
//Example 1.2
//Page 23
clear;
clc;
p=2.1*10^3;
//Calculation of pressure in pascals
printf("As we know that 10^2 cm= 1m and 10^5 dyne=1 Newton \n Thus the value of pressure is %.f Pascals",(p*10000)/(100000));
|
3f2e67cc94b4dfecb331cc208167060787bbd8ae | 717ddeb7e700373742c617a95e25a2376565112c | /1379/CH10/EX10.1.5/example10_5.sce | 9f1d2a8963fef2118b0112ec1ffd0dda6a08ff2e | [] | 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 | 850 | sce | example10_5.sce |
//example 10.5
clc; funcprot(0);
clf()
//exapple 10.5
// Initialization of Variable
t=[0 45 135 495 1875 6900 66600 86400];//time
m=[0.1911 0.1586 0.1388 0.1109 0.0805 0.0568 0.0372 0.0359];//mass total
rho1=3100;//density of cement
mu=1.2/1000;//viscosity of desperant liquid
rho=790;//density of desperan... |
f9b782840a3d05c0cc46e45133a9a9a6b1fda9f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3838/CH2/EX2.17.a/EX2_17_a.sce | dd3b04feef7612aa5a4ebd45a6f0fb0c515d2aae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX2_17_a.sce | //EXAMPLE 2.17.A
clc;
x=[1,1,1,1]
t=-1:0:1;
y(t)=cos(x(t));
disp('the max val of cos function is');
disp(cos(0));
disp('the min val of cos function is');
disp(cos(%pi));
disp('HENCE THE GIVEN SYSTEM IS BOUNDED IN -1 TO 1 HENCE THE GIVEN SYSTEM IS STABLE');
|
7d3c2217ea656bb0d46666c21069b645bdd52d40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH1/EX1.20/ex1_20.sce | af2229ea12f860e45df2560973ef8161087db061 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 389 | sce | ex1_20.sce | // Exa 1.20
clc;
clear;
close;
format('v',9)
// Given data
R_H = 3.55 * 10^-4;// in m^3/C
Ix = 15;// in mA
Ix = Ix * 10^-3;// in A
A = 15*1;// in mm
A = A * 10^-6;// in m^2
Bz = 0.48;// in Wb/m^2
Jx = Ix/A;// in A/m^2
// R_H = Ey/(Bz*Jx);
Ey = R_H*Bz*Jx;// in V/m
// voltage between contacts
Voltage = E... |
79d0eaea56fe4543ebd3fb6ae8166b1487c64980 | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_gui_setlimitlistbox.sci | e481a852e5b89206e5a0c1859e15af702002f10f | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,028 | sci | kiks_gui_setlimitlistbox.sci | function [] = kiks_gui_setlimitlistbox(val)
// Number of arguments in function call
[%nargout,%nargin] = argn(0)
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://w... |
5ce5c6f518d2ff9450583dd0878fc40060c520de | 4a1effb7ec08302914dbd9c5e560c61936c1bb99 | /Project 2/Experiments/AdaBoost/results/AdaBoost.NC-C.led7digit-10-1tra/result5s0.tst | 1d3cfa28d12ef3772327ec78cf31a9d343be2bf0 | [] | 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 | 535 | tst | result5s0.tst | @relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@output... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.