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
70292cfd16a6007652186ae672bed18f7db70bdd
449d555969bfd7befe906877abab098c6e63a0e8
/929/CH11/EX11.13/Example11_13.sce
4abba8020b35a4ba5dccebea0a75521803b04894
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
459
sce
Example11_13.sce
//Example 11.13 clear; clc; Vreg=1.25; VDO=2; linerp=0.07; Rpot=10*10^3; CMRRdB=70; VCC=15; Imin=0; Imax=1; k=1; R=Vreg/Imax; PR=Vreg*Imax; VLmax=VCC-VDO-Vreg; delVo=1; delIo=((Vreg*(linerp/100))+(10^(-CMRRdB/20)))/R; Romin=delVo/delIo; printf("R=%.2f ohms",R); p...
e4d9e2906966c1165cc86e7897ec48132c849f5f
449d555969bfd7befe906877abab098c6e63a0e8
/800/DEPENDENCIES/8_7.sci
92aba4f5c61288dbd19ea65daf8bfb1d36a36794
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
55
sci
8_7.sci
Fa0 =38.3; Ca0 = 18.3; T0 = 1035; Tr = 298; V0 = 0;
2f6e686656662c58aaa96693dfb067ebf5ea097b
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH12/EX12.6/12_6.sce
249c99e6422e1d62db1a355c3efef6e1503bf0c2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
263
sce
12_6.sce
//// //Variable Declaration n = 52 //Number of cards in std . pack j = 5 //Number of cards in subset //Calculation C = factorial(n)/(factorial(j)*factorial(n-j)) //Results printf("\n Maximum Possible 5-card combinations are %8d",C)
039a18303960de1363220e710bfa0052573c0efa
449d555969bfd7befe906877abab098c6e63a0e8
/1553/CH17/EX17.11/17Ex11.sce
fa2fa73d710ca439d88dcd54f4645fa47fe11efb
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
147
sce
17Ex11.sce
//chapter 17 Ex 11 clc; clear; close; us=90;t1=6;t2=4; t=t1+t2; s_goods=us*t2/t; printf("The speed of goods train is %d km/hr",s_goods);
843d0c9632e90858016962fb12d7c8af33fc1aeb
449d555969bfd7befe906877abab098c6e63a0e8
/2081/CH4/EX4.2/Ex4_2.sce
99fccff58949c6bb2ad8056b83a4b1d9ffb9558b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
179
sce
Ex4_2.sce
K=4 Acell=7 Acl=K*Acell//area of cluster Asys=1765 Nservarea=Asys/Acl//number of clusters N=round(Nservarea) disp(N,'Numer of times the cluster of size 4 has to be replicated')
f441cd62e050e1a9166ac9b5ad50e19959d356b5
449d555969bfd7befe906877abab098c6e63a0e8
/1541/CH2/EX2.6/Chapter2_Example6.sce
4de792dbecf53bbe89f1f32c608711cc706ea672
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
620
sce
Chapter2_Example6.sce
//Chapter-2, Example 2.6, Page 2.11 //============================================================================= clc clear //INPUT DATA Io=6;//No load primary current in A cosq=0.3;//Power factor V1=220;//Primary voltage in V V2=2200;//Secondary voltage in V //CALCULATIONS Wo=(V1*Io*cosq);//Core loss i...
08d68049bdaf86076be0b0dc67efc17e70be7405
f723e412ff19820dcd1f727100562b15a3e5d87d
/GSM Frame Structure.sce
6bcf7cf80141d173747e55de132837aa5e94d845
[]
no_license
Sid-149/Mobile-Communication-System
f53593fa9ceedeb95e41dab9a530f1b6e71ce991
7e249472fa7b038ec5cfe7a92e28f79e95d01470
refs/heads/master
2023-01-09T23:21:09.222110
2020-10-21T05:24:43
2020-10-21T05:24:43
288,692,109
0
0
null
null
null
null
UTF-8
Scilab
false
false
600
sce
GSM Frame Structure.sce
clc clear Rb = 270.833 //data rate of GSM (Kbps) Ts = 156.25 //No. of bits in one time slot Ts x = 1/Rb //one bit duration y = Ts*x //one slot duration z = y*8 //one frame duration disp('One bit duration (ms):') disp(x) disp('One slot duration (ms):') disp(y) disp('One frame duration (ms):') disp(z) framer...
ea2bbb8e6c51b6129a685db676db67aebf615f77
207c864c3f938783d617dca78232e70445ae21e6
/polyLagrange.sci
0568de0bc33bab7ddafc8a83ce596f0cdcdba35d
[]
no_license
raresica/CalculNumeric
a211a57fd4851e546c0b5eb866b3b228534a982c
5564822ff9f5dab745208898ef9162322b28bff2
refs/heads/master
2021-02-11T05:03:13.720791
2020-04-15T10:42:58
2020-04-15T10:42:58
244,457,154
1
0
null
null
null
null
UTF-8
Scilab
false
false
492
sci
polyLagrange.sci
function lag=polyLagrange ( x , y , s ) z=poly(0,s) ; [k ,n]= size ( x ) ; [k ,m]= size ( y ) ; if m~=n then lag ="Data error " return end v=zeros(1,n); w=zeros(1,n); for i=1:n do v(i)=y(i) ; end for k=1:n-1 do for i =1:n-k do ...
7a6ccee9d3ff22055a918f5a480d327ae47491b9
dd1ecbd8dc9f2817544517bd6d33ef7c0fffccde
/projects/pp3/Drinks.tst
02bba9e329c6ec59a220dc746faf23eca7c57b7a
[]
no_license
cujun/Nand2Tetris
b32254a2756e548832edfe6af535d24ac683226e
f745b58858328dc407e6770704a6ee9601079f0a
refs/heads/master
2021-01-22T00:09:30.350789
2017-12-20T07:27:53
2017-12-20T07:27:53
102,185,045
0
0
null
null
null
null
UTF-8
Scilab
false
false
551
tst
Drinks.tst
load Drinks.hdl, output-file Drinks.out, compare-to Drinks.cmp, output-list juice%B3.1.3 water%B3.1.3 wine%B3.1.3 out%B3.1.3 ; set juice 0, set water 0, set wine 0, eval, output; set juice 1, set water 0, set wine 0, eval, output; set juice 0, set water 1, set wine 0, eval, output; set juice 1, set water 1, set wine...
44e8c43cad5d903e0cad97ffed0b6d2ad60c2eb4
f98e6eb45cba97e51f3e190748f75d277fc4c38d
/Lab/Lab5/MySequence.sce
7cb2f89580124981a7f6f37d59aea6f213d5d9a4
[]
no_license
sctpimming/SC422401
68359adab92095e4c60121ff17ac43efc9c46fb4
5c43c58c9bf0e923b640c115b4ef618ad72d15a6
refs/heads/master
2020-11-25T18:37:53.377582
2020-02-26T07:56:39
2020-02-26T07:56:39
228,796,306
0
0
null
null
null
null
UTF-8
Scilab
false
false
841
sce
MySequence.sce
function [s] = MySequence(n) // หาค่าของ s_n เมื่อ n เป็นจำนวนเต็มบวกที่กำหนดให้ โดยใช้ฟังก์ชันเวียนเกิด if n <= 0 then // แจ้งข้อผิดพลาดแก่ผู้ใช้งาน error("n ต้องเป็นจำนวนเต็มบวก"); elseif n == 1 then s = 1; // output ค่าของ s_1 elseif n == 2 then s = 2; // output ค่าของ...
b9825e3b73ed609dd6f274963cd2105a6c5f5484
449d555969bfd7befe906877abab098c6e63a0e8
/1583/CH2/EX2.14/SSA_Ex_2_14.sce
ed3d7f971ba5f1b5157f469e52f561f212a69cd1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
231
sce
SSA_Ex_2_14.sce
clc //Chapter 2:Small Signal Amplifiers //example 2.14 page no 57 //given Z1=1*10^3//assuming impedance value for required specification Av=100//voltage gain Z2=(Av-1)*Z1 mprintf('Z1=%d Kohm \n Z2=%d Kohm',Z1*1e-3,Z2*1e-3)
1ac32ff320d352b84c920999c5eaedbc7cb98936
449d555969bfd7befe906877abab098c6e63a0e8
/2699/CH13/EX13.23/Ex13_23.sce
1b22de823f6134d45ec5619ba97922fa0c62b99f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
143
sce
Ex13_23.sce
//Ex13_23 PG-13.13 clc clear printf("conversion of decimal number 54 base to a number with base 4 =") a=[54] x=dec2base(a,4); printf(" %s",x)
e9ed3f15d6e3905f4621ee13c9c5b6c98fa37a11
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH1/EX1.35/1_35.sce
35f09ecdd717619adb0a61b07d2cef81f1e95f6a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
554
sce
1_35.sce
//To determine the coil parameters with resistance of 5 ohms clc; clear; //Parameters of the coil R=5; // Resistance I=10; // Current flowing V=200;// Voltage across f=50;// Frequency of operation P=750;//Total Power Dissipated Pc=(I^2)*R; // Copper Loss Pil=P-Pc;// Iron Loss Z=V/I;// Impedance X=sq...
2f0ce841b6f5f1980929d1ef34cd7be1147e0093
449d555969bfd7befe906877abab098c6e63a0e8
/3637/CH5/EX5.10/Ex5_10.sce
27f39325dedb692c65f8a769fbd42a510b720d3f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
417
sce
Ex5_10.sce
//problem 10 pagenumber 5.101 //given r1=100e3;format(6); rf=250e3; r3=70e3;//ohm fce=200;//hz fci=2e3;//hz ft=1e6;//hz enw=20e-9; inw=0.5e-12; f1=0.1; fa=ft/(1+(rf/r1)); rn=r1*rf/(r1+rf); p=fce*log(fa/f1)+1.57*fa-f1; q=(r3^2+rn^2)*(fci*log(fa/f1)+1.5*fa-f1); r=1.65e-20*(r3+rn)*(1.57*fa-f1); en=(1+rf/r1...
acbf884ded360cf693358f47d38dd7ed2d7301c9
449d555969bfd7befe906877abab098c6e63a0e8
/3784/CH8/EX8.3/Ex8_3.sce
b5c0e483aee7d3ac2ccdcafdb95b31892ee084f5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,168
sce
Ex8_3.sce
clc P=5e+5//rated power output in Watts P1=25e+4// power at half rated torque f=50//frequency in Hz If=10//rated firld current in amp Xs=10//reactance in ohm p=4//no.of poles Vl=33e+2//line voltage in volts Vph=Vl/sqrt(3)//phase voltage in volts Is=P/(sqrt(3)*Vl*0.8)//Current in amp theta1=acosd(0.8) E=Vph...
21ae24a43e2d3081ebde95a7327d3c736650ccf8
449d555969bfd7befe906877abab098c6e63a0e8
/3647/CH2/EX2.3/Ex2_3.sce
9a247068b2895b9d8daac24c040bbe61355a21fd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
544
sce
Ex2_3.sce
//Solutions to Problems In applied mechanics //A N Gobby clear all; //distance travelled along incline before coming to rest clc //initialisation of variables w1=10//tonf r=36//in w=1/4//tonf g=14//in t=30//mile/h s=100//in m=20//lbf/tonf h=2240//lbf q=44//in g1=32.2//ft //CALCULATIONS K=(w1*h*(q^2))/(2*g...
725c99fa81c9925b18b0b3e38de6ef667dc076ad
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH14/EX14.9/Example14_9.sce
155fe19f01018fb86563b4af317477d50f986817
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,711
sce
Example14_9.sce
// A Texbook on POWER SYSTEM ENGINEERING // A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar // DHANPAT RAI & Co. // SECOND EDITION // PART II : TRANSMISSION AND DISTRIBUTION // CHAPTER 7: UNDERGROUND CABLES // EXAMPLE : 7.9 : // Page number 215 clear ; clc ; close ; // Clear the work space and console ...
221b58f24477467dda789edd963d93287181abce
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/NZFunctions/Copulas/Student-T-Copula-NZ-UM-01TMP.tst
d0a6b7f02cb04a93fb32acac29515ddd9d7b9981
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,967
tst
Student-T-Copula-NZ-UM-01TMP.tst
--INFO: Reading startup configuration from file PulsarLogOn.act_ssl_config -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata Aster -- -- Copyright (c): 2016 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectu...
ed4baf7daaa7516792d50180b5f30b61dcbcbd49
15bf4ee8d91ef90d0d81c87a04af5b3c59c6169b
/Gauss_Hermite.sce
7583f1a098b535b6108e02010aeb5ce65449f3cc
[]
no_license
pranavmoon/Sci-Lab_SEM-IV
d72e99585b6fa9b3dfafac7b01cd143a594271b8
0558caab887ef0f2516150bec039a5555c33c3a2
refs/heads/main
2023-04-01T09:06:51.530784
2021-04-02T08:04:39
2021-04-02T08:04:39
353,936,928
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,356
sce
Gauss_Hermite.sce
//Gauus -Hermite Quadrature method of integration. // int_-inf to inf [a_0+a_1 x+a_2 x^2+..]dx = w_i * f(x_i) // Pranav Kumar clc; clear function d =f(x) //d= cos(x)+x.^4 d= 1 ./(1+x.^2); endfunction function GH() // ---------Finding roots/nodes and corresponding weights----- n = input("Enter or...
f9693aefc52c62ed6833b85cd93dbd211eb93bb7
0948c8f7dc46227ae14d9610b50131752218c343
/Salt and pepper noise removal.sce
a2841e4ec2d4b765d12125838e4464bc6156ccd6
[ "MIT" ]
permissive
OmkarGharat/Salt-and-Pepper-Noise-removal
2c0bb120f9abe7327659a4be7c963f280d6bb713
40ee3daf341aa0a810ac0be8e633a4dd07592af5
refs/heads/main
2023-05-22T05:14:03.487165
2021-06-05T09:56:43
2021-06-05T09:56:43
374,077,515
0
0
null
null
null
null
UTF-8
Scilab
false
false
213
sce
Salt and pepper noise removal.sce
a=imread('salt_dog.jpg'); [m,n]=size(a); for i=2:m-1 for j=2:m-1 d(i,j)=median([a(i-1,j+1),a(i,j+1),a(i+1,j+1),a(i-1,j),a(i,j),a(i+1,j),a(i-1,j-1),a(i,j-1),a(i+1,j-1)]); end end imshow(d);
dc53d6959933e5d6977b2735862399bd90d7f47f
85fe3541d4988b676b5ab7c8ed719a26fe38e3c8
/Examples/deformation.sce
e5f60abac904c826b90a442cb4d097033b706279
[ "Unlicense" ]
permissive
UnknowableCoder/SimCampEl
c115105b2b5837b3a1eb012d1acb89015eade17f
9bd83c6316e16a161d19393ad79a4e3bdcb30679
refs/heads/main
2023-03-13T23:07:25.000479
2021-03-12T13:38:35
2021-03-12T13:38:35
347,071,759
1
0
null
null
null
null
UTF-8
Scilab
false
false
238
sce
deformation.sce
3 0 0 0 0 0 0 0 0 0 1 0 0.5 Charge 0 -1.10000002384185791015625 0 0 0 0 0 0 0 0 1 0 0.5 Charge - 1.10000002384185791015625 0 0 0 0 0 0 0 0 1 0 0.5 Charge + -20 -20 -20 20 20 20 0 2*cos(t) 0 0 0 0 299792448 4 0
4d044fba9450811c329277c8f228c1e99576c4e2
449d555969bfd7befe906877abab098c6e63a0e8
/98/CH17/EX17.9/example17_9.sce
43851737ac012533799159e88ad1f3f0f0c5a1ea
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
example17_9.sce
//Chapter 17 //Example 17_9 //Page 411 clear;clc; gmva=10; gx=30; rmva=10; rx=10; tmva=5; tx=5; base=input("Enter base MVA: "); pergx=base*gx/gmva; printf("%% reactance of each generator = %.0f %% \n\n", pergx); perrx=base*rx/rmva; printf("%% reactance of each generator = %.0f %% \n\n", perrx); pertx=base*tx/tmva...
6596db43fdd9ad237b6735c002e237f1a388ee8e
7a7243b631b4f0fb324461821ad8dad7d9534fff
/macros/buildmacros.sce
1243f1842f4064a758be47ee107e12a8872477ed
[]
no_license
Mishrasubha/napari-toolbox
1db240ec69cb1c3499fd639c790555716493f54a
e1b8dfe5539d457a57ca20dae2661dab55088368
refs/heads/master
2022-10-11T20:49:00.512777
2020-06-15T07:14:11
2020-06-15T07:14:11
272,357,233
0
0
null
null
null
null
UTF-8
Scilab
false
false
149
sce
buildmacros.sce
// This file is released under the 3-clause BSD license. See COPYING-BSD. tbx_build_macros(TOOLBOX_NAME,get_absolute_file_path("buildmacros.sce"));
e6e00b45a5b159fa17cbfd3a9636b1edc7cc981f
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH7/EX7.4/7_4.sce
1049d83c4818691ee46018d98933679784ca38d2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
681
sce
7_4.sce
//Calculate E per phase and Current and pf clc; clear; V=2300; delta=20; Pd=255*735.5; // Power delivered converted to W from HP Xs=10; eff=90/100; //Efficiency P=Pd/eff; E=poly([0 1],'E','c'); x=(sqrt(3)*E*V*sind(delta))-(P*Xs); // Characteristic Equation to find E E=roots(x); Vph=V/(sqrt(3))...
ac7656c811e4d62ea66bb0ac16f7878c15ef7a33
449d555969bfd7befe906877abab098c6e63a0e8
/3689/CH17/EX17.3/17_3.sce
b8e9ca0e4d497e85e82821a27f1701630acbb25d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
345
sce
17_3.sce
//// //Variable Declaration D = 1.0e-5 //Diffusion coefficient, m2/s t1 = 1000 //Time, s t10 = 10000 //Time, s //Calculations xrms1 = sqrt(2*D*t1) xrms10 = sqrt(2*D*t10) //Results printf("\n rms displacement at %4d and %4d is %4.3f and %4.3f m respectively"...
4f43054611a02cf238cd44888105d85f90c583f3
449d555969bfd7befe906877abab098c6e63a0e8
/1730/CH3/EX3.27/Exa3_27.sce
2e3c9f189810aa5f3c9f8b1725287daeeba4f8ae
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
623
sce
Exa3_27.sce
//Exa3.27 clc; clear; close; // given data N_D=10^21;// in m^-3 N_A=10^22;// in m^-3 D_e=3.4*10^-3;// in m^2/s D_h=1.2*10^-3;// in m^2/s L_e=7.1*10^-4;// in m L_h=3.5*10^-4;// in m n_i=1.602*10^16;// in /m^3 e=1.6*10^-19;// in C (electron charge) // Formula I_0=a*e*[D_h/(L_h*N_D) + D_e/(L_e*N_A)]*n_i^2 /...
5bf8149208c6042ed4db5fad2ef35a7d3414bcde
449d555969bfd7befe906877abab098c6e63a0e8
/1223/CH6/EX6.18/Ex6_18.sce
1089cb1b4008342314efc6da3b2b629b4c3504d3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex6_18.sce
clear; clc; //Example 6.18 //Determine the small signal voltage gain of a circuit in fig.6.55 Idss=12; Vp=-4; //lambda=y y=0.008; Vgsq=poly(0,'Vgsq'); p=poly([26.4 17.2 2.025],'Vgsq','c') printf('\nroots=%fV\n',roots(p)) Vgsq=-2.01 Idq=Idss*(1-Vgsq/Vp)^2; printf('\nquiescent drain current=%f mA\n',Idq) gm...
ac2ed0275cef725685bb4dab4fa0c9ee14d6f6f4
66106821c3fd692db68c20ab2934f0ce400c0890
/test/probes/watch6.tst
179fdcc4fdfccf4593a37ceeb80db492440b4ddf
[]
no_license
aurelf/avrora
491023f63005b5b61e0a0d088b2f07e152f3a154
c270f2598c4a340981ac4a53e7bd6813e6384546
refs/heads/master
2021-01-19T05:39:01.927906
2008-01-27T22:03:56
2008-01-27T22:03:56
4,779,104
2
0
null
null
null
null
UTF-8
Scilab
false
false
336
tst
watch6.tst
# @Harness: probes # @Result: # @Program: array.asm # @Purpose: Tests whether probes inserted from watch (not on same instruction) work correctly watch A { insert B 0x0A; | | | } probe B { | } main { insert A 0x10e; } result { 102 A.beforeRead; 102 A.afterRead; 104 B.before; 106 B.after; 111 B.before; ...
bdf42911676d4f85584ed5160e684bf4013e1c4a
449d555969bfd7befe906877abab098c6e63a0e8
/2579/CH1/EX1.42/Ex1_42.txt
deeced43e5214e012127586fa4124acfecb1f100
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
249
txt
Ex1_42.txt
//Ex:1.42 clc; clear; close; // 100*(1/r^2)=w/(r*c) // 100/r=(2*%pi*f/c) // r=(1/(2*%pi))*100 r=(1/(2*%pi))*100;// distance in terms of y(wavelength) printf("The distance when component of M-field three times the induction field = %f*y", r);
b2c9f93475d54c3ada51ce6fc79682e7656db90a
96a54fe4636ee285a6e75c7420710c4ae98f5cdb
/PR Regelungsrechnik - Versuch 1b/Scilab/windup_off.sce
b51b976e69e7929fdbc5386f19437fdcdc61aa9f
[]
no_license
unizeug/PR_Regelungsrechnik_-_Versuch_1b
8f1ee84013e3afa4fdd934277190da78df6cc099
330551ac38d587caa45885be44efda014607b071
refs/heads/master
2021-01-23T11:01:43.466625
2012-05-23T15:16:28
2012-05-23T15:16:28
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,976
sce
windup_off.sce
// * * * * * * * * * * * * * * * * * * * * // // -- Störsprungantwort -- // // * * * * * * * * * * * * * * * * * * * * // // Boris: cd "/Users/borishenckell/Documents/eclipse workspace/PR_Regelungsrtechnik_-_Versuch_1b/PR Regelungsrechnik - Ve...
d07156166fa4f4d32422bd6876911e866913208e
449d555969bfd7befe906877abab098c6e63a0e8
/2384/CH9/EX9.17/ex9_17.sce
97337626cc04e3610ef862b7a63c1e5e2244b498
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
437
sce
ex9_17.sce
// Exa 9.17 clc; clear; close; format('v',7) // Given data Rating = 20*10^3;// in VA phi= acosd(0.8);// in ° V1 = 2000;// in V V2 = 200;// in V Pi = 120;// in W Pcu = 300;// in W Eta_max = Rating*(sqrt( Pi/Pcu ));// in VA Pcu = Pi;// in W // The maximum efficiency of transformer Eta_max = ((Eta_max*cosd...
3777c8088e4f977a5dcd90bfa1d64aed2b0b7276
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH15/EX15.14/15_14.sce
fade7204eed1043905d2d5ffc2df09760247d8c8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
941
sce
15_14.sce
//Problem 15.14: A capacitor C is connected in series with a 40 ohm resistor across a supply of frequency 60 Hz. A current of 3 A flows and the circuit impedance is 50 ohms. Calculate: (a) the value of capacitance, C, (b) the supply voltage, (c) the phase angle between the supply voltage and current, (d) the p.d. acro...
ad2619d427bc93f99941e8e8ac6225351ec3e655
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH4/EX4.3/Ex4_3.sce
249f84300b29b7012dad3cc274a0efa034ece519
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
569
sce
Ex4_3.sce
//Initilization of variables F=[100;50;-150] //Force vector N a=2 //m b=2 //m c=3 //m d=2 //m e=4 //m f=8 //m //Calculations R=F(1,1)+F(2,1)+F(3,1) //N M_x=-F(1,1)*a+F(2,1)*b-F(3,1)*c //N-m M_z=F(1,1)*d+F(2,1)*e+F(3,1)*f //N-m C=sqrt(M_x^2+M_z^2) //N-m thetax=atand(-M_x/M_z) //degrees //result clc prin...
f65de0daf28922a82329f4bc47fdb7dd14748abb
449d555969bfd7befe906877abab098c6e63a0e8
/2417/CH5/EX5.28/Ex5_28.sce
48c14d081bd6340e557827d41305a65f363e55d5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
308
sce
Ex5_28.sce
//scilab 5.4.1 clear; clc; printf("\t\t\tProblem Number 5.28\n\n\n"); // Chapter 5 : Properties Of Liquids And Gases // Problem 5.28 (page no. 214) // Solution //From the chart, printf("The enthalpy of steam at 330 psia is h=1220 Btu/lbm\n"); //Compared to 1221.5 Btu/lbm found in problem 5.11
af9a446f9072ef0296fba8af8cc02a2ed999a98b
449d555969bfd7befe906877abab098c6e63a0e8
/1670/CH5/EX5.30/5_30.sce
f08e490215a6b77de75b7b087d0f2849c45df759
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
5_30.sce
//Example 5.30 //Maximum Error in Interpolation //Page no. 169 clc;close;clear; s=1; for i=0:6 s=s*((5*%pi)/24-i*%pi/12) end s=s/factorial(7) printf('Maximum Error = %g',s)
b4d6aca462a2a120233c69fb4f31a5fdd3f43a0a
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Adv-StringAndUtilityFunctions/FLJaroScore-NZ-01.tst
c25f6031479304f1e6399d4f125429cac5be65e9
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,760
tst
FLJaroScore-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. -...
53bfa6a75c83130db9fd3e881d0c8f0528534a8c
717ddeb7e700373742c617a95e25a2376565112c
/49/CH4/EX4.3/ex3.sce
1bcb6dabe2c4489e6f6ee25d775014c2a8c8e6f6
[]
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
905
sce
ex3.sce
//CHAPTER 4_ Motion and Dimensional Measurement //Caption : Strain gage // Example 3// Page 176 disp("Rg=120") disp("Sg=2;") disp("Rs=120000") Rg=120; // given Sg=2; // gage factor Rs=120000 //('enter the value of shunt resistor=:') disp("The input bridge excitation is represented by Eex") A=10 //('en...
690115cd151da8016bcba871bd758faee9131719
84e4405f182c8a71ed4737063cc0474c432149f1
/Labovi/LV3/zad5.sce
c0a0d407346a33e820fc35cfb3a06f838b3f968f
[]
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
276
sce
zad5.sce
A = [1, -2, -2, -3; 3, -9, 0, -9; -1, 2, 4, 7; -3, -6, 26, 2]; B = [2, -1, 0; -1, 2, -1; 0, -1, 2]; // LU factorization [L, U] = lu(A); disp(L); disp(U); disp(L * U); // nije pozitivno definitna!!! // R = chol(A); // disp (R); R = chol(B); disp(R); disp (R * (R.'));
87d29ac05e0e4216a3d9eb5d109fa2a1cff142cf
fa428f297a915e9a041597642bfe29627ab69c42
/app/views/static/about.sce
ec200a42bce45d24b4bceb004b9e30989a997a94
[]
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
622
sce
about.sce
[[i= partials/header ]] [[i= partials/navbar ]] <div class="container" style="width: 100%;flex-flow:row;"> [[i= static/sidebar ]] <div class="container center" style="width:78%;"> <h1>About Us</h1> <p>Quick Mark was made by Jarod Brennfleck (z5217759) as part of his Web Dev and Security ...
d62809783f86f62ae6db7c3fef2d31b81595313a
449d555969bfd7befe906877abab098c6e63a0e8
/3850/CH36/EX36.7/Ex36_7.sce
82d92590e514e52f08e5599b5b81221e02dff45a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
523
sce
Ex36_7.sce
//To Calculate the Value of Horizontal Component of Earth's Magnetic Field //Example 36.7 clear; clc; n=66;//Number of turns in Tangent Galvanometer i=0.1;//Current passing through Galvanometer in Amperes d=22*10^-2;//Diameter of coil in metres theta=%pi/4;//Defelction in Galvanometer in radians ...
27ecd5216ddb9949a104e2441b87ead93eda27fc
449d555969bfd7befe906877abab098c6e63a0e8
/2594/CH5/EX5.24/Ex5_24.sce
f726d26144ade05d517e2af003698cfdf050260a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,548
sce
Ex5_24.sce
clc Na=4*10^12 disp("Na = "+string(Na)+" /cm^3") //initializing value of medium p doping concentration. Nd=4*10^16 disp("Nd = "+string(Nd)+" /cm^3") //initializing value of light n doping. no=1.5*10^10 disp("no = "+string(no)+" /cm^3") //initializing value of intrinsic carrier concentration. K=1.38*10^-23 disp(...
86acc4e7adad92c13d6fa7fabdffb94552fb8375
449d555969bfd7befe906877abab098c6e63a0e8
/620/CH18/EX18.4/example18_4.sce
2f11f4931ad6aa2f0356be818c9d9b8bb79feeac
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
600
sce
example18_4.sce
v=20; r1=125; r2=4; disp("Part a"); n=sqrt(r1/r2); disp("the required turns ratio is"); disp(n); disp("Part b"); v1=v/2; i1=v1/r1; disp("the primary input voltage (in V) is"); disp(v1); disp("the primary current (in mA) is"); disp(i1*10^3); disp("Part c"); v2=v1/n; i2=n*i1; disp("the secondary output volt...
5e855c89fc42c56749965e095e32309c7986ec58
449d555969bfd7befe906877abab098c6e63a0e8
/668/CH1/EX1.2/eg1_2.sce
6b9accd40ed426f5dafa2ba210c276611cb3d9f5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
597
sce
eg1_2.sce
a = 5.65*10^-8; //lattice constant in cm disp("In the (001) surfaces, the top atoms are either Ga or As leading to the terminology Ga terminated (or Ga stabilized) and As terminated (or As stabilized), respectively. A square of area a2 has four atoms on the edges of the square and one atom at the center of the square....
826e4e4fd3392aad9f8d1e188b2d960440435f07
449d555969bfd7befe906877abab098c6e63a0e8
/1871/CH3/EX3.18/Ch03Ex18.sce
8e2a60e6f6747003d6726e698e4fe27da8a1fe79
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
854
sce
Ch03Ex18.sce
// Scilab code Ex3.18 : Pg:125(2008) clc;clear; F = 5.0; // Equivalent focal length of the combination of lenses, cm // As F = 3*d/4, solving for d d = 4/3*F; // // Distance between the lenses of doublet, cm // The condition of minimum spherical aberration gives // 2*d = f1 + f2 and f1 - f2 = d, solving f...
1fb5656ddcd832059d5ed09163cf44ff5dec892a
449d555969bfd7befe906877abab098c6e63a0e8
/3850/CH28/EX28.3/Ex28_3.sce
a0fe4360b1e90da7bf3fbe1c27c23f8dd354adba
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
343
sce
Ex28_3.sce
//To Calculate the Temperature of Sun //Example 28.3 clear; clc; b=0.288;//Wein Constant in cm-K Lambda=470*10^(-7);//Wavelength corresponding to maximum intensity in centimetres T=b/Lambda;//Temperature at the Surface of Sun printf("Temperature at the sun surface = %f K",T);//The answer provided in ...
0bf9c588dae632eeb1bafe749a685a0a8ca64098
449d555969bfd7befe906877abab098c6e63a0e8
/555/CH3/EX3.1/1.sce
c6e5a51b2e8c87a8a7158a53dadeb632bae3d792
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
385
sce
1.sce
// Implementation of example 3.1 // Basic and Applied Thermodynamics by P.K.Nag // page 54 clc clear P=760 //(mm Hg) dv=0.5 //(m^3) // since P is in mm Hg and change in volume(dv) is in m^3,so we'll change the unit of pressure p=101.325 //(kN/m^2) Wd=(p*dv); disp("work done by system =") disp(Wd) disp...
b05117a3a9fb4c03b27b78211a5dfad823de75cf
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH22/EX22.2/FC_22_2.sce
fa490678408704bc8a7bc261ac3641382f1e959e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,117
sce
FC_22_2.sce
// 22-2 clc; clear; //Power P P=80*10^3; //(Watt) N=3000; //(Engine rpm) w=2*%pi*3*10^3/60 Tf=8*10^4/w; Rm=100;//(mm) p=0.2 //N/mm^2 u=0.22 // let width b= (R1-R2). //Axial force W=2*pi*Rm*b*p //Torque T=u*W*Rm b=Tf/(u*2*%pi*(Rm^2)*p); b=50; R2=Rm+b; R1=Rm-b; Di=2*R1; //inner diameter W=2*%pi*Rm*b...
78c7cf3307837ee9b584d61e691f433be26b23ee
449d555969bfd7befe906877abab098c6e63a0e8
/1895/CH11/EX11.37/EXAMPLE11_37.SCE
4d0b4c81e7932fd7d45b1e869fa6b39d1e30cf81
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
728
sce
EXAMPLE11_37.SCE
//ANALOG AND DIGITAL COMMUNICATION //BY Dr.SANJAY SHARMA //CHAPTER 11 //Information Theory clear all; clc; printf("EXAMPLE 11.37(PAGENO 524)"); //given Px_1 = 0.9//probability of first symbol Px_2 = 0.1//probability of second symbol n1 = 1//length of the code for x_1 n2 =1//length of code for x_2 //calcul...
04df20e2e18d4c9cba9965ccb6dcb15e6f7439f5
67549df2a087a841e4e04a54509843c18795a981
/packets/echantillons/extjs/win-js.sci
dd8ddc31d841a0eccd88982782480fee4b1b1a21
[]
no_license
scicasoft/CRUD-generator
60494434091147e1f8aa62c02b7d34339747885e
037a7dabdf4d84933ffec560c0bd1a85c45deb03
refs/heads/master
2020-05-03T11:30:19.887391
2011-06-12T10:33:38
2011-06-12T10:33:38
719,111
0
2
null
null
null
null
UTF-8
Scilab
false
false
1,760
sci
win-js.sci
/* This code defines the module and will be loaded at start up. * * When the user selects to open this module, the override code will * be loaded to provide the functionality. * * Allows for 'Module on Demand'. */ QoDesk.[[NOM_TABLE_SANS_PRE]]Window = Ext.extend(Ext.app.Module, { moduleType : 'demo', ...
85adebdbf2312bc7253d06540488371df4213b55
449d555969bfd7befe906877abab098c6e63a0e8
/964/CH15/EX15.6/15_6.sce
1fc6df11b735cef21fc476472fb904ad470424cd
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
179
sce
15_6.sce
clc; clear; function f=fx(x) f=-(2*x(1)*x(2)+2*x(1)-x(1)^2-2*x(2)^2) endfunction x=fminsearch(fx,[-1 1]) disp("After maximization:") disp(x,"x=") disp(fx(x),"f(x)=")
b35111d1295757bfc106da84cc00aa76b2e1b772
449d555969bfd7befe906877abab098c6e63a0e8
/2201/CH9/EX9.4/ex9_4.sce
181bd08fe115c5f5fd511ba8b3436441fdb08d8c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
853
sce
ex9_4.sce
// Exa 9.4 clc; clear; close; // Given data I_Don = 3*10^-3; V_GSon = 10;// in V V_GSth= 5;// in V R2= 18*10^6;// in Ω R1= 22*10^6;// in Ω R_S=820;// in Ω R_D=3*10^3;// in Ω V_DD= 40;// in V V_G= V_DD*R2/(R1+R2);// in V k= I_Don/(V_GSon-V_GSth)^2;// in A/V^2 // V_G= V_GS+V_RS= V_GS+I_D*R_S or V_GS= V_G-I...
1ec667ad83b102eac896f7e25c5d38dc4df89b43
449d555969bfd7befe906877abab098c6e63a0e8
/3830/CH7/EX7.8/Ex7_8.sce
1bdb07e06b4ff202126fc4fee83e8bb57219543c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
736
sce
Ex7_8.sce
// Exa 7.8 clc; clear; R = 200; // strain gauge resistance in Ohms G = 2.5; // Gauge factor RL = 400; // load resistance in Ohms V = 24; // input voltage in volts S = 140; // applied stress in mgf/m^2 Y = 200; // Modulus of elasticity in GN/m^2 // Solution V_normal = V*(R/(R+RL)); printf('Voltage a...
5ff163c163e22632fd6a596b6dc3ea6a41542b4a
d928b1aab410da87208944a0d34890254d7b7897
/Design Exp 3/a/RSR8Bit.tst
9700b583ebb33f13a77109a77829d6e38327ab42
[]
no_license
karthikswarna/CS4110-Computer-System-Design-Lab
e19a0d9d69ca666acfe054b5058e7355a32a62fe
2fd40644f2dbf79624a736f267aecf057477e6dc
refs/heads/master
2023-02-06T16:11:02.458719
2020-12-28T08:31:30
2020-12-28T08:31:30
292,209,978
0
0
null
null
null
null
UTF-8
Scilab
false
false
883
tst
RSR8Bit.tst
load RSR8Bit.hdl, output-file RSR8Bit.out, compare-to RSR8Bit.cmp, output-list time%S1.4.1 in%B1.8.1 shift%B2.1.2 out%B1.8.1; set in 0, set shift 0, tick, output; tock, output; set in %B01001100, tick, output; tock, output; tick, output; tock, output; set shift 1, tick, output; toc...
f6b8c3ec526dfe2dafbb48d0e515dde6f11eb682
449d555969bfd7befe906877abab098c6e63a0e8
/2273/CH7/EX7.1/ex7_1.sce
b40cc059ff8a1ccf59b4f8310576b483b9150c98
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
316
sce
ex7_1.sce
//Determine line voltage for commencing of corona clear; clc; //soltion //given d=3;//m r=2;//cm go=30/sqrt(2);//kV/cm.... Dielectric strength of air Vdo=go*r*log(d*100/r); Vl=sqrt(3)*Vdo; printf("Line voltage for corona formation= %.2f kV",Vl); //In book its 209.53 kV because of some typological error
5ed1edce89144e9f2170511cdd8691efb4320983
08ee8059476493a308f8e13adcbace48d7bcfc92
/Scilab_packetTracer_codes/manchester_rkb.sce
8b9211c35e75c77bc9442df85bc3a426ea2b11da
[]
no_license
Rushi-Bhatt/Self-Study
7ed44b7821154b7906c7d532255ea648ec9d6299
90cc75440328ba21769ffac878f46feadeb2f06f
refs/heads/master
2021-01-11T15:29:31.739065
2017-02-08T22:17:57
2017-02-08T22:17:57
80,360,471
0
0
null
null
null
null
UTF-8
Scilab
false
false
537
sce
manchester_rkb.sce
x=[1,0,0,1,1,1] l=length(x); a=gca(); q=1; a.data_bounds=[0,-2;10,+2]; for i=1:l if(x(i)==0) if(i+1<=l) if(x(i+1)==0) plot2d3(i,-1:1) end end plot((i-1:0.00001:i-0.5),-1) plot2d3(i-0.5,-1:1) plot(i-0.5:0.00001:i,1) else if(i+1<...
f282962c420409a96fa341fed0b79921d08dac5e
b80969c9d72c732b0153d0de2b8fd28dc10d8a16
/Biologie/Site/sauvegarde/28.07.2016/www/Documents/simulation/initation_scilab/ex22.sci
1b9f3b0115562c96b639ba9be5925ce6afec186d
[]
no_license
adamdepossylux/stem_cells
6a2596a0734e3604b570cfdaa1e6cb798d13d7b7
e1ffdf24a223fea3a3606a0bd262067edc81f5b9
refs/heads/master
2020-04-01T17:26:21.772875
2017-05-10T15:15:09
2017-05-10T15:15:09
61,795,551
0
0
null
null
null
null
UTF-8
Scilab
false
false
81
sci
ex22.sci
r=2; t=linspace(0,2*%pi,102); x=r*cos(t); y=r*sin(t); //plot2d(x,y,2) comet(x,y)
27cb2e55f28552e985682b8de2d93d4615c6617b
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/blog/ngram/5.5_1.tst
55283221ff3d766a051b1e0d79047b99fb754bec
[]
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
612,554
tst
5.5_1.tst
5 12:1 30:1 488:1 505:1 709:1 722:1 725:1 782:2 787:1 954:1 1281:1 1362:1 1540:2 1776:1 1917:1 1985:1 2005:1 2130:1 2150:1 2379:1 2472:1 2530:2 2599:1 2899:1 3155:1 3156:1 3290:1 3335:1 3448:1 3541:1 3678:1 3681:1 3698:1 3865:1 4122:1 4128:1 4153:1 4228:1 4368:1 4377:1 4433:1 4502:1 4858:1 4979:1 5068:1 5307:2 5331:1 5...
2d1c5c2cf4c62b85e1cbf79cb50f7ac168fd240e
4bbc2bd7e905b75d38d36d8eefdf3e34ba805727
/ee/contrib/dspic/macros/codegen/write_code_odoit.sci
b61999f1b68a902d892179dc6b7443df231d67d4
[]
no_license
mannychang/erika2_Scicos-FLEX
397be88001bdef59c0515652a365dbd645d60240
12bb5aa162fa6b6fd6601e0dacc972d7b5f508ba
refs/heads/master
2021-02-08T17:01:20.857172
2012-07-10T12:18:28
2012-07-10T12:18:28
244,174,890
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,663
sci
write_code_odoit.sci
//========================================================================== //write_code_odoit : generate body of the code for // ordering calls of blocks before // continuous time integration // //input : flag : flag number for block's call // //output : txt for flag 0 // //12/07/...
4901a58f08a4fb844da659740572292de327b69b
449d555969bfd7befe906877abab098c6e63a0e8
/1301/CH12/EX12.15/ex12_15.sce
bfedd1951a8bab3cbf6532b488c686c33d52ca28
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
291
sce
ex12_15.sce
clc; m=1.67*10^-27; //mass of proton in kg g=9.8; //gravitational constant in m/sec square e=1.6*10^-19; //charge on electron in coulomb E=(m*g)/e; //calculating Electric field in V/m using e*E=m*g disp(E,"Electric Field in V/metre = "); //displaying result
3e57b8009a8f9eeac92d55b300e32d6690ba01e6
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
/sci2blif/dsgnmtrcs.sce
7ae14d79834df6edeab994095c7eba1a36d7b03e
[]
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
16,266
sce
dsgnmtrcs.sce
dgn=figure('figure_position',[300,300],'figure_size',[300,300],'auto_resize','on','background',[27],'figure_name','Design Metrics'); delmenu(dgn.figure_id,gettext('File')) delmenu(dgn.figure_id,gettext('?')) delmenu(dgn.figure_id,gettext('Tools')) delmenu(dgn.figure_id,gettext('Edit')) toolbar(dgn.figure_id,'off') dgn...
d49c03a98751fc176241646b8119f89554418f60
449d555969bfd7befe906877abab098c6e63a0e8
/2126/CH6/EX6.6/6.sce
6e294d65bb87d83b0b877fbe81e0b706a38e9709
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,074
sce
6.sce
clc clear //Input data u=900*(5/18) //Flight velocity in m/s ma=3000/60 //Mass flow rate of air in kg/s dh=200 //Enthalpy drop of nozzle in kJ/kg eff_n=0.9 //Nozzle efficiency AFR=85 //Air fuel ratio eff_cc=0.95 //Combustion efficiency CV=42000 //Calorific value in kJ/kg //Calculation mf=ma/AFR //Mass ...
16c530e0cad085e2ac45219e17567e0243ed2ba1
449d555969bfd7befe906877abab098c6e63a0e8
/3782/CH10/EX10.12/Ex10_12.sce
8ca8046a97f2383edcc5b1d03b7b06105793adc7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,409
sce
Ex10_12.sce
// // pi=20 cb=550 rlb=375.5 g1=0.5 g2=-0.7 //a vc=((g1-g2)*20)/0.1 printf("\n length of vertical curve = %0.3f ",vc) //b,c ca=cb-(vc/2) cc=ca+vc printf("\n chainage of A %0.3f ",ca) printf("\n chainage of C %0.3f ",cc) //d,e,f,g rla=rlb-((g1*0.5*vc)/100) rlc=rlb-((-g2*0.5*vc)/100) rle=0.5*(rla+rlc) rlf=0.5*(rlb...
42f8ddb42851f4bdff0a8e3763d05e19e990937e
bd4a88a5c028a801cbf0e414d2630de1c1e35449
/scilab/GenerateData.sci
da29655c221434467991ab6b4401b5c391aa1dd3
[]
no_license
edielsonpf/turning-signal-analysis
625783cea26b029c87925f96af4ac14aa38c8ae8
2fd594e79395caa72f5cebc378878367ff0e7f01
refs/heads/master
2021-03-13T00:01:23.673430
2018-12-24T14:44:39
2018-12-24T14:44:39
41,508,152
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,628
sci
GenerateData.sci
function [Xtrain,Dtrain,Xtest,Dtest]= GenerateData(TrainingRate, file_name) DEFINE_DBG=0; //definitions NUM_REPLICAS = 15; NUM_EXP = 10; NUM_TRAINING=round(TrainingRate*NUM_REPLICAS); // read csv file StringData = read_csv(file_name); data = evstr(StringData); if DEFINE_DBG == 1 then disp(data); end //mounting ...
97894ef070bad07f046339ead23cd1550ce2111d
46e52b7010c1dc6beb86c615f0d59494c00e6554
/tp3/src/tests/test11.tst
105effcba5b134db920b519ab90ea273f31ba7c7
[]
no_license
impronunciable/so2015
22bd1cf0831c29d091a3f94bc36342ebb51b7aed
8bdabf28dc17ca4c92a264036c0fbe9c31430de3
refs/heads/master
2020-04-14T12:25:47.123488
2015-11-10T22:00:51
2015-11-10T22:00:51
41,392,542
0
0
null
null
null
null
UTF-8
Scilab
false
false
246
tst
test11.tst
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
030f8ee1c30f6be9c28418832606e0a4e2854b7c
36e294af022143c4ad0adaf1a40183c8114cb39a
/Scripts/create_threshold_data.sce
f39bfda649ba836ee6c12257a5e7d9deb3c42293
[]
no_license
pflynn/Spectrum_analysis
d6388a46f686912a4d4a543f18b2a49063374506
eb31f3349fdf4f16227b25782d40937b126b297e
refs/heads/master
2016-09-05T17:10:44.896865
2011-06-27T15:01:20
2011-06-27T15:01:20
1,960,672
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,107
sce
create_threshold_data.sce
// Second stage //Creating csv files with 501 values of 1(exceeds threshold) or 0(does not exceed threshold) // for j = 1:num_of_samples // 'number' is used to pick the desired file at hand // 'number' has to be a string as it is used as part of a file name number = string(j); // A becomes a ...
8ae191c389e3f0cbaa9eb535befbd6125661b662
4bb2823f42f3f993d59b12346565eb9c5fda8b87
/summary.sce
fc3a48e5518bebf1774e93be8eade1a07cca62e2
[ "MIT" ]
permissive
szotaa/random-walk
4dd21aba5aa6c1f83a13e788be434579b884efd6
7b659722fe31badf1cc842d26aa740ebdf2f1f88
refs/heads/master
2020-03-23T03:19:13.124310
2018-07-15T12:28:01
2018-07-15T12:28:01
141,023,850
1
0
null
null
null
null
UTF-8
Scilab
false
false
1,179
sce
summary.sce
/** * Summarizes generation method properites like mean of point and their standard deviation. * * @param generationMethod - callback used for points generation. * Currently supported: generateGaussianPositions, generateFixedPositions, generateCauchyPositions * @param numOfParticles - number of particles * @param amou...
0c100fa81dc872b0abbe9ee7eda52e8ee2947b6a
449d555969bfd7befe906877abab098c6e63a0e8
/1309/CH3/EX3.5/ch3_5.sce
0ff8a7bd2506f6cde8ea992df87016b80e224f7d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,035
sce
ch3_5.sce
clc; clear; printf("\t\t\tChapter3_example5\n\n\n"); // (a) Using the pin-fin equations for the case where the exposed tip is assumed insulated, graph the temperature distribution existing within the rod. (b) Use the numerical formulation of this section to obtain the temperature distribution. (c) Compare the two mode...
db3e5e5507772fda94192759c48f7569b17a4084
527c41bcbfe7e4743e0e8897b058eaaf206558c7
/Positive_Negative_test/Netezza-Base-MachineLearning/SP_HKMeans-NZ-01.tst
a147636a868ca277636d9a1511d2c9099d0b506a
[]
no_license
kamleshm/intern_fuzzy
c2dd079bf08bede6bca79af898036d7a538ab4e2
aaef3c9dc9edf3759ef0b981597746d411d05d34
refs/heads/master
2021-01-23T06:25:46.162332
2017-07-12T07:12:25
2017-07-12T07:12:25
93,021,923
0
0
null
null
null
null
UTF-8
Scilab
false
false
4,940
tst
SP_HKMeans-NZ-01.tst
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza -- -- Copyright (c): 2014 Fuzzy Logix, LLC -- -- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC. -- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC. --...
fa5e953777375dbb865f7de6863d903dccaed8b3
449d555969bfd7befe906877abab098c6e63a0e8
/2534/CH2/EX2.20/Ex2_20.sce
457703173c5cfb603a605c762c6283ec61fe1983
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
205
sce
Ex2_20.sce
//Ex2_20 clc V = 2.5 disp("V1 = V2 = V3 = V4 = "+string(V)+"V")//four batteries of equal voltage connected in series disp("VT = V1+V2+V3+V4 = "+string(V+V+V+V)+"V")//resultant voltage(series voltage)
9f151fd5075282b121ebca202836e6cdfed5a4da
449d555969bfd7befe906877abab098c6e63a0e8
/132/CH14/EX14.3/Example14_3.sce
5848b286de386db015d87642532170be048d5961
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,200
sce
Example14_3.sce
//Example 14.3 //Program to Design the Universal Shunt for making Multi-Range //Milliammeter with Range 0-1 mA,0-100 mA,0-500 mA,0-1 A clear; clc ; close ; //Given Circuit Data CS=100*10^(-6); //A R=100; //Ohms Rm=900; //Ohms //(a)Calculation Imax1=1*10^(-3); //A Rsh=CS*R/(Imax1-CS); Rm1=Rm; Ish1=Imax1-CS;...
4a45a37a4c89c6c1d7c8bf97b41aaefee038e33c
b23687e2eb02bcb6d0f581b7975f42c496faeda1
/spectrumofmultipliedsignals.sce
38e9741d740b465b6b860f7f3d0f053b92063886
[ "MIT" ]
permissive
harvishj/Scilab
bd3fbd3e679eb07aa088ff2bab40d491c6499770
9daada512f42ea6f52199a34d6b18e64b107af94
refs/heads/master
2021-07-14T15:06:03.621923
2020-10-05T06:35:43
2020-10-05T06:35:43
213,328,984
1
3
MIT
2020-10-05T06:35:44
2019-10-07T08:16:52
Scilab
UTF-8
Scilab
false
false
245
sce
spectrumofmultipliedsignals.sce
clear; clf; dt = 1/10000; f1 = 300; f2 = 500; t = 0 : dt : 0.01; x1 = cos(2*%pi*f1*t); x2 = cos(2*%pi*f2*t); y = x1.*x2; N = length(y); n = 0 : N - 1; k = 0 : N - 1; Yf = fft(y); Yf1 = abs(Yf); Yf2 = Yf1/N; disp(x1); plot2d3(k/N, Yf2);
1031aeb49b8598b587077f1e3d889e369939c377
8217f7986187902617ad1bf89cb789618a90dd0a
/source/1.1/doc/intro/macros/ex6.2.sci
fcde50764c46eadaf1e48df922779748a844c138
[ "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
110
sci
ex6.2.sci
x=1;y=1;vs=5;vw=1; getf('swim.bas'); comp(swim); comp(dpfun); comp(popt); [ts,ps,tps]=optim(swim,0) popt(ps);
50980225ccc15dbfaebd80f905fff4ab3872c623
2e676e3b1cebfbb9d20f9b935ceacd507c57d36a
/Octave/octave-4.2.1/share/octave/4.2.1/etc/tests/fixed/struct.tst
4612be3e9dfb23472be5fdfe58965a5058898514
[]
no_license
vohrahul/ML-ang-coursera
239469e763b290aa178b7aa8a86eda08e4e7f4be
4c24fd2ecfb9f3de7df15e3a9f75627f782f9915
refs/heads/master
2022-12-28T03:45:54.810173
2020-10-16T12:33:25
2020-10-16T12:33:25
304,620,441
1
0
null
null
null
null
UTF-8
Scilab
false
false
6,352
tst
struct.tst
## Copyright (C) 2006-2017 John W. Eaton ## ## This file is part of Octave. ## ## Octave is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 3 of the License, or (at ## your option) any later vers...
f7b810b90e03c30e6aebe2e2f21414513e004e24
a439c420539294c6e178cc89c43c4231246f9cbe
/Scripts/Code/Bisection.sci
6116e8ce8c8d0954a8c5b8b41b6bbaf0e540846e
[]
no_license
PirateKing19902016/Scilab-Spoken-Tutorials
b7927e196acbefa47abdbdeb326d37385d5cbc34
a110fc425c123f7041cb9ee8eca42ce08619ae60
refs/heads/master
2021-05-02T06:14:37.089440
2018-02-09T16:23:27
2018-02-09T16:23:27
120,855,481
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,308
sci
Bisection.sci
// ****************************************************************** // Bisection Method for finding a root of nonlinear equation **** // f(x) = 0 **** // NPDE-TCA UG-Level Workshop at IMA Bhubaneshwar **** // By Manas,FOSSEE,IITB ...
b1e1efe0bf69d753d4ca440748116ac5e312eeea
cea88917b1a7177608e003c8c7c60943569bbd95
/Scilab Files/array2matrix.sci
81f7b375c99c80f058daa493f342ff7d89570869
[]
no_license
seanpoyner/Zodiac
0dc763e8e512cbcd9d0411b0da3ec9a8f4680094
3808665632d90f71740350dcdbd0e72a6b04e634
refs/heads/master
2021-01-01T06:45:40.358770
2012-01-05T13:40:04
2012-01-05T13:40:04
3,059,564
0
0
null
null
null
null
UTF-8
Scilab
false
false
162
sci
array2matrix.sci
function [A] = array2matrix(B,m,n) o = 1; for i = 1:m for j = 1:n A(i,j) = B(1,o); o = o + 1; end end endfunction
0bfc766538d57034614e3f6bf2ce1afc8b3c9a4c
449d555969bfd7befe906877abab098c6e63a0e8
/3784/CH4/EX4.27/Ex4_27.sce
ecf8f4767161b7ab4c2bab4fd88a4316145edec4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
373
sce
Ex4_27.sce
clc //Variable Initialisation Ia1=190//Armature Current in Ampere Ia2=0.9*Ia1 Ra=0.08//Armature resistance in ohm Ri=0.05 Ea=210//Input Voltage of motor in volts N1=950//Rated Speed of Motor in rpm N2=750//Rated Speed of Motor in rpm //Solution Eb1=Ea-(Ia1*Ra) Eb2=(N2/N1)*Eb1 Vi=Eb2-(Ia2*(Ra+Ri)) printf('\...
906a6cde7612ffa67fc1e716531c78e82572e0dc
676ffceabdfe022b6381807def2ea401302430ac
/solvers/PulseWaveSolver/Tests/VariableMatPropTest.tst
dc7c055820572324c393865dd506f3a92b2e6197
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
721
tst
VariableMatPropTest.tst
<?xml version="1.0" encoding="utf-8"?> <test> <description>1D discontinuous material properties, P=5</description> <executable>PulseWaveSolver</executable> <parameters>VariableMatPropTest.xml</parameters> <files> <file description="Session File">VariableMatPropTest.xml</file> </files> <m...
c251f627364c42b38f982bbf2e96f9af51dec36d
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/MX10.prev.tst
07081f2041faf88314ec56e505f9cdf3200f7a9f
[ "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
20
tst
MX10.prev.tst
elapsed time: 15 s
01a8f20b1d42e6536ac98c35de95ce11917ded92
449d555969bfd7befe906877abab098c6e63a0e8
/3456/CH6/EX6.2/Ex6_2.sce
d678b82ef9803a1abed33d3104bdb9dfce50a0f9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
748
sce
Ex6_2.sce
//Example 6.2 //Strengthing Mechanism //Page No. 219 clc;clear;close; sigma0=600; //in MPa G=27.6; //in GPa G=G*10^9 //conversion to Pa b=2.5*10^-8; //in cm b=b*10^-2; //conversion to m T0=sigma0/2; T0=T0*10^6; //conversion to Pa lambda=...
cfba7c6ccff7b6be8d1c91a3d5fa157e4eef637a
449d555969bfd7befe906877abab098c6e63a0e8
/662/CH12/EX12.14/Example12_14.sci
8f846dcdc47ad0f11ca9706883f88646e15f21cf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,959
sci
Example12_14.sci
//Example 12.14 //Updating Customer Records Date = struct('month',0,'day',0,'year',0); lastpayment = Date; account = struct('Name'," ",'street'," ",'city'," ",'acct_no',0,'acct_type',' ','oldbalance',0,'newbalance',0,'payment',0,'lastpayment',0); customer = account; function[] = ma...
b5ce9fe3d5a27ee1770f4e8927dac181a288a0b1
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH2/EX2.14/2_14.sce
f2c22469e6827b0cc136ab9b56aab1135bb2d615
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
479
sce
2_14.sce
//Problem 2.14: A 12 V battery is connected across a load having a resistance of 40ohms. Determine the current flowing in the load, the power consumed and the energy dissipated in 2 minutes. //initializing the variables: V = 12; // in Volts R = 40; // in ohms t = 120; // in sec //calculation: I = V/R P = I*V...
c861e36031fa55860ef1f144afa6499aa9d438e5
dabaa151dd30205dd92a6844c0cd61cf046fb8fe
/RCA/RCA.tst
91f903245c5b53c1396bd3d9ee1359d524d9bca1
[]
no_license
hakesh729/Project_hack
627ef8260f81dbc971bb5371839523daac4a2646
a1ea76fa612bbe4515863495922167bb4c65c418
refs/heads/main
2023-01-13T13:37:09.828021
2020-11-27T06:05:39
2020-11-27T06:05:39
316,411,714
0
0
null
null
null
null
UTF-8
Scilab
false
false
2,065
tst
RCA.tst
load RCA.hdl, output-file RCA.out, output-list x%B1.16.1 y%B1.16.1 S%B1.1.1 cb%B1.1.1 z%B1.16.1 OF%B1.1.1; // A pair of unsigned integer operands for addition without resulting in overflow // 20432 + 10345 = 30777 set x %B0100111111010000 , set y %B0010100001101001 , set cb 0 , set S 0, eval, output; ...
67905c35a6d1e60b9936ece28617a5386d78151a
48b238fc8dc60bac1853048c90b77c1c4a672900
/RAM_Registers/CS16B015Bit.tst
7b0e76d1de8b18bca82283ecdcca5cff6ec81204
[]
no_license
vaishalikhanve/Computer-System-Design-Lab
a1ed6d4ead37c400e271cb460c314835e025c553
e89553dadffe01c6838da23c6dd802306455c1a8
refs/heads/master
2020-12-19T04:56:16.686206
2020-01-22T17:42:51
2020-01-22T17:42:51
235,627,142
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,563
tst
CS16B015Bit.tst
load CS16B015Bit.hdl, output-file CS16B015Bit.out, compare-to CS16B015Bit.cmp, output-list time%S1.4.1 in%B2.1.2 load%B2.1.2 out%B2.1.2; set in 0, set load 0, tick, output; tock, output; set in 0, set load 1, tick, output; tock, output; set in 1, set load 0, tick, output; tock, output...
b1fb9025718ac7bf0a0507618520fb9afe288c23
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.1/Unix/scilab-2.1/macros/util/sci2exp.sci
2a01b3084f414e42f377bb2a134c067a4be09ccd
[ "MIT", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
3,342
sci
sci2exp.sci
function t=sci2exp(a,nom) // sci2exp - convert a variable to an expression //%SYNTAX // t=sci2exp(a [,nam]) //%PARAMETERS // a : matrix of scalar or polynomials // nam: character string // t : vector of string, contains the expression definition //%Example // a=[1 2;3 4] // sci2exp(a,'aa') //! [lhs,rhs]=argn(...
38e392a63cfbdeb7e54ff7cb5e77637ae64f35ed
449d555969bfd7befe906877abab098c6e63a0e8
/1205/CH19/EX19.5/S_19_5.sce
172794156c7de7d020af08750894b74ff44ac821
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
726
sce
S_19_5.sce
clc; m=200;//kg, mass of motor k1=150;//kN/m, constant of one spring n=4;// No of spring k=k1*4;//kN/m Equivalent constant k=k*1000;//N.m conversion Wn=sqrt(k/m);//rad/s , Resonance speed //Aplitude of vibration at 1200 rpm W=1200*2*%pi/60;//rad/s m=0.03;//kg r=150;//mm , unbalance rotor equivalent dist...
d625704f9744b179b88a1bce0676cd12a245cb7a
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/EC43.prev.tst
78dab749935a80556f51f111bd0284ce276eddd9
[ "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
459
tst
EC43.prev.tst
[[-2,4,-3,1],[4,-3,2,0],[2,-3,5,-3],[0,-3,0,0]],det=24 [67,30,-58,-51], chain 2 => [109,62,-93,-90] => [219,64,-163,-186] ?? [121,358,-11,-192] [[5,-5,3,-2],[1,2,3,-2],[0,-5,-1,0],[-2,-4,-1,-2]],det=-70 [67,30,-58,-51], chain 2 => [113,55,-92,-94] => [202,135,-183,-166] ?? [118,255,-492,-429] [[5,3,3,3],[1,-4,2,-4],[...
d093d81007cf07398abee38cb113a509b556e4fc
a30001e45f0342ced961e0431af0f297bf00a538
/TraceFileDiagnostics/SciLabScripts/make_block_general.sce
f6a9bcfc90fd8f4b2e98318bb884b0aff2777428
[]
no_license
jsayres82/TraceTool
54697a1c744d0838e894a9bfdce800a4ba6dbbde
68826d7b31d0fa064b758d24fc408dbe27763e8b
refs/heads/master
2021-08-30T08:03:07.854850
2017-12-16T23:12:05
2017-12-16T23:12:05
109,863,651
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,044
sce
make_block_general.sce
// make_block_special.sce clear; xdel(winsid()); Lx = 0.15; Ly = 0.05; Lz = 0.30; // Vertices VertexData = [Lx*ones(8,1),Ly*ones(8,1),Lz*ones(8,1)]... .*[0,0,0; 1,0,0; 0,1,0; 0,0,1; 1,1,0; 0,1,1; 1,0,1; 1,1,1]; // Patches Index_Patch = ... [1,2,5,3; 1,3,6,4; 1,4,7,2; 4,7,8,6; 2,5,8,7; 3,6,...
f6f815c490fa699591572893692b198fd0edb18b
449d555969bfd7befe906877abab098c6e63a0e8
/884/CH3/EX3.16/Example3_16.sce
813eba8220e0073c915a4e12037d5d23096297b9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
637
sce
Example3_16.sce
//amount of reactants and products clear; clc; printf("\t Example 3.16\n"); //(a) //for TiCl4 mTiCl4=3.54*10^7;//mass of TiCl4, g nTiCl4=mTiCl4/189.7;//moles of TiCl4 nTi1=nTiCl4*1;//moles of Ti //for Mg mMg=1.13*10^7;//mass of Mg, g nMg=mMg/24.31;//moles of Mg nTi2=nMg/2;//moles of Ti if(nTi1>...
af3bdd97061ef6b731e6d942038c1e6391a01e52
449d555969bfd7befe906877abab098c6e63a0e8
/275/CH1/EX1.1.65/Ch1_1_65.sce
ac20fba8cf0a59ebbcbbea3bba18f4e566a0c92c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
212
sce
Ch1_1_65.sce
clc disp("Example 1.65") printf("\n") disp("Find the minimal fall-time") //reverse-recovery time is trr=4*10^-9 tfmin=10*trr printf("The minimal fall-time for voltage pulses applied=\n%3.2e sec\n",tfmin)
16e8785f3ce519faf8becf4da85cf1166fd24668
584105ff5b87869494a42f632079668e4c3f82de
/TestCases/calib3d/RQDecomp3x3/test2.sce~
1a3b366961cf9c8f47637e031ce9c49a4f7faea9
[]
no_license
kevgeo/FOSSEE-Computer-Vision
0ceb1aafb800580498ea7d79982003714d88fb48
9ca5ceae56d11d81a178a9dafddc809238e412ba
refs/heads/master
2021-01-17T21:11:31.309967
2016-08-01T14:45:40
2016-08-01T14:45:40
63,127,286
6
0
null
null
null
null
UTF-8
Scilab
false
false
261
test2.sce~
//Checking if error message pops up when 3x2 matrix is placed as input instead of 3x3 matrix = [ 3 21; 3 5; 12 4]; [triMatrix orthoMatrix RotMatrixX RotMatrixY RotMatrixZ ] = RQDecomp3x3(matrix); //output-> // !--error 999 //Input matrix should be 3x3.
36227e82c356b232d22f8464d79f4d1d785f8888
e528067e2ccea7463d0b594f523db94cf160e66d
/C/array/partition.tst
bf094bd4e9ec886e376a96e470f8562781eaea51
[]
no_license
soumyajuit/progs_Ubuntu
489a7b21717a049b8db9186a25516429888b6147
c55fd95a61e36038fd801b3b705bbc5e2b024689
refs/heads/master
2021-01-10T03:40:28.735389
2015-12-29T06:44:55
2015-12-29T06:44:55
48,730,996
1
0
null
null
null
null
UTF-8
Scilab
false
false
33
tst
partition.tst
10 23 43 56 09 233 762 92 1 34 3
43071428be20ec7dae2a747447d0674c43ca011e
449d555969bfd7befe906877abab098c6e63a0e8
/545/CH10/EX10.10/ch_10_eg_10.sce
429e98b013c0bb293800c2aa0b0126ff564c103b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,723
sce
ch_10_eg_10.sce
clc disp("the soln of eg 10.10-->Alternating Direction Implicit Method"); nmax=25 a(2)=1, a(3)=1, //defining variables b(1)=-4,b(2)=-4,b(3)=-4 c(1)=1,c(2)=1 t(1,2)=20,t(1,3)=20,t(1,4)=20,t(2,1)=20,t(3,1)=20,t(4,1)=20,t(5,2)=20,t(5,3)=20,t(5,4)=20,t(2,5)=400,t(3,5)=400,t(4,5)=400 tst...
887e8c640add94b6c0efb5cafebdc05dc64a96a4
449d555969bfd7befe906877abab098c6e63a0e8
/1004/CH3/EX3.12/Ch03Ex12.sci
5b8296e966695e595f8b9d6c25468a8aa2138e4b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
620
sci
Ch03Ex12.sci
6// Scilab code: Ex3.12: De-Broglie wavelength of thermal neutrons:Pg: 82 (2008) m = 1.6749e-027; // Mass of neutron, kg h = 6.624e-034; // Plancks constant, joule second k = 1.38e-021; // Boltzmann constant, joule per kelvin T = 300; // Temperature of thermal neutrons, kelvin // Since m*v^2/2 = (3/2)*...
77ee4a68db8f0335e545a725a245efe23044657d
449d555969bfd7befe906877abab098c6e63a0e8
/1658/CH18/EX18.1/Ex18_1.sce
365f1a20113c32647142b698f7feeccb783cb696
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
271
sce
Ex18_1.sce
clc; //e.g 18.1 Vbb=10; Rb=47*10**3; Vcc=20; Rc=10*10**3; B=100; Ic=Vcc/Rc;//saturation current disp('mA',Ic*10**3,"Ic="); Vce=Vcc;//cut-off voltage disp('V',Vce*1,"Vce="); i=2:-0.1:0; plot2d(i); a=gca() //get the current axes a.box="off"; xlabel("VCE"); ylabel( "IC");
375e305924bec6c732309871ab64de7a83872f65
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TX52.prev.tst
d5d041c5b6b02b84ca79104956c2451b887ee915
[ "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
2,434
tst
TX52.prev.tst
TranspositionSet={[1,0,2]} considerNonPrimitive Expanding for base=2, level=3, reasons+features=base,transpose,primitive,same,similiar norm Refined variables=x,y,z [0+1x,0+1y,0+1z]: unknown -> [1] [0,0,0] x³+y³-2z³ -> solution [0,0,0],trivial(3) [1,1,1],trivial(2) ---------------- level 0 expanding queue[0]^-1,meter=[2...
a2934af1ed8e992e6480a3d0e94ea3fc751d09e9
717ddeb7e700373742c617a95e25a2376565112c
/2474/CH5/EX5.4/Ch05Ex04.sce
8296c7a92c412b9d1a060ff73db035552d9299f3
[]
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
519
sce
Ch05Ex04.sce
// Scilab code Ex5.4: Pg.200 (2008) clc; clear; l_p = 20; // Length of pier, m w = 15; // Number of wave crests lamda = l_p/w; // Wavelength of waves, m delta_x = 20; // Spatial extent of the waves, m delta_lamda = lamda^2/(2*%pi*delta_x); // Minimum uncertainity in wavelength, m printf("\nThe min...
6882de7b3366ef8d5d23762ac013977b620999d0
449d555969bfd7befe906877abab098c6e63a0e8
/24/CH36/EX36.1/Example36_1.sce
95a99119a801d3f976ecdefdc91f4b6ee6d45d77
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
376
sce
Example36_1.sce
//Given that l = 550*10^-9 //in meter n2 = 1.60 n1 = 1.00 t = 2.6*10^-6 //in meter //Sample Problem 36-1a printf("**Sample Problem 36-1a**\n") deltaPHI = t/l*(n2 - n1)*360 printf("The phase difference is equal to %1.2fdegrees\n", deltaPHI) //Sample Problem 36-1b printf("\n**Sample Problem 36-1b**\n") p...
56109a6871ce49d03c5452b5f3b37cfb72afe331
449d555969bfd7befe906877abab098c6e63a0e8
/3772/CH7/EX7.10/Ex7_10.sce
feae8886bfccd8fd9f5127016aafe0a62e520be9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
914
sce
Ex7_10.sce
// Problem no 7.10,Page no.190 clc;clear; close; sigma_s=90 //MPa //shear stress of steel sigma_d=60 //MPa //shear stress of duralumin G_d=28 //GPa //modulus of rigidity of duralumin G_s=84 //GPa //modulus of rigidity of steel L=1 //m //Length of shaft //Calculations //theta*L**-1=sigma_s*(G_s*R_s)**-1=sigma_d*(G_d...
bd13365ea408cd22cdf8af09fef58e4e80f5fb15
449d555969bfd7befe906877abab098c6e63a0e8
/2732/CH9/EX9.12/Ex9_12.sce
8d16ba009daeb0f60a39a3becab8fceb2d0720e7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
459
sce
Ex9_12.sce
clc //initialization of variables clear b=10 //cm h=10 //cm P=5 //tonne e=1 //cm E=12*10^4 //kg/cm^2 str=130 // kg/cm^2 n=3 L=2 //m // calculations L=L*100 //cm Pcr=%pi^2*E*b*h^3/(12*L^2) Pcr=Pcr/1000 Smax=-P*1000/(b*h)-(P*1000*1*5*12/10^4)*1/(1-(n*P/Pcr)) // results printf('permissible stress = %d kg/...
75d2141e20646ef3bbf967e3272989e9cc1e8cf6
449d555969bfd7befe906877abab098c6e63a0e8
/2615/CH7/EX33.4/33.sce
f3fb729c8bc11494edf5d9903d839210d4eead7e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
164
sce
33.sce
clc //initialisation of variables h=15//m/sec v=12.5//m/sec t=90//sec //CALCULATIONS A=(h-v)/t//m/sec^2 //RESULTS printf('the acceleration=% f m/sec^2',A)