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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
381bc2befc0c528bd4ce5f6df0537284dc19cddf | 449d555969bfd7befe906877abab098c6e63a0e8 | /692/CH9/EX9.3/P9_3.sce | 1c2f2c8cdcb18e5801dad23d86245e7110dffbc8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,026 | sce | P9_3.sce | //Example 9.3
//Design of HP IIR filter
clc;
clear;
Fp=700//Hz
Fs=500//Hz
ap=1//dB
as=32//dB
FT=2000//Hz
//normalized angular edge frequencies in rad/sec
wp=2*%pi*Fp/FT;
ws=2*%pi*Fs/FT;
//prewarp the digital edge frequencies
Ap1=tan(wp/2);
As1=tan(ws/2);
Ap=1;//assuming
As=(2*%pi*Ap1)*Ap/(2*%pi*As1);
disp(As,'As = ')... |
c07a9ef26a15d27592c484a7b1bcf5633a2c12a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2354/CH10/EX10.3/10_3.sce | eedefc1e5b9bbe9cb052d01708cda9f48d3026ed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 525 | sce | 10_3.sce | //example 10.3
clc; funcprot(0);
// Initialization of Variable
pv1=0.02123*10^5;
patm=1.013*10^5;
ha2=283.1;
ha1=303.2;
hg1=2556.3;
hg2=2519.8;
omega2=0.0076;
hf2=42.01;
T=303;//temperature
R=8314;//gas constant
M=28.97;//molecular mass
pa1=patm-pv1;
madot=280*pa1*M/R/T;
disp(madot,"mass flow rate in kg... |
66420cfc3b146e39dfd015cc34400bcdc97a19a7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2282/CH4/EX4.12/ex4_12.sce | 7a2f0c854d4c970d602b25a186a4adc3ddd239cc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | ex4_12.sce | // Example 4.12, page no-155
clear
clc
Ea=1 //effective aperture
f=11.95*10^9 //downlink operating frequency
c=3*10^8 //speed of light
Ae=floor((%pi*1000*Ea^2)/4)/1000
lamda=floor(c*1000/f)/1000
ag=floor(100*4*%pi*Ae/lamda^2)/100
adb=floor(100*10*log10(ag))/100
width=70*lamda/Ea
printf("Operatin... |
91bcc38e66818dd20315a9ce4436cf4586d0a934 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH9/EX9.9.1.b/exa9_9_1_b.sce | e4eeec6ae40f1738cbc6a6169f9fa965011311e4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | exa9_9_1_b.sce | //caption:check_for_observability_of_system
//example 9.9.1_b
//page 383
A=[-2 1;0 1]
B=[1;1]
C=[1 1]
P=obsv_mat(A,C);
disp(P,"Observability Matrix=");
d=determ(P)
if d==0
printf("matrix is singular, so system is unobservable");
else
printf("system is observable");
end; |
d5698d831e3481cf884ae8d515b30dd8dbf3e4a5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1574/CH3/EX3.21/M_Ex_3_21.sce | 24f60827cdb760c5fc336273e445d35ac2759606 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | M_Ex_3_21.sce | clc
//Chapter3: Modulation
//Example3.21, page no 173
//Given
deltaF=75e3//freq deviation
fm=15e3// modulating freq
mf=deltaF/fm
BW=2*mf*fm// Bandwidth
GB=25e3//Guard Band
BWo=BW+(2*GB)// Overall bandwidth
mprintf('Overall bandwidth including guard band is %d kHz',BWo/1e3)
|
7da3c5d63f205438e1d78236fa2f2133a502959f | 67310b5d7500649b9d53cf62226ec2d23468413c | /tags/archive/TestCaseGenerator-Plugin-OpeningSequenceCoverage/trunk/tests/large-system-tests/inputs/jEdit/ground_truth/OpeningSequenceCoverage/length-1/max-150/t73.tst | 0b72fcc2ad5b93261d7287e3d0ba356455e676b4 | [] | no_license | csnowleopard/guitar | e09cb77b2fe8b7e38d471be99b79eb7a66a5eb02 | 1fa5243fcf4de80286d26057db142b5b2357f614 | refs/heads/master | 2021-01-19T07:53:57.863136 | 2013-06-06T15:26:25 | 2013-06-06T15:26:25 | 10,353,457 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 660 | tst | t73.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TestCase>
<Step>
<EventId>e51</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e14</EventId>
<ReachingStep>false</ReachingStep>
</Step>
<Step>
<EventId>e79</EventId>
<Reaching... |
bb76a37d67c41f1952686c5a19c5fa1c9d509c39 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1967/CH13/EX13.2/13_2.sce | 94801f0708805f8356273d73103068325ca52ada | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | 13_2.sce | clc
//initialisation of variables
clear
k1= 4600
k2= -8.64
k3= 1.86*10^-3
k4= -0.12*10^-6
k5= 12.07
T= 600 //K
//CALCULATIONS
Kf= %e^(k1*(1/T)+k2*log10(T)+k3*T+k4*T^2+k5)
//RESULTS
printf ('Kf = %.3f ',Kf)
|
14fe526c5b4136ebb253f839f9c378cb7d2a092d | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH10/EX10.3/Example10_3.sce | 1700b750918d345cb36d836dbddef8d0efe00fd6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | sce | Example10_3.sce | //Given that
m1 = 0.70 //in kg
m = [0.14, 3.2] //in kg
k = [4.1* 10^4, 2.6* 10^6] //in N/m
d = [16* 10^-3, 1.1* 10^-3] //in meter
//Sample Problem 10-3a
printf("**Sample Problem 10-3a**\n")
name = ['board', 'block']
U = zeros(2,1)
for count = 1:2
U(count) = 0.5* k(count)* d(count)^2
printf("The... |
e602f4ebcda5fff2c3d78b7e00bfc5280ad509d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH23/EX23.26/ex_23_26.sce | 141a7affe83e47c4e6109e1e1887b74a3f6c6ce0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_23_26.sce | //find
clc
//solution
//given
W=3000//N
n=7
b=65//mm
nf=2
L1=550//mm
l=80//mm
f=350//N/mm^2
fb=80//N/mm^2
E=210000//N/mm^2
//let t be thickness
L=(2*L1-l)/2//mm
ng=n-nf
//f=18WL/(bt^2(2ng+3nf))=26480/t^2
//t=sqrt(26480/350)//mm
printf("thickness is,%f mm\n",sqrt(26480/350))
printf("thickness is, say ... |
85d9bd900e68fc42db4d85038dbf71749fb6101c | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_-_1_T._Singh_704.zip/Electrical_Machines_-_1_T._Singh_704/CH2/EX2.46/ex2_46.sce | d9992ce4c797e73c01996f924cf054e5427240dd | [] | 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 | 1,132 | sce | ex2_46.sce | errcatch(-1,"stop");mode(2);//Caption:Calculate the full load motor output and its efficiency
//Exam:2.46
;
;
V=500;//applied voltage(in V)
R_sh=250;//field resistance (in Ohm)
R_a=0.2;//resistance of armature including brushes(in Ohm)
I_o=5;//no load current (in Amp)
I_sh=V/R_sh;//shunt field current(in Amp)... |
49283c13285fcddbe4293b8540489e9d09a085a3 | f7d0f456b8e29ce4f81d9cbe1ca2a57fede3bc5d | /solvers/cyclist/bench/entl/08.tst | 26e2f1fe2006e2709c8e1fcc9198b53748a7a62b | [] | no_license | mihasighi/smtcomp14-sl | 22467201b3f7e74e2001e259134c040d80afd6b6 | 8dd4ff648e16e31acd193f882082df349e211251 | refs/heads/master | 2021-06-06T17:01:18.752298 | 2018-06-28T10:04:32 | 2018-06-28T10:04:32 | 19,853,856 | 1 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 54 | tst | 08.tst | DLL(x,y,z,w) |- BSLL(z,w)
|
020509f1b658f79331529139b3f96d12cd0cc91f | f5f41d427e165a46b51c8b06f6c2010b4213033a | /Scilab/pbLoad_callback.sci | 1a9bc3c876d2b466ab2c06c24c576c2b263e974a | [] | no_license | rissuuuu/IT_LAB | a40f6ea5311f5d8012364cfa3d3ad37d83be3afd | 8d0f44a2b8b20ed1101c34a5cb263e6229c200cc | refs/heads/master | 2021-01-03T05:06:49.877644 | 2020-02-12T07:42:44 | 2020-02-12T07:42:44 | 239,934,733 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,482 | sci | pbLoad_callback.sci | f=figure('figure_position',[400,50],'figure_size',[640,480],'auto_resize','on','background',[33],'figure_name','Graphic window number %d','dockable','off','infobar_visible','off','toolbar_visible','off','menubar_visible','off','default_axes','on','visible','off');
//////////
handles.dummy = 0;
handles.pbLoad=uicontrol(... |
d65252a133002209d3ffb460d2b75f0613dd60cc | fa428f297a915e9a041597642bfe29627ab69c42 | /app/views/cart/payment.sce | ebb35f7557199fb8005d8a14f6e0e1f9417c4e05 | [] | no_license | TheBrenny/Web-Dev-and-Security | dff903be92838b14f7126dd1f7092922b86bf2cc | e4abb96dc24e606704b09f5acdd2684d6d5d577d | refs/heads/main | 2023-06-17T08:33:35.176024 | 2021-06-15T05:07:20 | 2021-06-15T05:07:20 | 343,603,444 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 958 | sce | payment.sce | [[i= partials/header ]]
[[i= partials/navbar ]]
<div class="container center">
[[?= user.authed ]]
<h1 style="text-align:center;">[[user.name]]'s Shipping Details</h1>
[[3=]]
<h1 style="text-align:center;">Your Shipping Details</h1>
[[?==]]
<hr style="margin:2em;height:2px;">
... |
746a8a9e101b5b38d2680a9ce0ac190d9a87f86e | 49148682b78b6520a61de9a700f791835e1b32d5 | /STAGE2-3_Beginners3DProgramming/Lighting/LightingFiles/LightingTest3.tst | af6b69bfdd4ca2bca17aa7ec74debfa02620adc1 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | Ashitagachan/Gachan | 535a19ea05bfcb3207a0a106b1d62db48a143f16 | 63b5410e128628222447c837a7209162487aa246 | refs/heads/master | 2021-08-07T21:53:13.048753 | 2020-05-16T08:01:10 | 2020-05-16T08:01:10 | 178,514,045 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 4,005,761 | tst | LightingTest3.tst | //skipped groundPlane_transform
//skipped Manipulator1
//skipped UniversalManip
//skipped CubeCompass
/////////////////////////////////////////////
// object_pSphere1__
/////////////////////////////////////////////
#if 0
1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
0, -4, 0, 1
#endif
DX3DMATERIAL_START( ma... |
be18f1fb8f0f18fb4057cd6e015d38679d0c43ad | 0dd46f764213376689f04c662c7bef9c1517ae8b | /inter/inter.sci | 50c545063a7e10f5213c8ce1d73a5f51a9bdc122 | [] | no_license | hospitaler17/NumMeth | 85d174e6f8adfb488b577855b0f5b9977a87438b | 283677e9f47df559febaab33cc216e3634b95612 | refs/heads/master | 2021-09-12T12:43:55.522029 | 2018-04-16T20:09:09 | 2018-04-16T20:09:09 | 109,737,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,165 | sci | inter.sci |
x = [8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 138 140 142 146 148 150 152 154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186 188 1... |
42cef5c6670ab64f549de6327412a71aa6618857 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH14/EX14.5w/14_5w.sce | 0e9b86f2de3fd197dd3cb8bda6a934a896c1803b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 572 | sce | 14_5w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 14.5w
//calculation of the decrease in the volume of the sample of water
//given data
V1=1000*10^-6//initial volume(in m^3)
P1=10^5//initial pressure(in N/m^2)
P2=10^6//final pressure(in N/m^2)
C=50*10^-11//compress... |
770d61f30f7d7cff35c2e5a8cb9d3ed1333dcf98 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH3/EX3.11/example3_11.sce | d4d06857ec950c8fc57556de897a703c367ca5d9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 542 | sce | example3_11.sce | clc
// Given that
i1 = 1 / 2 // reduced intensity ratio in first case
i2 = 1 / 4 // reduced intensity ratio in second case
// Sample Problem 11 on page no. 3.27
printf("\n # PROBLEM 11 # \n")
theta1 = acos(sqrt(i1)) * (180 / %pi)// calculation for angle between nicols in first case
theta2 = acos(sqrt(i2)) * (180 / %p... |
1fed9602919fbf5af68f45d289bd424d9a0872d4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH7/EX7.10/7_10.sce | 602c18d69f7a8e6ab8b11f8a88b86bbb4cc2094c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 266 | sce | 7_10.sce | clear; clc; close;
Idss = 10*10^(-3);
Vp = -4;
Vdd = 20;
Rd = 1.5*10^(3);
Vgsq = 0;
disp(Vgsq,'Q-point value of Vgs(found after interpolation) is :');
Idq = 10*10^(-3);
Vd = Vdd - Idq*(Rd);
disp(Idq,'Idq(Amperes) = ');
disp(Vd,'Vds(Volts) = ');
|
f4ced924476734a6f9bfb7c7e43b8d44bdf6c986 | 964a1ce44b6391e555c0e2aeff6c55dda847d718 | /Mini Compiler for LaTeX/test result/item_res.tst | c4321a22f022f308dbaf573c5b3844fc73c3e0dc | [] | no_license | kennethwty/mini-compiler-latex | 6c165567298c216d39a806fa7cc05ed67f1babfc | d1b99a4fbbac906bf61242a977886578e1eb3594 | refs/heads/master | 2021-09-28T10:08:02.927880 | 2018-11-16T17:45:46 | 2018-11-16T17:45:46 | 104,703,352 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 714 | tst | item_res.tst | Now try a single nested block of two
- Single is for Single spacing
1. Single is for Single spacing
2. Verbatim allows text that matches the what you see is what you get mode
3. Itemize uses ticks to indicate items
4. Center allows a block to be centered
- Ver... |
69ccd04c4f664a50d9af234c1d5069c8a36e44ce | 84e4405f182c8a71ed4737063cc0474c432149f1 | /Labovi/LV3/Lagrange.sce | 1869bdfad2cc8ce9bc33fba7dd6d3a627188269f | [] | no_license | Leon-Zhaohw/NA | 0f8080fcc4958af4ebf5daced11a6d01c27e3ece | 0f1d30cfe13d5447b775698a93cf01cc1c8d15ac | refs/heads/master | 2021-06-15T11:20:41.484070 | 2017-01-29T01:10:43 | 2017-01-29T01:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 455 | sce | Lagrange.sce | function s = LaGrange(xdata, ydata1, x)
s = 0;
n = size(xdata1, 2);
for i = 1:n
p = ydata1(i);
if (ydata1(i) == 0)
p = 0;
for j = 1:n
if j <> i then
p = p * (x - xdata1(j)) / (xdata1(i) - xdata1(j));
end
end
s = s + ... |
cc4f7493b34a64520ba90e1952786cacf360bbab | 5b1b8ba4fce3c327c9a47e993571389554f9599b | /codigomonografia.sce | e1abf26a981629d011431f16e995a8d535ee6dfa | [] | no_license | DarciGJunior/Projetos | 5084c2ca0e3868922c3949fedcbcc328106e2012 | 27e4fa82f64ce4c68a4dbd4124fb7675933233c9 | refs/heads/master | 2020-05-29T19:31:55.791646 | 2019-05-30T02:46:21 | 2019-05-30T02:46:21 | 189,333,424 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 873 | sce | codigomonografia.sce | //--------------------------------------------------------------------//
//Modelagem de poluentes em um rio //
//Objetivo: //
//Autor: Darci Junior //
//data: 21/09/16 ... |
2822b4c837cd71e73461d3bbad9269d79d9176f5 | 449d555969bfd7befe906877abab098c6e63a0e8 | /46/CH4/EX4.4/Example4_4.sce | 4b675b8f70a1120730cc434e932e7fb9e50a532b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example4_4.sce | //Example 4.4
clc
syms t s a k;
xt=laplace('%e^(-a*t)*cos(k*t)',t,s);
disp(xt,'x(t)=')
x
|
e92084f3df4297f87598cec97fd23251adcc30d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH8/EX8.3/3.sce | c1a18ff6e2bd8b7a393e4777ae1e647d9bdb20a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 499 | sce | 3.sce | clc
clear
//INPUT DATA
w=4000*10^-10//wavelength in black body in m
t=1500//temperature of black body in k
h=6.625*10^-34// Planck's constant m^2 Kg /sec
c=3*10^8//velocity of light in m/s
Kb=1.38*10^-23//Boltzmann's constant in m^2 Kg s^-2 k^-1
//CALCULATION
Edw=((8*3.14*h*c)/w^5)*(1/(exp((h*c)/(w*Kb*t))-1)... |
d9206450cc377a9f8cae98e5dcaf5e4e27fa5e0c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3819/CH4/EX4.21/Ex4_21.sce | d6d8db00d9e3a75955c85b949fb64b9ad44df898 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | sce | Ex4_21.sce | // A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
// Chapter 4-Buoyancy and Floatation
//// Problem 4.21
//Given Data Set in the Problem
dens=1000
g=9.81
K=8
GM=70/100
//calculations
T=2*%pi*(K^2/GM/g)^0.5
mprintf("The Time period of Oscillation is %f seconds\n",T)
|
211fc84eef1a01fb13658f24d5120f87fd54b312 | 2391eec552dac38c05f9c53bae1ec612f2871f51 | /Lab 1/exp1pr1.sce | c907f0454cf66b4855171ee50a373d78480d636c | [] | no_license | Zebz13/EEE-S7-Power-Systems | fe9e00e27242fa51650bf87e46c504a716a22edf | 1fc9ab29e96a5d5f8a23d629364cadf2c70c4a40 | refs/heads/main | 2023-01-10T03:53:34.295752 | 2020-11-08T17:03:45 | 2020-11-08T17:03:45 | 309,158,346 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 380 | sce | exp1pr1.sce | clc;
clear;
format('v',20)
d=input("Enter the diameter of the conductors in cm: ")
r=(d/2)*10^-2
//Here equi distant. Hence taking only 1 distance(between adjacent pair)
dab=input("Enter the spacing of A and B in ms: ")
//ab*(ab)*(ab*2)
Dm=((dab^3)*2)^(1/3)
L=(0.5+2*log(Dm/r))*(10^-7)
Lkm=L*1000
disp("Induct... |
268b2a915bbaf843b05eb49f5c82be397f4994a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /564/CH18/EX18.3/18_3.sce | bacecbbdb4af2bcc23ac0114a3bf2faee5a423d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 983 | sce | 18_3.sce | pathname=get_absolute_file_path('18_3.sce')
filename=pathname+filesep()+'18_3data.sci'
exec(filename)
clear
J=(2*a*ty^3 + b*tx^3)/3;
if(tx>ty) then
tmax=tx*T/J;
else
tmax=ty*T/J;
end
printf("\nmaximum shear stress: %f N/mm^2",tmax);
Ixx=a*ty*b*b/2 +(tx*b^3)/12;
Es=(ty*(a*b)^2)/(4*Ixx);
deff("[W32]=... |
acec57480df0eb614ecb6a85d52cc970c5c641d3 | a159f59d19e2b03b234e9c2977ba4a932180e648 | /Software/GreenScilabV0.9/bin/gl_disp_result.sci | b32e22cf726299c3a6a36f365045645272477c6e | [] | no_license | OpenAgricultureFoundation/openag_sim | e052bbcc31b1d7f9b84add066327b479785f8723 | 425e678b55e24b5848d17181d25770175b8c2c3f | refs/heads/master | 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 7,673 | sci | gl_disp_result.sci | function []=outputFolder(directory,iteration)
// display biomass production, size of organ, number....
//%%%%%%%% curve of biomass repartition between organs QO(id,p,J) %%%%%%%
//if Flag_demo==0 then
// x_message('the information will be shown in the workspace of SCILAB');
//end
//Flag_layer_disp
//if 0==1... |
d226e01fcd9d352716af20bfe78235b195986734 | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/example/2次遅れ要素のステップ応答.sce | ffc8ee242b7500ee2b5b0cbc1ef9418b2e5fdfa5 | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | SHIFT_JIS | Scilab | false | false | 370 | sce | 2次遅れ要素のステップ応答.sce | //2次遅れ要素のステップ応答
function [sys]=secondsys(zeta)
s=%s; omg=1;
G=omg^2/(s^2+2*zeta*omg*s+omg^2);
sys=syslin('c',G);
endfunction
//
t=0:0.1:10;
y1=csim('step',t,secondsys(0.4));
y2=csim('step',t,secondsys(0.6));
y3=csim('step',t,secondsys(0.8));
y4=csim('step',t,secondsys(1.0));
y5=csim('step',t,secondsys(1.2));
plot2d(t',... |
116c13b437a57505d61daa3fc93714f7b7c32209 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH9/EX9.16/Example9_16.sce | ddd6436ec085a5841b578570c3bd8c1cab04ae53 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,653 | sce | Example9_16.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 9: POLYPHASE INDUCTION (ASYNCHRONOUS) DYNAMOS
// Example 9-16
clear; clc; close; // Clear the work space and console.
// Given data
// three-phase SCIM
V = 208 ; // Rated voltage in volt
P_o = 15 ; // Rated ... |
15ed27bf8c8750532daba138edd664d9cfc43e1f | 9126fc60220eefdef9ef56c8ab92d04aea0a4a6a | /test1.tst | 280cf208217fee00476800327754d6fa881b1a51 | [] | no_license | anjanesh/sitra | 1f75b3a94a9f19303ee932333973256fdf960de8 | 6270e80b556b035cb255bb9ae343646163f9c8ec | refs/heads/main | 2023-03-09T00:22:34.336729 | 2021-02-20T02:49:46 | 2021-02-20T02:49:46 | 340,545,336 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 57 | tst | test1.tst | "Untitled"
"Lab","Lab 1","D:\Anjanesh\Sitra\Lab 1.lab"
|
3c786ef01904949d73c3d00f5023021b57aa7f30 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3557/CH2/EX2.10/Ex2_10.sce | 94a54857e10065ae746cb3e93dceda3c7584327b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 166 | sce | Ex2_10.sce | //Example 2.10//
a=2;//Given
b=370;//kJ/mol //Bond energy
c=680;//kJ/mol //Bond energy
r=a*b
mprintf("r = %i kJ/mol",r)
re=r-c
mprintf("\nre = %i kJ/mol",re)
|
c50437777f7a86582feae307178916b5c85bdf46 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH9/EX9.2/Ex9_2.sce | 278c8e3947989e0df45a0c8525adb56a009a9989 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 508 | sce | Ex9_2.sce | clc;
clear;
e=1.6*10^-19 //in eV
epsilon_r=13.1 //in F/cm
epsilon_0=8.85*10^-14 //in F/cm
Nc=4.7*10^17 //in cm^-3
Nd=3*10^15 //in cm^-3
phi_Bn=0.9 //barrier height in V
VT=0.3 //threshold voltage in V
Const=0.026 //constant for kT/e in V
//Calculation
phi_n=Const*log(Nc/Nd) //in V
Vbi=phi_Bn-phi_n //built... |
b3778e90777c6128a1119e58b51f0d4385851b31 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH9/EX9.4/Example9_4.sce | b245260e4b0817ca218b987b08e29fa802cd2e5b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sce | Example9_4.sce | //Chapter-9,Example9_4,pg 9_21
P=4
A=P
V=230
Ra=0.6
Z=250
phi=30*10^-3//flux(in Wb)
Ia=40
Eb=V-Ia*Ra
N=Eb*60*A/(phi*P*Z)
printf("back e.m.f\n")
printf("Eb=%.f V\n",Eb)
printf("speed of motor\n")
printf("N=%.f r.p.m",N)
|
41bd0640d70772f81fb90f79ab9a7119565c4e4b | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH27/EX27.02/27_02.sce | 71de152646fee014ad2f7c90f7e7c7de890c78a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 615 | sce | 27_02.sce | //Problem 27.02: For the Wien bridge shown in Figure 27.9, R2 = R3 = 30 kohm, R4 = 1 kohm and C2 = C3 = 1 nF. Determine, when the bridge is balanced, (a) the value of resistance R1, and (b) the frequency of the bridge.
//initializing the variables:
R2 = 30000; // in ohms
R3 = 30000; // in ohms
R4 = 1000; // in oh... |
068c7c93304655e42df882e863b4a013975d3c65 | 1ea8733ffe30c83f474efaaf787f0868b1fb781b | /Marie/Complemento-2.tst | 91477a4b69c79090e101ed8857c3413112355e09 | [] | no_license | Jose-Gomez-C/ACSO | ed06beb13f08b56595b6a7e39279daa24921fbb2 | bf0a056771a698f01764c619491b8ed81f139d08 | refs/heads/master | 2022-03-05T15:59:36.843008 | 2019-10-24T22:06:47 | 2019-10-24T22:06:47 | 202,362,101 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,116 | tst | Complemento-2.tst | load Complemento-2.hdl,
output-file Complemento-2.out,
output-list a b c d carry s1 s2 s3 s4 scarry;
set a 0, set b 0, set c 0, set d 0, set carry 0, eval, output;
set a 0, set b 0, set c 0, set d 0, set carry 1, eval, output;
set a 0, set b 0, set c 0, set d 1, set carry 0, eval, output;
set a 0, set b 0, set c 0, set... |
fd102ffa3a5587283beaac3a95cf3c1255313daf | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4.1/macros/percent/%l_o_p.sci | 28b82790b2e8229839999300fa3dc35cbaa783e3 | [
"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 | 120 | sci | %l_o_p.sci | function [r]=%l_o_p(l1,l2)
//%l_o_p(l1,l2) <-> l1==l2 , l1 list and l2 polynomial matrix
//!
// Copyright INRIA
r=%f
|
819e4ce540a691d6fa927a0a49258e727969cc99 | 36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd | /Slide&Bounce Sheriff.sce | 604a8079abb2dfa612421f8d7a12334bef153b4f | [] | no_license | Ahmad6543/Scenarios | cef76bf19d46e86249a6099c01928e4e33db5f20 | 6a4563d241e61a62020f76796762df5ae8817cc8 | refs/heads/master | 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 70,568 | sce | Slide&Bounce Sheriff.sce | Name=Slide&Bounce Sheriff
PlayerCharacters=Ascended Tracking
BotCharacters=ROT.rot
IsChallenge=true
Timelimit=30.0
PlayerProfile=Ascended Tracking
AddedBots=ROT.rot;ROT.rot
PlayerMaxLives=0
BotMaxLives=8;8
PlayerTeam=1
BotTeams=2;2
MapName=1A.map
MapScale=3.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePl... |
bc9c03a8ebfcd9a7ee97ce883da6c41a4d87a751 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH1/EX1.11/Ex1_11.sce | 63ebba2068f51d6bb790585673fb619a6da7465c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 704 | sce | Ex1_11.sce | //Variable declaration
Vz=100 //zener voltage(V)
Rz=25 //diode resistance(ohm)
Il=0.05 //load current(A)
Iz=0.01 //zener diode current(A)
Rs=250 //supply resistance(ohm)
//Calculations
Vl=Vz+(Iz*Rz) //load voltage(V)
Vs=Vl+(Il+Iz)*Rs //supply voltage(V)
VL=Vl*1.01 ... |
6a14ef899efd8720482e781d30c44fd98636ce72 | 449d555969bfd7befe906877abab098c6e63a0e8 | /154/CH11/EX11.1/ch11_1.sce | b2eb628adbde8f435813c803a5009f723a89d147 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 321 | sce | ch11_1.sce | clc
disp("Problem 11.1")
printf("\n")
printf("Given")
disp("Resistance =1000ohm")
t=0:0.5:1;
i=ones(length(t),1) ;i1=-1;
figure
a=gca()
plot(t,i,t+1,i1,t+2,i,t+3,i1)
xtitle("i vs t",'t in ms','i in mA')
i=1*10^-3;R=1000;
//p=i^2*R
p=i^2*R*ones(length(t),1) ;
figure
a=gca()
plot(t,p)
xtitle("p vs t",'t in ms','p in mW'... |
be6f7183b2b22031579b2dd2ab98da9cf1d1700a | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpassshiftc/test_13.sce | a59939c5bf25b02eb7a65c6cbfc7ed20bf99b723 | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 296 | sce | test_13.sce | // Test # 13 : Valid input test case #2
exec('./allpassshiftc.sci',-1);
[n,d]=allpassshiftc(0.861,0.546);
disp(d);
disp(n);
//
//Scilab Output
//d=1. 0.
//n= 0 0.5490228 - 0.8358074i
//
//Matlab Output
//d = 1 0
//n = 0.0000 + 0.0000i 0.5490 - 0.8358i
|
11191e770f3d4537e7a4c43c74ac240ecab0770c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2120/CH6/EX6.6/ex6_6.sce | 45d5d60c897cf33e31c7327f6e5027c7fe88a02d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,049 | sce | ex6_6.sce | //Exa 6.6
clc;
clear;
close;
//Given data
Q1= 278;// in kJ/s
T1= 283+273;// in K
T2= 50+273;// in K
// Let integrate of delta Q by T is V
disp("Part (a)")
Q2= 208;// in kJ/s
// By Clausius inequality
V= Q1/T1-Q2/T2;
if V<0 then
disp("The cycle is irreversible")
else
if V>0 then
disp("R... |
840bf7a61238d105e9bab7ee0fa82b3ff982b40f | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.4/macros/scicos_blocks/ISELECT_f.sci | 10ff6f80ecded8a837d3431d8a2a017cc9d687ab | [
"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 | 1,184 | sci | ISELECT_f.sci | function [x,y,typ]=ISELECT_f(job,arg1,arg2)
// Copyright INRIA
x=[];y=[];typ=[]
select job
case 'plot' then
standard_draw(arg1)
case 'getinputs' then
[x,y,typ]=standard_inputs(arg1)
case 'getoutputs' then
[x,y,typ]=standard_outputs(arg1)
case 'getorigin' then
[x,y]=standard_origin(arg1)
case 'set' then
x=arg1... |
fbc005679355da04d1f7d27dae021c7b10ca6d7e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH8/EX8.14/Chapter8_Example14.sce | 948975211d9c344611c9b7395ec818518197e93d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Chapter8_Example14.sce | clc
clear
//INPUT
v1=10^3;//inital volume in cc
v2=2*v1;//final volume in cc
p1=76*13.6*981;//pressure in dyne/sq.cm
t1=273;//intial temperature in K
d=1.29;//density of the gas gm/lit
cv=0.168;//specific heat at constant volume in cal/gm
//CALCULATIONS
t2=(v2/v1)*t1;//final temperature in K
r=0.068;//un... |
5a954545d365f6679e99aa096454bdbae4940e04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /257/CH12/EX12.12/example_12_12.sce | 91bebd074ca3eaf9ba709e098420e40ec43ae67c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 107 | sce | example_12_12.sce | s=%s;
sys1=syslin('c',k*(0.05*s+1)*(1+s)/((10*s+1)*(s-1)))
nyquist(sys1)
show_margins(sys1,'nyquist')
|
f90be6644d9abcbff5201dd618433e8d69d25c14 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3159/CH3/EX3.7/Ex3_7.sce | 12264bcb3fb8d52f59af931e701d84f01c25012e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,160 | sce | Ex3_7.sce | // Determine Interplanar spacing and miller indices
clc
a = 3.16 // lattice parameter in angstrom
l1 = 1 // line number
l2 = 2 // line number
l3 = 3 // line number
l4 = 4 // line number
theta1 = 20.3 // angle for line 1
theta2 = 29.2// angle for line 2
theta3 = 36.7// angle for line 3
theta4 = 43.6// angle f... |
b137e73c26fdb331bf9a12d560bbac0b6075f8eb | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH1/EX1.1/Ex1_1.sce | 2a10a62f58401ad2a3ee72e16fc818bf021a1b92 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 360 | sce | Ex1_1.sce | clear
//
//
//
//Variable declaration
e=1.6*10^-19; //charge(coulomb)
x=9*10^9;
r0=2.81*10^-10; //equilibrium distance(m)
A=1.748; //madelung constant
n=9; //repulsive exponent value
//Calculations
U0=-(x*A*e/r0)*(1-1/n); //potential energy(eV)
//Result
printf("... |
f66b805f11ca33b38e7896da3dabac16b631e730 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1652/CH17/EX17.1/17_1.sce | ffd39bfbb29065feb0ee35bff52d4a28830ee5d5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | 17_1.sce | clc
//Initialization of variablesx1=5
x2=20
x1=5
n1=7.49
n2=5.14
//calculations
n=(log(n1)-log(n2))/(log(100-x1) - log(100-x2))
//results
printf("Order of the reaction = %.2f",n)
|
99a31da285e86b398882ff70ab05774cd8da3ff9 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/cosm.man.tst | 31df04cfeabc0d072053e7f422b7ee0ddf8de8ce | [
"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 | 65 | tst | cosm.man.tst | clear;lines(0);
A=[1,2;3,4]
cosm(A)-0.5*(expm(%i*A)+expm(-%i*A))
|
d1f463a9a3050dcc8dbc4178826358e2a4dff713 | 47c032497e2d1d166b7f6688009c798a82003bbb | /Eigen values & Eigen vectors of 3x3 matrix.sce | 8bbe3a872a23fdb51a3506715cbf93143f6790e5 | [] | no_license | mitravinda462/Linear-Algebra | a4bd070b9ca6aba6e92744ac7b7b1d34e4703f3f | 97174a1ad29a6d11f3077d2adb330877312fada9 | refs/heads/master | 2021-08-16T11:14:40.296151 | 2021-01-10T11:36:58 | 2021-01-10T11:36:58 | 240,181,145 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,140 | sce | Eigen values & Eigen vectors of 3x3 matrix.sce | disp('Enter the matrix');
a11=input("Enter value for a11: ");
a12=input("Enter value for a12: ");
a13=input("Enter value for a13: ");
a21=input("Enter value for a21: ");
a22=input("Enter value for a22: ");
a23=input("Enter value for a23: ");
a31=input("Enter value for a31: ");
a32=input("Enter value for a32: ... |
7de74c7354be8ddd458f40c94f87b425b6f9ad49 | 449d555969bfd7befe906877abab098c6e63a0e8 | /29/CH12/EX12.12/exa12_12.sce | d17a00c7ca2ce90ca4c99ff79fc3e8ea747c489c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 874 | sce | exa12_12.sce | //caption:determine_Wn,Wd,zeta_and_steady_state_error
//example 12_12
//page 526
s=%s;
G=sym('20/(s*(s^2+6*s+6))');
H=0.25;
CL=G/(1+G*H);
CL=simple(CL);
disp(CL,"C(s)/R(s)=");
printf("the char. eq is:")
disp("s^2+s+1=0")
Wn=sqrt(1)//natural_frequency
//2*zeta*Wn=1
zeta=1/(2*Wn);//damping ratio
d=zeta*Wn;/... |
838b4407364ace0bcd36823c25c5735e54684f58 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1619/CH3/EX3.4.1/Example3_4_1.sce | 9c1743a941d0c09d22d58aa6d494782e894595bb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 397 | sce | Example3_4_1.sce | //Example 3.4.1 page .342
clc;
clear;
Bo= 150;
rs= 35*10^-4;
a1= 25*10^-6;
NA= 0.20;
a2= 50*10^-6;
Pled = (a1/rs)^2 * (%pi^2*rs^2*Bo*NA^2);
Pled=Pled*10^10; //converting in uW...
printf("The power coupled inthe fibre is %d uW",Pled);
Pled_new = (%pi^2*rs^2*Bo*NA^2);
Pled_new=Pled_new*10^6; //convertin... |
206a90ea8a95b78d3380390a9293293aa3b37b87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH1/EX1.8/1_8.sce | bb2bb3e3682eff83e064972a8af8bd07c6fe3f34 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 229 | sce | 1_8.sce | //difference in 3 significant figures
//example 1.8
//page 11
clc;clear;close;
X1=sqrt(6.37);
X2=sqrt(6.36);
d=X1-X2;//difference between two numbers
printf('the differencecorrected to 3 significant figures is %0.3g',d);
|
cb343f8768a1b1118ef38913de7852b78143375e | 449d555969bfd7befe906877abab098c6e63a0e8 | /978/CH14/EX14.1/Example14_1.sce | 27f6745280b0f9b9175da7e4cc124cf829813009 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 285 | sce | Example14_1.sce | //chapter-14,Example14_1,pg 421
delVo=120*10^-3//output voltage
Vs=12//supply voltage
R=120//initial resistance
delR=(delVo*2*R)/Vs//change in resistance
per=(delR/R)*100//percent change in resistance
printf("percent change in resistance\n")
printf("per=%.2f",per) |
698e4bf5dc34eb4916fab3f3a801e3631555d944 | 0e5a67d0e8ecb5cefda5fbad81450df1ba99b829 | /lab_08_6_1/tests/FuncTests/0.8.tst | 285d72b14cdf9cc65237003374881bd752245658 | [] | no_license | Dimkashow/BMSTU-C | 62266f002534826d7978dd32ae82ec163313e391 | f4dd614b3d7fb1e9c28ffe4ee0c8e45171dafe7b | refs/heads/master | 2023-05-01T20:00:27.402085 | 2021-05-15T17:16:25 | 2021-05-15T17:16:25 | 367,689,033 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 19 | tst | 0.8.tst | 8
1 1 1 1 1 1 1 1
3 |
9b7cef659f14e8f9680ef72a1c70af8c8a1291b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH3/EX3.16/Ex3_16.sce | 251fc801b1ad3496f103f2c493939e158342a1c4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 808 | sce | Ex3_16.sce | //Ex3_16 Pg-191
clc
Vz=9 //breakdown voltage in V
per=0.1 //10% tolerance
Tol=Vz*per
printf("Tolerance =%.1f V",Tol)
tol_high=Vz+Tol
tol_low=Vz-Tol //ranges in tolerance
printf("\n Range of breakdown voltage= %.1f to %.1f V",tol_low,tol_high)
// in the textbook the value 8.2 is wrong the correct value is 8.... |
c70cd8aea3d167f5b899ca239d8d9c3717b79e1b | 449d555969bfd7befe906877abab098c6e63a0e8 | /63/CH3/EX3.3/Exa3_3.sci | 328c65d67f33bb3d4e85aba7edec351df1ac9a3d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 113 | sci | Exa3_3.sci | //Determine carrier power
Pt = 10;
m = .60;
Pc = Pt/(1+(m^2/2));
disp(Pc, 'Carrier power is (in kW)')
|
cae60249a8cbe964a38bbc56d043955428fd1149 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/mtlb/mtlb_semilogx.sci | 9023f9ab0bfed4e37c9abd040f5edcabedae6824 | [
"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 | 110 | sci | mtlb_semilogx.sci | function mtlb_semilogx(varargin)
global mtlb_log_mod
mtlb_log_mod='ln'
mtlb_plot(varargin(:))
mtlb_log_mod=[]
|
f4b4a7785e132327f61a7ff455b605a00e503acf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH4/EX4.1/Ex4_1.sce | 91e00f42701485a5cce0cbd31ff9cae47f0ec083 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,327 | sce | Ex4_1.sce | //Ex4_1
// Obtaining the Fourier Transform of a Simple Function
//Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;... |
aa1d6b01dd298522f7b3f41a38fa0f15081bcfcc | 449d555969bfd7befe906877abab098c6e63a0e8 | /3875/CH10/EX10.5/Ex10_5.sce | cbb9b2021f65503b9fe52b69c3d2903ad47157a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 310 | sce | Ex10_5.sce | clc;
clear;
T0=293 //temperature of the surrounding
T1=373 //temperature of the black body in case 1
T2=303 //temperature of the black body in case 2
//calculation
E1_by_E2=(T1^4-T0^4)/(T2^4-T0^4)
mprintf("The ratio of how much body cools in the first case to the second case is = %2.1f",E1_by_E2)
|
a9dabc80584f7de46af4dd9fc2c0e91302321a8f | d1d50d0e28187ba6034dbcc740aaa20488408d12 | /Tests/pvsim_multi_test.tst | a67515bbdc93f49b95416a03d453f9f0f7b2a00c | [] | no_license | sunspec/svp_energy_lab | 54cb4357202d3d1110a2d565067e7080312f5dc3 | 4937ce7509a0d027e54f44edd4e4568242e17419 | refs/heads/master | 2023-04-29T09:34:53.506932 | 2021-01-23T00:14:57 | 2021-01-23T00:14:57 | 85,247,070 | 10 | 18 | null | 2022-01-18T01:03:33 | 2017-03-16T22:27:53 | Python | UTF-8 | Scilab | false | false | 779 | tst | pvsim_multi_test.tst | <scriptConfig name="pvsim_multi_test" script="pvsim_multi">
<params>
<param name="pvsim_1.terrasas.vmp" type="float">460.0</param>
<param name="pvsim_2.terrasas.vmp" type="float">460.0</param>
<param name="pvsim_1.terrasas.pmp" type="float">3000.0</param>
<param name="pvsim_2.terrasas.pmp" type="float... |
b587c3794556224442b9c97c7095eed3d0a1c6de | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/ngram/5.20_8.tst | 034744a6ba1a2dd77ed699678150a0653787d4db | [] | 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 | 492,436 | tst | 5.20_8.tst | 20 26:1 253:1 1035:1 1179:1 1194:1 1299:1 1343:1 1668:1 1821:1 1848:1 1969:1 1979:1 2177:1 2776:1 3594:1 4206:1 4533:2 4626:1 4671:1 4776:1 4859:1 4883:2 4928:1 4973:2 5143:1 5675:1 5685:2 5850:1 5875:1 6145:1 6830:1 7099:1 7120:1 7129:1 7176:1 7322:1 7564:1 7627:1 7734:1 7766:1 7883:1 8104:1 8149:1 8200:1 8277:1 8309:... |
f7d6003002bef6ba6ba88c2989893de4e133a920 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3041/CH4/EX4.10/Ex4_10.sce | 04a3459dc1222f556e103f50236f9f496973205e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,096 | sce | Ex4_10.sce |
//Variable declaration
Qcoil = 75. //coil inductance
f = 200. //frequency(Hz)
BW = 4. //bandwidth(kHz)
C = 470*10^-9. //capacitance(pF)
//Calculations
//Part a
Qcircuit = f/BW //circuit inductance
L = 1/(((2*(%pi)*f)^2)*C) //induct... |
2819822247665dfba306063e29e89f16f350450f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH7/EX7.1w/7_1w.sce | baaf90bf4dbe372aafee52889710c3ef36a0260e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 767 | sce | 7_1w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 7.1w
//calculation of the maximum speed the car can take on the turn without skidding
//given data
R=45//radius(in m) of the turn
mus=2.0//coefficient of static friction between the tyre and the road
g=10//gravitatio... |
4de7a55f2e14ba334e3ff8d9e84477b34f589176 | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/PMA2.prev.tst | 5b66732422ddc93880df88163126617407bcd6ad | [
"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 | 181 | tst | PMA2.prev.tst | [[-2,-2,1,0],[1,0,2,2],[2,2,0,1],[0,1,-2,-2]] * [a,b,c,d] = a^3+b^3+18*a^2*c+24*a*b*c+6*b^2*c+6*a*c^2+6*b*c^2+c^3+18*a^2*d+24*a*b*d+6*b^2*d+24*a*c*d+24*b*c*d+18*a*d^2+18*b*d^2+d^3
|
dae0137d556cf8a471f2c4d2c733e551c2190faf | 449d555969bfd7befe906877abab098c6e63a0e8 | /3159/CH7/EX7.3/Ex7_3.sce | 11c138b412c12c04850c987500c13c01b5b5604f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 336 | sce | Ex7_3.sce | // Calculate amount of pure water that can be extracted from sea water
clc
L = 23.3 // % composition of L
a = 3.5 // concentration of Nacl in sea water
ice = 0 // % composition of ice
printf("\n Example 7.3")
f_ice = (L-a)/(L-ice)
printf("\n Fractional amount of pure water that can be extracted from sea water is... |
85280f7391b02276ad94dba478bbb610477b2584 | eec0cb8a9a3987d4e28fc22c89750a158a00ea84 | /Assignment2_Team8/Project_02/Q2/MuxP4to1a.tst | b69c74b5a740c71cf8318f420ee82d776eec68e2 | [] | no_license | Archaic-Mage/CS2310_LAB_Assignments | 8ac90e0123de95f5cf8db709cd7761962bf8cef2 | e922b59fc1350db3f23b07b8f5986ac54f197c8d | refs/heads/main | 2023-08-29T23:42:07.913682 | 2021-11-16T14:00:05 | 2021-11-16T14:00:05 | 401,640,543 | 1 | 1 | null | 2021-10-01T05:55:36 | 2021-08-31T09:10:15 | Scilab | UTF-8 | Scilab | false | false | 2,772 | tst | MuxP4to1a.tst | load MuxP2b4to1.hdl,
output-file MuxP2b4to1a.out,
compare-to MuxP2b4to1a.cmp,
output-list r3%B3.1.3 r2%B3.1.3 r1%B3.1.3 r0%B3.1.3 x00%B3.1.3 x10%B3.1.3 x20%B3.1.3 x30%B3.1.3 y0%B3.1.3 x01%B3.1.3 x11%B3.1.3 x21%B3.1.3 x31%B3.1.3 y1%B3.1.3;
set r3 0,
set r2 0,
set r1 0,
set r0 1,
set x00 0,
set x10 1,
set x2... |
456269328d2517f5ae3ec28c61c652f34f73481c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3840/CH8/EX8.4/Ex8_4.sce | a59bf0d07ca89ba68df94197da86ae9e74d37daa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex8_4.sce | clear
//
//
//
//Variable declaration
e=1.6*10**-19 //charge(c)
RH=3.22*10**-4 //hall coefficient(m**3C-1)
rho=8.5*10**-3 //resistivity(ohm m)
//Calculation
p=1/(RH*e) //hole concentration(m-3)
mewp=RH/rho //hole mobility(m**2/Vs)
//Result
printf("\n hole concentration is %0.1f *10**21 m-3",p... |
e09159ef95e316c13ca1303b09fecdc82fb24885 | 449d555969bfd7befe906877abab098c6e63a0e8 | /22/CH4/EX4.27/ch4ex27.sce | 85993f0a80369c7609047076a9e758d1f3b2ddcb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ch4ex27.sce | omega_0=2*%pi*60; theta = [60 80 87]*(%pi/180);
omega = (0:0.5:1000)'; mag = zeros(3,length(omega));
s=poly(0,'s')
for m =1:length(theta)
H=syslin('c',((s^2+omega_0^2)/(s^2+2*omega_0*cos(theta(m))*s +omega_0^2)));
bode(H,10,100);
end
f=omega/((2*%pi));
plot(f,mag(1,:)','k-',f,mag(2,:)','k--',f,mag(3,:)','k-.');... |
5abbfe8490d82c6577ed6a0afb45721e6598d5f9 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set5/s_Electrical_Machines_3rd_Edition_S._K._Bhattacharya_431.zip/Electrical_Machines_3rd_Edition_S._K._Bhattacharya_431/CH2/EX2.33/EX2_33.sce | df569787871480e30fd2bfe41181cd600204e5f8 | [] | 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 | 461 | sce | EX2_33.sce | errcatch(-1,"stop");mode(2);//Calculate the appox. efficiency of each machine
//Chapter 2
//Example 2.33
//page 150
;
;
disp("Example 2.33")
V=440;....................//voltage in volts
P=200*1000;...............//power in watt
Ig=P/V;..............//rated current of each machine in amperes
//assume losses t... |
74f99c78b7520786f9b5591a3f25136ef98f092d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.53/ex_3_53.sce | f4b91d0400bc00ba19ebe2e88861767513313e9b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 275 | sce | ex_3_53.sce | //Example 3.53: resistance
clc;
clear;
close;
em=500;//volts
i1=0.8;//mA
r=30;//killo ohms
i2=0.4;//mA
ep=i1*r;//volts
en=i2*r;//volts
rv=50;//k-ohm
rp=((em-ep-en)/en)*r*10^3;//ohm
rn=((em-ep-en)/ep)*r*10^3;//
disp(rp*10^-6,"R1 is,(M-ohm)=")
disp(rn*10^-6,"R2 is,(M-ohm)=")
|
1d3f740b135bd29b137b4ac26dafd4ea82c2a82c | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/testcontinue.sce | 032b5ca4541a871f2f82347f28e4a9fa543f3feb | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 253 | sce | testcontinue.sce | //while loop
txt='';
i=0;
while i<10
i=i+1;
if (i>2)&(i<7) then continue
else txt=txt+string(i)+' ';
end
end
i,txt
//for loop
txt='';
for i=1:10
if (i>2)&(i<7) then continue
else txt=txt+string(i)+' ';
end
end
i,txt
|
a7268471868ad6ca77c22318fc89825261c729a0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /50/CH5/EX5.21/ex_5_21.sce | 64303a5b5fae4844cb1bd1dbe11b766cc0b7af7c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex_5_21.sce | // example 5.21
// caption: gauss-leguerre method
// I= integral e^-x*(3*x^3-5*x+1) in the range [0,~];
// observing the integral we can inffer that f(x)=(3*x^3-5*x+1)
deff('[y]=f(x)','y=(3*x^3-5*x+1) ');
// 1) since , from gauss leguerre two point rule;
I2=(1/4)*[(2+sqrt(2))*f(2-sqrt(2))+(2-sqrt(2))*f(2+... |
eec21cdfc1f2f95112bc50434ff040936d22eff8 | 56b102153844197eb790583175d727ab01e5a792 | /cooling_tower.sci | 8fb4b4694e594b5744f5f70535eb626601fcc5f0 | [] | no_license | wsbassel/coolingtower | e6b707875e29c4e03f4fb5f9b63346458b9c5d9d | 4a8e1ecb2e077d7a19827dbccb46c4b663dcc3e1 | refs/heads/master | 2020-06-22T02:49:19.135479 | 2019-07-18T16:25:36 | 2019-07-18T16:25:36 | 197,614,871 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 921 | sci | cooling_tower.sci | tic();
getd ("share");
getd ("TOWER")
disp 'tar_in is inlet air temperature ='
tar_in=30
disp (tar_in)
disp "hum rel_in is inlet relative humidity ="
hum_rel_in=.2
disp (hum_rel_in)
disp 'inlet water temperature'
tw_in=39
disp(tw_in)
disp 'kmax=number of packing divisions'
kmax=11
disp (kmax)
disp 'ap... |
9c5f85b964a461fbd8098e48a3f8921efec26c6c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH23/EX23.13/Ex23_13.sce | 85a00b6af1c93287837b8425b884e279f500be88 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 773 | sce | Ex23_13.sce |
//calculating ratio of maximum to full load torque
Nr=970//speed at full load torque in rpm
Ns=50*120/6//synchronous speed in rpm
s=(Ns-Nr)/Ns//slip at full load
R2=.02//rotor resistance per phase
X2=.3//rotor reactance per phase at standstill
alpha=R2/X2
//Full load torque Tf=k1*Kt
k1=s*alpha/(s^2+alpha^2)... |
7c811f196342e6d20702f3fee1c55023d5c52f07 | 449d555969bfd7befe906877abab098c6e63a0e8 | /32/CH19/EX19.03/19_03.sce | 6f5294d3ffa2e09f885951e07668f86f078bd984 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,963 | sce | 19_03.sce | //pathname=get_absolute_file_path('19.03.sce')
//filename=pathname+filesep()+'19.03-data.sci'
//exec(filename)
//Specific heat of gases(in kJ/kg.K):
Cpg=1.14 //kJ/kg.K
Cpa=1.005 //kJ/kg.K
//Mechanical efficiency:
nm=0.96
//Polytropic efficiency of compressor:
nc=0.87
//Turbine efficiency:
nt=0.90
//Nozzle e... |
6cd1ec6823562c726edf629b91af87a20a6a4857 | 3f321619d7f900b79810e0b5e3722b405b099c72 | /PFM-I/cms1329-assin1-30-10-13/que4.sci | 6c60cedb099a58ec3de4023ef1a073954449a926 | [] | no_license | mina20/cppLinux | a1c1b3dfd78a3edc69e08d50c532b9325a9b4110 | d0b4e950d962315b36f3202920ddda37ac744911 | refs/heads/master | 2020-12-02T22:47:50.704032 | 2017-07-04T06:42:28 | 2017-07-04T06:42:28 | 96,184,034 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 118 | sci | que4.sci | function[fibo]=fiboseries(n)
fibo=[1,1]
for i=1:n-2
fibo=[fibo,fibo($)+fibo($-1)]
end
endfunction
|
570094df3a5c8a5c613d1b6b483e3ae7ef507766 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/macros/percent/%srlss.sci | d782ff8b52549c2b13114c920f8155ad42094f42 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sci | %srlss.sci | function [sr]=%srlss(p,s)
// sr=%srlss(p,s) ou sr=p/s
// s : syslin list
// p : constant matrix
//!
//origine S Steer INRIA 1992
sr=tlist(['lss','A','B','C','D','X0','dt'],[],[],[],p,[],[])/s
|
499ef3e665bd0297fcabeac223aea6e4ebdf16d0 | 1db0a7f58e484c067efa384b541cecee64d190ab | /macros/dctmtx.sci | e0c23541547fe08ac8828d4ddb4804502d1aaefa | [] | no_license | sonusharma55/Signal-Toolbox | 3eff678d177633ee8aadca7fb9782b8bd7c2f1ce | 89bfeffefc89137fe3c266d3a3e746a749bbc1e9 | refs/heads/master | 2020-03-22T21:37:22.593805 | 2018-07-12T12:35:54 | 2018-07-12T12:35:54 | 140,701,211 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 805 | sci | dctmtx.sci | function [y]= dctmtx(n)
// Performs Direct Cosine Transformation
// Calling Sequence
// [y]=dctmtx(n)
// Parameters
// n: Real scalar integer greater than or equal to 1
// Description
// This is an Octave function
// dctmtx(n) returns a Discrete cosine transform matrix of order n-by-n. It is useful for jpeg image comp... |
4743b0e19a5116cbca1a7c7f356e9acb664bb515 | 449d555969bfd7befe906877abab098c6e63a0e8 | /98/CH15/EX15.1/example15_1.sce | 5075c6cd57fc95e4124df745e87d3653c8d6f4d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 453 | sce | example15_1.sce | //Chapter 15
//Example 15_1
//Page 384
clear;clc;
kw=10000;
pf=0.8;
v=33;
r=5;
x=10;
i2=kw*1000/sqrt(3)/v/1000/pf;
ip=i2*pf;
iq=i2*sind(acosd(pf));
v1=v*1000/sqrt(3);
im=231;
capacity=3*v1*im/1000;
printf("Load current = %d A \n", i2);
printf("Ip = %.2f A \n", ip);
printf("Iq = %.2f A \n", iq);
printf("Sending end ... |
f5c92bb00488e783df52e18ef34f9ac0dc4cb6df | b762d5d85061b3dd84ccf900726db6098e257125 | /Trabalho Introdução a Engenharia/Trab/terceira_questao.sce | e5048cafa61d1c9c61589f4ddb9c8ae6a4d1c8b8 | [] | no_license | hugosousa111/scilab-studies | 8efdba8849fb49eeae6df35e2d9ffd3018bed313 | 5d1db65577683c8fe60bb81620f2281f04688c98 | refs/heads/master | 2020-12-20T18:14:07.202293 | 2020-01-25T11:35:28 | 2020-01-25T11:35:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 179 | sce | terceira_questao.sce | exec("f.sci");
x=-10:0.01:10;
y=f(x);
//Gráfico
plot(x,y)
//polinômio para saber as raízes
p=poly([0 2 0 1], 'x', 'coeff');
//raízes
r=roots(p)
//Número de raízes
length(r)
|
cfb13aa3332ca7792b2ce8cb3133cd65856aee46 | b29e9715ab76b6f89609c32edd36f81a0dcf6a39 | /ketpicscifiles6/Setax.sci | 5fab30e264cc6040601b16b3beaf371fdab5bc6a | [] | no_license | ketpic/ketcindy-scilab-support | e1646488aa840f86c198818ea518c24a66b71f81 | 3df21192d25809ce980cd036a5ef9f97b53aa918 | refs/heads/master | 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,780 | sci | Setax.sci | // 08.08.08
// 09,02.27
function Out=Setax(varargin)
global ZIKU XNAME XPOS YNAME YPOS ONAME OPOS ARROWSIZE;
Nargs=length(varargin);
if Nargs==0
if ZIKU=='line'
Tmp=','
else
Tmp='(Arrowsize='+string(ARROWSIZE)+'),'
end;
Str=...
ZIKU+Tmp+...
XNAME+','+XPOS+','+YNAME+','... |
dabf060b5ef436cf2ccbe01c40250f34f1ee11c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH1/EX1.6/eg1_6.sce | 191f4ea73ba7099c055527b0ae9aab663d20c03b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 680 | sce | eg1_6.sce | clear;
clc;
max_dem=500; //demand is in MW
min_dem=400; //demand is in MW
cap_plnt=750; //capacity of the plant is MW
avg_ann_load=(max_dem + min_dem)/2; //load is in MW
printf("\n the average annual load is: %f MW\n ",avg_ann_load);
cap_f=... |
258d6ced333aa0bf94b51cb5578c0225f12e2e53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2165/CH7/EX7.1/7_1.sce | acd4895d0d45be3e02997c5ecdfe9d2c4cfa09b7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | 7_1.sce | clc
//initialisation of variables
C=86//percent
h=4.2//percent
w=20//lb
a=w+0.902//lb
C2=44/12//lb
N=0.77//lb
CO2=3.15
H2O=0.042*9//lb
N2=w*N//lb
Ox=a-CO2-H2O-N2//lb
//CALCULATIONS
Co2=CO2/a*100//percent
H2o=H2O/a*100//percent
n2=N2/a//percent
o2=Ox/a*100//percent
//RESULTS
printf('the composition of ... |
c9f11e8333eb641b3c3302fdce0b6b7666f070d3 | e657bbadea88191ece0e48eb447173a4c5f816f6 | /plotFromPi.sci | 28fdfcf4e78ef022105908c50ee623fef86fb846 | [] | no_license | vainia/Learning-SCILAB | c37d6071907ea4fad811071a3164454a927602d8 | d77877b1316b8b3546cb32cb9e29e7ad70d25280 | refs/heads/master | 2020-03-10T09:51:08.444686 | 2018-04-12T23:13:06 | 2018-04-12T23:13:06 | 129,320,183 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 175 | sci | plotFromPi.sci | clf
m=100;
for k = 1:m do
n=k
x(k)=n
pi1(k)=MojePi1(n)
pi2(k)=MojePi2(n)
end
//y=%pi*ones(x)
plot2d(x, [pi1, pi2])
xtitle("Ivan Napolskykh",'n','pi')
|
cb9db8933c976b3741bafadd3ad9440d05a2aaed | c0c48c5a363ac2c0bf21e72833d72a99771dc6ce | /Simulation_Codes/lab11_18i190002/ex2.sce | efa0d755219db9da8597b23dd6d9ba33429b1a94 | [] | no_license | shubham1166/Operarions_Research_Projects | 3b6664b83d89b2a005b5194489bfd0d95cafe3d8 | 8f28eea93d9e4ff3d6a8e95160c3f9464ce2fc34 | refs/heads/main | 2023-03-14T02:48:42.359247 | 2021-03-03T05:51:28 | 2021-03-03T05:51:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 645 | sce | ex2.sce | //Shubham sharma
//18i190002
//Msc PhD OR
clc,clear
function x=myfunction(T,L,n)
function Z1=myfunction2(T,L)
s=0
flag=1
i=0
while flag==1
X = grand(1, 1, "exp", L)
s=s+X
i=i+1
if s>=T
flag=0
end
end... |
3f8ce8a1cdebc84721d47deda62aa32aaf493936 | 449d555969bfd7befe906877abab098c6e63a0e8 | /196/CH5/EX5.1/example_5_1.sce | cefd48aff17af9f3a9347cdccd0216c06b43fb01 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 240 | sce | example_5_1.sce | //Chapter 5
//Example 5-1
//ProbOnMeterCurrent
//Page 121,122, Figure 5-1
clear;clc;
//Given
Ei = 0.5;//Input voltage
Ri = 1*10^3;//Input resistance in ohm
Im = Ei / Ri ;//Meter Current
printf (" \n\n Meter Current = %.4f ", Im ) |
0ae32b86b5610329d7e65e5d373dbd145568ffbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /25/CH4/EX4.9/4_9.sce | 944ed182f3cbe944a68ba19bd512dbbcd0419ba5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sce | 4_9.sce | //example:-4.9,page no.-197.
//program to calculate the group velocity.
syms w c v;
B=sym('B');
ko=sym('ko');
kc=sym('kc');
ko=w/c;
B=sqrt(ko^2-kc^2);
v=diff(B,w);
vg=v^(-1);
vg=(c*B)/ko;
vp=w/B;
disp(vg,'group velocity=')
disp(vp,'phase velocity=')
disp('conclusion:-since B<ko,we have that vg<c<vp,which ... |
3a52c85f23eb980962b0094d6de14779847cd24b | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /IZikTheTerrible Pigeon Slide.sce | 6b60eda1296cf990aa6b6421275452b9dfaeea4b | [] | no_license | MBHuman/Scenarios | be1a722825b3b960014b07cda2f12fa4f75c7fc8 | 1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137 | refs/heads/master | 2023-01-14T02:10:25.103083 | 2020-11-21T16:47:14 | 2020-11-21T16:47:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 32,235 | sce | IZikTheTerrible Pigeon Slide.sce | Name=IZikTheTerrible Pigeon Slide
PlayerCharacters=ST Challenger
BotCharacters=Bot clay.bot;Bot clay.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=ST Challenger
AddedBots=Bot clay.bot;Bot clay.bot;Bot clay.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=0;0;0
MapName=Terrible.map
MapScale=2... |
adf514b52a4d9c394889382a36aff801fe789344 | 717ddeb7e700373742c617a95e25a2376565112c | /3044/CH2/EX2.1/Ex2_1.sce | 2334980d8b1f7cc6c041bae91d32a53089b86fb0 | [] | 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 | 247 | sce | Ex2_1.sce | //Variable declaration
time=[0.107,0.196,0.021,0.283,0.179,0.854,0.58,0.19,7.3,1.18,2.0] // Time in Seconds
neutrinos=[1,1,1,1,1.1,1,1,1.2,1,1,1]
//Results
plot(time,neutrinos,"bo")
title("Dot Diagram")
xlabel("$time(s)$")
ylabel("$neutrinos$")
|
7b06e8ca02b7472afb746767e24a38378e0baf61 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH3/EX3.17.20/ex_3_17_20.sce | c4a27fc3e3ce7ca7e20a9b7296e0ba106538caf6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 354 | sce | ex_3_17_20.sce | //Chapter-3,Example3_17_20,pg 3-43
//the magnetization force is given by,
//H=NI/l
H=5*10^3 //coercivity of bar magnet
l=10*10^-2 //length of solenoid
N=50 //number of turns
I=l*H/N
printf("current =")
... |
46c79dcc52843558d2687d1b7b4814c82f4e919e | 449d555969bfd7befe906877abab098c6e63a0e8 | /40/CH8/EX8.9a/Exa_8_9a.sce | 176cd645c371c13aa343a6b078130ad9dc0c00d2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 306 | sce | Exa_8_9a.sce | //DFT and DFS of sinusoids
n2=0:0.5/1000:5.5/100;
xt=4*cos(100*%pi*n2');
n=0:(0.5)/100:(5.5)/100;//F=3/12 hence N=12
xn=4*cos(100*%pi*n');
XDFT=fft(xn,-1);
n1=0:11;
a=gca();
a.x_location="origin";
plot2d(n2,xt);
plot2d3('gnn',n,xn);
xset('window',1);
b=gca();
b.x_location="origin";
plot2d3('gnn',n1,XDFT); |
be3269450af575cad882128cdab7f8c3bae19438 | 61e39cdb9efce4bc7bc35be444b193c1066f1bf2 | /newton.sci | ce253f8d86b2d3d4eab7e6cc3654777e9b586886 | [] | no_license | nancyanand2807/SCILAB-CODES | 866c1c99754975f9f0deb271d3844c854db1645c | 69bf72606e8cd62aae3d1302c734f425d381a121 | refs/heads/master | 2020-06-02T00:39:27.236873 | 2019-06-09T11:26:55 | 2019-06-09T11:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sci | newton.sci |
function[P]=newton(X,Y) //X nodes,Y values;P is the numerical Newton polynomial
n=length(X); // n is the number of nodes. (n-1) is the degree
for j=2:n,
for i=1:n-j+1,Y(i,j)=(Y(i+1,j-1)-Y(i,j-1))/(X(i+j-1)-X(i));
end
end
x=poly(0,"x");
P=Y(1,n);
for i=2:n
P=P*(x-X(i))+Y(i,n-i+1);
end
endf... |
104c112e00c9cc1ddc04863c5b734ac0b9092edb | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH9/EX9.4.a/example_9_4a.sce | 5f5a3ff5d0504216e0175e1bfd05d6b3603bf980 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 609 | sce | example_9_4a.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 9
// Mass Transfer
// Example 9.4(a)
// Page 356
printf("Example 9.4(a), Page 356 \n \n");
L = 1 ; // [m]
D = 0.005 ; // [m]
Pa1 = 1 ; // [atm]
Pa2 = 0 ;
R = 8314 ;
T = 298 ; // [K]
// Assuming Equimolal counter diffusion
//... |
8768048befd88180dafe4c34e8bfb4cddf9a03b4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH10/EX10.14/Exa10_14.sce | 147b1f8c022f04ea5081831d16df5a1c23071199 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 801 | sce | Exa10_14.sce | //Exa 10.14
clc;
clear;
close;
//Given Data :
format('v',9);
f=50;//in Hz
V=240;//in Volts
//(i)
Imoter=20;//in Ampere
cosfi_1=0.75;//unitless
ReacComponent1=Imoter*sqrt(1-cosfi_1^2);//in Ampere
//(ii)
cosfi_2=0.9;//unitless
P2=200*735.5/(1000*0.8);//in KW
ReacComponent2=Imoter*sqrt(1-cosfi_2^2);//in Amp... |
1033d400a70bc568b23eb9ab6a807b390f22cf13 | 449d555969bfd7befe906877abab098c6e63a0e8 | /698/CH18/EX18.5/P5_lewis_equation.sce | 3378f6cff44f951efd9e54e10ef0957edcd5148d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | P5_lewis_equation.sce | clc
//Example 18.5
//Design using lewis equation
P=5e3
N=900
phi=20
G=3
//Assuming a standard module of 1 mm
m=1
Dp=80
Np=Dp/m
Sp=200e6
Ng=G*Np
Dg=m*Ng
Sg=150e6
printf('A standard module of 1 mm has been assumed.\n')
printf('Based on the number of teeth of gear and pinion, and the corresponding ... |
6f75a7dafdfe8883a493adb1147dd4f09bfb70f1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH38/EX38.5/Example38_5.sce | faee1306cbaf8ff73715c829341b06f327812c8e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example38_5.sce | //Given that
lp1 = 499.8*10^-9 //in meter
lp2 = 501.6*10^-9 //in meter
c = 3*10^8 //in m/s
Ms = 1.99*10^30 //in kg
G = 6.67*10^-11 //in SI unit
R = 100 //in light year
conv = 9.46*10^15 //conversion factor from light year to sec
//Sample Problem 38-5a
printf("**Sample Problem 38-5a**\n")
lo = lp1 + l... |
73537d1caa299b7528ba9954da14ee1bfa7a9b88 | 6e257f133dd8984b578f3c9fd3f269eabc0750be | /ScilabFromTheoryToPractice/Programming/testglobal.sce | 1cf16c5578aaa5aeab542bdbeb972646b302a423 | [] | no_license | markusmorawitz77/Scilab | 902ef1b9f356dd38ea2dbadc892fe50d32b44bd0 | 7c98963a7d80915f66a3231a2235010e879049aa | refs/heads/master | 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sce | testglobal.sce | a=10;b=100;
global a b; // declare global variables
function y=foo(x)
global a; // only a is global
disp('dans ''foo'' a='+string(a))
y=a+x^2
a=2*a // modifies a globally
b=2*b // b is locally modified
disp('dans ''foo'' b='+string(b))
endfunction
foo(1) // inside "foo... |
e54c74f49eccfbe3ff523a26a74d4a927515f359 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3831/CH8/EX8.2/Ex8_2.sce | 1cdd31febf92df60705076c22f8ffd5966448f1e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 344 | sce | Ex8_2.sce | // Example 8_2
clc;funcprot(0);
// Given data
Q_solar=100*10^3;// Btu/h
T_river=40+459.67;// R
T_collector=200+459.67;// R
// Calculation
W_e_rev=(Q_solar*(1-(T_river/T_collector)))/3412;// kW
printf("\nThe maximum steady state electrical power (in kW) that can be produced by this power plant,(W_electrical)_r... |
d2ba2109f1dd5dce7777ec98fc392143ff15ecf2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /555/CH4/EX4.5/5.sce | e5260bc6e13071befa1085cc69b2df70c4521a66 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 777 | sce | 5.sce | // Implementation of example 4.5
// Basic and Applied Thermodynamics by P.K.Nag
clc
clear
//pressure in initial state 'p1',Volume in initial state 'V1',
//pressure in final state 'p2',Volume in final state 'V2',
//internal energy U = (34 + 3.15 * p * V);
p1 = 170; //kPa
V1 = 0.03; //m3
p2 = 400; //kPa
V2... |
b1b02a37bbb5dc9112caf76cfac5db3bf7bc7ba9 | e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4 | /New LSTMAttn Model/.data/lemma-split/GOLD-TEST/mao.tst | 4ba0a9fb561070638d67d5c57566e7e3f8f6e4c2 | [] | 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 | 809 | tst | mao.tst | mōhio mōhio V;ACT
mōhio mōhiotia V;PASS
tahi tahi V;ACT
tahi tahia V;PASS
patu patua V;PASS
patu patu V;ACT
hoe hoe V;ACT
hoe hoea V;PASS
āmine āmine V;ACT
āmine āminetia V;PASS
oka okaina V;PASS
oka oka V;ACT
paki pākia V;PASS
paki paki V;ACT
wareware wareware V;ACT
wareware warewaretia V;PASS
puta puta V;ACT
puta put... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.