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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d32d656cd30363f166430a666556f98219c4c58c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH16/EX16.11w/16_11w.sce | fe6495771d1b2d7e6cd30d4eb1b2812a104ee746 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 591 | sce | 16_11w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.11w
//calculation of the minimum distance between the source and the detector for maximum sound detection
//given data
nu=180//frequency(in Hz)
d=2//distance(in m)
v=360//speed(in m/s) of the sound wave in air
... |
3eb4437f3e41372835af7a9dc280166b94f78d27 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH1/EX1.39/example1_39.sce | 95d38d922122ee9e03e7f4d31b35ca9f3a1e8ac4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 455 | sce | example1_39.sce | clc
// Given That
lambda = 5.896e-7 // wavelength of light in meter
D = 4e-3 // diameter of 7th brighter fringe in m
R = 1 // radius of curvature in m
// Sample Problem 39 on page no. 1.54
printf("\n # PROBLEM 39 # \n")
n = 7 // for seventh brighter fringe
mu = 2*(2*n-1)*lambda*R / D^2 // calculation for refractive i... |
0853eecf57deb9904fc55884286e51c8761bb07e | 2157e5477a68100718fef686429f6ab2d846fffe | /macros/lsqlin.sci | 3f777d563409d25a78cb5484afeac9ca156255a1 | [] | no_license | sidn77/FOSSEE-Optimization-toolbox | 44ca727e3f2dff5b61b43384421ae9e633d95bb1 | 58416c0613131665e14c0143791fb1f305c411e0 | refs/heads/master | 2021-01-11T04:58:15.068871 | 2016-09-29T11:31:12 | 2016-09-29T11:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 14,636 | sci | lsqlin.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the BSD.
// This source file is licensed as described in the file LICENSE, which
// you should have received as part of this distribution. The terms
// are also available at
// https://opensource.org/licenses/BSD-3-Clause
// Au... |
34616f896febebb6216f6e6f6c8e6937a82b1123 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1733/CH7/EX7.17/7_17.sce | 1ce6f11c1f7e3104edf4a8fc49f7e6eed97c7879 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 7_17.sce | //7.17
clc;
Vm=400*2^0.5;
alph=30;
Vavg=3*3^0.5*Vm/(2*%pi*3^0.5)*(1+cosd(alph));
I=5;
R=0.1;
Eb=Vavg-I*R;
N=Eb/0.3;
printf("Speed at no load=%.0f rpm",N)
N=1600;
Eb=N*0.3;
I=50;
V=Eb+I*R;
alph=acosd(3^0.5*2*%pi*V/(Vm*3*3^0.5)-1)
printf("\nFiring angle =%.2f degree",alph) |
ec401560f824a311a43b4ecdb0ebfc7626159a28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3740/CH10/EX10.4/Ex10_4.sce | c969674f52578b3051f6e7c5cb1dab53297e23e9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 595 | sce | Ex10_4.sce | //Optoelectronics - An Introduction, 2nd Edition by J. Wilson and J.F.B. Hawkes
//Example 10.4
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given
N=1000;//Number of turns of fiber
r=0.1;//Radius of fiber in m
Omega=15*%pi/(180*3600);//Multiplying by %pi/180 & Dividing by 3600 to convert the earth... |
795edfddacac5bfdffcb300d2f047aee47e10051 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2198/CH1/EX1.40.8/Ex1_40_8.sce | bbd00bb67199b1e838568277ff00177c282d8db3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | Ex1_40_8.sce | //Ex 1.40.8
clc;clear;close;
format('v',7);
//Given :
T=300;//K
rho_i=45;//ohm-cm
//part (i)
mu_n=3800;//cm^2/V-s
mu_p=1800;//cm^2/V-s
ni=2.5*10^13;//per cm^3
q=1.6*10^-19;//Coulomb
sigma=ni*q*(mu_n+mu_p);//(ohm-cm)^-1
rho=1/sigma;//ohm-cm
disp(round(rho),"Resistivity of intrinsic Ge at 300K(ohm-cm) : "... |
750bb47ea3a3bea194500aef220e6a78b374b6c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3574/CH1/EX1.6/EX1_6.sce | b0c1747c479dee74da7841ac3269ee34f43b6318 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 600 | sce | EX1_6.sce | // Example 1.6
// Computation of (a) Frequency (b) Pole flux
// Page No. 27
clc;
clear;
close;
// Given data
w=36; // Angular frequency
E=24.2; // Voltage
pi=3.14;
N=6; // Number of turns of rotor
// (a) frequency
f=w/(2*pi); // Rela... |
0d417eb416cadb437aa3037ca63e5d9691ce42d7 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/SURPRISE-LANGUAGES/Uralic/olo.tst | e234852f0fbf423626b2a1654ecefada2b54f300 | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 270,000 | tst | olo.tst | lomaittua V;IND;PL;3;POS;PRS
lomaittua V;NFIN
lomaittua V;IND;SG;3;POS;PRS
lomaittua V;IND;SG;1;POS;PRS
yhteiskundupoliitiekalline ADJ;NOM;SG
yhteiskundupoliitiekalline ADJ;GEN;SG
yhteiskundupoliitiekalline ADJ;PRT;PL
yhteiskundupoliitiekalline ADJ;PRT;SG
gektuaru N;NOM;SG
gektuaru N;PRT;PL
gektuaru N;PRT;SG
gektuaru N... |
d876947508cd89757b319fae35ea0e024de1babe | 449d555969bfd7befe906877abab098c6e63a0e8 | /1208/CH8/EX8.9/Exa9.sce | 4958e116e349945feb3e9ce16bb4dbcb4ab4106b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 1,534 | sce | Exa9.sce | //Exa9
clc;
clear;
close;
disp(" Amount Units");
disp("Production Units % Equivalent % Equivalent");
disp(" Completion Units Completion Units");
disp("Finished & Transfered ... |
a5005d7226323e171884d55193e6147c80960d9d | 25b5cbd88b9b1c4dd4c6918be2a988027dee667e | /doc/scripts/controller/ZDerivative.sce | 91d6dde4839aff119ad3c5098b10e14cf6a0cd89 | [] | no_license | nkigen/nxtLEGO | d592720aabdd4da83f3463719135e4e6072aa6dd | 7ce91955744756bfeb32b4b619b80cc26e83afef | refs/heads/master | 2020-05-20T03:22:49.327962 | 2015-03-01T17:35:27 | 2015-03-01T17:35:27 | 17,963,092 | 0 | 0 | null | 2014-07-17T18:41:48 | 2014-03-21T00:17:33 | C | UTF-8 | Scilab | false | false | 98 | sce | ZDerivative.sce | // (z-1)/t
function[der] = ZDerivative(u,t)
z = poly(0,'z');
der = (z -1)/t;
endfunction
|
2d9f26fae1fd63160056a7ed6cb3d6b4c335d1b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH5/EX5.16/5_16.sce | 524a62433b5ada5130da1b0d698dcb45db7cb433 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_16.sce | //Determine force P
//refer fig.5.21
//From FBD
theta=250*%pi/180 //radians
r=250 //mm
mu=0.3
//from rope friction equation
//T2=T1*%e^(mu*theta)
//also (T2-T2)*r=M
//solving we get
T1=(300*1000)/(250*(3.7025-1)) //N
T2=3.7025*T1 //N
//Consider the equilibrium of lever arm,
P=(T2*50)/300 //N
printf(... |
3f0d890c78a0038c5550978d44ac6106801c9c24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2360/CH6/EX6.35/ex6_35.sce | 52467d0cf8089d82631c7ed43bcf5e0dba1b0e4d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 963 | sce | ex6_35.sce | // Exa 6.35
format('v',7);clc;clear;close;
// Given data
R3 = 260;//resistance in ohm
C4 = 0.5;// in µF
C4 = C4 * 10^-6;// in F
C2 = 106;// in pF
C2 = C2 * 10^-12;// in F
R4 = 1000/%pi;//resistance in ohm
r1 = (C4/C2)*R3;//resistance in ohm
C1 = (R4/R3)*C2;// in F
Epsilon_o = 8.854*10^-12;
d = 4.5// in mm
... |
8f2a36723a60e7850810f3caecac77e1660164b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH6/EX6.14/ex6_14.sce | 1f717a6504180c3b13c1b5d8857e3084a848e673 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 198 | sce | ex6_14.sce | // Exa 6.14
clc;
clear;
close;
// Given data
P1 = 14;// in bar
P2 = 1.2;// in bar
h_f1 = 830;
h_fg1 = 1958;
h_g2 = 2684.9;
x = (h_g2-h_f1)/h_fg1;
disp(x,"Dryness fraction of steam is");
|
75064c795324065741c03d3c7ef4f8a946c5df21 | 663236e1b6de23a90f35a0c58edb5ee4fb113b06 | /java/sorting/old/sorting.tst | f5e64b989a51f2ec2cbe231dd237d0ccb9c63e56 | [] | no_license | tomjridge/CO1005_www | d2d3e684e0801c693864cf05fba214a4915cefc4 | 2a96ad3eb21e764dc89ebe8e7dd841f5b7397ec9 | refs/heads/master | 2021-05-11T05:07:12.105048 | 2018-05-15T16:33:42 | 2018-05-15T16:33:42 | 117,952,722 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,451 | tst | sorting.tst | (sorting.tst
AllSort.java
Ins_sort_ops.java
Ins_sort_ops_typed.java
Ins_sort_simple.java
Ins_sort_typed.java
Intlist_insertion_sort.java
Makefile
MergeSort.java
old
S08.bsh
sorting.tst
String_insertion_sort.java
tmp
Typed_list_functions.java
(section (Overview)
(
String_insertion_sort.java - string... |
b7cc4d17dba5e56fa0fa39d63559a1a45f2f5be2 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/form-split/SURPRISE-LANGUAGES/Dravidian/tel.tst | 639fcd3e1d601e3dd8c1d8838a36b36fe0bfe74a | [] | no_license | davidgu13/Lemma-vs-Form-Splits | c154f1c0c7b84ba5b325b17507012d41b9ad5cfe | 3cce087f756420523f5a14234d02482452a7bfa5 | refs/heads/master | 2023-08-01T16:15:52.417307 | 2021-09-14T20:19:28 | 2021-09-14T20:19:28 | 395,023,433 | 3 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 9,262 | tst | tel.tst | చూపించు V;SG;2;PST
అనుగ్రహించు V;FEM;SG;3;PST
అతిక్రమించు V;FEM;PL;3;PST
విప్పు V;FEM;PL;3;PST
అపహరించు V;MASC;SG;3;FUT
కోయు V;FEM;SG;3;PST
వ్రాయు V;PL;2;PST
ప్రయత్నించు V;SG;2;PST
ప్రేమించు V;PL;1;PST
నిర్మించు V;MASC;PL;3;PST
చేయు V;SG;2;FUT
అసురుడు N;INS;PL
కట్టు V;FEM;PL;3;PST
పుట్టు V;DUR;PL;2;PRS
వరుణుడు N;NOM;SG... |
0153d6ef9e16f200d5cd0c23057adc5dac529ab6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH5/EX5.8/Exa5_8.sce | 32773744e23f5b0bb495bc86386e59279452b08c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 782 | sce | Exa5_8.sce | //Exa 5.8
clc;
clear;
close;
//Given Data :
format('v',7);
d=1*100;//in cm
dia=1;//in cm
r=dia/2;//in cm
Length=20;//in km
V=33;//in KV
P=10;//in MW
cosfi=0.8;//unitless
f=50;//in Hz
R=0.19;//in ohm/km/phase
//Part (i) :
L=2*10^-7*log(d/r);//in H/m
L20=L*Length*10^3;//in H
XL=2*%pi*f*L20;//in ohm
R20... |
2f6a8e5759a198319ccd78c2ee3964522ed02bd8 | b24d354cfcd174c92760535d8b71e22ced005d81 | /DSP functions/zpklp2xn/test_10.sce | d9ba894dbf2ffafc34a12bc2567c2475e3af15f3 | [] | no_license | shreniknambiar/FOSSEE-Signal-Processing-Toolbox | 57ad8e2a71d64f95c4ccfd131e00095cf2b9c6f8 | 143cf61eff31240870dc0c4f61e32818a4482365 | refs/heads/master | 2021-01-01T18:25:34.435606 | 2017-07-25T18:23:47 | 2017-07-25T18:23:47 | 98,334,322 | 0 | 0 | null | 2017-07-25T17:48:00 | 2017-07-25T17:47:59 | null | UTF-8 | Scilab | false | false | 646 | sce | test_10.sce | // Test #10 : Valid case #2
exec('./zpklp2xn.sci',-1);
[z,p,k,n,d]=zpklp2xn([3 6],5*%i,2,[0.6 0.9],[0.3,0.5],'stop');
disp(d);
disp(n);
disp(k);
disp(p);
disp(z);
//
//Scilab Output
//d=1. 0.1830462 - 0.1557084
//n= - 0.1557084 0.1830462 1.
//k=-0.2417442 + 7.7627201i
//p=-0.5518990 + 0.1861402i
// ... |
4f03e4a0b706d73a225cd09addc36a87936d5a06 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH16/EX16.9/Ex16_9.sce | 6c06d8c49d3fa4a776b51ba6a9480efe535d7c89 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 148 | sce | Ex16_9.sce | clc;
f=50;
y=0.05;
RL=100;
L=RL/(y*3*sqrt(2)*2*%pi*f);
disp('H',L*1,"L=");
f=400;
y=0.05;
L=RL/(y*3*sqrt(2)*2*%pi*f);
disp('H',L*1,"L=");
|
220c3b3e7a491b5ff2b39cd56878213712e20bdd | 449d555969bfd7befe906877abab098c6e63a0e8 | /196/CH2/EX2.2/example_2_2.sce | 6608ff270231fd5bdddd33519efaf90ab84143ab | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 393 | sce | example_2_2.sce | //Chapter 2
//Example 2-2
//ProbOnPWM
//Page 34
clear;clc;
//Given
f=50;//in Hz
Vtemp=4; //input signal in volts
Ecm=10; //maximum peak voltage of sawtooth carrier wave in volts
//Example 2-2(a)
T=1/f;
Th=(Vtemp*T)/Ecm;//High time in seconds
printf("\n\n High Time = %.4f s \n\n",Th)
//Example 2-2(b)
d=(Th/T)*100;//... |
ee28d476afe105ba713b2f7eeb626747768d42d2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH7/EX7.5/7_05.sce | 69573f31cf760822e0d1f34ced5a91e7dd525f9e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | 7_05.sce | //Chapter 7, Problem 5
clc;
B=0.25; //Magnetic flux density
u0=4*%pi*10^-7; //permeability of free space
l=12*10^-3; //Length
H=B/u0; //Calculating magnetic field strength
mmf=H*l; //Calculating magnetomotiv... |
91a9e3cf11b160dc16304582c830196a5a07d87b | 449d555969bfd7befe906877abab098c6e63a0e8 | /34/CH1/EX1.3/Ch1Exa3.sci | 84d61a38a9bd00b1ac40d7fb5b06cb5c6e9c8104 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 409 | sci | Ch1Exa3.sci |
v= 6.12*(10^7); //receding velocity with respect to Earth, m/s
c= 3*(10^8); //velocity of light, m/s
L0= 500; //initial wavelength of spectral line, nm
L= L0*sqrt(((1+(v/c))/(1-(v/c)))); //final wavelength of spectral light, nm
Ls= L-L0; //shift in wavelength, nm
disp(Ls,"Shift in Green spectral line (in nm) is:... |
34a197504fe3470df278cb143230672b09ccad91 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set14/s_Material_Science_B._S._Narang_3622.zip/Material_Science_B._S._Narang_3622/CH2/EX2.1/Ex2_1.sce | af8cce3d8ab1fc93ce775a0fb7b737de93e9c80f | [] | 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 | 214 | sce | Ex2_1.sce | errcatch(-1,"stop");mode(2);//Initialisation of variables
v=3e9//cms per second
X=.06//e.s unit
R=300//cms
//(m*v^2/r)=X*e
electronbymass=v^2/(R*X)
printf('e/m ratio is %e esu \n',electronbymass)
exit();
|
17bae6cb80f1489cf336f8a3db725ccebd8017b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH6/EX6.13/ex_6_13.sce | 13404850d1e5b66d1cad8b838f3dfca82ab168a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 847 | sce | ex_6_13.sce | Mmax=440
Mmin=-220
sigmay=410*10^6
sigmau=550*10^6
sigmae=0.5*sigmau
FS=2
syms d
Tmax=330
Tmin=-110
Tm=(Tmax+Tmin)/2
taum=(16*Tm)/(%pi*d^3)
disp(taum,"Mean shear stress=")
Tv=(Tmax-Tmin)/2
tauv=(16*Tv)/(%pi*d^3)
disp(tauv,"Variable shear stress=")
taue=0.55*sigmae
Ksur=0.62
Ksz=0.85
Kfs=1
tauy=o.5*si... |
4d324d7f2834fb39b6d1d7116e93f950705ad10f | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /CostEnv/Spiral/spi.sce | 685b1d6375036b9fd14b20a500065b93092e09b3 | [] | 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 | 502 | sce | spi.sce | #************************************************************
# Scenario of test
#
# date : Wed Jun 3 13:36:50 2009
#************************************************************
p3d_sel_desc_name P3D_ENV test
p3d_sel_desc_name P3D_ROBOT CylinderRob
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000... |
1312931183ff247bf5c12e1ed8d7adaa126eea20 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2198/CH1/EX1.40.12/Ex1_40_12.sce | 62527923c63361e67b731ed74f193997b33941e1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 200 | sce | Ex1_40_12.sce | //Ex 1.40.12
clc;clear;close;
format('v',9);
//Given :
NA=2*10^16;//per cm^3
ND=10^16;//per cm^3
p=NA-ND;//per cm^3
disp(p,"Material is p-type & Carrier concentration(holes per cm^3) : ");
|
98fbb425996f30d6d7f3b77a7c30577b9d38b5d4 | 0812f3bb6f3cc038b570df68ccee4275da04b11f | /models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH4/EX4.5/4_5.sce | 632994edb4db54619d56bc730e915eb0d87bd8c7 | [] | no_license | apelttom/20-semester_PhD_thesis | edc0b55580bae9d364599932cd73cf32509f4b7a | ff28b115fcf5e121525e08021fa0c02b54a8e143 | refs/heads/master | 2018-12-26T22:03:38.510422 | 2018-12-14T20:04:11 | 2018-12-14T20:04:11 | 106,552,276 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | 4_5.sce | clc;
R_=8314.5;
m_=28;
R=R_/m_
p1=1.05;//bar
p2=4.2;//bar
s2=R*log(p1)/1000;
s1=R*log(p2)/1000;
disp("change of entropy is:");
disp("kJ/kg K",s2-s1);
T=15+273;
V=0.03;
m=p1*V*10^5/(R*T);
S1=m*s1;
S2=m*s2;
Q=T*(S1-S2);
disp("heat rejected is:");
disp("kJ/kg",Q);
W=-Q;
disp("work done is:");
disp("kJ",W)
|
00a0f5c212355f9f39968f424b8b072a7d7608b6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH11/EX11.2/11_2.sce | be421cdc5f66904e130a775409e3a8e5b0167aa8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 561 | sce | 11_2.sce | ////Variable Declaration
E0r1 = -0.877 //Std Electrod potential for Rx2 : Al3+ + 3e- ------> Al (s)
E0r2 = -1.660 //Std Electrod potential for Rx2 : Al3+ + 3e- ------> Al (s)
E0r3 = +0.071 //Std Electrod potential for Rx3 : AgBr (s) + e- ------> Ag(s) +Br- (aq.)
//Calculations... |
3657650c6a14eaa386e0cbd99c591157c909bcc6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3363/CH16/EX16.2/Ex16_2.sce | 0c37a89e1e48360b431f1f3f909c9943d8c6da81 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 111 | sce | Ex16_2.sce | //Example 6.2, Page 579
clc
x=log(exp(.827))
t=(log(143))/x
printf("\n The elapsed time is %f *10^9 year",t)
|
26cc789fd273bf267db0d2f7ef8e203425317a08 | f5bb8d58446077a551e4d9a6461a55255db523fe | /sistemas_lineares/metodos/metodo_gaussjacob.sce | 5d235b52dce40b4a39f65b2520d96f349501f1c4 | [] | no_license | appositum/numerical-calculus | 6be1a9990a1621c705af6ba5694cf8c7b891d06e | 7759e74ce9ce5c5826f96be7de84a2f7ecb97c91 | refs/heads/master | 2021-07-19T18:19:09.336819 | 2018-11-27T21:52:36 | 2018-11-27T21:52:36 | 143,060,426 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,771 | sce | metodo_gaussjacob.sce | // RESOLUÇÃO NUMÉRICA DE SISTEMAS LINEARES (AX=b)
// MÉTODO ITERATIVO DE GAUSS - JACOB
function w=gaussjacob(A,b,X0,eps1)
// A: matriz dos coeficientes do sistema de equações lineares.
// b: vetor b dos termos independentes
// X0: vetor solucao inicial
//eps1: precisao utilizada no criterio de parada
... |
fae18dfc8b7f28a2464f6f2ce9ff94cd92721429 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH18/EX18.18/example18_18.sce | c049b1bcc0be09381d0e6f9b7f8e48789bf35aec | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 428 | sce | example18_18.sce | clc
// Given that
H = 600 // magnetic flux in A/m
a = 0.2e-4 // area of cross section of rod in m^2
phi = 2.4e-5 // flux in weber
mu_ = 4*%pi * 1e-7 // permeability of space in N/A^2
// Sample Problem 18 on page no. 18.27
printf("\n # PROBLEM 18 # \n")
printf("Standard formula used \n ")
printf(" mu_r = 1 + Chi \n")
... |
cc33f671cc87fec1a12d3a2ec959bbaefed414ac | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH7/EX7.5.1/Ex7_5.sce | ff9d8119b034a3b0668d3e15ad06a724bbef4e43 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | Ex7_5.sce | clc
clear
Vc=5*(10^-4);
D=0.15;
L=0.2;
Vs=(22/7)*D*D*L*(1/4);
r=(Vc+Vs)/Vc;
G=1.4;
Ea=[1-(1/(r^(G-1)))];
Eith=0.3;
Erel=Eith/Ea;
printf('Erel= %3.2f Percent',Erel*100);
printf('\n');
Pm=500; //in kPa
n=1000/2;
IP=(Pm*Vs*n)/60;
printf('IP= %3.2f kW',IP);
printf('\n');
|
36d54de6d41a17f04771b4b20fe99018d4465451 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH26/EX26.6/26_6.sce | 9ccfdb7c468d19324c46e3e1bf283ba77ad1ed74 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,506 | sce | 26_6.sce | clear//
//Variables
VCC = 12.0 //Source voltage (in volts)
R1 = 100.0 * 10**3 //Resistance (in ohm)
R2 = 20.0 * 10**3 //Resistance (in ohm)
R3 = 10.0 * 10**3 //Resistance (in ohm)
R4 = 2.0 * 10**3 //Resistance (in ohm)... |
dd475056f84760891627abfa01058a2dd9f2fb5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH4/EX4.3/ex_4_3.sce | bfa2b24c5928355651868e87e719825bde3e0174 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 99 | sce | ex_4_3.sce | clear;
clc;
syms n z X;
x=[5 3 -2 0 4 -3]
X=0;
for i=-2:3;
X=X+x(i+3)*z^-i
end
|
0ed3dd498734a4c728f0766f8c240be317562928 | 449d555969bfd7befe906877abab098c6e63a0e8 | /62/CH4/EX4.38/ex_4_38.sce | 4341a1cd8c9592b30ff75dc8b9690595f6f1b8d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 803 | sce | ex_4_38.sce | clear;
clc;
syms z n ;
x=(1/3)^n;
X=symsum(x*z^-n,n,0,%inf)
disp(X,"X(z)=")
Xz=z/(z-1/3);
Yz=z/(2*(z-1/2))+z^2/((z-1/3)*(z-1/2));
//y[-1]=1
Y1=z/(z-1/2);
Y2=z^2/((z-1/3)*(z-1/2));
FY1=Y1*z^(n-1)*(z-1/2);
y1n= limit(FY1,z,1/2);
FY21 = Y2*(z^(n-1))*(z-1/2);
FY22 = Y2*(z^(n-1))*(z-1/3);
y21n = limit(FY21,z,... |
b4d4af8da63123071df808e7ab4ab5b06ab863f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1100/CH10/EX10.3/10_3.sce | 997d15cf3325d1a81efdc2551534f615ea4cbbad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | 10_3.sce | clc
//initialisation of variables
T= 250 //F
hg= 1164.0 //Btu/lb
P= 29.825 //Psia
Vg= 13.821 //cu ft/lb
//CALCULATIONS
ug= hg-(P*Vg*144/778)
//RESULTS
printf ('Internal energy= %.1f Btu/lb',ug)
|
4fc5aebc0f8fcb6915930df4efc61b3c75897ba5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH4/EX4.19/Ex4_19.sce | edc6f9d4452f57482e9ecc64addd26debb75e7cf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,412 | sce | Ex4_19.sce | clear;
clc;
disp('Example 4.19');
// aim : To determine the condition of the steam after
// (a) isothermal compression to half its initial volume,heat rejected
// (b) hyperbolic compression to half its initial volume
// Given values
V1 = .3951;// initial volume,[m^3]
P1 = 1.5;// initial pressure,[MN/... |
0c1e88bfede77e8fb5c21d88cb05a2b26aed4b4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH16/EX16.1w/16_1w.sce | 704b4529fac5ffc6aed94c5243f96dcccbdd13d3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 16_1w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 16.1w
//calculation of the depth of the sea and wavelength of the signal in the water
//given data
nu=50*10^3//frequency(in Hz) of the given signal
t=0.8//time(in s)requires for reflected wave to return
v=1500//speed... |
e566986bf0d05c6564f8f31b0209a1438dd8d843 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH17/EX17.12/Ex17_12.sce | 6a6865426d2f49bf3c695948a5fb445a91737851 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 138 | sce | Ex17_12.sce | clc;
L=0.001;
C=0.0000000001;
f0=1/(2*3.14*(L*C)^0.5);
disp('Hz',floor(f0/1000),"f0=");//The answers vary due to round off error
|
7655396c18dadd31ac3150c9ae3fc9dccd3ee0c2 | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH9/EX9.7/Ch09Ex07.sce | 20953a1cd97c2123698fca15ce018498e2d3cad3 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 1,227 | sce | Ch09Ex07.sce | // Scilab code Ex9.7: Pg.404 (2008)
clc; clear;
T = 300; // Room temperature, K
k = 1.38e-023; // Boltzmann constant, J/K
e = 1.6e-019; // Energy equivalent of 1 eV, J
h = 6.626e-034; // Planck's constant, Js
f = 4.83e+014; // average frequency of visible light, Hz
// Part (a)
kT = k*T/e; // E... |
8def629aa7025ec2ff88c66e56d370b3fef02266 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3808/CH5/EX5.4/Ex5_4.sce | 14e1718904f83aed626993eef3d59c6df7105c91 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 509 | sce | Ex5_4.sce | //Chapter 05: Induction and Recursion
clc;
clear;
function res=greatestcommondivisior(a,b)
if a==0 then
res=b
else
res=greatestcommondivisior(modulo(b,a),a)
end
return res
endfunction
num1=input("Enter the first number:")
num2=input("Enter the second number:")
res_gcd=greatestcommondivisior(num1,num2)
mp... |
af39ecad3f1253f272c966f40593c87eb1d4477f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1184/CH2/EX2.19/Ex2_19.sce | 0c8ea93febcb0e5ef048dc89afd6ca500e0a67ad | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 146 | sce | Ex2_19.sce | //Example 2-19, Page No - 52
clear
clc
Q= 150
Vs=3*10^-6
Vc= Q*Vs
printf('The voltage across capacitor is %.1f microvolt',Vc*10^6)
|
e61259793044987a22f0a346cc9e592cc787e25c | d8b00ba08203d369b2c5f550547a8bec3b784a8f | /test_exo3.sci | 9849c160b6ccc7a24cfb9f7df34bae7b7975e837 | [] | no_license | braisalemaghiles/TP-Calcul-Numerique | 8f75a0af2b82fb8e4b586d19320da406128e7611 | 260fed32749d444756d6cd32f873d5238d95851f | refs/heads/main | 2023-01-31T13:19:03.073956 | 2020-12-17T13:22:58 | 2020-12-17T13:22:58 | 314,294,362 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 557 | sci | test_exo3.sci | s = 100;
rand("seed");
xdata = [10:10:100];
for n= xdata
i=n/10;
A=rand(n,n);
L=tril(A);
U=triu(A);
xex=rand(n,1);
b = U*xex;
x= usolve(U,b);
fErrorU(i) = norm(xex-x,2)/norm(xex,2);
bErrorU(i) = norm(b-U*x,2)/norm(b,2);
b = L*xex;
x = usolve(L,b);
fErrorL(i) = norm(xex-x,2)/norm(xex,2);
bErrorL(... |
6f1072a1d4062e5ff957c2b0b584b541786eb840 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH6/EX6.17/Ex6_17.sce | 73dc7773e287e98f2a449863bdde063d919c66bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 473 | sce | Ex6_17.sce | // Chapter 6 example 17
//------------------------------------------------------------------------------
clc;
clear;
// Given data
p = 0.1*10^-2; // resistivity in ohm-m
t = 100*10^-6; // thickness in m
AR = 10/1; // aspect ratio
// Calculations
ps = p/t
R = ps*AR; ... |
0cf7e298aa91380d484623eaf1d959b8924f5918 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.0/macros/util/unix_x.sci | ed461f2620eab6c33f8e1ca39ecd8d1894915045 | [
"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 | 709 | sci | unix_x.sci | function unix_x(cmd)
//unix_x - shell command execution, results redirected in an xless window
//%Syntax
// unix_x(cmd)
//%Parameters
// cmd - a character string
//%Description
// cmd instruction is passed to shell, the standard output is redirected
// to a background xless window
//%Examples
// unix_x("ls")
//%See a... |
11b5d88c9f10f1125756e2f6e47465ceedb9b4da | 449d555969bfd7befe906877abab098c6e63a0e8 | /147/CH3/EX3.8/Example3_8.sce | a9cdcab7034ecc860fba107eadf68e89c92a9146 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 867 | sce | Example3_8.sce | //Voltage V, Resistances R1 and R2, Capacitive reactance Xc
close();
clear;
clc;
R1 = 10;//ohm
R2 = 20;
Xc = -11.55*%i;
V = 173.2;//V
//By Nodal analysis
V1 = V/(R1*((1/R1)+(1/R2)+(1/Xc)));
V1r = polar(V1);
V1arg = atan(imag(V1),real(V1))*180/%pi;
V2 = V-V1;
V2r = polar(V2);
V2arg = atan(imag(V2),real(V2)... |
f2aac48675cb795ccf19f6f5a767a75d8b6209ee | beca18778f40d44e713160c5b0e8136d8a92cad8 | /scilab/great-circle-aproximation.sce | 7f59f3edca7192849bf5cedb244ea31399f8f49e | [] | no_license | thomasantony/enjomitch-orbiter | 9542df3dfc83ce0a6cf06ec78dca91b4c1a0babf | 83967b7bf8f8c49d1e90f7b904846e66d1ad6e37 | refs/heads/master | 2022-12-02T07:47:03.976695 | 2020-03-22T13:54:57 | 2020-03-22T13:54:57 | 286,159,679 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 206 | sce | great-circle-aproximation.sce | [ma i] = max(y)
[mi j] = min(y)
Tpi = x(j-1) - x(i);
arg = [0:0.01:Tpi];
newy = ma*sin(arg / Tpi * %pi);
arg2 = arg + Tpi;
newy2 = ma*sin(arg2 / Tpi * %pi);
plot(x, y);
plot(arg,newy);
plot(arg2,newy2);
|
c8cbc31c62e0be888b9229ed7e1eacaa010e1fe8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH4/EX4.30/Ex4_30.sce | c9600bb48f19d2db7d5aada914f4a955d1cba6a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,077 | sce | Ex4_30.sce | clc;
//Armature reaction is neglected.
Vt=250;//Supply voltage
P=4;//No of poles
A=2;//No of parallel paths for armature conductors
Z=500;//No of armature conductors
Ra=0.25;//armature circuit resistance in ohm
Rf=125;//field resistance in ohm
phi=0.02;//flux per pole in weber
Il=14;//current drawn by motor fr... |
8aa0275218e7c0e51cf52e05d785c921dd089bd6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /213/CH11/EX11.2/11_2.sce | 338f4ccb519dbc794472bb0a2760044c6e1de851 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | sce | 11_2.sce | //To find speed lost
clc
//Given:
d1=1, d2=2.25 //m
N1=200 //rpm
sigma1=1.4*10^6, sigma2=0.5*10^6, E=100*10^6 //N/m^2
//Solution:
//Calculating the speed of the driven pulley
N21=N1*(d1/d2) //rpm
//Calculating the speed of the shaft considering creep
N22=N1*(d1/d2)*(E+sqrt(sigma2))/(E+sqrt(sigma1)) //rpm
//C... |
a79c409b1c31633a2e86105bf197901a81b31e74 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2090/CH15/EX15.3/Chapter15_example3.sce | 1566b0691e89c3f14bd9e23898e0a1c72e24392f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,372 | sce | Chapter15_example3.sce | clc
clear
//Input data
Vs=0.003;//Swept volume in m^3
bmep=9;//Brake mean effective pressure in bar
N=4000;//The speed of the engine in rpm
ni=30;//Indicated thermal efficiency in percent
nm=90;//Mechanical efficiency in percent
bmep1=12;//The brake mean effective pressure of other engine in bar
N1=4000;//The ... |
540dda1be312d732f9c3a0df1981026c54225a04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3594/CH8/EX8.4/Ex8_4.sce | a6d1fd864bad194d0295d212f8b403246d769eed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | Ex8_4.sce |
clc
//given
u=.3
theta=270*%pi/180
l=18//in
a=4//in
Di=15//in
Do=21//in
w=.5//tons
W=w*2204//lb
Q=W*Di/Do//required tangential braking force on the drum
k=%e^(u*theta)//k=T1/T2
p=Q*a/(l*(k-1))
printf("Least force required, P = %.f lb",p)
|
3e8b7ba94b298c3d3bab336dcfe0897c6acf91de | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH8/EX8.8/ex8_8.sce | 9df82c76a797f87bb56eed01f65d6a28d1396418 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sce | ex8_8.sce | // Exa 8.8
clc;
clear;
close;
// Given data
R_f = 1;// in Mohm
R_f = R_f * 10^6;// in ohm
Ri= 1*10^6;// in ohm
R1 = Ri;// in ohm
A_VF = -(R_f/R1);
disp(A_VF,"The Voltage gain is");
|
545a00b3f9692183bc388d19cfa8f1e95cc384d9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH3/EX3.10/Ex3_10.sce | 7550d766d31322301165befb0eed23fcf214d9bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 892 | sce | Ex3_10.sce | clc
Nc=2.8*10^(19)
disp("Nc = "+string(Nc)+"cm^-3")
Nv=1.04*10^(19)
disp("Nv = "+string(Nv)+"cm^-3")
//NOTE: Ec-Ev = forbidden band gap energy = Eg
Eg = 1.1
e = 1.6*10^-19
disp("e= "+string(e)+"C")//initializing value of charge of electron
kbT = 0.026
disp("kbT = "+string(kbT)+"eV") //initializing value of ... |
be8f59a4654ceab8aed0be0c793e61d79b38df71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /911/CH13/EX13.2/ex_13_2.sce | 9fcc7bedcf8871ffa400ea6ff3740bbfe26348eb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_13_2.sce | //example 13.2//
clc
//clears the screen//
clear
//clears all existing variables//
mi=125;
//minimum time period in ns//
ma=100
//maximum time period in ms//
f=1000/mi;
//frequency in MHz//
disp(f,'frequency of microcontroller (in MHz) = ') |
36338fa00818525433de4fc7b9fc145eaf38b429 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436.zip/Industrial_Instrumentation_K._Krishnaswamy_And_S._Vijayachitra_1436/CH1/EX1.6/ex1_6.sce | 6df27dbe3d2d4156796ab824098f7a1e388cb67d | [] | 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 | 291 | sce | ex1_6.sce | errcatch(-1,"stop");mode(2);// Example 1.6, page no-54
ref_jun=100
mV_100=0.645
mV_1000=9.585
mV_1200=11.947
op1=mV_1000-mV_100
op2=mV_1200-mV_100
printf("Millivolt to be fed checking 1000 C = %.3f mV",op1)
printf("\nMillivolt to be fed checking 1200 C = %.3f mV",op2)
exit();
|
2c837644e70add202db42aeb7e34068c262e1534 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH1/EX1.5.4/ex1_5_4.sce | d23bacbd6dfeec00326f7139469f1625ffd6ea86 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 457 | sce | ex1_5_4.sce | //Chapter-1,Example1_5_4,pg 1-31
//a tetrahedron CAEH can be considered with C as the apex of the tetrahedron.
//the edges AE,AH and EH of the tetrahedron will then be the face of the cube faces ABEF,ADHF,EFHG resp.
//from fig
//AO=ra+rc and AJ=ra
//AE=root(2)*a and AG=root(3)*a
//AO/AJ=AG/AE=(ra+rc)/... |
d2507b77f089ef2afe69960ca7bfcaa83b3756e9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3871/CH5/EX5.13/Ex5_13.sce | c7d9e3799ceb6f9aa51e1eafa18fb00b31b92bd4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 707 | sce | Ex5_13.sce | //===========================================================================
//chapter 5 example 13
clc;clear all;
//variable declaration
V1 = 50*10^-3; //voltage in V
I1 = 5; //current in A
I2 = 10; //current in A
v1 =4;
v2 =4.2;
//calculations
//v1 ... |
4aa3164ab1fe4130dc691029e97cb7c3754aaf4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1484/CH6/EX6.10/6_10.sce | df3a47fdd8780cf6cbd4407af988947fe5501489 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 439 | sce | 6_10.sce | clc
//initialisation of variables
k= 0.01
l= 24 //ft
g= 32.2 //ft/sec^2
w= 15.6 //lbs/in^2
W= 62.4 //lbs/ft^3
h= 12 //ft
l1= 100 //ft
//CALCULATIONS
f= k*(1+(1/(h/l)))
C= sqrt(2*g/f)
L= w*144/(W)
i= h/l1
v= C*sqrt(k*h/(4*l))
Q= v*60*%pi*(1/l)^2/4
v1= sqrt(h*2*g*(1/l)/(4*f*3*l1))
Q1= v1*60*%pi*(1/l)^2/... |
3aa0f6da8eb9347a391cde793a8ec0f81c97b186 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1226/CH11/EX11.7/EX11_7.sce | 4ff361c774b6ae3bb82d82a4946325b9a1c8fd56 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,623 | sce | EX11_7.sce | clc;funcprot(0);//EXAMPLE 11.7
// Initialisation of Variables
as=6;........................//Air supply in kg/min
fs=0.45;..........................//Fuel supply in kg/min
p1=1.013;.......................//Atmospheric pressure in bar
t1=300;......................//Atmospheric temperature in Kelvin
rhof=740;......... |
b0c66c87ad1fa3472f7a509431b989355e7b4511 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2747/CH15/EX15.1/Ex15_1.sce | 78f61241b9708fc421f838a2ff5f8785b18a076c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 319 | sce | Ex15_1.sce | clc
clear
//Initialization of variables
disp("From Table B-4,")
h=1187.2 //Btu/lbm
t=328 //F
//calculations
p2=100 //psia
u2=1187.2 //Btu/lbm
t2=540 //F
dt=t2-t
//results
printf("Final temperature of steam = %d F",t2)
printf("\n Final pressure = %d psia",p2)
printf("\n Change in temperature = %d F",dt)
|
76e32d064b7b73ecc4eb393dfdc29ba2940f3497 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3417/CH10/EX10.2.8.1/Ex10_2_8_1.sce | e23991df9333cf6f6c00e864a6bdb5c90f2ce4a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | sce | Ex10_2_8_1.sce | //Ex10.2.8.1;Find Reversible voltage for hydrogen oxygen fuel cell
del_G=-237.3*10^3;//Joules/gm-mole of H2
//Reversible voltafe E of a cell is given by =del_Wrev/nF=-del_G/nF
//since 2 electrons are transferred per molecule of H2.thus
n=2;
F=96500;//Faraday's constant
E=-del_G/(n*F);
printf("Reversible voltage=... |
b2c7295660ff7f367f9ef6fa7e40d4abeb3bde97 | 66106821c3fd692db68c20ab2934f0ce400c0890 | /test/jintgen/missing_op_02.tst | fe778686f31ed630619b8ffd84da1ae239e53f9b | [] | 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 | 298 | tst | missing_op_02.tst | // @Harness: verifier
// @Purpose: "Test for extra operand in addressing mode unification"
// @Result: "MissingOperandInAddrModeUnification @ 9:22"
architecture extra_op_02 {
operand-type A[5]: int [0,31];
addr-mode A1 a: A { }
addr-mode A2 a: A, b: A { }
addr-set AS { A2, A1 }
}
|
5460fdccededc7c6b0627711f99c09dc689852a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /995/CH4/EX4.8/Ex4_8.sce | 91c336d176d4825e8368bfd16d7a9fee0898c7b0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 127 | sce | Ex4_8.sce | //Ex:4.8
clc;
clear;
close;
V=240;
c=100*10^-9;
f=50;
X_c=1/(2*%pi*f*c);
I_c=V/X_c;
printf("Current flow = %f A",I_c); |
b714a85042c0eab176d4428e92b818105c5d25a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2870/CH2/EX2.8/Ex2_8.sce | b78d770ae4ef0cd87426d271872cb48b0266f435 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 290 | sce | Ex2_8.sce | clc;clear;
//Example 2.8
//constants used
g=9.81;//acceleration due to gravity in m/s^2;
//given values
m=1200;
V=90/3.6;//converting km/h into m/s
d=30;
//calculation
Vver=V*sind(d);//velocity in vertical direction
Wg=m*g*Vver/1000;
disp(Wg,'the addtional power in kW')
|
5881e502b89b91f1a32ec51d1e0530916b07ef5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2939/CH8/EX8.7/Ex8_7.sce | 9aedbc2f2446b587c1c5be10fed77b5c8048efce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 818 | sce | Ex8_7.sce |
// Ex8_7
clc;
// Given:
ma=9728;// cpm
mb=11008;// cpm
mab=20032;// cpm
// Solution:
t1=(ma+mb-mab)/(mab^2-ma^2-mb^2);// in min
t2=t1*60;// in seconds
t=t2*1000000;// in microseconds
printf("\n The resolving time of the given system in microseconds is = %f",t)
//From true count rate equation we... |
c4007456e06e42aad9eea352f353780d0d0df65f | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH8/EX8.7/7.sce | 2f303cadd641b0ee9e564a7c8437191d76004869 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 205 | sce | 7.sce | clc; funcprot(0);
//Example 8.7 Lift Drag Ratio
// Initialisation of variables
W = 5000;
LD_Max = 21.5;
// Calculations
D = W/LD_Max;
//Results
disp(D,"Minimum drag on clark Y wing (lb)"); |
ca491f1d058f61c58aa8a885014d5ec885698e12 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/YL18CXQ/ATWM1_Working_Memory_MEG_YL18CXQ_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | 0269a5d2accb296f3671f342a115f2ae9ef1d428 | [] | 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 | 48,617 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Uncued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#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... |
4a37fd5ac9b8a2fb88b33ef5440c5cf7793749aa | 449d555969bfd7befe906877abab098c6e63a0e8 | /3718/CH5/EX5.3/Ex5_3.sce | b95280d30dd5b427c832a9cde7f7cd01def81946 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 872 | sce | Ex5_3.sce | //Chapter 5: Chemical Kinetics and Catalysis
//Problem: 3
clc;
//Declaration of Variables
t0 = 37.0 //in cm cube of KMnO4
t5 = 29.8 //in cm cube of KMnO4
t15 = 19.6 //in cm cube of KMnO4
t25 = 12.3 //in cm cube of KMnO4
t45 = 5.00 ... |
dfeb019d5dba0cf5c2ea56bdc953a1250da03cd7 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.1_13.tst | 4f24eb3cf4e865acccecd95ecbe6d9cabf6f1660 | [] | 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 | 4,102 | tst | bow.1_13.tst | 1 10:0.3333333333333333 19:0.043478260869565216 30:0.14285714285714285 66:0.3333333333333333 149:1.0 203:0.5
1 4:0.1 11:1.0 49:0.125 249:0.14285714285714285 345:1.0
1 3:1.0 13:0.5 14:0.07142857142857142 17:0.020833333333333332 28:1.0 30:0.14285714285714285 84:0.16666666666666666 187:1.0 298:1.0 883:1.0
1 4:0.1 6:1.0 10... |
31bbc3cc89c21bf78d22210c41be13c289c05f24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH5/EX5.15/5_15.sce | f2c57cefa705281f1ec5f84b2eded8529561109c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 124 | sce | 5_15.sce | w0=1000
wd=997
Yin=1.2E-3
zeta=sqrt(1-(wd/w0)^2)
alpha=zeta*w0
R=1/Yin
C=1/(2*alpha*R)
L=1/(w0*w0*C)
disp(C,L,R) |
6158712fb68a491f23cb3de9eb8ab355dde42e85 | 139d4a83f28a14dc04c48d99a492bec7abcc3229 | /lab1_v8/2a.sce | d1dfc79716e7c737efc1139341364c502efd0994 | [
"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 | 508 | sce | 2a.sce | mode( -1 )
unit = input("Выберите единицу длины L: дм, км, м, мм или см: ")
L = input("Введите значение длины L в выбранных единицах: ")
select unit
case "дм" then
L = L / 10;
case "км" then
L = L * 1000;
case "м" then
L = L;
case "мм" then
L = L / 1000;
case "см" then
L = L / 100;
else
... |
0b66ddceb3531870f516b6aa0f318ebb0177fc45 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2507/CH10/EX10.8/Ex10_8.sce | 2741b84e7cd0bbf9b407562c12cd513e150b04c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 685 | sce | Ex10_8.sce | clc
clear
printf("Example 10.8 | Page number 355 \n\n");
//Find all thermodynamic property of steam
//Given data
p = 10e6 //Pa
t = 550 //°C
//Solution
//From superheated property table
v_500 = 0.03279 //m^3/kg
v_600 = 0.03837 //m^3/kg
v_550 = v_500 + (v_500-v_600)/(500-600)*(550-500) //m^3/kg
h_500 = 3373.6... |
359cd6c2ea700d91a4e0775aea1ddfc8911a6843 | c3f643385a9e4946fb4cf17283614f355316307b | /_codeeval/easy/Split_The_Number/01.tst | 101371c019df5c762d668de3ff681cee794e747d | [] | no_license | rsBio/PGM | cc099009454dc91a9775690dda2f5c93a254ad5d | 6f98ce54bdcc536102fc98caef51af08663c70ca | refs/heads/master | 2023-07-09T04:05:18.865805 | 2023-06-27T16:26:20 | 2023-06-27T16:26:20 | 44,537,326 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 26 | tst | 01.tst | 10000 ab+cde
10000 ab-cde
|
c22736e41cc9ebfa4acdc17ebb472c762c0f5ba7 | b2efed85f1632d9ed4b7d9f4eebc7126d3074940 | /ted_mini/artandsci_positive/224.ted.sci | e16faf99127b61b68faaaac1c1f85f5f876a4410 | [] | no_license | joytafty-work/unsupervised_nlp | 837d8ed75eb084b630d75a1deba7bdd53bbcf261 | 7812c7d24bb677c90cf6397ed0e274caba1b884c | refs/heads/master | 2021-01-10T09:24:33.254190 | 2015-11-11T20:40:32 | 2015-11-11T20:40:32 | 45,651,958 | 2 | 7 | null | 2018-01-28T18:54:18 | 2015-11-06T01:42:42 | Scilab | UTF-8 | Scilab | false | false | 5,304 | sci | 224.ted.sci | roy gould less than a year from now the world is going to celebrate the international year of astronomy which marks the 400th anniversary of galileo s first glimpse of the night sky through a telescope in a few months the world is also going to celebrate the launch of a new invention from microsoft research which i thi... |
92bc28211ca23ad37481a33659bef350889c1f86 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH8/EX8.24.a/data8_24.sci | 0850de5969f2bca2bc7983f0751cedd682bf13f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sci | data8_24.sci |
//(Welded and Riveted Joints) Example 8.24
//Refer Fig.8.67 on page 322
//Eccentric force acting on the bracket P (kN)
P = 25
//Eccentricity e (mm)
e = 100
//Permissible shear stress tau (N/mm2)
tau = 60
//Number of rivets n
n = 4
//Distance between two rivet centres dist (mm)
dist = 100
|
2bc1b82769537db5b0503d92831f831ec95b7e93 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH4/EX4.a.1/Example_a_4_1.sce | 94df13bdaaffebd922fc7ab353d4bfa6b6d754e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sce | Example_a_4_1.sce | //Example_a_4_1 page no:175
clc;
V2=100-50-20;
V5=100-50;
V2ohm=sqrt(2)*30;
V5ohm=sqrt(2)*50;
Va2ohm=V2ohm*0.637;
Va5ohm=V5ohm*0.637;
disp(V2,"the voltage across 2 ohm resistor is (in V)");
disp(V5,"the voltage across 5 ohm resistor is (in V)");
disp(V2ohm,"peak value of voltage across 2 ohm resistor is (in V... |
ef13b6ee15c83dc11baab1993165db6b63048947 | 95a91e0c642afba8090e47bd70e3efb36da36e43 | /UP.eps/only_gf.sce | 23f28ebe4a5d424b17f9a31be65257db5e2cf9e6 | [] | no_license | Varvara08/myrepo | f4f2d4e0da09b9eea225deab49d3dfd49d861266 | 588458d7d92407761cc9cd7cc3273e70aa9f84b0 | refs/heads/master | 2021-01-20T17:20:40.176769 | 2016-08-17T13:10:46 | 2016-08-18T10:38:17 | 63,784,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 872 | sce | only_gf.sce | lambda=0.16666666667; // 1/6
np=100; // number of units in the brush
q=2;
f=q+1;
h2n=0.25;
M=(%pi*np/2)/acos(sqrt((f-1)/f));
//
// Считаем потенциал по формуле
for k=1:2*np+5
if k < h2n*2*np then
V(k)= -3*log(cos(h2n*%pi/2))-((3*%pi^2/8)*((h2n)^2-(h2n*2*np/M)^2))-(-3*log(cos((%pi/2)*(k/200)))-((3*%pi^2/8)*... |
4dc9b4dac6e406b222a7ffd4d1b4dbf6d62e1bc0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH6/EX6.9/Example_6_9.sce | 2bbbeea3b32d05d9b9646ea2af74d2a833e58c9c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 876 | sce | Example_6_9.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 6.9
//Caption : Program to Find Residual Enthalpy and Entropy and V by Lee/Kesler
//Given Values
T=450;//[K]
P=140;//[bar]
//pseudo parameters
Tc1=3... |
cd1b11f2c54002b5269b92e65ca3d7d5cf799def | b0aff14da16e18ea29381d0bd02eede1aafc8df1 | /mtlbSci/macros/moc_logical.sci | e4c3d10ce880c50b0dac07b4ac31bae8987590c4 | [] | no_license | josuemoraisgh/mtlbSci | 5d762671876bced45960a774f7192b41124a13ed | 5c813ed940cccf774ccd52c9a69f88ba39f22deb | refs/heads/main | 2023-07-15T23:47:11.843101 | 2021-08-26T17:52:57 | 2021-08-26T17:52:57 | 385,216,432 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 522 | sci | moc_logical.sci | function y = moc_logical (x)
//Convert x to a logical value
// Calling Sequence
// y=moc_logical(x)
// Parameters
// y: boolean vector or matrix
// A:vector or matrix
// Description
// Convert x to a boolean values
//
// Authors
// H. Nahrstaedt - 2014
[nargout,nargin]=argn(0);
if (nargin == 1)
if (moc_islogical (x)... |
1970bbb4644ec71850d87033f7cdf1634911b140 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2534/CH11/EX11.4/Ex11_4.sce | 815685ca8d2ea55eb8d2bc0c7648fd737e56cea0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 712 | sce | Ex11_4.sce | //Ex11_4
clc
//according to the given eqution for output current, we have:
I1 = 5.0
I2 = 0.9
I3 = 0.6
I4 = 0.3
I5 = 0.01
D2 = I2/I1// second harmonic distortion
D3 = I3/I1//third harmonic distortion
D4 = I4/I1//fourth harmonic distortion
D5 = I5/I1//fifth harmonic distortion
disp("I1 = "+string(I1)+"A")
di... |
fa214f074144161488ebadb2376cec149a9a904b | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/CH5/EX5.24/5_24.sce | 314cabf6e8b480deaa9d0ec33e184a33c78b4a87 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 318 | sce | 5_24.sce | clc;
clear;
p=0.4;//kW
dia=0.6;//m
v2=12;//m/s
v1=0;//m/s
//energy equation
Wuseful=(v2^2)/2;
//wshaftin= Wshaftin/m
wshaftin=(p*1000)/(1.23*%pi*(0.6^2)*12/4);
eff=Wuseful/wshaftin;
disp("N.m/kg",Wuseful,"The work to air which provides useful effect-=")
disp(eff,"Fluid mechanical efficiency of this fan=") |
9b301384f6a1b36385ba8e0484d228d5da82fea8 | 35e6c6cecd598fcc35a539a322f5479893306f2f | /polecon.client/ClientApp/src/app/core/models/Models.tst | e79a7b75996391037146b727c32a63aca6341fdd | [] | no_license | Ackhuman/polecon | 7c2660d63e233720c4b8bff30c9a080ff7e6aa51 | fcaa465b069b87fbd90724b0050768aa0e78c626 | refs/heads/master | 2022-12-04T05:28:05.764948 | 2020-08-25T11:26:00 | 2020-08-25T11:26:00 | 286,123,750 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,287 | tst | Models.tst | ${
// Enable extension methods by adding using Typewriter.Extensions.*
using Typewriter.Extensions.Types;
// Uncomment the constructor to change template settings.
Template(Settings settings)
{
settings.OutputFilenameFactory = f => {
string className = f.Classes.Any()
... |
2e7cc213dee7083e74609c417f8fa783e79d135e | 0a961f878ac41137c7be3dc90aa1c1f7c7dc13ff | /src/processors/executive/extra/prueba.sce~ | 7a7dbf21058dd73475638d0fe997a0f84351dc4a | [] | no_license | arturo393/IRMA | e4812486aa99010bd4289fc178e5b7fd2e96e107 | afea2ea78c10b48c8ddb673890950ea768683ecb | refs/heads/master | 2021-01-15T14:43:13.164917 | 2014-11-07T02:31:47 | 2014-11-07T02:31:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,118 | prueba.sce~ | sp=x1';
st=x2;
in4=ones(1,15);
for i=1:m,
for j=1:m,
in4=[1,xx(1,i),yy(1,j),xx(1,i)^2,xx(1,i)*yy(1,j),yy(1,j)^2,xx(1,i)^3,xx(1,i)^2*yy(1,j),xx(1,i)*yy(1,j)^2,yy(1,j)^3,xx(1,i)^4,xx(1,i)^3*yy(1,j),xx(1,i)^2*yy(1,j)^2,xx(1,i)*yy(1,j)^3,yy(1,j)^4];
in3=in4(1,1:10);
in2=in3(1,1:6);
in1=in2(1,1:3);
... | |
6a3da3a6d082bcceb2a8c26774e4076d8d0c25e1 | 97135f725c599527ba0fd95a5289373c755daf3b | /Examples/test-suite/scilab/abstract_inherit_runme.sci | 3e790a71b1bb64eff159d41e7aee6c2fa7441698 | [] | no_license | maqalaqil/swag-c- | b8880cfc92424d5bbca1fe15ed98663a41063f27 | 6fd1ba2bf1d353f24c116a3c89a8540292b86a7d | refs/heads/master | 2020-07-06T21:02:08.949652 | 2019-09-01T07:56:55 | 2019-09-01T07:56:55 | 203,137,066 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 186 | sci | abstract_inherit_runme.sci | exec("alaqiltest.start", -1);
try
// This call must fail because the constructor does not exist
Spam = new_Spam()
alaqiltesterror();
catch
end
exec("alaqiltest.quit", -1);
|
18a2fe532494de08f36f20a0e574ca69fc73dcab | 3592fbcb99d08024f46089ba28a6123aeb81ff3c | /main/predControl/testPredictionICRA2013.sce | b29e18a1fab756cd9e769d7cff44d7e96d3e9693 | [] | no_license | clairedune/sciGaitanLib | a29ab61206b726c6f0ac36785ea556adc9ef03b9 | 7498b0d707a24c170fc390f7413359ad1bfefe9f | refs/heads/master | 2020-12-11T01:51:13.640472 | 2015-01-28T13:52:26 | 2015-01-28T13:52:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 14,126 | sce | testPredictionICRA2013.sce |
// Exp1 : erreur en translation et mouvement de translation
pathSave = "results/Exp1";
Delta = [-0.04 0.07 0.0 0.00*%pi/180 0.0*%pi/180 0.00*%pi/180];
Uc_m = [0.1; 0; 0.0; 0; 0; 0]; // init velocity
FlagNoise = 0;
// Exp2 : erreur en translation et trans rot
pathSave = "results... |
3dc8737b44341b7e719933948416deba683cce17 | d2b4190265ddc2ddd6f63bacfdafae9504390fd0 | /SimpsonOneThird.sce | b5f0393e9a661ba5a8753be7d254e91a4365778f | [] | no_license | santushtisharma10/AppliedMathematics_with_Scilab | 8dd80f3a36298d844a42a37619e309b53022204d | 28b4de4244768c0bb0eba1daea86d69021d89400 | refs/heads/main | 2023-05-29T04:40:42.507269 | 2021-06-04T13:25:58 | 2021-06-04T13:25:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 258 | sce | SimpsonOneThird.sce | clc;
clear;
close;
deff('y=f(x)','y=sin(x)')
x0=0;
xn=%pi;
n=10; //n should be even
h=(xn-x0)/n;
s=0;
for i=1:2:n
s=s+f(x0+(i-1)*h)+4*f(x0+i*h)+f(x0+(i+1)*h);
end
integral=(h*s)/3;
printf('\nThe value of integral is=%g\n',integral)
|
896906e18c391ebb7166e6c9f5c9baee08d2b7e0 | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/swig/Examples/test-suite/scilab/inherit_missing_runme.sci | 3580b53f3f2b3b3cb160f116cf1c0d55b91a6743 | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 128 | sci | inherit_missing_runme.sci | version https://git-lfs.github.com/spec/v1
oid sha256:e86003c7fc5c232523f2a2bbfd05d16f183ad6c0c99055e0b0b72be0eee372ef
size 305
|
c2c26a1bc563ad649476610aa28ca1706d530e0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH14/EX14.1/Ex14_1.sce | 1771639f2e0849ebd2ed1f627ff828d25d8be67a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 429 | sce | Ex14_1.sce | //Example 14.1//
//(a)=The mass of each component will be
a=1.00;//m^3 //composite
b=0.70;//m^3 //Vol % E-glass fibers
c=a-b
mprintf("c = %f m^3",c)
d=2.54;//Mg/m^3 //density Of E-glass
mg=d*b
mprintf("\nmg = %f Mg",mg)
e=1.1;//Mg/m^3 //density of epoxy
me=e*c
mprintf("\nme = %f Mg",me)
w=(mg/(mg+me))*100... |
92493a7cc1e39dfab148257396a32e3df007943c | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH5/EX5.5/5_5.sce | bfe75b31413129fc30d493f56edc124ea9682d76 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 739 | sce | 5_5.sce | clear; clc; close;
Vcc = 22;
Vbe = 0.7;
Vt = 26*(10^(-3));
R1 = 56*(10^(3));
R2 = 8.2*(10^(3));
Re = 1.5*(10^(3));
Rc = 6.8*(10^(3));
ro = 50*(10^(3));
Beta = 90;
Vb = (R2/(R1+R2))*Vcc;
Ve = Vb - Vbe;
Ie = Ve/Re;
re = Vt/Ie;
disp(re,"Value of diode resistive element is :");
disp("At ro=infinity,t... |
28f2d7e464473f1b156a33f1bb566be84b2941ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /3407/CH8/EX8.1/Ex8_1.sce | d7262a1750c4a7425e53529e4feaf3471f798130 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 745 | sce | Ex8_1.sce | clear;
clc;
funcprot(0);
//given data
D2 = 23.76;//diameter of rotor in cm
N = 38140;//rotational speed in rev/min
alpha2 = 72;//absolute flow angle in deg
d = 0.5*D2;//rotor mean exit diameter
//Calcultaions
U2 = %pi*N*D2/(100*60);
w2 = U2/tan(alpha2*%pi/180);
c2 = U2*sin(alpha2*%pi/180);
w3 = 2*w2;
U... |
7a42f8d4d93b97a6b8a7b0c2b11b5144544e1546 | 449d555969bfd7befe906877abab098c6e63a0e8 | /317/CH14/EX14.9/example9.sce | 0e678ff0c9b99e42eb0297167ff1c4f11ff4551b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 841 | sce | example9.sce | // calculate current through the motor winding
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 14-9, page 502
clear; clc; close;
// Given data
// MTP4N80E
Vgson=10 ;// gate-source on-voltage in volts
Idon=2; // on-state drain current ... |
b0f0043ea5a7d22d148fa5ce4531320d6ead711a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1541/CH2/EX2.15/Chapter2_Example15.sce | 33addd7dcb50e3375f4b6d10db07ad1689949ae5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Chapter2_Example15.sce | //Chapter-2, Example 2.15, Page 2.23
//=============================================================================
clc
clear
//INPUT DATA
V1=6000;//Primary volatge in V
V2=500;//Secondary voltage in V
Z2=complex(4,3)
//CALCULATIONS
K=(V2/V1);//Voltage transformation ratio
I2=(V2/Z2);//Secondary current ... |
85d4f10b91691c7ec29d1bbdd28673fac6bfec71 | 6583b7f11175c40106fb7cc0037578abae125f42 | /test/blinky_b.tst | bdcc676a9996c2e40a9776b2ca19f18485a12a9c | [] | 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 | 177 | tst | blinky_b.tst | # blinky_b.tst
Test the blinky example:
>>> import blinky_examples
>>> test2 = blinky_examples.test_compile('blinky', False)
>>> test2 == blinky_examples.target_blinky
True
|
61ff08c4fea9437800dff1c0f86a3a8900d4680f | 09c6f35aaa2b1c14371feb87fc39e358f776e08c | /.tst | 99ceee4b34c3841874ebb425468c2df4ca374539 | [
"Apache-2.0"
] | permissive | cs-fullstack-2019-spring/project1-portfolio-clyde5649 | e25556082706a71f9d80d7789ab5dff8a3c35455 | b07a823911a9ee8413102c66fe5fb38665f255b5 | refs/heads/master | 2020-04-22T11:33:42.687152 | 2019-02-19T03:52:19 | 2019-02-19T03:52:19 | 170,345,012 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,331 | tst | .tst | morning i am working on what i am going to make because there are so many different types you can use.
afernoon
i have add so many different things i plan on links my pages up and using different types of code,imgs,and backgrounds,buttons,
and maybe try and use a game and i will be adding some sound
02-13-2019
mo... |
067c985507a5a2069db743a85f16b0a2b26e9fdb | 449d555969bfd7befe906877abab098c6e63a0e8 | /1658/CH34/EX34.12/Ex34_12.sce | 4f233d00b7028ab5f566b8ea0f43e8af99f85a3c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 220 | sce | Ex34_12.sce | clc;
Vsmin=8;
Vsmax=12;
Rs=2.2*10**3;
Vz=5;
RL=10*10**3;
Ismin=(Vsmin-Vz)/Rs;
Ismax=(Vsmax-Vz)/Rs;
IL=Vz/RL;
Izmin=Ismin-IL;
disp('mA',Izmin*10**3,"Izmin=");
Izmax=Ismax-IL;
disp('mA',Izmax*10**3,"Izmax=");
|
086f362647bf41aae1181d16003dc6c7add3b6dd | e2ae697563b1b764d79ea1933b555ab0d5e3849c | /macros/HELPplzr.sci | 622b3e417f51483cc86c3589abde8fce42e97b95 | [] | no_license | gq-liu/IPDesignLab | c49b760740f47ec636232a6947aecb3c0626518a | b2f9a9eecad6616c99a2ec20fcceb14fb3ed0c3f | refs/heads/master | 2022-01-18T13:30:55.972779 | 2019-05-06T17:23:12 | 2019-05-06T17:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,205 | sci | HELPplzr.sci | function HELPplzr()
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in ... |
44161f578b17a04dcd005b70ec2c9c0be7504daf | 449d555969bfd7befe906877abab098c6e63a0e8 | /343/CH2/EX2.27/ex2_27.sce | b75504b544131d4471195bbd4bea6130bcfddd0a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sce | ex2_27.sce | clc
L=10*10^-3; //ASssigning values to parameters
Im=5;
w=2000;
function y=f(t), y=Im*sin(w*t+%pi/2),endfunction
I=Im/sqrt(2);
Xl=2*%pi*L;
Vm=L*Im*w;
Vl=Vm/sqrt(2);
disp("Volts",Vl,"Voltage Vl"); |
0dfd7ac4eb429659c04b675de32f7bc2005d369b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1997/CH11/EX11.34/example34.sce | 6baad066caa71a76ebf61604e27d516719fe560d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 744 | sce | example34.sce | //Chapter-11 example 34
//=============================================================================
clc;
clear;
//input data
Pt = 500*10^3;//peal pulse power in watts
Pmin = 1*10^-12;//minimum receivable power
Ac = 5;//area of capture in m^s
RCS = 16;//radar cross sectional area in m^2
F = 10*10^9;//... |
e840c2c5ebced6b9911e2556b54bdaac15386df9 | d963a50c09b7380dd7b1b97cd9997e9bd17ea8f3 | /r37/packages/excalc/excalc.tst | 6e60122c7e4850faee529fc24394644f5770c6bb | [
"BSD-3-Clause"
] | permissive | reduce-algebra/reduce-historical | 8220e211b116e0e01ff1a38f51917cac9db6069f | e014152729c4d62bb1ce4f5c311a027042a5495a | refs/heads/master | 2023-04-10T22:54:00.796596 | 2021-04-16T08:52:19 | 2021-04-16T08:52:19 | 343,245,204 | 7 | 1 | NOASSERTION | 2021-04-16T08:53:31 | 2021-03-01T00:15:22 | TeX | UTF-8 | Scilab | false | false | 11,285 | tst | excalc.tst | % Problem: Calculate the PDE's for the isovector of the heat equation.
% --------
% (c.f. B.K. Harrison, f.B. Estabrook, "Geometric Approach...",
% J. Math. Phys. 12, 653, 1971)
% The heat equation @ psi = @ psi is equivalent to the set of exterior
% xx t
% equati... |
a68279ddcfac5ed777eaaed733ecb52d310e10bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1631/CH4/EX4.30.i/Ex4_30i.sce | 759bc834ded064dd99dcd2d4fb014a6a55785e6b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex4_30i.sce | //Caption: step size
//Example 4.30i
//page no 202
//Find step size
clear;
clc;
fs=64000; // samples/sec
Amax=1;
fm=3500;
//A=del/(2*%pi*fm*Ts)
del=(2*%pi*fm*Amax)/fs;
disp("mV",del*1000,"Step Size ");
|
1e62d8d5735bac121f480739d9ac6e156e9a2480 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /NZFunctions/Data-Mining/SP_KMeans-NZ-UM-01.tst | 314db86114ea2e777f96a6cb1300b4d06876e8a0 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,667 | tst | SP_KMeans-NZ-UM-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2016 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.