blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 6 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 87 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 15
values | visit_date timestamp[us]date 2016-08-04 09:00:04 2023-09-05 17:18:33 | revision_date timestamp[us]date 1998-12-11 00:15:10 2023-09-02 05:42:40 | committer_date timestamp[us]date 2005-04-26 09:58:02 2023-09-02 05:42:40 | github_id int64 436k 586M ⌀ | star_events_count int64 0 12.3k | fork_events_count int64 0 6.3k | gha_license_id stringclasses 7
values | gha_event_created_at timestamp[us]date 2012-11-16 11:45:07 2023-09-14 20:45:37 ⌀ | gha_created_at timestamp[us]date 2010-03-22 23:34:58 2023-01-07 03:47:44 ⌀ | gha_language stringclasses 36
values | src_encoding stringclasses 17
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 15
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b64a72a3735b6f13bf8c72a617f8238beebfe874 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH21/EX21.11/ex21_11.sce | 10f696e42d9424db037a36f867140ee1d7b48768 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 85 | sce | ex21_11.sce | clc;
e1=-13.6; //energy in eV
disp(e1/9,"Energy in eV = "); //displaying result |
b39cd61aed56724fef1a768be3910654a6dc741c | 449d555969bfd7befe906877abab098c6e63a0e8 | /284/CH11/EX11.2/ex2.sce | 6b71c366bcd88b5c4554caeb1e3edfd06eefba2f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 558 | sce | ex2.sce | // Chapter 11_ Metal-Oxide-Semiconductor Field Effect Transistor:Additional Concepts
//Caption_Mobility variation
//Ex_2//page 517
Na=3*10^16
tox=450*10^-8
eps=11.7*8.85*10^-14
e=1.6*10^-19
eps_ox=3.9*8.85*10^-14
ni=1.5*10^10 //intrinsic carrier concentration
L=1.25*10^-4
rj=0.5*10^-4
Cox=eps_ox/tox /... |
9dfde99d36b101e3a1b2d49e2581e0c6f68e6b7a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH15/EX15.6/Ex15_6.sce | 07d4c5ca81de30f34b57138d3f934c8036e2c1b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,268 | sce | Ex15_6.sce | //Variable declaration:
T1 = 140.0 //Initial temperature of hot water (.)
T2 = 110.0 //Final temperature of hot water (.)
T3 = 60.0 //Initial temperature of cold water (.)
T4 = 90.0 //Initial temperature of cold water ... |
431670916f2b39f6c2c94b20ecd9775d69e5dfc2 | 51a62cf6043094e32b4c75da5fe20ac31f53d711 | /Computação Gráfica/GeometricTransformation-Translation.sce | 2bbe41b414c2ddba123af7df6a3eadf7af379a4c | [
"MIT"
] | permissive | AnneLivia/CollegeProjects | 9e32c4da216caaa973ebd4e4fe472f57557a3436 | 96d33d0ed79b5efa8da4a1401acba60b0895e461 | refs/heads/master | 2022-12-23T10:13:03.503797 | 2022-12-12T16:35:29 | 2022-12-12T16:35:29 | 128,656,614 | 2 | 0 | MIT | 2022-12-12T16:36:09 | 2018-04-08T15:44:18 | PHP | UTF-8 | Scilab | false | false | 778 | sce | GeometricTransformation-Translation.sce | Q = [0, 0; 0, 2; 2, 2; 2, 0; 0, 0];
plot(Q(:, 1), Q(:, 2));
// para visualizar melhor o quadrado
plot(-4, -4);
plot(8, 8);
/*
A translation moves an object to a different position on the screen. You can translate a point in 2D by adding translation coordinate (tx, ty) to the original coordinate X,Y to get the n... |
a123d6c201afaa7339bfe1dd7975401beabfa57d | 8423ca9ce33d0d3ba30dc05b86e8241e4894d0af | /b.sci | 552d56016ca5879bd0295a87c2250313d3284090 | [
"MIT"
] | permissive | fbarrueta22/TAP-1 | b99581dab6414d93988b708d61ac7e5e6610a6e5 | 61324322191684285df528149c7829b8cfe3dc5f | refs/heads/master | 2022-04-25T18:44:31.343068 | 2020-04-18T17:22:50 | 2020-04-18T17:22:50 | 256,637,464 | 1 | 1 | MIT | 2020-04-18T17:22:51 | 2020-04-18T00:22:58 | Scilab | UTF-8 | Scilab | false | false | 129 | sci | b.sci | exec('plates.sci')
filas=5
[A b] = plates(filas,1,1)
printf('A:\n')
disp(A)
printf('\n')
printf('b:\n')
disp(b)
printf('\n')
|
19379cc063a446f604d86f8db644d011da3196f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH5/EX5.12/Ex5_12.sce | 2bfde0cdeb7d914fc28e02262dc7a6f4509f6a24 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 223 | sce | Ex5_12.sce | clear
//Given
A1=25.0 //mm**2
l2=1 //m
R2=1/58.0
A2=1
l1=1000
//Calculation
R=(l1/l2)*(A2/A1)
R1=R*R2
//Result
printf("\n The value of resistance is %0.2f ohm",R1)
|
efab380055ab7046f12b095e12330415bae82cb4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2882/CH7/EX7.12/Ex7_12.sce | 6685f4577e69c0f9b0aa29c1a5bf7790761e23a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 545 | sce | Ex7_12.sce | //Tested on Windows 7 Ultimate 32-bit
//Chapter 7 Field Effect Transistors Pg no. 241
clear;
clc;
//Given Data
//Figure 7.31
gm=5D-3;//transconductance in Siemens
RD=2.7D3;//drain resistance in ohms
RL=3.3D3;//load resistance in ohms
//Solution
RL_eq=RD*RL/(RD+RL);//equivalent load resistance in ohms
... |
cb0a755ee3fb5153b4599dea3c9509939e1a9380 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH13/EX13.16.6/Ex13_6.sce | 59d58beb9322b92f754d5e856fe74032904a9567 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,666 | sce | Ex13_6.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 13 Field-Effect Transistors
clc
clear
IDSS=12*10^-3//IDSS=saturation drain current in Ampere when VGS(gate-to-source voltage)=0V
Vp=-4//Vp=pinch-off voltage
VDD=30//VDD=drain supply voltage
RL=5*10^3//RL=load resistance in ohms
Rs=600//Rs=resistance connect... |
d52c2f77d6407b69d53ef23a52d9104fd5d18a37 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH11/EX11.14/Example11_14.sce | 436ed9707783301b0e0731318e1f79d360bc8404 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sce | Example11_14.sce | //Exa 11.14
clc;
clear;
close;
//Given data :
Vrms=66;//kV
Vmax=Vrms*sqrt(2);//kV
gmax=60;//kV/cm
d=2*Vmax/%e/gmax;//cm
d1=%e*d;//cm
V1=Vrms/%e;//kV
dV=Vrms-V1;//kV(Voltage between sheath & intersheath)
disp(dV,"Voltage between sheath & intersheath(kV)");
|
e3cf2db0cd39caf02110bbb1f8ba4dddfe5a913a | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318.zip/Electrical_Measurements_Measuring_Instruments_K._Shinghal_2318/CH2/EX2.19/ex_2_19.sce | 118caf54624159e4a89f9fa91e52395d8debd664 | [] | 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 | 382 | sce | ex_2_19.sce | errcatch(-1,"stop");mode(2);//Example 2.19://error
;
;
n=40;//revolutions
rc=0.12;//registration constant
err=n/rc;//energy recorded in kWh is
e2=22000;//volts
e1=110;//volts
i2=500;//amperes
i1=5;//amperes
i=5.25;//amperes
lv=110;//volts
pf=1;//
t=61;//seconds
ae=((sqrt(3)*e2*lv*i*i2*pf*t)/(e1*i1*3600))*10^-3;//kWh
e... |
08ed3be38983b5a06b7120ee5a144049c0dddbe4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3532/CH4/EX4.16/Ex4_16.sce | 44826cf6285782328a1a33803351b60155e41b47 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,091 | sce | Ex4_16.sce | clc
clear
mprintf('Mechanical vibrations by G.K.Grover\n Example 4.11.2\n')
//given data
fn=5.75//natural frequency in Hz
zeta=0.65
ZbyY=1.01
//case 1
//substituting for (Z/Y)=1.01 and (W/Wn)=r^2 in Eqn 4.4.11 we get the quadratic eqn as follows
//0.02*r^4-0.31*r^2+1=0
//solving for r in above eqn whose roote... |
89d8f2cbbe561ea8473d3bf60e1184d93bc32b09 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3822/CH6/EX6.11/Ex6_11.sce | 8f6afe5a479cc7a392ca15d5b82d79375901f80d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_11.sce |
//Optoelectronics and Fiber Optics Communication by C.R. Sarkar and D.C. Sarkar
//Example 6.11
//OS = Windows 7
//Scilab version 5.5.2
clc;
clear;
//given
Pin=900*10^-3;// Input Power in W
Voc=600*10^-3;// Open circuit voltage in V
Isc=240*10^-3;//Short circuit current in A
FF=0.75;//Fill factor
Pmax=(V... |
2b5fc33f968505c8abcd995a9eb88033dbe0fba0 | d8be154f94daec7c0bf6e452bfd38c0d324c8ae2 | /utils/affiche2Image.sci | 213bc39cb224102157361c5b7fd5d3ba24d9a0c3 | [] | no_license | BasileBr/Tatouage | bead5b85415ed359d899ce2fb211501586c9d53f | 8ac0922899085b168f78faacd24a34b55cd1b783 | refs/heads/master | 2020-03-29T02:20:49.262172 | 2018-05-10T17:38:30 | 2018-05-10T17:38:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 269 | sci | affiche2Image.sci | function affiche2Image(matriceImage, matriceTraitee)
subplot(1,2,1) // définit la 1ère zone d'affichage
imshow(uint8(matriceImage)) // pour la 1ère image
subplot(1,2,2) // définit la 2ème zone d'affichage
imshow(uint8(matriceTraitee));
endfunction
|
98f16c2ceb9e13478c76d34ffd6af425a690003f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3574/CH12/EX12.4/EX12_4.sce | 4639df2323bbc78d95d27fa2af55e09fa973b6ee | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,016 | sce | EX12_4.sce | // Example 12.4
// Computation of (a) Required resistance of a noninductive diverter that will
// bypass 27 percent of the total armature current(b) Power rating of the
// diverter
// Page No. 494
clc;
clear;
close;
// Given data
Rs=0.00306; // Shunt generator resistance rating
Is=0.73; ... |
138ea682891d9caa8d5deb4e0806dc0115b38ff2 | 8781912fe931b72e88f06cb03f2a6e1e617f37fe | /scilab/scilab-examples/benchmark/scilab2.sce | 9b71661981de4cba6b52ceaf0f4acc0f77467e8a | [] | no_license | mikeg2105/matlab-old | fe216267968984e9fb0a0bdc4b9ab5a7dd6e306e | eac168097f9060b4787ee17e3a97f2099f8182c1 | refs/heads/master | 2021-05-01T07:58:19.274277 | 2018-02-11T22:09:18 | 2018-02-11T22:09:18 | 121,167,118 | 1 | 0 | null | null | null | null | ISO-8859-1 | Scilab | false | false | 9,677 | sce | scilab2.sce | // Scilab Benchmark 2 (8 March 2003)
// version 2, scaled to get 1 +/- 0.1 sec with R 1.6.2
// using the standard ATLAS library (Rblas.dll)
// on a Pentium IV 1.6 Ghz with 1 Gb Ram on Win XP pro
// Author : Philippe Grosjean
// eMail : phgrosjean@sciviews.org
// Web : http://www.sciviews.org
// License: GPL 2 or ab... |
4e4b000987848f44a981e1bccbc8455e499ac43b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH3/EX3.4/Ex3_4.sce | 68e5afaeb3b0d74748de8f0f270f646df9b79933 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | Ex3_4.sce | clc//
//
//
//Variable declaration
a=0.38; //lattice constant(nm)
h=1;
k=1;
l=0;
//Calculation
d=a/sqrt(h^2+k^2+l^2); //distance between planes(nm)
//Result
printf("\n distance between planes is %0.2f nm",d)
|
9c5a29ce8ffa3c7ceea57aad4bed7fcd1f0776ee | 449d555969bfd7befe906877abab098c6e63a0e8 | /1544/CH4/EX4.2/Ch04Ex2.sce | 72a96f8c02d164b37fad8b1d15640ccc4fbf64bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sce | Ch04Ex2.sce | // Scilab code Ex4.2: Pg 116 (2008)
clc; clear;
A = 45e-06; // Cross sectional area of pole face, metre-square
B = 0.6; // Flux density, T
// Using formula B = phi/A, solving for phi
phi = B*A; // Flux, Wb
printf("\nThe flux produced by pole face = %2d mic... |
b042bbb2a94272d6a77c026b07230f1b18251ec1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH1/EX1.12/1_12.sce | 626be8fadc58446222ab488099eb46eae652434f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 247 | sce | 1_12.sce | //Basic Circuit Concepts
//page no-1.17
//example1.12
disp("Applying KVL to the circuit :");
disp("50 - 5*I - 1.2*I - 16 = 0")
I=(50-16)/6.2;
printf("I= %.2f Amp", I);
P=50*I;
printf("\nPower delivered 50 V source = 50 * 5.48= %.2f W", P); |
b0b9a7834f80339b7e850ff9b201260688f3df6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH2/EX2.5/2_5.sce | 34d1246414d0ea6f4cfee1c3ac82676e27efa3e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 295 | sce | 2_5.sce | clear; clc; close;
E = 8; //volts
R = 2.2*10^(3); //ohms
Id = 0; //diode reversed
Vr = Id*R;
Vd = E-Vr;
diary('C:\Users\DELL\Desktop\intern\chapter_2\2_5.txt');
disp(Vd,'Diode Volatge is : ');
disp(Vr,'Voltage across R is : ');
disp(Id,'Current through diode is : ');
|
8cf7dc01ab2cc98c06c064ec5c09fa61c106d0a6 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PV4.prev.tst | 0ebe8606259e9ca23e2b40445abd5c269688c168 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 93 | tst | PV4.prev.tst | parse: [0,8*(n-1)*(2*n-1),-2*n*(4*n-7),(n-2)*n]
matrix:[[0],[8,-24,16],[0,14,-8],[0,-2,1]]
|
52022f241115a2218de387088237c13df2598a3a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2219/CH7/EX7.7/Ex7_7.sce | 6ef19c66ff59be6f9a0cb0616648451148ae51fb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 415 | sce | Ex7_7.sce | // chapter 7 example 7
//-----------------------------------------------------------------------------
clc;
clear;
// given data
// given (lamda/10) wire dipole
// Radiation resistance of short dipoles is Rr = 790*(1/lamda)^2;
// Rr = 790*(lamda/(10*lamda))^2;
// Rr = 7.9;
mprintf('Radiation resistance = ... |
843a14ba8fdaa186ec402410cb3af1bb4c4c0128 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.3_13.tst | 597458fc4e02cc3fc1be63fdcbd08ec5f77fb851 | [] | 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 | 8,437 | tst | bow.3_13.tst | 3 14:0.021739130434782608 255:1.0 751:1.0
3 5:0.3333333333333333 13:0.5 14:0.06521739130434782 28:1.0 35:2.0 36:0.1111111111111111 43:0.125 58:0.08333333333333333 72:0.25 79:0.09090909090909091 97:0.5 107:1.0 128:1.0 160:1.0 190:2.0 208:0.3333333333333333 378:1.0 517:1.0 538:1.0 564:1.0 649:1.0 669:1.0 679:1.0 752:1.0 ... |
0748a99e3702162ab471f7c9fe7087af1c2f8754 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH11/EX11.6/11_6.sce | 7e405f55241c17aa9286e71da79ee63cdf3d1667 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 11_6.sce | clear;
clc;
//Example - 11.6
//Page number - 390
printf("Example - 11.6 and Page number - 390\n\n");
//This problem involves proving a relation in which no mathematics and no calculations are involved.
//For prove refer to this example 11.6 on page number 390 of the book.
printf(" This problem involves provi... |
8983f65416eab7606c6dfaf260587124e1ff103b | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH9/EX9.1/example9_1.sce | 79d18474b0197a3acd3659aeace0347df290294f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,000 | sce | example9_1.sce | clear;
clc;
//Example9.1[Heat Loss from Hot Water Pipes]
//Given:-
l=6;//Length[m]
d=0.08;//diameter[m]
T_room=20;//[degree Celcius]
Ts=70;//Surface temperature of pipe[degree Celcius]
Tf=(Ts+T_room)/2;//Film temperature[degree Celcius]
//Properties of air at Tf
k=0.02699;//[W/m.degree Celcius]
Pr=0.7241;/... |
1db77da51840bad268e8389bc0b50a8a6e5d4bc3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3492/CH6/EX6.2/Ex6_2.sce | 9206a2729682caf43dc9226745e1e49203b17af2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex6_2.sce | clc
//Chapter6
//Ex_2
//Given
//let K=kT/e
K=0.0259 //in V
Na=10^18 //in cm^-3
Nd=10^16 //in cm^-3
e=1.6*10^-19 // in coulombs
Eo=8.85*10^-12 //in m-3 kg-1 s4 A2
Er=11.9
E=Eo*Er
ni=1.45*10^10 //in cm^-3
//Vo=(k*T/e)*log(Nd*Na/ni^2)
Vo=(K)*log(Nd*Na/ni^2)
disp(Vo)
Nd=Nd*10^6 //in m^-3
Wo=sqrt(2*E*Vo/(e... |
a7417141ca01595e6234b4d24f1770cf93cab9ff | 449d555969bfd7befe906877abab098c6e63a0e8 | /635/CH5/EX5.17/Ch05Ex17.sci | dc81ded839aaef7ecf53b98b37d3376394c96daf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 670 | sci | Ch05Ex17.sci | // Scilab Code Ex5.17 Change in number of vacancies due to disloaction motion: Page-176 (2010)
l = 1e-03; // Edge dislocation length of simple cubic crystal, m
d = 1e-06; // Distance of dislocation climb in, m
a = 3e-10; // Lattice parameter of scc, m
A = a^2; // Area of the unit cell, metre square
A_a... |
d12b38786786e288939464376d478a3c7e4ba2b9 | ac1f8441b0319b4a391cd5a959bd3bb7988edfa7 | /data/news2015/news2015/SplitsNEWS15/EnBa/enba.4.tst | 88e7e2d30f9d955481da421e9befa2a8aa7cad8f | [
"MIT"
] | permissive | SaeedNajafi/transliterator | 4d58b8604fa31f52ee2dce7845e002a18214fd5e | 523a087b777a5d6eec041165dabb43848f6222e6 | refs/heads/master | 2021-09-18T17:02:59.083727 | 2018-07-17T06:01:21 | 2018-07-17T06:01:21 | 129,796,130 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 53,455 | tst | enba.4.tst | a এ
a b e d a আ ব ে দ া
a b h i s h e k অ ভ ি ষ ে ক
a b u আ ব ু
a b u l আ ব ু ল
a b u l আ ব ্ দ ু ল
a d a m আ ড া ম
a d a m আ দ া ম
a d a r s h n a g a r আ দ র ্ শ ন গ র
a d d i s o n অ ্ য া ড ি স ন
a d h i r k u m a r অ ধ ী র ক ু ম া র
a d i t y a p u r আ দ ি ত ্ ত প ু র
a d m i r a l t y অ ্ য া ড ম ি র া ল ্ ট ি
a ... |
7d64cfe3e3206ee563b507383397f7de814e7b3d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/m2sci/sci_bone.sci | 12f67e607c008bfb27bfb9e0b9b88d0c44ef6236 | [
"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 | 373 | sci | sci_bone.sci | function [stk,txt,top]=sci_bone()
// Copyright INRIA
txt=[]
if rhs<1 then
stk=list('(7*graycolormap() + hotcolormap()*[0 0 1;0 1 0;1 0 0])/8','0','32','3','1')
else
if isname(stk(top)(1)) then
n=stk(top)(1)
else
n=gettempvar(1)
txt=n+'='+stk(top)(1)
end
stk=list('(7*graycolormap('+n+') + hotcolorm... |
133cd366500951b11f15e7ac8fa28ee6d4ba4cb9 | e208f5ba61d660fa360b30a22b8cf307f5fc17bb | /utilities.sci | 68b0fbe11f87d89d558ef08272574baa4ccf6605 | [] | no_license | f-frhs/PUMA | 2b234603fec1ab108cbe8e8fc37f873599c80e8c | e33dbebe89dcce5c2fdaeee7385aaaa483a3ac16 | refs/heads/master | 2021-01-17T08:15:32.214080 | 2016-07-01T13:57:17 | 2016-07-01T13:57:17 | 62,227,864 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,748 | sci | utilities.sci | function output=Trans(x,y,z)
output = [...
1, 0, 0, x;
0, 1, 0, y;
0, 0, 1, z;
0, 0, 0, 1]
endfunction
function output=Rotx(alpha_deg)
alpha = alpha_deg * %pi / 180
output = [...
1, 0, 0, 0;
0, cos(alpha), -sin(alpha), 0;
... |
6ced30fe62241ee35dd333ad4eb2855a8973a7d1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH1/EX0.17/EXI_17.sce | 54c8e510091de697b7695b9e683bf3dd09ac4c30 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 340 | sce | EXI_17.sce | // Grob's Basic Electronics 11e
// Chapter No. I
// Example No. I_17
clc; clear;
// Show the keystrokes for multiplying 40*10^-3 by 5*10^6.
// Given data
A = 40*10^-3; // Variable 1
B = 5*10^6; // Variable 2
C = A*B;
disp (C,'The multiplication of 40*10^-3 by 5*10^6 is')
disp ('i.e 200.000... |
66820f6bbc874d181f1e0f9d1feff2a5f2e78cc9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH17/EX17.7/17_7.sce | 9e7e08e8ee8882d913e5509cd1630c693cc66ee0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 7,030 | sce | 17_7.sce | clear
clc
//Example 17.7
disp('Example 17.7')
//Note that for solving this example there are two ways
//One is to do this in xcos which is very easy to do
//and one can learn the same from example 17.5's solution
//To get the controller outputs at every point in xcos
//just add a scope to the leg connecting controlle... |
89f6057753e8c0d1d84d1572c05967611a9c06a4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1655/CH4/EX4.15.7/Example_4_15_7.sce | 45b23cd85bb4e32db61ed6c39d0a11c13de96edc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 663 | sce | Example_4_15_7.sce | // Example 4.15.7 page 4.40
clc;
clear;
NA=0.3; //numerical aperture
n1=1.45; //refractive index
M=250; //material dispertion parameter in ps/nm/km
L=1; //length
BW=50; //Bandwidth in nm
c=3d8; //speed of light
sigmaLamda=BW*L;
sigmaM=sigmaLamda*L*M*10^-12;
sigmaS=10^3*L*(... |
6a124f36390486ed29cc6be883432e647da9bebb | 449d555969bfd7befe906877abab098c6e63a0e8 | /149/CH23/EX23.4/ex4.sce | 51e1ed8577cfc48e236956d21be4294ab88a2f0f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 687 | sce | ex4.sce | clear
clc
disp('the first row of A denotes the roll no. of students form 1 to 10 and that of B denotes form 11 to 20')
A(1,:)=[1 2 3 4 5 6 7 8 9 10];
B(1,:)=[11 12 13 14 15 16 17 18 19 20];
disp('the second row of A annd B denotes the corresponding marks in physics ')
A(2,:)=[53 54 52 32 30 60 47 46 35 28];
B(2... |
d9c1a1c6073cabdb0e5ab161771bda77ff237d9c | fbf3557fee330162a0a1405e7782405e391374c3 | /opp5/utlflexc.tst | eca441ea351284dc564c7cb0989ee27e6d4f4f75 | [] | no_license | sunyongjie1984/db | ad0254de5d67202ffe7e08298cb94511d06dcf05 | eddd2100a6cdfd49b8010740fe3563cf58848ca4 | refs/heads/master | 2021-01-19T03:31:05.316041 | 2019-02-13T08:40:41 | 2019-02-13T08:40:41 | 60,225,747 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 448 | tst | utlflexc.tst | begin
raise utl_file.invalid_&&firstparm;
exception
when others then p.l(sqlcode); p.l(sqlerrm);
end;
/*======================================================================
| Supplement to the fifth edition of Oracle PL/SQL Programming by Steven
| Feuerstein with Bill Pribyl, Copyright (c) 1997-2009 O... |
966a2ad6346c6af07063d84563b2c718dbdac849 | 6b7e9274b9748e4dffc5ede7f068decafb31ee39 | /Common-Core/Basic-numerical-methods/code/src/diff/dif-conv-2D.sce | a2710287d8373dda5c341d441caa1a1cc9034a68 | [] | no_license | nadir-aitlahmouch/Grenoble-inp-Ensimag | 9ae70296c7ddac221dff9cfeb5b02bb2fc673a4a | ea1ea530ea05420e9caf16db6b3d3e4c306248df | refs/heads/main | 2023-03-12T00:08:33.719439 | 2021-03-04T00:53:39 | 2021-03-04T00:53:39 | 343,920,590 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,020 | sce | dif-conv-2D.sce |
dx=Lx/Nx;
dy=Ly/Ny;
exec("dif-conv-f.sce")
maillage_x=linspace(0,(Nx-1)/Nx*Lx,Nx)';
maillage_y=linspace(0,(Ny-1)/Ny*Ly,Ny)';
cx=zeros(Ny,Nx); //composante x de la vitesse de convection
cy=zeros(Ny,Nx); //composante y de la vitesse de convection
phi=zeros(Ny,Nx); //fonction à calculer
phi_i=zeros(Ny,Nx); //condt... |
c05ec87352aa146366ea78202bf23158daa52d0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3765/CH4/EX4.10/Ex4_10.sce | caf6406b9cf8b8f60742e736c08948610c2f87d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,231 | sce | Ex4_10.sce | clc
// Example 4.10.py
// Consider an infinitely this flat plate at 5 degrees angle of attack in a Mach
// 2.6 free stream. Calculate the lift and drag coefficients.
//
// Variable declaration
alpha = 5.0 // angle of attack in degrees (in degrees)
M1 = 2.6 // freestream mach number
gamma1 = 1.4 // ratio... |
4d88d071031616902ac33d6e2f296ac089c6973b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH9/EX9.1/Ex9_1.sce | b0c8005eb1fbf24ea073065527fc13ed28874cbd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex9_1.sce | clc//
//
//
//Variable declaration
h=6.62*10^-34; //planck's constant(J sec)
c=3*10^8; //velocity of light(m/sec)
Eg=1.43*1.6*10^-19; //energy gap(J)
//Calculation
lamda=h*c*10^6/Eg; //wavelength of radiation(micro m)
//Result
printf("\n wavelength of radiation is %0.3f micro m",lamda)
|
dcb06794a2bc7739bcadac6dd42b1490e0e810ab | 449d555969bfd7befe906877abab098c6e63a0e8 | /668/CH3/EX3.2/eg3_2.sce | 60fb047eb57136733fbe0ed84755759095862f67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | eg3_2.sce | m0 = 0.91 * 10^-30; //in kg
m = 0.26*m0; //effective mass
E = 50*10^-3; //optical phonon energy in eV
t = 10^-13; //carrier scattering relaxation time at 300K
q = 1.6*10^-19;
kBT = 26*10^-3; //in eV
vd = (2*q*(E-1.5*kBT)/m)^0.5;
disp(vd, "Drift velocity (in m/s) = ")
ef = vd*m/t/q; //electric field in V/cm
dis... |
fb7f06936fe9461bd813adf1726df687a89029c1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /845/CH6/EX6.9/Ex6_9.sce | 0f47285e1884bcd2e7d2f6814954982704dab379 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 573 | sce | Ex6_9.sce | //Example 6.9
clc
clear
x = 0.1:0.1:0.5;
y = [1.4 1.56 1.76 2 2.28];
n = length(x);
del = %nan*ones(n,5);
del(:,1) = y';
for j = 2:5
for i = 1:n-j+1
del(i,j) = del(i+1,j-1) - del(i,j-1);
end
end
del(:,1) = [];
X = poly(0, "X");
h = x(2) - x(1);
p = (X-x(1)) / h;
x0 = x(1);
y0 =... |
82db78e2cf45715172cc16d7dd57555917621f1f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1627/CH4/EX4.6/Ex4_6.sce | e9b61a4bfabc009d9918b4b2797c13f9e85577e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 433 | sce | Ex4_6.sce | clc
//initialisation of variables
r=2000*10^-3//liters/min
s=0.85
d=10*10^-2//cm
d1=3*10^-2//m
p=6.5//MPa
g=9.8//ft
a=1.02*10^-4//m^3/N
p1=780.92//m
b=6.5*10^6//N/m^2
//CALCULATIONS
V1=(4*(r)*(1/60))/(%pi)*(d)^2//m/s
V2=(4*(r)*(1/60))/((%pi/(d1)^2))//m/s
P1=((a*b)/s)+((V1)/(2*g))+(V1/(2*g))
P2=sqrt((V2)/... |
f42f9adaadd24522d891f13f00cb1f06b00da38c | 54cca39cd1cf7f62b001c8a4d64dcc3d29e3cb4e | /CentralLimitTheorem/centrallimit.sce | deb8075db5e4f572286f238e6e875a7ac69bedb4 | [] | no_license | hamling-ling/NumericalResearches | d2487c2566c24ba3dc674e7e17f1745c1020d542 | a824357d7650d3ed86220f1315ee37e577285a7d | refs/heads/master | 2021-01-25T08:36:58.455319 | 2015-04-22T15:17:21 | 2015-04-22T15:17:21 | 7,775,139 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sce | centrallimit.sce | clc;
// number of repetition
repeat=10;
// draw dice 10 times. and repeat it.
X=grand(1000,repeat,'uin',1,6);
// avarage of repetition
R=mean(X,'c');
// plot histgram
histplot([0:0.1:6],R);
title="Frequency distribution of dice face with " +string(repeat)+" roll(s)";
xtitle(title,"dice face","Frequency");
avg=3.5
s=s... |
093370076a5cbf2feadb4e89e79994271f0d4723 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3689/CH2/EX2.3/2_3.sce | 71cefee96e3f53261a74f1d2f67de76f5189e0e2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | 2_3.sce | ////Variable Declaration Part d
m = 1.5
dT = 14.2 //Change in temperature of water, °C or K
cp = 4.18 //Specific heat of water at constant pressure, J/(g.K)
//Calculations
qp = m*cp*dT
//Results
printf("\n Heat removed by water at constant pressure %4.2f kJ",qp)
|
71fd08e3b8d23cdeec366ffd30bd11ce70f68286 | 002b6230874dea6e4d76defafc1ae293b5744918 | /library/Demos/LocalRegions/Tests/LocProject2D_Quad_Ortho_Basis_P6_Q7.tst | 8567c610bdb8d30c4f8bb267752a03badc2c2121 | [
"MIT"
] | permissive | SCOREC/nektar | f3cf3c44106ac7a2dd678366bb53861e2db67a11 | add6f04b55fad6ab29d08b5b27eefd9bfec60be3 | refs/heads/master | 2021-01-22T23:16:16.440068 | 2015-02-27T17:26:09 | 2015-02-27T17:26:09 | 30,382,914 | 6 | 7 | null | null | null | null | UTF-8 | Scilab | false | false | 493 | tst | LocProject2D_Quad_Ortho_Basis_P6_Q7.tst | <?xml version="1.0" encoding="utf-8"?>
<test>
<description>Project2D Quad Orthogonal basis P=4 Q=5</description>
<executable>LocProject2D</executable>
<parameters>4 1 1 6 6 7 7 0.0 0.0 1.0 0.0 1.0 1.0 0.0 1.0</parameters>
<metrics>
<metric type="L2" id="1">
<value tolerance="1e-12">2... |
39d6562b658647768ed9ce2cbb639f9744009cdf | 28a8d47c4d79b231f8bebc28925792a290f67e9f | /db/others/sql/dynamic_sql/test_dao.tst | 6783ca2d2957f8b354b6434b0ccd753fdecf1834 | [] | no_license | ZVlad1980/doo | a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8 | e81be8f524b78b9a6ec06b7f83a8c13354fc6412 | refs/heads/master | 2021-08-17T02:03:54.553822 | 2017-11-20T17:21:03 | 2017-11-20T17:21:03 | 111,440,129 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,475 | tst | test_dao.tst | PL/SQL Developer Test script 3.0
88
declare
a anydata;
obj xxdoo.xxdoo_cntr_contractor_typ;
coll xxdoo.xxdoo_cntr_contractors_typ;
l_dummy pls_integer;
dao xxdoo.xxdoo_db_dao_typ;
x xmltype := xmltype('<content>
<id>1</id>
<name1>Lenovo</name1>
<type>Vendor</type>
<sites>
<site>
... |
73dfbeb24e992236a314c5576d6a8eb7813c7adf | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH2/EX2.5/Example2_5.sce | 15d621fac3dce70f4667ee2400e0e290e16f4168 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 243 | sce | Example2_5.sce | //Chapter-2,Example2_5,pg 2_12
n=4
Vofs=5
Res=Vofs/((2^n)-1)
D1=bin2dec('1000')
Vo1=Res*D1
D2=bin2dec('1111')
Vo2=Res*D2
printf("output voltage1\n")
printf("Vo1=%.2f V\n",Vo1)
printf("output voltage2\n")
printf("Vo2=%.2f V\n",Vo2)
|
3388f0cca5da98b8df3fb0169d2f556970ab20b2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2072/CH27/EX27.10/EX27_10.sce | cccdccb7ec325acb2d4b822500cf329701404a8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | EX27_10.sce | //Chapter 27
clc
//Example 10
//given
h=6.63*10^-34//js
v=5*10^3 //speed of the electron in m/s
m_e=9.11*10^-31 // mass of electron in Kg
p=m_e*v
delta_p=0.00300*p
//Uncertainity principle states delta_x*delta_p >=h/(4*%pi)
delta_x=h/(4*%pi*delta_p)
disp(delta_x,"Uncertainity in position of electron in Meters is ")
|
f138a0a065a5a5095ed245eb4e21d6e9cff42d4a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH8/EX8.2/8_2.sce | ff705e58fb43f7c26d182da1c543b39fa3aee9f3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | 8_2.sce | //example 8.2
clc; funcprot(0);
// Initialization of Variable
h1=2758.0;
h2=1939.3;
h3=173.88;
h4=h3+8.06/0.85;
neta=(h1-h2-h4+h3)/(h1-h4);
disp(neta*100,"thermal efficiency in %");
mdot=100*1000*3600/(h1-h2-h4+h3);
disp(mdot,"mass flow rate in kg/h");
Qindot=mdot*(h1-h4)/3600/1000;
disp(Qindot,"energy infl... |
d728f92d68110a2809b311133207d0f3fb4fb9a5 | d167200e784b8019615f6b37b5a46b91ec43b98d | /macros/gabor.sci | 69e35c0a79024b514a0b8a09e3b6c0bf46c4c1ad | [] | no_license | AshishMantosh/FOSSEE-Image-Processing-Toolbox | ee9c1a00f97627f372fae1d7d851c4905ac9d83e | e4fbe1891e13e4dc9b62513f0aef2b101638f084 | refs/heads/master | 2021-01-01T19:05:15.966438 | 2017-07-27T07:16:11 | 2017-07-27T07:16:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,700 | sci | gabor.sci | // Copyright (C) 2015 - IIT Bombay - FOSSEE
//
// This file must be used under the terms of the CeCILL.
// This source file is licensed as described in the file COPYING, which
// you should have received as part of this distribution. The terms
// are also available at
// http://www.cecill.info/licences/Licence_CeCILL_... |
9d124d34f14012f7a76197002e026de2aa0c10f2 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PG38IE.prev.tst | 8e22c6487b64009246aac6f78fe5ef7020d1f922 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 335 | tst | PG38IE.prev.tst | [[0,1,0,-1],[0,2,0,1],[1,0,-1,0],[1,0,2,0]] [0,1,0,1]*3 [7,17,14,20] [26,55,78,87] [21,43,84,88]*3 [124,251,620,635] [215,433,1290,1308] [114,229,798,805]*3
[[0,1,0,1],[0,2,0,-1],[1,0,-2,0],[1,0,1,0]] [2,1,-1,2] [3,5,4,6]*3 [28,53,75,84] [65,127,248,260] [42,83,205,210]*3 [217,431,1284,1302] [344,685,2387,2408]
#--... |
15c818724e532ca46359c89dbe3dcec49340972c | 9d0d8cfb131efa34cafc47d938fac6ddcee0750c | /miniproject/1prob/1_sinusoidal.sce | 25e8628a4b2574d9110cd5f2e756bfada13b4117 | [] | no_license | kazipetasurya/ee340 | 52c688b028a28effa88dc4a9eb653735e4fc19bc | 3885ad37122817c03d9a51d9f7df2c9c9f5f7251 | refs/heads/master | 2021-01-18T15:10:53.081056 | 2012-09-07T06:43:54 | 2012-09-07T06:43:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 404 | sce | 1_sinusoidal.sce | // Group_13: Bhargava B
// Surya K
// S K Savant
// Question:
// To generate and plot a sinusoidal sequence x(n)=cos(a\pi n) 0<=n<=N 0<=a<=1
exec("sinusoidal_vector.sci",-1)
function[]=plotsinusoidal(a,N)
nvec=linspace(0,N,N+1)
xset('window',55)
title('Sinusoidal sequence')
... |
f9b83ffccd46485c94bd271bdac62954149099e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2175/CH3/EX3.12/3_12.sce | faa6c343ab8b7bc79367b8f276f77bd9308319e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sce | 3_12.sce | clc;
p=15;//bar
V=6;//m^3;
R=0.287;
T=313.5;
y=1.4
m=p*V/(R*T);
p2=12;//bar
T2=T/[(p/p2)^((y-1)/y)];
m2=p2*V*10^5/(R*T2*10^3);
disp("mass of air left");
disp("kg",m2)
|
de932c08131f7e6b153e1cefa9fa59766960668d | eb6c92c3e95effd30dcb9480f584b7d20a91ae20 | /project 02/ConditionalZeroAndNot16.tst | 3e39d15841f83be6bea639a19be445d2886fc2a7 | [] | no_license | Sarvenaz12/elements-of-computing-systems | 3995ee503b87f05bc61f69efc86eae06e85602aa | c3c40707ea5c873011ed084ac9a35cd4cc193533 | refs/heads/master | 2023-03-26T02:53:55.191373 | 2011-09-15T03:59:17 | 2011-09-15T03:59:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 430 | tst | ConditionalZeroAndNot16.tst | load ConditionalZeroAndNot16.hdl,
output-file ConditionalZeroAndNot16.out,
compare-to ConditionalZeroAndNot16.cmp,
output-list in%B1.16.1 nin%B1.1.1 zin%B1.1.1 out%B1.16.1;
set in %B0101010101010101,
set nin 0,
set zin 0,
eval,
output;
set in %B0101010101010101,
set nin 1,
set zin 0,
eval,
output;
set in %B010101010... |
b9058bfdf94d0e07fdf49d5ef3d9c43eb5f237ed | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH5/EX5.27/27.sce | 463bd18bc2d431097eb511e4c03a7f7469900604 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 338 | sce | 27.sce | clc
p1=7*10^5; //N/m^2
T1=873; //K
p2=1.05*10^5; //N/M62
n=1.25;
m=1; //kg
R=0.287;
cp=1.005;
T2=T1*(p2/p1)^((n-1)/n);
// At constant temperature from 1 to A
ds_1A=R*log(p1/p2);
// At constant pressure from A to 2
ds_2A=cp*log(T1/T2);
ds_12=ds_1A - ds_2A;
disp("Increase in entropy = ")
disp(ds_12... |
aea81ce8bfb5c3d1472127f242d3f0646afb85da | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH9/EX9.7.5/9_7_5.sce | 6a958acf35b067841d5d59bc2f094d775032314d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | 9_7_5.sce | clc
//initialisation of variables
u= 80 //ft/sec
n= 62
r= 1/4
v= 11 //ft^3
w= 62.3//lbf/ft^3
p= 2 //lbf/in^2
//CALCULATIONS
uw= u*n/(r*v*w)
R= v*w*(uw/u)^2
P= r^2*p/R
//RESULTS
printf (' water velocity= %.f ft/sec',uw)
printf (' \n pressure drop= %.5f lbf/in^2 per ft',P)
|
f5cf89237f05914af113633b57f9699ce287ad32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3681/CH9/EX9.34/Ex9_34.sce | 2982e6dc1f093d6b3cb92d54cc34ce2871889dbe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,080 | sce | Ex9_34.sce | // Calculating the total commutator losses
clc;
disp('Example 9.34, Page No. = 9.92')
// Given Data
P = 800;// Power rating (in kW)
V = 400;// Voltage rating (in Volts)
rpm = 300;// r.p.m.
p = 10;// Number of poles
Dc = 1;// Commutator diameter (in meter). Since 100 cm = 1 meter
u = 0.23;// Co-efficient of fr... |
3569052569288e121e153457fe7da05922cad193 | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /xcos_blocks/pfet_gldn.sci | 14c53ba84a1a415455b994bef93a795312343bdd | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 3,318 | sci | pfet_gldn.sci | function [x,y,typ]=pfet_gldn(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[];
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then //** GET INPUTS
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_or... |
f905e4bb7967deed801261c2c6257e2a9a4273f8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2384/CH3/EX3.12/ex3_12.sce | 61850caf061c290838ac53c75f13a8649056a383 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 489 | sce | ex3_12.sce | // Exa 3.12
clc;
clear;
close;
format('v',5)
// Given data
Im = 42.42;// in A
omega = 628;// in rad/sec
t = 1/6.977;// in sec assumed
i = Im*sind(omega*t);// in A
disp(i,"The maximum value of current in A is");
// omega = 2*%pi*f;
f = omega/(2*%pi);// in Hz
disp(f,"The frequency in Hz is");
Irms = Im/(sq... |
00cb160bccf3d3f285f0fd08d458df095e2addbc | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/1.1/Unix/scilab-1.1/macros/percent/%sslss.sci | 0bea64f07bcd82ef2406600c56d6bd50080c507e | [
"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 | 106 | sci | %sslss.sci | //<s>=%sslss(d1,s2)
//
//!
[a2,b2,c2,d2,x2,dom2]=s2(2:7),
s=list('lss',a2,b2,c2,d1-d2,x2,dom2),
//end
|
1f6bc769b180a4556ac3f1b5654ce10717f5cf64 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2681/CH5/EX5.1/Ex5_1.sce | 34f9f3f5cf7e7aa0989cc27cdd418e6093b30e9c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 215 | sce | Ex5_1.sce | //Zo of a two wire transmission line
//given
clc
L=1D-3//H/Km
C=0.25D-6//F/Km
Zo=sqrt(L/C)//ohm
Zo=round(Zo*100)/100///rounding off decimalssc
disp(Zo,'the Zo for two wire transmission line in ohm:')//ohm
|
2a10261b7b4314d87ee1fe277bcc402f45f134a8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /770/CH8/EX8.7/8_7.sce | 529cd47110a446f234fb1b4ab03e304df9aed7ea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,761 | sce | 8_7.sce | clear;
clc;
//Example - 8.7
//Page number - 292
printf("Example - 8.7 and Page number - 292\n\n");
//Given
m = 0.6;//[kg/s] - mass flow rate
T_low = -20+273.15;//[K] - Temperature at which vapour enters the compressor
T_high = 30+273.15;//[K] - Temperature at which vapour leaves the condenser
//From satu... |
1db799c1d1970a9512e74dfeb972b6558fb08180 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2582/CH2/EX2.3/Ex2_3.sce | ff0548b8affcc78f1587dd27014385b45b86c2b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 425 | sce | Ex2_3.sce | //Ex 2.3
clc;clear;close;
format('v',5)
Gm1=10;//mA/V
Gm1=Gm1/1000;//A/V
Cc=50;//pF
Cc=Cc*10^-12;//F
Rt=10^8;//ohm(Shunting resistance with Cc)
Ao=Gm1*Rt;//unitless
fp=1/(2*%pi*Rt*Cc);//Hz
ft=Gm1/(2*%pi*Cc)/10^6;//MHz
disp(fp,"Frequency at which gain is maximum, fp in Hz");
disp(ft,"Unit gain frequency, ft(... |
dac68f7e59137c443b49cdf0a71bf0de3540ebc5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1022/CH15/EX15.2/15_2.sce | 12224ae9137d7f3710de8c5467e5e69a065e90f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | 15_2.sce | clc
//initialisation of variables
T= 10 //F
T1= 110 //F
Pr= 180 //lbm/hr
h1= 78.335 //Btu/lbm
h3= 33.531 //Btu/lbm
h2= 91 //Btu/lbm
L= 12000 //Btu/hr per ton
//CALCULATIONS
h4= h3
QL= h1-h4
W= h2-h1
COP= QL/W
C= QL*Pr/L
//RESULTS
printf ('Refrigerating effect = %.1f Btu/lbm ',QL)
printf (' \n Coffecien... |
3e208d6e78676c6e814059f92215d5c15f0d69f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2606/CH10/EX10.2/ex10_2.sce | f91178cc18406dc6705d48b573a747f6fda18364 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 650 | sce | ex10_2.sce | //Page Number: 10.19
//Example 10.2
clc;
//Given
Rb=1D+6; //b/s
//(a)
Aa=1D-3; //V
N0=1D-11; //W/Hz
Tb=1/Rb;
Eba=(Aa*Aa*Tb)/2;
//Pe=Q(z)
//where
za=sqrt((2*Eba)/N0);
Peb=(1/2)*erfc(za/1.414);
disp(Peb,'For Average bit error probability:');
//(b) Maintain Pb=2D-3
//From table
zb=2.9;
Ebb=((zb... |
93f2e940bff37d4db4729e04f7774121f5b84426 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1332/CH5/EX5.32/5_32.sce | d026ad75b167342ea7c800d9923608173385e5fe | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,913 | sce | 5_32.sce | //Example 5.32
//Regula Falsi, Newton Raphson and Mullers Method
//Page no. 201
clc;clear;close;
deff('x=f(x)','x=x^5-3.7*x^4+7.4*x^3-10.8*x^2+10.8*x-6.8')
deff('x=f1(x)','x=5*x^4-4*3.7*x^3+3*7.4*x^2-21.6*x+10.8')
//newton raphson
printf('n\txn\t\t\f(xn)\t\tf1(xn)\t\tXn+1\t\tError\n')
printf('------------------... |
b557cec74f9fe73b6187921c44e0a77972331696 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH31/EX31.10/31_10.sce | d875abd78ee41fd14f507bbf64a2daa8e1861580 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 651 | sce | 31_10.sce | clear//
//Variables
C1 = 100.0 * 10**-12 //Capacitance (in Farad)
C2 = 7500.0 * 10**-12 //Capacitance (in Farad)
fomin = 950.0 * 10**3 //Frequency minimum (in Hertz)
fomax = 2050.0 * 10**3 //Frequency maximum (in Hertz)
//Calculation
... |
39b48119f05c76c09c6084da7b9dc29812698058 | 4d65f2b3a8e627b6e4db7f0ac1a816f1f65a4213 | /lois.sci | 43ed8b2b8455f590d359f211fce6f549e387d89a | [] | no_license | ece2lr/tp3 | 7fdfa27f3e4a4d87305f0ac9458f3815573463df | 07a38354ea8df3eea213ddf55b5fb30edd72bd38 | refs/heads/master | 2021-07-10T21:57:02.572805 | 2017-10-13T11:16:09 | 2017-10-13T11:16:09 | 105,618,781 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 544 | sci | lois.sci | function pr = geom(n)
// préciser p avant l'invocation
pr = p * (1-p)^n
endfunction
function p = poisson(n)
// préciser lambda avant l'invocation
p = exp(-lambda) * lambda^n / factorial(n)
endfunction
function d = normale(x)
// préciser mu,sigma avant l'invocation
C = 1 / (sqrt(2*%pi)*sigma)
d = C * ... |
aa229f32e1307b600a51a471680e34f261eb21d3 | f0919c8ea73f22939a890aa4f8327f8200344d2b | /test/get_object_ddl.tst | 6a357bc15caf5ecefad12c7509ff6e50bd9745e3 | [] | no_license | kalex375/OVC | af5e91f90754454b90f339e846c5b9112d38d6c8 | f4b47dfc497299c4944b4ff9b93253c279012454 | refs/heads/master | 2021-05-31T07:55:44.326597 | 2013-12-02T14:15:52 | 2013-12-02T14:15:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,104 | tst | get_object_ddl.tst | PL/SQL Developer Test script 3.0
29
-- Created on 29.08.08 by Kravchneko A.V.
declare
-- Local variables here
i integer;
j integer;
begin
-- Test statements here
i:= dbms_metadata.open(object_type => 'PACKAGE');
dbms_metadata.set_filter(handle => i,
name => 'NAME',
... |
d685cea9ea63a2073cf7a96ec418f94c7577138d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH5/EX5.10/Ex5_10.sce | 55de010419353396d4b3ab53b52d1f1c00f7b876 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,203 | sce | Ex5_10.sce | clc
e = 1.6*10^-19;
kbT = 0.026;
disp("e= "+string(e)+"C")//initializing value of charge of electron
A= 10^-7
disp("A= "+string(A)+"m^2") //initializing value of diode area
ni = 1.5*10^16
disp("ni= "+string(ni)+"m^-3")//initializing value of intrinsic carrier concentration
T = 10^-6
disp("T= "+string(T)+"s")//inializin... |
286cb7a615a56435f12546a32d3e244c9f892c2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3813/CH3/EX3.4/Ex3_4.sce | 5d7927019b57eafef47fb6a9e2df4abd7aaabac2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 594 | sce | Ex3_4.sce | //Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill
//Edition:Second
//Ex3_4
clc;
clear;
Vs=200;//Supply voltage in V
Rd=12.5;//Resistance in ohm
Xc=0.5;//Reactance in ohm
pf=0.5;//Powerfactor
Vdia=0.9*Vs*pf;
Id=Vdia/(Rd+(Xc/%pi));
disp(Id,"The average value of dc cu... |
25c192809ce69e79fec53924bea9e62b578ee4e1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH4/EX4.2/4_2.sce | 11c9c29061b0aa478fd0c6e213408c07e9e308ce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 368 | sce | 4_2.sce | clear;
clc
l=225;Zo=401-(%i*29);P=(0.148+(%i*2.06))*(10^-3);
Zs=Zo*sinh(P*l);
A=real(Zs);
B=imag(Zs);
printf("-Series branch of the equivalent network will have the impedance = %f + j(%f) ohms\n",round(A),round(B));
Zsh=Zo*coth(P*l/2);
C=real(Zsh);
D=imag(Zsh);
printf("-Shunt branch of the equivalent network ... |
05f8292a8a6af22ff1f8095f829d95db43a6b11f | e806e966b06a53388fb300d89534354b222c2cad | /macros/cameraMatrix.sci | de177c9fb6371172e674cedcc8e55eb5f4a09958 | [] | no_license | gursimarsingh/FOSSEE_Image_Processing_Toolbox | 76c9d524193ade302c48efe11936fe640f4de200 | a6df67e8bcd5159cde27556f4f6a315f8dc2215f | refs/heads/master | 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,198 | sci | cameraMatrix.sci | function [ camMatrix ] = cameraMatrix(instrinsicMatrix,rotationMatrix,translationVector)
// Returns camera projection matrix.
//
// Calling Sequence
// camMatrix = cameraMatrix(instrinsicMatrix,rotationMatrix,translationVector);
//
// Parameters
// camMatrix: A 4x3 camera projection matrix, which can be used to proje... |
09b6e6e85e5bed9263bbcca49da1711209212f94 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH8/EX8.10/Chapter8_Example10.sce | cc1fd8de8e0c8c5327b5be355c56bff2c357a9a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,013 | sce | Chapter8_Example10.sce | //Chapter-8, Example 8.10, Page 351
//=============================================================================
clc
clear
//INPUT DATA
Ta=25;//Temperature of air in degree C
Ts=95;//Surface temperature of wire in degree C
D=0.0025;//Diameter of wire in m
R=6;//Resistivity in ohm/m
//CALCULATIONS
Tf=(T... |
806b8931ef28f2cbe95acb2042cb7096e1925547 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2705/CH7/EX7.4/Ex7_4.sce | c908c859ec13c6244417b6571916e87cdb81954e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 675 | sce | Ex7_4.sce | clear;
clc;
disp('Example 7.4');
// aim : To determine
// the dryness fraction of steam
// Given values
P1 = 2;// initial pressure, [MN/m^2]
t = 350;// temperature, [C]
P2 = .28;// final pressure, [MN/m^2]
// solution
// at 2 MN/m^2 and 350 C,steam is superheated because the saturation temperatu... |
7610bbdbef1ace1b76d8fd358e6f4de66be622a6 | fdbfc24750929832bb65f0d880937a70c6135798 | /Assignment4/2 Eigen-values_Eigen-vectors.sce | 77d1709af88b3c8772507542767daf6e794f5400 | [] | no_license | mohitgaggar/LA_assignment-Scilab- | 05ff51030d875d326f01b75a8300c41bf6a1cb75 | adcbc360e81b9d3b64c826ba3299b90dacdcc8e5 | refs/heads/master | 2021-01-02T20:29:33.540763 | 2020-06-03T11:05:06 | 2020-06-03T11:05:06 | 239,787,284 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,496 | sce | 2 Eigen-values_Eigen-vectors.sce | clc;clear;close;
A=[]
disp("-------------------------------------------------------------------------")
printf(" Enter a 3x3 matrix:\n\n")
for i=1:3
for j=1:3
printf("Enter element A(%d,%d):",i,j)
A(i,j)=input("")
end
end
disp("----------------------------------------... |
c841661f8bb37b93c7b1a6b651378b69ea091a5d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2123/CH4/EX4.11/Exa_4_11.sce | 49a27a458684982b1787854f62e07cf3e3dd0a2c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa_4_11.sce | //Example No. 4.11
clc;
clear;
close;
format('v',7);
//Given Data :
Rating=25;//KW
T=90;//min
ts=30;//min
S=sqrt(1/(1-exp(-ts/T)));
HalfHourRating=S*Rating;//KW
disp(HalfHourRating,"Half hour rating of motor in KW : ");
//Answer wrong in textbook.
|
a241da6d2e6036d3406a213a88c2c5196c622b2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2414/CH19/EX19.7/Ex19_7.sce | 3556a61a380acae5fd97c377e4a7c9908d1b4cf1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 667 | sce | Ex19_7.sce | clc;
close();
clear();
//page no 609
//prob no. 19.7
code=[0 0 1 1 1 0 0 0 0 0 0 1];
t=[0:.01:2] //for x-axis
y=[]
x=[]
p=0 //phase shift
for i=1:2:length(code)
if code(i)==0 then
if code(i+1)==0 then
p=p+0
else
p=p+%pi/2
end
else
if ... |
30e5558ec99d760cfd5f9b9c5fb5d05cfce98833 | 178822612bcd418dc12ba7a649304a24ab618d60 | /Numerical Analysis/El Hadji NGOM projet Scilab(Amélioré)/Projet 2 Systhèmes non linéaires/Secante.sci | b431879af8fa221d629e8bd3fedec83e18fe2cd1 | [] | no_license | engom/Math_Problem_Solving | b56c6cbfbff6c416c519795b9ab8f0c0bbba5ea3 | 6538c476681ae4ee803ea9b3a8944c5f370e1961 | refs/heads/master | 2022-05-25T01:13:16.123161 | 2016-02-13T11:32:28 | 2016-02-13T11:32:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 385 | sci | Secante.sci | // fonction test du code (exepmle d'évaluation) et paramétres
function y=f(x)
y=x^2-2;
endfunction
eps=10^-8
K=1000
k=0
x0 = 0.5
x1 = 1
a=0
b=3
// Methode des Secantes
function[z,k]=Secante(f,a,b,x0,x1,eps,K)
x=x0
y=x1
while (abs(f(x))>eps & k<K)
x= x - f(x)*((x-... |
7296c36602e7bb9353db0b13e4426b2b8539a9de | e2cee73f9682b79c4a5d6a1e6381cf6679dc1094 | /TP_AN/TP2/tp.sci | aa66e087167f931e1036d0ef532a65746a438e86 | [] | no_license | melurne/TP_ANgit | b1b91e444aef30706fef0cac4da9355d4d04e1aa | 59c1aa6a5261f9753e108877079a495d5b95fb50 | refs/heads/master | 2023-04-19T09:23:02.045251 | 2021-05-17T14:56:34 | 2021-05-17T14:56:34 | 350,416,537 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 207 | sci | tp.sci | exec("/home/m/n/mneus/TP_AN/TP2/gauss.sci");
h = 0.01;
n = 5;
A = 2*eye(n,n) + (-1)*(diag(ones(1, n-1), 1) + diag(ones(1, n-1), -1));
B = (h^2)*ones(n,1);
thetaG = GaussPivotPartiel(A, B)
thetaG = inv(A)*B
|
342c59e6a52ddf43f7a52be3c658da8011331096 | 449d555969bfd7befe906877abab098c6e63a0e8 | /26/CH3/EX3.3.13/3_3_13.sce | 56c60ca2bf9afbacd75bb57510dec270606fa522 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 547 | sce | 3_3_13.sce | disp('the given matrix is:')
a=[3 5 4;1 0 1;2 1 1]
disp(a,'A=')
disp('the cofactors are:')
C11=det([0 1;1 1])
disp(C11,'C11=')
C12=-det([1 1;2 1])
disp(C12,'C12=')
C13=det([1 0;2 1])
disp(C13,'C13=')
C21=-det([5 4;1 1])
disp(C21,'C21=')
C22=det([3 4;2 1])
disp(C22,'C22=')
C23=-det([3 5;2 1])
disp(C23,'C2... |
dc9fd65f08bec5f8cee10f7dc7f95c7f50d32709 | 574cebf351b02b4c2971cd37e75bcb62352e186b | /myConvolution.sci | 5f6216488fe7895711a8da3999367e47d743716e | [] | no_license | Sharkalgud/SignalProcessing | ede0b2d8d37efae227d768a87966ba42845dd2b9 | 8e84efa0e3673534c82af227d771d13645f68b7e | refs/heads/master | 2021-01-22T23:58:46.342437 | 2014-04-11T17:41:26 | 2014-04-11T17:41:26 | 18,303,273 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 401 | sci | myConvolution.sci | function y=myConvolution(x,h)
y=[]
//x=fliplr(x)
pt1=length(x)
pt2=1
pt3=length(x)
pt4=1
for j= 0:length(x)+length(h)-2
y(j+1)=sum(x(pt1:pt3).*h(pt4:pt2))
// disp(y(j+1))
if pt1>1 then
pt1=pt1-1
else pt3=pt3-1
end
if pt2<length(h) t... |
adc4f0729b22170aadafdaaa44119b67b501aee9 | 9b60b7963181dd94c8d10cdb75a83bc010957e71 | /taf_monitor_code/taf_monitor/tests/acceptance/01-summer_fair_weather_occasional_showers.tst | ea769954e92659bf41f161356d92feaf136cd8b3 | [] | no_license | alanyon/python | 577773100eac269750925c1f924edc51060ca865 | cbfe0f34fe61ed0495572fa05ea6bf4293ef15bb | refs/heads/master | 2023-07-13T17:27:59.555648 | 2021-08-09T15:59:08 | 2021-08-09T15:59:08 | 393,341,633 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,796 | tst | 01-summer_fair_weather_occasional_showers.tst | {
"EGTE 150800Z 1509/1518 18005KT 9999 FEW040 TEMPO 1512/1518 20015KT 7000 SHRA BKN014": {
"TAF matches METAR tempo group exactly": {
"metar": "EGTE 151250Z 18005KT 7000 SHRA BKN014",
"test time": "20200615T1300Z",
"expected": ""
},
"TAF tempo group covers... |
78f21f9de1bce124380ee3210a2155cd6afc91b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /689/CH2/EX2.8/8.sce | 706c615750a246b6a4c9114e070cd38ea0fe0522 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 501 | sce | 8.sce | //Example 2.8 Source Plus Sink Plus Uniform Flow
// Initialisation of variables
U = -100;
m = 314.2;
P0 = 2116.2;
rho = 0.002378;
c = 1;
x = 1.05;
y = 0.6;
P0 = 2116.2;
function[z] = shi(x,y)
z = -U*y + (m/(2*%pi)*atan(2*c*y/(x^2-y^2-c^2)));
endfunction
// Calculations
h = 0.00001;
u = (shi(x... |
bc89f9b06675d3c6a8ae55ba8101c6854607eb8e | b67defe3c1cae63dd1a79578f840d069568034e6 | /scilab/mulprobln.sci | 486a11826e400f5aef18987ceaf01d4746dafa93 | [] | no_license | wmacevoy/luck | bf5d93ce00e8136634d715057a97706d3aa804b3 | 47e5c8eb1782a1b4f3f5b9e7583290d9a842532e | refs/heads/master | 2023-05-03T14:46:51.353817 | 2023-04-25T03:13:44 | 2023-04-25T03:13:44 | 33,452,250 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 201 | sci | mulprobln.sci | function y=mulprobln(x,p)
[nprob,nsamp]=size(x);
pln=log(p);
y=zeros(1,nsamp);
for i=1:nsamp
xi=x(:,i);
ni=sum(xi);
y(i)=gammaln(ni+1)+sum(xi.*pln-gammaln(xi+1));
end
endfunction
|
ecc768968c7b3e9772c7049fbdc1f6e2877ab44d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3131/CH5/EX5.14/5_14.sce | 8f826860f597276ea774f0e3e23f282a8ddfa7a5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | 5_14.sce | clear all; clc;
disp("Ex 5_14")
disp("Free body diagram is as shown in fig 5-29b")
disp("Summing moments about X-direction:")
disp("981*0.1-P*0.3*cos30=0")
disp("P = 377.6 N")
disp("Summing moments about Y-direction:")
disp("-981*0.5+A_z*0.8+377.6*0.4=0")
disp("A_z = 424.3 N")
disp("Summing moments about Z-direction... |
e039f195df6269d9f7ed9de84dd03c69f24bd3fb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3821/CH10/EX10.13/Example10_13.sce | be68ec89f0c7a74e5584d434e330436585fa5b76 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,715 | sce | Example10_13.sce | /////////Chapter 10 Properties Of Steam
////Example 10.13 Page No:196
////Find Volume occupied by water
///Input data
clc;
clear;
V=0.04; //Volume of vessel in m^3
x=1;
t=250+273; //Saturated steam temp in degree celsius
mw=9; //Mass of liquid in Kg
//From st... |
c1c1fa3fccb44e31279e45e2574492183fcf9643 | a76fc4b155b155bb59a14a82b5939a30a9f74eca | /ProjetTomEval/tomeval/carat7.tst | a5ea77b99ffcf4161005e135608e1f88ac9f7e1a | [] | no_license | isliulin/JFC-Tools | aade33337153d7cc1b5cfcd33744d89fe2d56b79 | 98b715b78ae5c01472ef595b1faa5531f356e794 | refs/heads/master | 2023-06-01T12:10:51.383944 | 2021-06-17T14:41:07 | 2021-06-17T14:41:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,291 | tst | carat7.tst | Plan Carat 7
44,Ensemble 35-49 ans
101
-1
1
1
0
1,B398,101
f:\source\SFR01
11888000
1
1
1,1410,1,1,0,6.6, 5/01/98,1
2,1220,1,1,0,3.0, 5/01/98,1
2,2047,1,1,0,9.5, 5/01/98,1
3,1210,1,1,0,2.1, 5/01/98,1
16,1900,1,1,0,2.3, 5/01/98,1
1,1940,2,1,0,10.1, 6/01/98,1
2,835,2,1,0,1.7, 6/01/98,1
2,1901,2,1,0,1.2, 6/01/98,1
16,1... |
4249552328b94a7ec3afc09e1f987fa030d286b0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH5/EX5.13/5_13.sce | 31b1c143513b1a864dc814ade3c86984775db00b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 613 | sce | 5_13.sce | //Chapter 5, Problem 13, Figure 5.26
clc;
R1=15; //in ohms
R2=10; //in ohms
R3=38; //in ohms
V=250; //in volts
Pt=2500; //in watts
I=Pt/V; //current in amperes
Rt=V/I;
r=(R1*R2)/(R1+R2); ... |
a86988f02e432e33784b28768a0f9ec3746d8f66 | 449d555969bfd7befe906877abab098c6e63a0e8 | /45/CH6/EX6.7/example_6_7.sce | 3f9409619d2e45d83ba03524e15f1ed5639ed65f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,572 | sce | example_6_7.sce | //example 6.7
clc;
clear;
a=0;
b=0;
q=0;
//aa=input(" Enter the first no (in decimal) :");
//bb=input(" Enter the number from which first no has to substracted:");
aa=175;
bb=118;
while(aa>0) // converting the inputs in to binary numbers
x=modulo(aa,2);
a= a + (10^q)*x;
aa=aa/2;
aa=floor(aa);
... |
725307bfd24c06c7de14534b23fff0e93f93ec54 | b55b3f4ecb80cc7d4e6ccad7124adeae711f42f7 | /Digital_communication/Lab_1/unit_impulse.sce | 2602fffb0ae679843c3822c11d5389492f635a89 | [] | no_license | shivamchopra99/Lab-Works | 9ada57e2093be3290be18ed21289e4bd6fc68df2 | 0dbb533ca502c2256089970acfd3420f43568801 | refs/heads/master | 2020-09-21T04:52:25.548472 | 2019-11-18T09:23:18 | 2019-11-18T09:23:18 | 224,683,152 | 1 | 0 | null | 2019-11-28T15:35:53 | 2019-11-28T15:35:52 | null | UTF-8 | Scilab | false | false | 473 | sce | unit_impulse.sce | // Unit impulse signal
clear
n = -5:5
x = [zeros(1,5), ones(1,1), zeros(1,5)]
subplot(2,2,1)
plot2d(n,x)
title("Unit Impulse (continuous)")
xlabel("X")
ylabel("Y")
subplot(2,2,2)
plot2d3(n,x)
title("Unit Impulse (Discrete)")
xlabel("X")
ylabel("Y")
// unit step
x1 = [zeros(1,5), ones(1,6)]
subplot(2,2,3)
plot2d(n,x... |
5855513779eacc7ef88ed3488c72dc4a7ea42c28 | 449d555969bfd7befe906877abab098c6e63a0e8 | /51/CH8/EX8.15/8_15.sce | 1289ba7db7423c1a24efbfa0e857720a0c90c856 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 357 | sce | 8_15.sce | clc;
clear;
D=60;//mm
pdiff=4;//kPa
Q=0.003;//(m^3)/sec
d=789;//kg/(m^3)
vis=1.19*(10^(-3));//N*sec/(m^2)
Re=d*4*Q/(%pi*D*vis);
//assuming B=dia/D=0.577, where dia=diameter of nozzle, and obtaining Cn from Re as 0.972
Cn=0.972;
B=0.577;
dia=((4*Q/(Cn*%pi))/((2*pdiff*1000/(d*(1-(B^4))))^0.5))^0.5;
disp("mm",... |
3141dfed993bc01942335ec97f8f9c0feb74fb38 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3673/CH8/EX8.a.13/Example_a_8_13.sce | e8baf6fe9cf8bcc0d692a8391f07e53eaf5264e7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 848 | sce | Example_a_8_13.sce | //Example_a_8_13 page no:333
clc;
V_mag=200;
V_ang=0;
X1=25;
I2=200/50;
//when R1=10;
R1=10;
I1_mag=V_mag/sqrt(R1^2+X1^2);
I1_ang=0-atand(X1/R1);
I1_real=I1_mag*cosd(I1_ang);
I1_imag=I1_mag*sind(I1_ang);
I1=I1_real+(%i*I1_imag);
Imax=I1+I2;
Imax_mag=sqrt(real(Imax)^2+imag(Imax)^2);
Imax_ang=atand(imag(Im... |
2aa34fba1cde8e770d21e32a1b09ff545ea9c03b | 449d555969bfd7befe906877abab098c6e63a0e8 | /52/CH4/EX4.16.b/Example4_16_b.sce | 00c84c931bd8fa80cb34e41798a2580ecc0b710b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sce | Example4_16_b.sce | //Example 4.16 (b)
//Program to Evaluate and Compare the 8-point DFT of the given Sequence
//x2[n]=1, 0<=n<=6 using DIT-FFT Algorithm.
clear;
clc ;
close ;
x2=[1,1,1,1,1,1,1,0];
//FFT Computation
X2 = fft (x2 , -1);
disp(X2,'X2(k) = '); |
6a7ac1b0979cda7d745fd6eb1a11cd7d6522a5e3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3630/CH10/EX10.3/Ex10_3.sce | 9378b2c92bd38ccad51b8c543b8d566688d4e783 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 187 | sce | Ex10_3.sce | clc;
Re=2000; //Ohm
RL=5000; //Ohm
rE=(Re*RL)/(Re+RL); //Ohm
Ie=0.031; //Ampere
re=0.025/Ie; //Ohm
Av=rE/(rE+re);
disp(' ',Av,"Av=");//The answers vary due to round off error
|
687beca13ba50099c05b72cfa72e2aea232f9467 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH12/EX12.8/Ex12_8.sce | fb136ed666c32ed38a3df7f30ac31df243b38b92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 563 | sce | Ex12_8.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex12_8.sce
clc;
clear;
Vl=110;
f=50;
printf("\n (a)")
R_YR=0;
R_BY=100;
R_RB=200;
W_YR=0; //since R_YR value is zero
W_BY=Vl^2/R_BY;
W_RB=Vl^2/R_RB;
printf(... |
e65583b3b15a3282e2de329b9e598062d482bf9b | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PG26IE.prev.tst | 37d27854175baaf6eaccf9925618e2c75fe6c949 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 59,508 | tst | PG26IE.prev.tst | [[16,16,3],[0,8,4],[16,16,5]] [35,12,37] [99,20,101] [195,28,197] [323,36,325] [483,44,485] [675,52,677] [899,60,901] [1155,68,1157] [1443,76,1445] [1763,84,1765] [2115,92,2117] [2499,100,2501] [2915,108,2917] [3363,116,3365] [3843,124,3845]
[[-16,16,-3],[0,8,-4],[-16,16,-5]] [-3,4,-5] [-35,12,-37] [-99,20,-101] [-195... |
69dc6dee36a54d43307f4383c19630ff9147593c | efa427de3490f3bb884d8ac0a7d78829ec7990f9 | /parity-of-a-number.sce | 32ff6c465bf09130080ea40e5b9cc6dc9ffd2d65 | [] | no_license | letyrobueno/Scilab | a47648473aa681556561d5cea20659d143e4f492 | 2f23623dccea89a3ab2db12ec1f615186f785aa4 | refs/heads/master | 2020-09-01T19:00:30.804237 | 2019-11-01T17:45:22 | 2019-11-01T17:45:22 | 219,031,973 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 165 | sce | parity-of-a-number.sce | // Return if a number is even
number = input("Enter a number: ")
if modulo(number,2)==0
printf("The number is even.")
else printf("The number is odd.")
end
|
120034eec8678ba990562f7041de0f7f6df9efa0 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/sci2blif_added_blocks/I_SenseAmp.sce | bccff645c36efc7ce0070c074c830a942e1e962e | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 3,763 | sce | I_SenseAmp.sce | //**************************** I_SenseAmp **********************************
if (blk_name.entries(bl) == "I_SenseAmp") then
for ss=1:scs_m.objs(bl).model.ipar(1)
mputl("# I_SenseAmp "+string(bl)+" "+string(scs_m.objs(bl).model.ipar(2))+" "+string(ss),fd_w);
sci2blif_str= ".subckt I_SenseAmp"+" in[0]... |
2c57114fe21c9a5f507da972b9d563efae41f323 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3289/CH8/EX8.4/Ex8_4.sce | dbc16b73004ea2a48bbc8728de1135272ecbb71e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 836 | sce | Ex8_4.sce | clc
dn=0.1 //m
do=0.5 //m
t=0.08 //m
w=6900*(2*%pi/60) //rpm
row=7.8*10^3//Ns^2/m^4
E=200*10^9 //Pa
v=0.3
b=0.05
c=0.25
//solution a:
//ud=((0.05*3.3*0.7)*(0.0025+0.0625-(1.3/3.3)*0.0025+(1.3/0.7)*0.0625)*row*w^2)/(8*E)
ud=((0.05*3.3*0.7)*(b^2+c^2-(1.3/3.3)*b^2+(1.3/0.7)*c^2))/(8)
disp(ud,"radial dis... |
1e55468d6b4be0b01688df80921d5f18fdb641bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH6/EX6.3/ex6_3.sce | ea88f708b7ab92c48bf13608a238c405b1b9a2b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 920 | sce | ex6_3.sce | // Example 6.2, page no-230
clear
clc
t=20 //TDMA frame length in ms
lc=352 //length of carrier and clock recovery frequency in bits
lu1=48 //length of unique word in bits
lo=510 //length of order wire channel in bits
lm= 256 //length of management channel in bits
lt=320 // length of tr... |
39f403c65a649e6bca0f27e0132ffd92db9dc264 | 657c160da7b0e23c1ae058baa77e6f0421752a66 | /Test/Previous/parse.tst | b4b482727dec43464f96b7c7e95fc504b5bb8e0e | [] | no_license | hermetique/lsl | e8385820db92e4f077380933eb86160283f5231c | a1d154ec428722a9193fe03502c04eb21ced40e1 | refs/heads/master | 2021-10-10T01:42:52.349919 | 2019-01-05T23:02:33 | 2019-01-05T23:02:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,820 | tst | parse.tst | **************************************
Testing ../Code/lsl -i ../LSL/lslinit.lsi
**************************************
************* Test input from parse01.lsl ***********
Finished checking LSL traits
************* End of input from parse01.lsl *********
************* Test input from parse02.lsl ***********
Finished ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.