blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
87
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
15 values
visit_date
timestamp[us]date
2016-08-04 09:00:04
2023-09-05 17:18:33
revision_date
timestamp[us]date
1998-12-11 00:15:10
2023-09-02 05:42:40
committer_date
timestamp[us]date
2005-04-26 09:58:02
2023-09-02 05:42:40
github_id
int64
436k
586M
star_events_count
int64
0
12.3k
fork_events_count
int64
0
6.3k
gha_license_id
stringclasses
7 values
gha_event_created_at
timestamp[us]date
2012-11-16 11:45:07
2023-09-14 20:45:37
gha_created_at
timestamp[us]date
2010-03-22 23:34:58
2023-01-07 03:47:44
gha_language
stringclasses
36 values
src_encoding
stringclasses
17 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
15 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
ef80606c2f658848d4b4538fd1e458d4dbdb5b3a
449d555969bfd7befe906877abab098c6e63a0e8
/2123/CH3/EX3.3/Exa_3_3.sce
18a7d8a69089de7445c538bcfbbb100ec5508ab0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
654
sce
Exa_3_3.sce
//Example No. 3.3 clc; clear; close; format('v',8); //Given Data : v=60;//Km/hr w=400;//KN friction=5;//N/KN weight tan_theta=1/100;//inclination g=9.81;// gravity constant //Solution : sin_theta=tan_theta; W_sin_theta=w*1000*sin_theta;//N R=friction*W_sin_theta/10;//frictional resistance in N P=W_sin_theta+R;//N v=60*1000/60/60;//m/s Power=P*v;//Watt disp(Power/1000,"Final KW rating of the motor of train : "); Force=P;//down the inclined force in N u=v;//initial velocity in m/s v=0;//final velocity in m/s m=w*1000/g;//in Kg KE=1/2*m*u^2;//in Joule d=KE/P;//distance in meter disp(d,"Distance covered in meter : ");
af17b0502f7a0a586544f4b7f1902fb3ff695e22
449d555969bfd7befe906877abab098c6e63a0e8
/991/CH6/EX6.24/Example6_24.sce
936d576cfaba5a2b767b4bba1353f54e3bfa427a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,952
sce
Example6_24.sce
//Example 6.24. refer fig.6.23(a). clc format(6) disp("(i) DC load line:") disp("Refer fig.6.23(a), we have VCC = VCE + IC*(RC+RE)") disp("To draw the d.c. load line,we need two end points, viz. maximum VCE point(at IC = 0) and maximum IC point(at VCE = 0)") disp("Maximum VCE = VCC = 12V, which locates the point B(OB = 12V) of the d.c. load line") IC=12/(2*10^3) //in Ampere x1=IC*10^3 //in mA disp(x1,"Maximum IC(mA) = VCC / (RC+RE) =") disp("This locates the point A(OA = 6mA) of the d.c. load line. Fig.6.23(b) shows the d.c. load line AB, with (12V,6mA)") disp("") disp("(ii) Operating point Q") disp("The voltage across R2 is V2 = (R2/R1+R2)*VCC") V2=((4*10^3)/(12*10^3))*12 //in V disp(V2,"Therefore, V2(V) =") disp(" V2 = VBE + IE*RE") IE=(4-0.7)/(1*10^3) //in Ampere x2=IE*10^3 //in mA disp(x2,"Therefore, IE(mA) = V2-VBE / RE =") IC=x2 //in mA disp(IC," IC(mA) = IE(mA) = ") VCE=12-((3.3*10^-3)*(2*10^3)) //in volts disp(VCE,"VCE(V) = VCC - IC(RC+RE) =") disp("Therefore, the operating point Q is at 5.4V and 3.3mA, which is shown on the d.c. load line") disp("") disp("(iii) AC load line") disp("To draw the a.c. load line, we need two end points, viz. maximum VCE and maximum IC when signal is applied") Rac=1.5/2.5 //in k-ohm disp(Rac,"AC load, Ra.c.(k-ohm) = RC || RL =") VCE=5.4+((3.3*10^-3)*(0.6*10^3)) //in Volts disp(VCE,"Therefore, maximum VCE(V) = VCEQ + ICQ*Ra.c. =") disp("This locates the point C(OC = 6.24V) on the VCE axis") IC=(3.3*10^-3)+(5.4/(0.6*10^3)) //in Ampere x3=IC*10^3 //in mA disp(x3,"Maximum IC(mA) = ICQ + VCEQ/Ra.c. =") disp("This locates the point D(OD = 12.3mA) on the IC axis. By joining points C and D a.c. load line CD is constructed. ") x=[7.38,0] y=[0,12.3] plot2d(x,y,style=2) x1=[12,0] y1=[0,6] plot2d(x1,y1,style=1) legend("a.c. load line CD","d.c. load line AB") title("Fig.6.23(b)") xlabel("VCE(V) -->") ylabel("IC(mA) -->")
cea824bebd73f845c9056c2497f65eb94bd60f20
449d555969bfd7befe906877abab098c6e63a0e8
/2915/CH4/EX4.7/Ex4_7.sce
e4cea151e69341ab1cb97031eede5e0b3f2baaca
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
716
sce
Ex4_7.sce
clc,clear //Example 4.7 //To determine the length of the belt around the pulleys AE= 5 //radius of first pulley in cm BF= 8 //radius of second pulley in cm AB=15 //distance between centre of pulleys in cm //from the figure CF=AE //parallel side of rectangle ACFE BC= BF- CF AC = sqrt(AB^2 - BC^2) //by pythagoras theorem EF=AC//parallel side of rectangle ACFE angle_EAC = %pi/2 angle_BAC = asin(BC/AB) angle_DAE = %pi - angle_EAC - angle_BAC angle_ABC = angle_DAE //AE and BF are parallel angle_GBF= %pi - angle_ABC arc_DE=AE*angle_ABC //length of arc DE arc_FG=BF*angle_GBF //length of arc FG L=2*(arc_DE + EF + arc_FG) //length of belt printf('Length of belt around pulley = %f cm',L)
51ba200330205cc3c73ae3bc9aad8e2bcf0332ef
449d555969bfd7befe906877abab098c6e63a0e8
/2144/CH1/EX1.10/ex1_10.sce
9c9b8a46dc0f0c1716042eed205e48651592e966
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
309
sce
ex1_10.sce
// Exa 1.10 clc; clear; close; // Given data m = 18.2;//quantity of air supplied of coal in kg T1 = 200;// in degree C T2 = 18;// in degree C del_T = T1-T2;// in degree C Spe_heat = 1;// in kJ/kg-K Q_C = m*Spe_heat*del_T;// in kJ disp(Q_C,"The Quantity of heat supplied per kg of coal in kJ is");
4025bb97194b47c418f5b4a35acf4e59f4c16de1
449d555969bfd7befe906877abab098c6e63a0e8
/2282/CH7/EX7.9/ex7_9.sce
ab53e34babbfe61580324d4ab9e912af66a275fc
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
340
sce
ex7_9.sce
// Example 7.9, page no-278 clear clc e=35 //EIRP radiated by satellite in dBW g=50 //receiver antenna gain in dB e1=30 //EIRP of interfacing satellite in dBW theeta=4 //line-of-sight between earth station and interfacing sattelite x=(e-e1)+(g-32+25*log10(theeta)) printf("carrier-to-interface (C/I) = %.2f dB",x)
21bee90a286b63c3768112e015529ef9fbbfd6ae
449d555969bfd7befe906877abab098c6e63a0e8
/3594/CH12/EX12.9/Ex12_9.sce
f0f501f0c337ed153b5b4f134c85741356f5ae2d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
330
sce
Ex12_9.sce
clc //given N=270//rpm ihp=35.8 k=2.25//ft g=32.2//ft/s^2 ke=1.93//from table on p 440 E=ihp*33000/N Ef=ke*E w=%pi*N/30 W=1000//lb MOI=2*W*k^2//moment of inertia of both wheel ks=Ef*g/(MOI*w^2)//formula for ks p=ks/2 printf("The fluctuation speed is therefore %.4f or %.3f on either side of the mean speed",ks,p)
c2104ab252297c1bc4bcbf10766131a73fa43ad7
449d555969bfd7befe906877abab098c6e63a0e8
/2780/CH1/EX1.20/Ex1_20.sce
5fca4d8fcb3a66027447a9a37e27d7d66bff733b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
356
sce
Ex1_20.sce
clc //to calculate mass(m),speed(v) of an electron K=1.5*10^6*1.6*10^-19 //kinetic energy(J) m0=9.11*10^-31 //rest mass of an electron(kg) c=3*10^8 // velocity of light in vacuum(m/s) m=(K/c^2)+m0 //relativistic kinetic energy(k=(m-mo)c^2) disp("mass is m="+string(m)+"kg ") v=c*sqrt(1-m0^2/m^2) disp("speed of an electron is v="+string(v)+"m/s")
8fb51d627704d9649306a20ec6873661d98f6db2
449d555969bfd7befe906877abab098c6e63a0e8
/2534/CH11/EX11.7/Ex11_7.sce
a92cddd06c5c505025cb96a012d5c100becdd042
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
315
sce
Ex11_7.sce
//Ex11_7 clc RL = 3.6*10^3//output impedence of power amplifier RL_dash = 4//resistance of speaker n = (RL/RL_dash)^.5//turns ratio disp("RL = "+string(RL)+"ohm") disp("RL_dash = "+string(RL_dash)+"ohm") disp("n = RL/RL_dash = "+string(n)) disp("turn ratio = "+string((numer(n)))+": "+string(denom(n)))
fe38122e046dca89651601d5f5d08550f041aca9
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.1.1/Unix/scilab-2.1.1/macros/sci2for/adderr.sci
ac25fd2ae1574c356dbf90c2bcd5287ee804d8fd
[ "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
492
sci
adderr.sci
//[errn,nwrk]=adderr(nwrk,txt) //Cette macro ajoute une erreur dont le texte du message est donne dans txt // dans la table des erreurs possibles et retourne // errn : le numero associe a cette erreur dans le sous programme fortran // il faut alors inserer dans le code fortran les lignes suivantes // if(.......) then // ierr=errn // return // endif //! nwrk(7)=nwrk(7)+1 errn=nwrk(7) msgs=nwrk(8);msgs(nwrk(7))=txt nwrk(8)=msgs //end
1cc5b449c09eec01e12f7ae693eb4be33c37a511
449d555969bfd7befe906877abab098c6e63a0e8
/1739/CH2/EX2.24/Exa2_24.sce
ae8d4e8ee80ae4a65d69504d462abd93c56a4179
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Exa2_24.sce
//Exa 2.24 clc; clear; close; //Given data : delta=1;//relative refractive index difference in % n1=1.47;//unitless lambda=1.5;//in um disp("v=2*%pi*a*n1*sqrt(2*delta)/lambda"); disp("For single mode transmission in graded index fibre, v=2.405*sqrt((alfa+2)/alfa)"); disp("Hence we have :"); alfa=2;//unitless a=2.405*sqrt((alfa+2)/alfa)*lambda/(2*%pi*n1*sqrt(2*delta/100)); disp(2*a,"Hence the diameter in micro meter : ");
111b40a527cf126520b598f10d565433e2a73b3b
449d555969bfd7befe906877abab098c6e63a0e8
/2453/CH4/EX4.3/4_3.sce
13ab355b8439d694f72455a56682c313443b9734
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
319
sce
4_3.sce
//To calculate the relaxation time rho = 1.54*10^-8; //resistivity, ohm-m n = 5.8*10^28; //conduction electrons per m^3 m = 9.108*10^-31; //mass of electron, kg e = 1.602*10^-19; tow = m/(n*e^2*rho); //relaxation time, sec printf("relaxation time of conduction electrons in sec is"); disp(tow);
7d3b072439b386f0f79c8900a1196a6583bf0fba
449d555969bfd7befe906877abab098c6e63a0e8
/154/CH13/EX13.8/ch13_8.sce
a2b23311f0454e2464ba65ae823d1454f865b905
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
564
sce
ch13_8.sce
clc disp("Problem 13.8") printf("\n") s=%s; printf("Given") H=(10*s)/(s^2+30*s+10^6) disp(H,"H(s)=") //From the above transfer function //Comparing the denominator with s^2+a*s+b with w=sqrt(b) a=30;b=10^6; //Therefore center frequency is w0=sqrt(10^6) //The lower and upper frequencies are wl=sqrt(a^2/4+b)-a/2 wh=sqrt(a^2/4+b)+a/2 B=wh-wl Q=sqrt(b)/a printf("\nCenter frequency= %drad/s\n",w0); printf("Low power frequency = %3.2frad/s\nHigh power frequency = %3.2frad/s\n",wl,wh); printf("Bandwidth= %drad/s\nQuality factor =%3.2f\n",B,Q)
85acd2bbc745878924a277d89dad4bb0331662d5
449d555969bfd7befe906877abab098c6e63a0e8
/3637/CH2/EX2.1/Ex2_1.sce
fd8b8200a8ecda90262ca51c7e024a8f82417882
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
358
sce
Ex2_1.sce
//problem 1 pagenumber 2.86 //given rf=10*10^3;//ohm //vo=0.1v1+v2+10v3; 1 //determine r1,r1,r3 r1=rf/0.1;//from 1 r2=rf/1;//from 1 r3=rf/10;//from 1 format(6); disp('R1 = '+string(r1/10^3)+' Kohm'); disp('R2 = '+string(r2/10^3)+' Kohm'); disp('R3 = '+string(r3/10^3)+' Kohm'); disp('Rf = '+string(rf/10^3)+' Kohm');
ea29d0f25eea04affe97f94f8df2ba52fbea9647
449d555969bfd7befe906877abab098c6e63a0e8
/2339/CH5/EX5.15.1/Ex5_15.sce
f6fa12ce21e9bab93cce1ff868f8964bf72cffe2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
633
sce
Ex5_15.sce
clc clear Ms=7.5; //kg/kg of coal P=11; //in bar Tf=70; //in C Eff=0.75; //Efficiency FOE=1.15; //Factor of Evaporation Cps=2.1; //in kJ/kg K Hfw=293; //in kJ/kg H=(FOE*2257)+Hfw; //At 11 bar Hg=2781.7; //in kJ/kg Tsat=184.1; //in C Tsup=((H-Hg)/Cps)+Tsat; DOS=Tsup-Tsat; //Degree of Superheat printf('Degree of Superheat: %3.1f C',DOS); printf('\n'); Me=(Ms*(H-Hfw))/2257; printf('Equivalent evaporation: %3.2f kg/kg of coal',Me); printf('\n'); CV=(Ms*(H-Hfw))/Eff; printf('Calorific value of Boiler: %3.2f kJ/kg ',CV); printf('\n');
3df7660f2a3b2cc4af21daf880eee2b40cc4ba22
364f7d17c4f024c39c47c99bda284bacb913d470
/macros/cornerEigenValsAndVecs.sci
c5968969fa8e0db17ee35ba064ad10697e2793d0
[]
no_license
msharsha/FOSSEE-Image-Processing-Toolbox
6ce7bafc187b99b9e01d1eedcc09a11c3a80370d
f8b16bc3329f9186a3b362f29d9a40d20b48cfd4
refs/heads/master
2020-12-02T07:55:57.553927
2017-07-10T07:41:21
2017-07-10T07:41:21
96,747,260
0
0
null
2017-07-10T07:14:37
2017-07-10T07:14:37
null
UTF-8
Scilab
false
false
1,851
sci
cornerEigenValsAndVecs.sci
// Copyright (C) 2015 - IIT Bombay - FOSSEE // // This file must be used under the terms of the CeCILL. // This source file is licensed as described in the file COPYING, which // you should have received as part of this distribution. The terms // are also available at // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt // Author: Shubheksha Jalan // Organization: FOSSEE, IIT Bombay // Email: toolbox@scilab.in function [outputImg]= cornerEigenValsAndVecs(inputImage, blockSize, kSize, borderType) //Calculates eigenvalues and eigenvectors of image blocks for corner detection. // //Calling Sequence //inputImage=imread('path of the image file') //outputImg = cornerEigenValsAndVecs(inputImage, blockSize, kSize, borderType) //imshow(outputImg) // //Parameters //inputImage : an image. //blockSize : Neighborhood size //kSize : Aperture parameter for the Sobel() operator. //borderType : Pixel extrapolation method // //Description //outputImg = cornerEigenValsAndVecs(inputImage, blockSize, kSize, borderType) //For every pixel p , the function cornerEigenValsAndVecs considers a blockSize x blockSize neighborhood S(p) . It calculates the covariation matrix of derivatives over the neighbourhood //After that, it finds eigenvectors and eigenvalues and stores them in the destination image(outputImg). // //Examples //inputImage=imread('images/lena.jpeg'); //blockSize = 7; //kSize=3; //borderType="BORDER_DEFAULT" //outputImg=cornerEigenValsAndVecs(inputImage, blockSize, kSize, borderType); //imshow(outputImg) //Authors // Shubheksha Jalan inputList=mattolist(inputImage); outputList=raw_cornerEigenValsAndVecs(inputList, blockSize, kSize, borderType); for i=1:size(outputList) outputImg(:,:,i)=outputList(i) end endfunction
f7a9d05ead4f46aaaed82b5b18b1d568735acb8f
449d555969bfd7befe906877abab098c6e63a0e8
/1883/CH5/EX5.3.13/Example5_13.sce
aa70e9b5ca5fa3a550c3a371a73ff9b6f17a9b6c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
725
sce
Example5_13.sce
//Chapter-5,Example5_3_13,pg 5-12 h=6.63*10^-34 //Plancks constant c=3*10^8 //velocity of light in air E=1.6*10^-19 //energy of photon wavelength_ph=h*c/E //The energy of photon is E=h*c/lamph printf("\nThe de Broglie wavelength of a photon\n") disp(wavelength_ph) printf("meter\n") m=9.1*10^-31 //mass of an electron wavelength_e=h/sqrt(2*m*E) printf("\nThe de Broglie wavelength of an electron\n") disp(wavelength_e) printf("meter\n")
7de597e3c9d3451bda882f273ee56da14a8afce0
d01bf962afff16bc1ce292c49da5923ebbe59775
/Maths/Scilab-Beginners.sce
eb4e410e199d18374cb5ed185b99482a3a24049e
[]
no_license
fredkerdraon/Reference-research
71d0af22f84605ed0c53907acd6b248400c47388
1f48fdfebbe766bbd268b4f1853ab98162f57425
refs/heads/master
2023-05-05T12:18:18.655367
2020-02-08T22:08:15
2020-02-08T22:08:15
71,020,179
0
0
null
2023-04-19T18:37:49
2016-10-15T23:49:14
POV-Ray SDL
UTF-8
Scilab
false
false
2,934
sce
Scilab-Beginners.sce
//Already defined functions (type help function) disp(factorial(4)); //Serie definition u(1)=1; for n=1:10 u(n+1)=2*u(n)-3 disp([n,u(n)]) end //Function definition function y=f(x); y=exp(x); endfunction f(3) //Vector definition v=[3;-2;1] //Display comment + vector disp("Bob won: "+string(f(3))) //Definition of vector in a range with increment (default increment = 1) 1:2:50 1:f(3):50 //While loop h=1.2; y=2005; while h<7 h=h+0.3; y=y+1; end disp("I will cut the..tree in "+string(y)) //Vector comparison by axis X=[1,2,5]; Y=[5,3,5]; X==Y //Vector comparison isequal(X,Y) //The inverse doesn't work anymore) -isequal(X,Y) //Vector of 3 random numbers beetwen 1 and 6 D=grand(1,3,"uin",1,6); //Graph of the vector (a bit funny as it's 2d) plot(D) //Plot one point in red (lol! It's a big point :-)) plot(1,2,".r") //Plot of 2d function - Try with a linspace(-2,5,3), it's funny function y=f(x) y=(x^2+2*x)*exp(-x) endfunction x=linspace(-2,5,50); plot(x,f) function y=g(x) y=sin(x/2) endfunction x=linspace(-2,5,50); clf //Plot of two 2d functions with defined colors plot(x,f,"r",x,g,"g") //Plot of a serie (Careful that the serie is not defined before) for n=1:50 u(n)=(-0.8)^n; end clf; plot(u,"*r") //Bivariate statistics X=[1,3,3,7,7,9,10]; Y=[8,7,5,5,4,2,2]; clf; plot(X,Y,"<") //Surface plot function z=f(x,y) z=2*x^2+y^2; endfunction x=linspace(-1,1,100); y=linspace(-2,2,200); z=feval(x,y,f)'; clf surf(x,y,z) //Parametric 3d t=linspace(0,4*%pi,100); param3d(cos(t),sin(t),t) //Random vectors //Integers grand(1,8,"uin",-1,1) //Real grand(1,8,"unf",-1,1) //Bar plot (Becareful here I tried dividing n by 2) x=[1:10]; n=[8,6,13,10,6,4,16,7,8,5]; clf; bar(x,n/2) //Bar plot with two series X=[1,2,5];n1=[5,10,5];n2=[6,8,7]; bar(X,[n1',n2']) //Matrix definition m=[1 2 3;4 5 6] //Element 2,3 of the previous matrix m(2,3) m(2,:) //Matrix multiplication A=[1,2,3;4,5,6] B=[1;1;2] A*B //Multiplication of all the elements by themselves 2*(A+2) //Result of X.A=A A/A A./A A.*A // C=1:4 C.*C C.^2 //Result of C*X=1 1/C //System resolution A=[1 2 3;4 5 6]; Y=[1;1]; X=A/Y //Sorting a vector scalars v=[2,6,9,6,-4,0,2] gsort(v) //In increasing order gsort(v,"g","i") //Lenght of a vector U=[1:10] length(U) //Number of line/columns m=[1 2 3;4 5 6]; size(m) //Sum of the scalars sum(U) //Product of the scalars prod(U) //Keep the distinct scalars from the vector v=[2,6,9,6,-4,0,2] unique(v) //Search for some scalars in the vector w=[1,5,3,8,14,7,3,2,12,6]; find(w<5) find(w==3) //Precision of scilab %eps //Example a=sqrt(3) b=1 c=2 b^2+a^2==c^2 //The result is false because of the approximations //The correct test should not be: abs(a^2+b^2-c^2)<%eps abs(a^2+b^2-c^2)/c^2<%eps //Nice test a^2 format(20) a^2 //Solving differential equations function yprim=f(t,y) yprim(1)=y(2); yprim(2)=-4*y(1) ; endfunction t0=0; tmax=5; t=t0:0.05:tmax; y0=3; yprim0=0; y=ode([y0;yprim0],t0,t,f); clf; plot(t,y(1,:))
41c84167d1664b158e29fb3edfa6a22acaf2d675
449d555969bfd7befe906877abab098c6e63a0e8
/3811/CH7/EX7.4/Ex7_4.sce
161dcd5febc6b155a01428838269ca8bddca6a58
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,555
sce
Ex7_4.sce
//Book Name: Fundamentals of electrical drives by Mohamad A. El- Sharkawi //chapter 7 //example 7.4 //edition 1 //publisher and place:Nelson Engineering clc; clear; V=480;//terminal voltage in volt p=6;//number of poles f=60;//frequency in hertz Tout=300;//constant load torque in Nm N1=1; N2=1; Prot=1e3;//rotational power in watt alpha=120;//trigerring angle in degree mprintf("\nTo find speed of the motor:") a=120;//constant value ns=(a*f)/p; n=ns*(1+((N1/N2)*cosd(alpha))); mprintf("\nThe speed of the motor is %f rpm",n) s=(ns-n)/ns; mprintf("\nTo compute current in DC link:") rps=n/60;//speed in rps omega=(2*%pi*rps); Pout=Tout*omega; Pd=Pout+Prot; K=(3*sqrt(2))/%pi; I=(Pd/(1-s))/(K*V); mprintf("\nThe current in DC link is %f A",I) mprintf("\nTo compute rotor rms current:") itr=sqrt(2/3);//solved integration value I2=itr*I; mprintf("\nThe rotor rms current is %f A",I2) mprintf("\nTo compute stator rms current:") I1=(N1/N2)*I2 mprintf("\nThe stator rms current is %f A",I1) mprintf("\nTo compute power returned to the source:") Pr=Pd; Pr=Pr*10^(-3); mprintf("\nThe power returned to the source is %f watt",Pr) mprintf("\nTo compute the losses when additional resistance is added:") Td=Pd/omega; rpss=ns/60;//speed in rps omegas=(2*%pi*rpss); Radd=(V^2*s)/(Td*omegas);//additional resistance added in ohm I2=sqrt(((s/(1-s))*(Pd/3))/Radd);//rotor current Padd=3*I2^2*Radd;//additional power loss Padd=Padd*10^(-3); mprintf("\nThe power losses when additional resistance added is %f watt",Padd)
6b1eccec2a0a43a5cdb71572dd958cdce76c0820
6e257f133dd8984b578f3c9fd3f269eabc0750be
/ScilabFromTheoryToPractice/Computing/testisnan.sce
4e82057aec1655aec8bc2825ea146612ca4a9dca
[]
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
168
sce
testisnan.sce
%nan==%nan // returns %F instead of %T %nan<>%nan // returns %T instead of %F isnan(%nan) // accurately returns %T isnan(%inf) // accurately returns %F
dc9517e2642a7e736d88927d49f1f4bee7594e5b
10b625bb4f968cf83298dd40b285b6f15ab4354f
/Valaquio_Lab9.sce
cd43e651e57a85b849955c1c29d3915be42e0fd4
[]
no_license
edvalaquio/SciLabProjects
885b1493b1368bbdccd671a58fba6ead6da9bca1
aa8efd42ca65d4779376e2ccaf132fd75713fe7f
refs/heads/master
2021-09-14T20:03:14.736024
2018-05-18T10:42:59
2018-05-18T10:42:59
131,813,353
1
0
null
null
null
null
UTF-8
Scilab
false
false
2,802
sce
Valaquio_Lab9.sce
function matrix = computeMatrix(mat) numRows = size(mat, 1) for i = 1:1:numRows if(mat(i, i) == 0 & i < numRows) then mat([i, i+1], :) = mat([i+1, i], :) end if(mat(i, i) <> 1) then mat(i, :) = mat(i, :)/mat(i, i) end prevNext = [1:(i-1) (i+1):numRows] mat(prevNext, :) = (-mat(prevNext, i))/mat(i, i) * mat(i, :) + mat(prevNext, :) end matrix = mat endfunction function piece = generatePieceWise(a, b, c, d, x, len) piece = [] disp(x); disp(a); disp(b); for i = 1:1:len strA = string(a(i)) strB = string(b(i)) + "(x-" + string(x(i,:)) + ")" strC = string(c(i)) + "(x-" + string(x(i,:)) + ")^2" strD = string(d(i)) + "(x-" + string(x(i,:)) + ")^3" piece(i,:) = strA + " + " + strB + " + " + strC + " + " + strD end endfunction function free = computeCubicFree(mat, h) y(1,:) = mat(:, 2) n = size(mat) A = [] v = [] v(1:n(1)) = zeros() A(1:n(1), 1:n(1)) = zeros() A(1, 1) = 1 A($, $) = 1 space = 1 for i = 2:1:(n(1)-1) yTemp = 3 * (((y(i+1) - y(i))/h(i)) - ((y(i) - y(i-1))/h(i-1))) v(i) = [yTemp] hTemp = 2 * (h(i-1) + h(i)) temp = [h(i-1) hTemp h(i)] for j = 1:1:size(temp, 2) A(i, (space+j) - 1) = temp(j) end space = space + 1 end free = [A v] endfunction function clamped = computeCubicClamped(mat, h) y(1,:) = mat(:, 2) x(1,:) = mat(:, 1) alpha = (y(2) - y(1))/(x(2) - x(1)) beta1 = (y($) - y($-1))/(x($) - x($-1)) n = size(mat) A = [] v = [] v(1:n(1)) = zeros() yTemp = 3 * (((y(2) - y(1))/h(1)) - alpha) v(1) = [yTemp] yTemp = 3 * (beta1 - ((y($) - y($-1))/h($))) v($) = yTemp A(1:n(1), 1:n(1)) = zeros() A(1, 1:2) = [(2 * h(1)) h(1)] A($, ($-1):$) = [h($) (2 * h($))] space = 1 for i = 2:1:(n(1)-1) yTemp = 3 * (((y(i+1) - y(i))/h(i)) - ((y(i) - y(i-1))/h(i-1))) v(i) = [yTemp] hTemp = 2 * (h(i-1) + h(i)) temp = [h(i-1) hTemp h(i)] for j = 1:1:size(temp, 2) A(i, (space+j) - 1) = temp(j) end space = space + 1 end disp(A) clamped = [A v] endfunction function cubic = computeCubic(mat, isFree) Av = [] h(1,:) = diff(mat(:, 1)) if(isFree) Av = computeCubicFree(mat, h) else Av = computeCubicClamped(mat, h) end disp(Av); linMat = computeMatrix(Av) disp(linMat); n = size(mat) a(1,:) = mat(:, 2) c(1,:) = linMat(:, $) b = [] d = [] for i = 1:1:n(1)-1 bTemp = ((a(i+1) - a(i))/h(i)) - (h(i) * ((2 * c(i)) + c(i+1))/3) b(1, i) = bTemp dTemp = (c(i+1) - c(i))/(3 * h(i)) d(1, i) = dTemp end // disp(mat(:, 1)) cubic = generatePieceWise(a, b, c, d, mat(:,1) ,n(1)-1) endfunction // given = [ // 1 1 // 3 2 // 4 3 // 6 8 // ] given = [ 1 3 2 5 3 8 ] funcprot(0) disp(computeCubic(given, %F)) clear
87a90e11f8c0da987f7dbbaeced5d1a6e9b8e7ff
ebd6f68d47e192da7f81c528312358cfe8052c8d
/swig/Examples/test-suite/scilab/li_carrays_runme.sci
0ac157446fc04fa0888d56307d891995d02479ed
[ "LicenseRef-scancode-swig", "GPL-3.0-or-later", "LicenseRef-scancode-unknown-license-reference", "GPL-3.0-only", "Apache-2.0" ]
permissive
inishchith/DeepSpeech
965ad34d69eb4d150ddf996d30d02a1b29c97d25
dcb7c716bc794d7690d96ed40179ed1996968a41
refs/heads/master
2021-01-16T16:16:05.282278
2020-05-19T08:00:33
2020-05-19T08:00:33
243,180,319
1
0
Apache-2.0
2020-02-26T05:54:51
2020-02-26T05:54:50
null
UTF-8
Scilab
false
false
247
sci
li_carrays_runme.sci
exec("swigtest.start", -1); d = new_intArray(10); intArray_setitem(d, 0, 7); intArray_setitem(d, 5, intArray_getitem(d, 0) + 3); checkequal(intArray_getitem(d, 5) + intArray_getitem(d, 0), 17, "d(5) + d(0) <> 17"); exec("swigtest.quit", -1);
1bbb9ee14e8fcdf13da6f65f897d83da8e33c99c
449d555969bfd7befe906877abab098c6e63a0e8
/848/CH12/EX12.6/Example12_6.sce
479f247bf6e3b13069406c308ca4102c123c4417
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
462
sce
Example12_6.sce
//clear// //Caption: Program to calculate soliton peak power //Example12.6 //page 447 clear; clc; close; Lambda = 1550e-9; //wavelength in meters n2 = 2.6e-20; //power in square meter/w Aeff = 50e-12; //effective area in square meter Ldisp = 202e03; //dispersion length in meters Ppeak = (Aeff/(2*%pi*n2))*(Lambda/Ldisp); disp(Ppeak*1e03,'Soliton peak power in milli watts Ppeak =') //Result //Soliton peak power in milli watts Ppeak = 2.3485354
13d7d6d75532a8ad07fb2a9fee5815f335a329da
449d555969bfd7befe906877abab098c6e63a0e8
/2093/CH1/EX1.4/exa_1_4.sce
e958f1f357525d32a132f3c566d9a7feef39a3ad
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
198
sce
exa_1_4.sce
// Exa 1.4 clc; clear; close; // Given data R1= 100;// in kohm R2= 500;// in kohm V1= 2;// in volt Vo= (1+R2/R1)*V1;// in volt disp(Vo,"Output voltage for noninverting amplifier in volt")
3fd15f58bcc80fc757aa64b2289bbf1127e63f3a
449d555969bfd7befe906877abab098c6e63a0e8
/2198/CH1/EX1.40.15/Ex1_40_15.sce
bcf1cb27a15cfae155f8ed502e574a18a1274f6b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
793
sce
Ex1_40_15.sce
//Ex 1.40.15 clc;clear;close; format('v',9); //Given : ND=4.5*10^15;//per cm^3 A=1*10^-2;//cm^2 l=10;//cm tau_p=1*10^-6;//sec tau_n=1*10^-6;//sec Dp=12;//cm^2/sec Dn=30;//cm^2/sec q=1.6*10^-19;//Coulomb del_p=10^21;//electron hole pair/cm^3/sec x=34.6*10^-4;//cm Kdash=26;//mV(Kdash is taken as K*T/q) ni=1.5*10^10;//per cm^3 no=ND;//per cm^3//ND<<ni po=ni^2/no;//per cm^3 ln=sqrt(Dn*tau_n);//cm lp=sqrt(Dp*tau_p);//cm dpBYdx=del_p*exp(-x/lp);//per cm^4 dnBYdx=del_p*exp(-x/ln);//per cm^4 Jp=-q*Dp*dpBYdx;//A/cm^2 Ip=Jp*A;//A disp(Ip,"Hole diffusion current (A) : "); Jn=q*Dn*dnBYdx;//A/cm^2 In=Jn*A;//A disp(In,"Electron diffusion current (A) : "); //Solution is not complete in the book and value of Jp & Jn is due to wrong calculation for dpBYdx and dnBYdx.
78c76736f2a25de3ce7dfd8708f6a19209af6a31
449d555969bfd7befe906877abab098c6e63a0e8
/2579/CH5/EX5.39/Ex5_39.sce
ef7c308a015a624a2d067ad0457369b1ad358257
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
760
sce
Ex5_39.sce
//Ex:5.39 clc; clear; close; printf("Directivity: The max directive gain is called directivity of an antenna."); printf("\n Directivity= max radiation intensity of test antenna/average radiation intensity of test antenna "); printf("\n Polarization: Polarization of an antenna means the direction of electric field of the electromagnetic wave being radiated by the transmitting syatem."); printf("\n Virtual Height: Virtual height of an ionospheric layer may be defined as the height to which short pulse of energy sent vertically upward and travelling with speed of light would reach taking the same ways travel time as does the actual pulse reflected from the layer."); printf("\n Practically the virtual height is alway greater than actual height");
5fc2f27b94f9669d952cfc8c899caf7eff454219
25b5cbd88b9b1c4dd4c6918be2a988027dee667e
/doc/scripts/controller/rootlocus_encoder.sce
f41b9bace8a6b4d4cc7bfde8047e956875236ba8
[]
no_license
nkigen/nxtLEGO
d592720aabdd4da83f3463719135e4e6072aa6dd
7ce91955744756bfeb32b4b619b80cc26e83afef
refs/heads/master
2020-05-20T03:22:49.327962
2015-03-01T17:35:27
2015-03-01T17:35:27
17,963,092
0
0
null
2014-07-17T18:41:48
2014-03-21T00:17:33
C
UTF-8
Scilab
false
false
87
sce
rootlocus_encoder.sce
global G; global Kc; global C; global LpAlpha; global Tc; Tc = 0.001; LpAlpha = 0.62;
cb08bcd4f2f0e2c1ae6fdb7a8f69d2dc52c7cabb
b9602336613b26d0b9c22a09d219c0ed8e158b4e
/Examples/Examples_VecFunc/dot, cdot, norm_dot.sce
4c37dfe3e54fbc71901d0128fa0edc72b70099c7
[ "BSD-2-Clause" ]
permissive
CEG-MCA-Scilab-Hackathon/Scilab_Armadillo_Toolbox
d0a366f5f058ee45d3c4be7a41e08ed419d4b7cd
70c97cda4e0dd54df0a638e9b99f380c09ffa37e
refs/heads/master
2022-12-11T01:28:28.742041
2020-08-26T12:24:27
2020-08-26T12:24:27
290,481,428
0
0
null
null
null
null
UTF-8
Scilab
false
false
39
sce
dot, cdot, norm_dot.sce
// Function Name: dot, cdot, norm_dot
e50b802e56a5b4357530ae253ffb1adf878f9c53
4ba406c1422fd1f3462feb6c2f378b17ea9175c2
/src/functions/dump/GeoPlanet.tst
93fffd48aaa749678a632b644619a7733d7abfe2
[]
no_license
dwjohnston/geoplanets-model
236670178c456a0537ee31cfb3ab931ea46c7edf
06ff2b0ec83272f56ffe02b9ee38f1e169b41a51
refs/heads/master
2021-07-12T23:00:17.411355
2018-09-02T08:08:22
2018-09-02T08:08:22
144,376,835
1
0
null
null
null
null
UTF-8
Scilab
false
false
1,707
tst
GeoPlanet.tst
import Parameter from '../Parameter'; import Planet from "./Planet"; import {Circle, Polygon, Position, Color, Line, GeoUtil,AbstractPolygon} from 'blacksheep-react-canvas'; import BasePhaser from "./modules/phasers/BasePhaser"; class GeoPlanet extends Planet{ constructor(speed, distance, color, center, label,baseSpeed, nSides=3 , rotateSpeed = 0.03) { super(speed, distance, color, center, label, baseSpeed); this.speed = new Parameter(-10, 10, 1, speed, "speed"); this.nSides = new Parameter(1, 10, 1, nSides, "num sides"); this.rotateSpeed = new Parameter(-10, 10, 1, rotateSpeed, "rotate speed"); this.rotatePhase = this.phase; this.planetPhaser = new BasePhaser(this.speed, 0, this.baseSpeed); this.rotatePhaser = new BasePhaser(this.rotateSpeed, 0, this.baseSpeed); } getParams() { return [this.speed,this.rotateSpeed, this.distance,this.nSides, this.color, ]; } tick() { super.tick(); this.rotatePhaser.tick(); this.planetPhaser.tick(); } getCurrentOrbit() { return new AbstractPolygon( this.nSides.getValue(), this.distance.getValue(), this.rotatePhaser.getPhase(), this.center); } resetPhase() { super.resetPhase(); this.rotatePhaser.reset(); this.planetPhaser.reset(); //this.rotatePhase = this.initPhase; } calcPosition(){ } getOrbitPreview() { let circle =super.getOrbitPreview(); // constructor(nsides=3, size=1, phase=0, position = new Position(0,0)) { let polygon = new Polygon(new AbstractPolygon( this.nSides.getValue(), this.distance.getValue(), this.rotatePhaser.getPhase(), this.center), this.color, false); return [circle, polygon]; } } export default GeoPlanet;
588dfa3226f5c0d5a11765d0bc4b509a6031c9c5
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.2/Unix/scilab-2.2/tests/fmlelm.tst
b7cf39c660e28358683038111532499f70d5c7a4
[ "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
1,572
tst
fmlelm.tst
mode(-1) if addf('1','1')<>'2' then pause,end if addf('1','0')<>'1' then pause,end if addf('0','1')<>'1' then pause,end if addf('0','0')<>'0' then pause,end if addf('1','-1')<>'0' then pause,end if addf('-1','1')<>'0' then pause,end if addf('-1','0')<>'-1' then pause,end if addf('0','-1')<>'-1' then pause,end if addf('1','a')<>'a+1' then pause,end if addf('a','1')<>'a+1' then pause,end if addf('a','0')<>'a' then pause,end if addf('0','a')<>'a' then pause,end if addf('a','-1')<>'a-1' then pause,end if addf('-1','a')<>'a-1' then pause,end if addf('a','b')<>'a+b' then pause,end if addf('a+b','c')<>'a+b+c' then pause,end if addf('c','a+b')<>'c+a+b' then pause,end if addf('a+b','a+b')<>'a+b+a+b' then pause,end if addf('a+b','a-b')<>'a+a' then pause,end if addf('2*a+b','a-b')<>'2*a+a' then pause,end if mulf('1','1')<>'1' then pause,end if mulf('1','0')<>'0' then pause,end if mulf('0','1')<>'0' then pause,end if mulf('0','0')<>'0' then pause,end if mulf('1','-1')<>'-1' then pause,end if mulf('-1','1')<>'-1' then pause,end if mulf('-1','0')<>'0' then pause,end if mulf('0','-1')<>'0' then pause,end if mulf('1','a')<>'a' then pause,end if mulf('a','1')<>'a' then pause,end if mulf('a','0')<>'0' then pause,end if mulf('0','a')<>'0' then pause,end if mulf('a','-1')<>'-a' then pause,end if mulf('-1','a')<>'-a' then pause,end if mulf('a','b')<>'a*b' then pause,end if mulf('a+b','c')<>'(a+b)*c' then pause,end if mulf('c','a+b')<>'c*(a+b)' then pause,end if mulf('a+b','a+b')<>'(a+b)*(a+b)' then pause,end if mulf('2*a+b','a-b')<>'(2*a+b)*(a-b)' then pause,end
0e26e6f0b57518f4f8c43809d56b6023ec9c7b53
a50d8e086b29a65e00db43ab5df6a1b07b9a37b1
/de_Bortoli_2018_PhD_Code.sce
eea076596756d02591537f93921b35c637a3d409
[]
no_license
Anne2B/PhD
25aed8f59be749f3eb57136cd3eabaa7924bba43
dafd52898c3c51b22a87bc99eb205ac23f41e07d
refs/heads/main
2023-04-11T22:25:54.327728
2022-01-15T15:11:27
2022-01-15T15:11:27
443,641,674
0
1
null
null
null
null
UTF-8
Scilab
false
false
44,216
sce
de_Bortoli_2018_PhD_Code.sce
//Les paramètres à modifier dans le code selon l'étude de cas peuvent être repérés avec un contrôle f "//Paramètre" //Lancement du compteur de temps de calcul tic(); //MODULE - DEFINITION DU SYSTEME DE REFERENCE DVT_chaussee=39;//Paramètre //Année de début d'évaluation = à laquelle on veut savoir quel entretien réaliser quand Annee(1)=2017; //Paramètre for i = 2:DVT_chaussee, Annee(i) = Annee(1) + i - 1; end //Tronçon - définition du type de route, de la géométrie, et appel des données d'IRI par l'évaluateur nb_voies = 2; //Paramètre //Ici l'utilisateur indique le nombre de voies de son tronçon. Sur RD de voies < 3.5m, on entre 0 longueur = 10.54; //Paramètre // Ici l'utilisateur indique la longueur de son tronçon en km //Charger les données d'IRI et les nommer FichierIRI = readxls('C:Pathway.xls');//associe le fichier avec chemin (voir "propriétés" du tableur) et le nomme. Attention, format XLS2003 ou antérieur pris en charge FeuilleIRI=FichierIRI(1);//Pointe sur la feuille 1 ValeursIRI=FeuilleIRI.value; //Récupère les données numériques //Créer les vecteurs de localisation et d'IRI bi-trace et moyennés IRIg=ValeursIRI(:,3); IRId=ValeursIRI(:,4); IRI0=(IRIg+IRId)/2.; //Trafic - Définition du parc et du trafic, calcul d'évolution du TMJA //TMJA TMJA0 = 10728; //Paramètre //trafic 2014, données VINCI croissante_trafic=0.44/100; //Paramètre //croissance de trafic sur le réseau Cofiroute TMJA1=TMJA0*(1+(Annee(1)-2014)*croissante_trafic); //calcul trafic 2017 %VP=9158/TMJA0; //Paramètre //Part du trafic VP sur le tronçon considéré, (format 1=100%)), données VINCI %VUL=434/TMJA0; //Id %PPL=123/TMJA0; //Id %GPL=1013/TMJA0; //Id %VL=%VP+%VUL; %PL=%PPL+%GPL; TMJA(1) = TMJA1 ; for i = 2:DVT_chaussee, TMJA(i) = TMJA(i-1)*(1+croissante_trafic); end //Vitesses Vmoy_RA_VL=118;//Paramètre Vmoy_RA_PL=88;//Paramètre //MODULE - POLITIQUE DE RESURFACAGE //Type de revêtement de resurfaçage choisi RESURFACAGE = ['BBSG' ; 'BBM';'BBTM'; 'BBUM'; 'ECF monocouche'; 'ECF bicouche';'ESU bicouche'; 'ESU bicouche pregravillonne']; TYPE_RESURFACAGE = RESURFACAGE(3); //Paramètre //Cycles de resurfaçage //Paramètre DV_surface_invest_min=DVT_chaussee/2; DV_surface_ref=DVT_chaussee/3; DV_surface_invest_plus=DVT_chaussee/4; DV_surface_max_terrain=DVT_chaussee/5; DV_surface_invest_max=DVT_chaussee/7; //Choix_scenario DVS_scenario = [ DV_surface_invest_min, DV_surface_ref ,DV_surface_invest_plus ,DV_surface_max_terrain , DV_surface_invest_max ];//durée de vie de la surface, j'arrondis à l'entier le plus proche, sinon on a des décimales que l'on ne peut pas identifier comme colonne d'IRI annuelle après calcul_scenario=2;//Paramètre Noms_scenario = [ "DV_surface_invest_min", "DV_surface_ref" ,"DV_surface_invest_plus" ,"DV_surface_max_terrain" ,"DV_surface_invest_max"]; DVS=DVS_scenario(calcul_scenario); //EVOLUTION ETAT CHAUSSEE //Calcul la matrice d'évolution d'IRI(t) selon le moment de resurfaçage tR, (on considère ici que l'impact du resurfaçage ne dépend pas de la technique(or épaisseur BBTM inférieure donc effet différent)), avec t de 1 à 50, par pas de 1 an Pente_IRI_annuelle=0.05; //peut varier, choix arbitraire selon étude biblio, serait intéressant de faire un travail stat sur données réelles a_resurf=0.3; //adaptation de Wang et al 2013 pour l'effet d'un resurfaçage avec revêtement américain entre 3cm et 7.5cm d'épaisseur b_resurf=0.15; //adaptation de Wang et al 2013, étude XLS/IRI Pathway IRI(:,1) = a_resurf*IRI0+b_resurf+0.5*Pente_IRI_annuelle;//au lieu d'approximer l'état de surface de l'année 1 à celui juste après resurfaçage, on calcule la moyenne de l'état de surface sur l'année 1 //Calcul de la matrice d'IRI en scénario S1 IRI_S1 for j = 2:DVT_chaussee, if j < round(DVS)+1 IRI(:,j) = IRI(:,1)+(j-1)*Pente_IRI_annuelle ; end end IRI(:,round(DVS)+1)=a_resurf*(IRI(:,round(DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle;//en 6 mois, on compte une demi-pente annuelle pour calculer l'état de surface en fin de cycle, puis on calcule là-dessus l'effet des travaux, puis on calcule l'état moyen sur l'année après resurfaçage for j = round(DVS)+1+1:DVT_chaussee, if j<round(2*DVS)+1, IRI(:,j) = IRI(:,round(DVS)+1)+(j-round(DVS)+1)*Pente_IRI_annuelle ; end end IRI(:,round(2*DVS)+1)=a_resurf*(IRI(:,round(2*DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle; for j = round(2*DVS)+1+1:DVT_chaussee, if j<round(3*DVS)+1, IRI(:,j) = IRI(:,round(2*DVS)+1)+(j-round(2*DVS)+1)*Pente_IRI_annuelle ; end end IRI(:,round(3*DVS)+1)=a_resurf*(IRI(:,round(3*DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle; for j = round(3*DVS)+1+1:DVT_chaussee, if j<round(4*DVS)+1, IRI(:,j) = IRI(:,round(3*DVS)+1)+(j-round(3*DVS)+1)*Pente_IRI_annuelle ; end end IRI(:,round(4*DVS)+1)=a_resurf*(IRI(:,round(4*DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle; for j = round(4*DVS)+1+1:DVT_chaussee, if j<round(5*DVS)+1, IRI(:,j) = IRI(:,round(4*DVS)+1)+(j-round(4*DVS)+1)*Pente_IRI_annuelle ; end end IRI(:,round(5*DVS)+1)=a_resurf*(IRI(:,round(5*DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle; for j = round(5*DVS)+1+1:DVT_chaussee, if j<round(6*DVS)+1, IRI(:,j) = IRI(:,round(5*DVS)+1)+(j-round(5*DVS)+1)*Pente_IRI_annuelle ; end end IRI(:,round(6*DVS)+1)=a_resurf*(IRI(:,round(6*DVS)+1-1)+0.5*Pente_IRI_annuelle)+b_resurf+0.5*Pente_IRI_annuelle; for j = round(6*DVS)+1+1:DVT_chaussee, if j<round(7*DVS)+1, IRI(:,j) = IRI(:,round(6*DVS)+1)+(j-round(6*DVS)+1)*Pente_IRI_annuelle ; end end IRI=IRI(1:length(IRI0),1:DVT_chaussee); //MODULE - DEPENSES TRAVAUX //Coûts financiers TTC, en euros courants 2017 /m² cout_RESURFACAGE(1)=18; //BBSG cout_RESURFACAGE(2)=14; //BBM cout_RESURFACAGE(3)=10; //BBTM cout_RESURFACAGE(4)=8; //BBUM, coût pifométrique cout_RESURFACAGE(5)=5; //ECF monocouche cout_RESURFACAGE(6)=5;//ECF bicouche cout_RESURFACAGE(7)=3; //ESU bicouche cout_RESURFACAGE(8)=3;//ESU bicouche pregravillonne // surface de chaussée du tronçon en m2, avc 1m de bande dérasée et 3m de BAU surface = (nb_voies * 3.5 + 1 + 3) * longueur * 1000 ;//en m² //Gestion chantier - on devra continuer à développer ce module plus tard, pour l'instant on n'indique que ce qui nous intéresse GESTION_CHANTIER = ['NUIT' ; 'JOUR';'3x8']; TYPE_GESTION_CHANTIER = GESTION_CHANTIER(2); //Paramètre, mais code à adapter par la suite pour nuit et 3x8 nb_jours_1resurfacage=longueur/0.8;//Paramètre Vreduite=90; //Réduction de la vitesse maximale à 90km/h pendant les travaux //paramètre //Gêne aux usagers par les travaux de resurfaçage - dans notre cas autoroutier les PL ne ralentissent pas, mais il faudra développer le cas général for i=1:DVT_chaussee, if round(i*DVS)+1<DVT_chaussee then TMJA_travaux(i) =TMJA(round(i*DVS)+1); end end tps_perdu_travaux_VL=nb_jours_1resurfacage*2*sum(TMJA_travaux(1:length(TMJA_travaux)))*(%VP+%VUL)*longueur*(1/Vreduite-1/Vmoy_RA_VL);//En nombre d'heures - ATTENTION, on met un facteur 2 car on considère que le trafic est basculé dans l'autre sens, et que donc les deux sens sont impactés par la réduction de vitesse (on considère le même trafic)) //MODULE : CONSOMMATIONS VEHICULAIRES //PNEUMATIQUES //Modèle d'usure physique //Nombre de pneus par type de véhicule nb_roue_VP=4; nb_roue_VUL=4; nb_roue_PPL=4;//paramètre nb_roue_GPL=10;//Paramètre //Durées de Vie Typiques DVT en km à IRI=1m/km DVT_pneu_RA_VP=47383; DVT_pneu_RA_VUL=35413; DVT_pneu_RA_PPL=177757; DVT_pneu_RA_GPL=191244; //Lois d'usure pneumatique en fonction de l'IRI sur réseau autoroutier (RA) français selon l’IRI(ajouter les autres lois RE et RN/RD plus tard) function y=SP_VP_RA(x) ; y=0.0169*x+0.9812 ; endfunction function y=SP_VUL_RA(x) ; y=0.0102*x+0.9927 ; endfunction function y=SP_PPL_RA(x) ; y=0.0122*x+0.9866 ; endfunction function y=SP_GPL_RA(x) ; y=0.0089*x+0.9917 ; endfunction //Nombres de pneumatiques usés sur la période par type //calcul de la matrice des facteurs d'usure pneumatiques de chaque type de pneu par an entre Annee(1) et Annee(50) FUP_VP_RA=SP_VP_RA(IRI);//Facteur d'usure des VP sur RA selon la matrice d'IRI (par sous-tronçon en ligne et par an en colonnes) FUP_VUL_RA=SP_VUL_RA(IRI); //id VUL FUP_PPL_RA=SP_PPL_RA(IRI); //id FUP_GPL_RA=SP_GPL_RA(IRI); //id //calcul de la matrice de consommation de pneus par type de véhicule (VP, VUL, PPL, GPL) par sous-tronçon (lignes)et sur un jour par an (colonnes) for j=1:DVT_chaussee, CP_VP_RA(:,j) = nb_roue_VP/DVT_pneu_RA_VP*10/1000*TMJA(j)*%VP*FUP_VP_RA(:,j);//nombre de pneus VP usés CP_VUL_RA(:,j) = nb_roue_VUL/DVT_pneu_RA_VUL*10/1000*TMJA(j)*%VUL*FUP_VUL_RA(:,j); CP_PPL_RA(:,j) = nb_roue_PPL/DVT_pneu_RA_PPL*10/1000*TMJA(j)*%PPL*FUP_PPL_RA(:,j); CP_GPL_RA(:,j) = nb_roue_GPL/DVT_pneu_RA_GPL*10/1000*TMJA(j)*%GPL*FUP_GPL_RA(:,j); end //Calcul de la somme des pneus consommés par catégorie de véhicule et par an for i=1:DVT_chaussee, Nb_pneus_VP_RA(i) = 365*sum(CP_VP_RA(:,i)); Nb_pneus_VUL_RA(i) = 365*sum(CP_VUL_RA(:,i)); Nb_pneus_PPL_RA(i) = 365*sum(CP_PPL_RA(:,i)); Nb_pneus_GPL_RA(i) = 365*sum(CP_GPL_RA(:,i)); end //Modèle financier //Fonctions de coûts kilométriques en Euros2017 en dépenses pneumatique par type de véhicule function y=ckm_pneu_VP_RA(x) ; y=0.0003*x+0.019 ; endfunction function y=ckm_pneu_VUL_RA(x) ; y=0.0001*x+0.0126 ; endfunction function y=ckm_pneu_PPL_RA(x) ; y=0.0002*x+0.0133 ; endfunction function y=ckm_pneu_GPL_RA(x) ; y=0.0003*x+0.0311 ; endfunction //calcul de la matrice des facteurs de coûts d'entretien en pneumatiques de chaque type de pneu par an entre Annee(1) et Annee(50) FCP_VP_RA=ckm_pneu_VP_RA(IRI);//Facteur de coûts d'entretien en pneumatiques des VP sur RA selon la matrice d'IRI (par sous-tronçon en ligne et par an en colonnes) FCP_VUL_RA=ckm_pneu_VUL_RA(IRI); //id VUL FCP_PPL_RA=ckm_pneu_PPL_RA(IRI); //id FCP_GPL_RA=ckm_pneu_GPL_RA(IRI); //id //calcul de la matrice de coûts journaliers de pneus par type de véhicule (VP, VUL, PPL, GPL) par sous-tronçon (lignes) par an (colonnes) for j=1:DVT_chaussee, CJP_VP_RA(:,j) = 10/1000*TMJA(j)*%VP*FCP_VP_RA(:,j);//nombre de pneus VP usés CJP_VUL_RA(:,j) = 10/1000*TMJA(j)*%VUL*FCP_VUL_RA(:,j); CJP_PPL_RA(:,j) = 10/1000*TMJA(j)*%PPL*FCP_PPL_RA(:,j); CJP_GPL_RA(:,j) = 10/1000*TMJA(j)*%GPL*FCP_GPL_RA(:,j); end //Calcul de la somme des cout en entretien pneus par catégorie de véhicule et par an en euros 2017 for i=1:DVT_chaussee, cout_pneus_VP_RA(i) = 365*sum(CJP_VP_RA(:,i)); cout_pneus_VUL_RA(i) = 365*sum(CJP_VUL_RA(:,i)); cout_pneus_PPL_RA(i) = 365*sum(CJP_PPL_RA(:,i)); cout_pneus_GPL_RA(i) = 365*sum(CJP_GPL_RA(:,i)); cout_pneus(i)=cout_pneus_VP_RA(i)+cout_pneus_VUL_RA(i)+cout_pneus_PPL_RA(i)+cout_pneus_GPL_RA(i); end //ENTRETIEN & SUSPENSIONS //NC pour notre étude autoroutière puisque max(IRI)=3.065 //CARBURANT //Consommations et émissions moyennes de nos catégories de véhicules à IRI moyen, selon l'année, calculés avec le logiciel CopCETE BDD_CopCETE = readxls('C:\Users\anne.de-bortoli\Dropbox\LVMT\Rédaction\Partie 3\Calculs_Etude_Cas\Donnees\BDD_Conso_Emissions.xls'); for i = 1:39, if Annee(i) < 2030 then CopCETE(Annee(i)).Table = BDD_CopCETE(Annee(i)-2015);//Pointe sur la feuille de la bonne année else CopCETE(Annee(i)).Table = BDD_CopCETE(15);//id end end //Calcul des vecteurs des consommations annuelles moyennes par type de véhicule for i=1:DVT_chaussee, C_VP_diesel_moy_RA(i)=CopCETE(Annee(i)).Table(24,4); //g/km; travailler avec CopCETE C_VP_essence_moy_RA(i)=CopCETE(Annee(i)).Table(25,4); C_VUL_diesel_moy_RA(i)=CopCETE(Annee(i)).Table(28,4); C_VUL_essence_moy_RA(i)=CopCETE(Annee(i)).Table(29,4); C_PL_diesel_moy_RA(i)=CopCETE(Annee(i)).Table(31,4); end //Lois de SurConsommation et Emissions sur réseau autoroutier (RA) français selon l’IRI (ajouter les autres lois RE et RN/RD plus tard) function y=SCE_VP_RA(x) ; y=0.0233*x+0.975 ; endfunction function y=SCE_VUL_RA(x) ; y=0.00710*x+0.996 ; endfunction function y=SCE_PPL_RA(x) ; y=0.00870*x+0.992 ; endfunction function y=SCE_GPL_RA(x) ; y=0.0170*x+0.981 ; endfunction //Litres de carburant (diesel, pétrole) consommés sur la période par type //calcul de la matrice des facteurs de consommation pour chaque type de véhicules par an entre Annee(1) et Annee(50) FCE_VP_RA=SCE_VP_RA(IRI);//Facteur de consommation des VP sur RA selon la matrice d'IRI (par sous-tronçon en ligne et par an en colonnes) par rapport à un IRI=1m/km FCE_VUL_RA=SCE_VUL_RA(IRI); //id VUL FCE_PPL_RA=SCE_PPL_RA(IRI); //id FCE_GPL_RA=SCE_GPL_RA(IRI); //id //calcul de la matrice de consommation de carburant en g par type de véhicule (VP, VUL, PPL, GPL), par type de carburant et par sous-tronçon (lignes)et sur un jour par an (colonnes) IRImoy_RA=0.77;//on le prend égal à l'IRI moyen de toute l'autoroute étudiée et on considère qu'il est fixe au cours du temps, ce qui n'est probablement pas vrai (selon politiques d'investissement) for j=1:DVT_chaussee, CC_VP_diesel_RA(:,j) = C_VP_diesel_moy_RA(j)/SCE_VP_RA(IRImoy_RA)*10/1000*TMJA(j)*%VP*FCE_VP_RA(:,j);//on reprend la formule cahier algo : C(IRI)=SC(IRI)*Cmoy(année)/SC(IRImoy) CC_VP_essence_RA(:,j) = C_VP_essence_moy_RA(j)/SCE_VP_RA(IRImoy_RA)*10/1000*TMJA(j)*%VP*FCE_VP_RA(:,j);// CC_VUL_diesel_RA(:,j) = C_VUL_diesel_moy_RA(j)/SCE_VUL_RA(IRImoy_RA)*10/1000*TMJA(j)*%VUL*FCE_VUL_RA(:,j);// CC_VUL_essence_RA(:,j) = C_VUL_essence_moy_RA(j)/SCE_VUL_RA(IRImoy_RA)*10/1000*TMJA(j)*%VUL*FCE_VUL_RA(:,j);// CC_PPL_diesel_RA(:,j) = C_PL_diesel_moy_RA(j)/SCE_PPL_RA(IRImoy_RA)*10/1000*TMJA(j)*%PPL*FCE_PPL_RA(:,j);// CC_GPL_diesel_RA(:,j) = C_PL_diesel_moy_RA(j)/SCE_GPL_RA(IRImoy_RA)*10/1000*TMJA(j)*%GPL*FCE_GPL_RA(:,j);// end //Calcul des volumes de carburants consommés sur notre tronçon, par an et par type //densité des carburants d_diesel=0.85; //kg/L d_essence=0.75;//+/-20%, source AFNOR "NF EN 228" traduction de la norme européenne EN 228 //Sommation des tronçons et des jours et passage de g/tronçon aux L/tronçon for i=1:DVT_chaussee, V_diesel_VL(i) = 365*(sum(CC_VP_diesel_RA(:,i))+sum(CC_VUL_diesel_RA(:,i)))/1000/d_diesel;//passage de g aux L V_essence_VL(i) = 365*(sum(CC_VP_essence_RA(:,i))+sum(CC_VUL_essence_RA(:,i)))/1000/d_essence; V_diesel_PL(i) = 365*(sum(CC_PPL_diesel_RA(:,i))+sum(CC_GPL_diesel_RA(:,i)))/1000/d_diesel; V_carburant_VP(i)=365*(sum(CC_VP_diesel_RA(:,i))+sum(CC_VP_essence_RA(:,i)))/1000/d_diesel; V_carburant_VUL(i)=365*(sum(CC_VUL_diesel_RA(:,i))+sum(CC_VUL_essence_RA(:,i)))/1000/d_diesel;//Besoin pour calculer les temps passés à faire le plein, par type de veh V_carburant_PPL(i) = 365*(sum(CC_PPL_diesel_RA(:,i)))/1000/d_diesel; V_carburant_GPL(i) = 365*(sum(CC_GPL_diesel_RA(:,i)))/1000/d_diesel; end //Calcul des 26 types d'émissions //Type d'émissions EMISSION = ['CO2';'CO';'NOx';'COV';'Benzène';'PM';'SO2';'Pb';'Cd';'CH4';'COVNM';'N2O';'NH3';'HAP';'Cu';'Cr';'Ni';'Se';'Zn';'Ba';'As';'Acroleine';'Formaldehyde';'Butadiene';'Acetaldehyde';'Benzoapyrene']; //Calcul des émissions annuelles moyennes de type j par type de véhicule par km et selon l'année i for j=1:26, for i=1:DVT_chaussee, Emission(j).VP(i)=CopCETE(Annee(i)).Table(24,j+4)+CopCETE(Annee(i)).Table(25,j+4); //en g/km ou mg/km Emission(j).VUL(i)=CopCETE(Annee(i)).Table(28,j+4)+CopCETE(Annee(i)).Table(29,j+4); Emission(j).PL(i)=CopCETE(Annee(i)).Table(31,j+4); end end //Emissions totales par type libérées par an par type //calcul de la matrice pour chaque type d'émission j de la masse émise en g ou mg sur un jour : ligne = sous-tronçon ; colonnes = année d'évaluation for j=1:26, for i=1:DVT_chaussee, M_Emission(j).Table(:,i) = Emission(j).VP(i)/SCE_VP_RA(IRImoy_RA)*10/1000*TMJA(i)*%VP*FCE_VP_RA(:,i)+Emission(j).VUL(i)/SCE_VUL_RA(IRImoy_RA)*10/1000*TMJA(i)*%VUL*FCE_VUL_RA(:,i)+Emission(j).PL(i)/SCE_PPL_RA(IRImoy_RA)*10/1000*TMJA(i)*%PPL*FCE_PPL_RA(:,i)+Emission(j).PL(i)/SCE_GPL_RA(IRImoy_RA)*10/1000*TMJA(i)*%GPL*FCE_GPL_RA(:,i);//on reprend la formule cahier algo : C(IRI)=SC(IRI)*Cmoy(année)/S//C(IRImoy); end end //Calcul des émissions sur notre tronçon, par an i et par type j //Sommation des tronçons et des jours for j=1:26, for i=1:DVT_chaussee, Mtot_Emission(j,i) = 365*(sum(M_Emission(j).Table(:,i))); end end //MODULE - CALCULS INDICATEURS //INDICATEUR environnementaux //Charger les impacts environnementaux EndPoints et les nommer BDD_Env = readxls('C:\Users\anne.de-bortoli\Dropbox\LVMT\Rédaction\Partie 3\Calculs_Etude_Cas\Donnees\BDD_ACV.xls');//associe le fichier avec chemin (voir "propriétés" du tableur) et le nomme. Attention, format XLS2003 ou antérieur pris en charge Impact_ACV=BDD_Env(1);//Pointe sur la feuille 1 Valeurs_ACV=Impact_ACV.value; //Récupère les données numériques //Bilan environnemental - travaux chaussée, selon la technique i (cf chaine "resurfaçage") for i=1:8, sante_RESURFACAGE(i) = Valeurs_ACV(4,12+i)*surface*(DVT_chaussee/DVS-1); biodiversite_RESURFACAGE(i) = Valeurs_ACV(5,12+i)*surface*(DVT_chaussee/DVS-1); ressource_RESURFACAGE(i) = Valeurs_ACV(6,12+i)*surface*(DVT_chaussee/DVS-1); end //Bilan environnemental - pneumatiques usés par an for i=1:DVT_chaussee, sante_pneu_VP(i) = Valeurs_ACV(4,7)*Nb_pneus_VP_RA(i)/nb_roue_VP; sante_pneu_VUL(i) = Valeurs_ACV(4,8)*Nb_pneus_VUL_RA(i)/nb_roue_VUL; sante_pneu_PPL(i) = Valeurs_ACV(4,9)*Nb_pneus_PPL_RA(i)/nb_roue_PPL; sante_pneu_GPL(i) = Valeurs_ACV(4,10)*Nb_pneus_GPL_RA(i)/nb_roue_GPL; biodiversite_pneu_VP(i) = Valeurs_ACV(5,7)*Nb_pneus_VP_RA(i)/nb_roue_VP; biodiversite_pneu_VUL(i) = Valeurs_ACV(5,8)*Nb_pneus_VUL_RA(i)/nb_roue_VUL; biodiversite_pneu_PPL(i) = Valeurs_ACV(5,9)*Nb_pneus_PPL_RA(i)/nb_roue_PPL; biodiversite_pneu_GPL(i) = Valeurs_ACV(5,10)*Nb_pneus_GPL_RA(i)/nb_roue_GPL; ressource_pneu_VP(i) = Valeurs_ACV(6,7)*Nb_pneus_VP_RA(i)/nb_roue_VP; ressource_pneu_VUL(i) = Valeurs_ACV(6,8)*Nb_pneus_VUL_RA(i)/nb_roue_VUL; ressource_pneu_PPL(i) = Valeurs_ACV(6,9)*Nb_pneus_PPL_RA(i)/nb_roue_PPL; ressource_pneu_GPL(i) = Valeurs_ACV(6,10)*Nb_pneus_GPL_RA(i)/nb_roue_GPL; end //INDICATEURS de coûts //Taux d'actualisation //Paramètre T_act_societe=0.025; T_act_Etat=0.01; T_act_menages=0.01; T_act_SCA=0.08; //A choisir par le gestionnaire? ici, valeurs Cofiroute //calcul des coefficients d'actualisation for i=1:DVT_chaussee, coef_act_societe(i)=1/(1+T_act_societe)^(i-1); coef_act_Etat(i)=1/(1+T_act_Etat)^(i-1); coef_act_menages(i)=1/(1+T_act_menages)^(i-1); coef_act_SCA(i)=1/(1+T_act_SCA)^(i-1); end //Indicateurs gestionnaire //calcul des dépenses (courantes et constantes), TTC inflation_IPC=0.014;//Inflation annuelle calculée avec les tendances de l'IPC depuis 1996, données INSEE technique=find(RESURFACAGE==TYPE_RESURFACAGE); cout_travaux=zeros(39,1);//monnaie courante cout_travaux_2017=zeros(39,1);//monnaie constante cout_travaux(1) = surface*cout_RESURFACAGE(technique); cout_travaux_2017(1)=surface*cout_RESURFACAGE(technique); for i=1:DVT_chaussee/DVS-1, cout_travaux(round(i*DVS)+1)=surface*cout_RESURFACAGE(technique)*(1+round(i*DVS)*inflation_IPC); cout_travaux_2017(round(i*DVS)+1)=surface*cout_RESURFACAGE(technique); end cout_travaux_act_SCA=cout_travaux.*coef_act_SCA; IS_invest_gestionnaire=sum(cout_travaux_act_SCA(2:DVT_chaussee)); cout_travaux_act_societe=(0.8*cout_travaux_2017).*coef_act_societe;//HT IS_invest_travaux_societe=sum(cout_travaux_act_societe(2:DVT_chaussee)); //Indicateur d'indisponibilité - nombre de jour d'indisponibilité moyen par an sur la DVT de chaussée indisponibilite_infra=nb_jours_1resurfacage*(DVT_chaussee/DVS-1); //Coûts aux usagers TVA=0.2; //Paramètre //cout pneumatiques infl_maintenance=0.5/100*12;//taux d'inflation linéaire annuel (insee 1998-2015) //Paramètre for i=1:DVT_chaussee, cout_pneus_infl_VP(i)=cout_pneus_VP_RA(i)*(1+0.5/100*12*(i-1)); cout_pneus_infl_VUL(i)=cout_pneus_VUL_RA(i)*(1+0.5/100*12*(i-1)); cout_pneus_infl_PPL(i)=cout_pneus_PPL_RA(i)*(1+0.5/100*12*(i-1)); cout_pneus_infl_GPL(i)=cout_pneus_GPL_RA(i)*(1+0.5/100*12*(i-1)); cout_pneus_infl(i)=(cout_pneus_infl_VP(i)+cout_pneus_infl_VUL(i)+cout_pneus_infl_PPL(i)+cout_pneus_infl_GPL(i))*(1+0.5/100*12*(i-1)); end //cout en carburant utilisé en euros2017 prix_diesel_2017=1.27;//INSEE 2018 //Paramètre prix_essence_2017=1.48;//INSEE 2018 //Paramètre TICPE_diesel_2017=0.5307;//Paramètre TICPE_essence_2017=0.6507;//Paramètre prix_diesel_HT_2017=prix_diesel_2017*(1-TVA)-TICPE_diesel_2017;//INSEE 2018 prix_essence_HT_2017=prix_essence_2017*(1-TVA)-TICPE_essence_2017;//INSEE 2018 //fiscalité carbone TICPE_convergence_2022_diesel=4.33/100;//taxes jusqu'à 2022, en euros/L TICPE_convergence_2022_essence=2.02/100; taxe_carbone_2023=1.78/100; //Modèle de prix des carburants avec évolution fiscalité carbone et rattrapage TICPE diesel/essence inflation_carburant=0.11;//inflation prix HT diesel et essence en euros courants par litre for i=1:DVT_chaussee, if Annee(i)<2023, Prix_diesel(i)=prix_diesel_2017+((Annee(i)-2017)*inflation_carburant+TICPE_convergence_2022_diesel*(Annee(i)-2017))*(1+TVA);//Au litre, prix 2017 puis ajustement TICPE et inflation annuelle HT (+0.011 eurosHT/an), xTVA Prix_essence(i)=prix_essence_2017+((Annee(i)-2017)*inflation_carburant+TICPE_convergence_2022_essence*(Annee(i)-2017))*(1+TVA);//id else Prix_diesel(i)=prix_diesel_2017+((Annee(i)-2017)*inflation_carburant+TICPE_convergence_2022_diesel*(2022-2017)+taxe_carbone_2023*(Annee(i)-2022))*(1+TVA);//Au litre Prix_essence(i)=prix_essence_2017+((Annee(i)-2017)*inflation_carburant+TICPE_convergence_2022_essence*(2022-2017)+taxe_carbone_2023*(Annee(i)-2022))*(1+TVA); end end //Coûts annuels remboursement_TICPE_PL=11.42/100; //En euros par L (car facteur 100 pour l'hectolitre for i=1:DVT_chaussee, cout_carburants(i)=(Prix_diesel(i)-remboursement_TICPE_PL)*V_diesel_PL(i)+Prix_diesel(i)*V_diesel_VL(i)+Prix_essence(i)*V_essence_VL(i);//TTC courant cout_carburants_HT_2017(i)=prix_diesel_HT_2017*(V_diesel_PL(i)+V_diesel_VL(i))+prix_essence_HT_2017*V_essence_VL(i);//HT 2017 end //Indicateur de dépenses actualisées for i=1:DVT_chaussee, cout_usagers(i)=cout_carburants(i)+cout_pneus_infl(i)+0; cout_usagers_2017_HT(i)=cout_carburants_HT_2017(i)+cout_pneus(i)*(1-TVA)+0; end cout_usagers_act=cout_usagers.*coef_act_menages; IS_cout_usagers=sum(cout_usagers_act(1:DVT_chaussee));//TTC courant actualisé //cout societe cout_usagers_societe_act=cout_usagers_2017_HT.*coef_act_societe; IS_cout_usagers_societe=sum(cout_usagers_societe_act(1:DVT_chaussee)); //Cout global IS_cout_global=IS_cout_usagers_societe+IS_invest_travaux_societe; //Finances publiques //carburant //TICPE for i=1:DVT_chaussee, if Annee(i)<2023, TICPE_essence(i)=TICPE_essence_2017+(Annee(i)-2017)*TICPE_convergence_2022_essence;//En Euros/L, Tendances Ministère +2 cent/an TICPE_diesel_VL(i)=TICPE_diesel_2017+(Annee(i)-2017)*TICPE_convergence_2022_diesel; TICPE_diesel_PL(i)=TICPE_diesel_2017+(Annee(i)-2017)*TICPE_convergence_2022_diesel-remboursement_TICPE_PL;//Abattement forfaitaire 2017 de 11.42 euros par hectolitre else TICPE_essence(i)=TICPE_essence_2017+(2022-2017)*TICPE_convergence_2022_essence+(Annee(i)-2022)*taxe_carbone_2023; TICPE_diesel_VL(i)=TICPE_diesel_2017+(2022-2017)*TICPE_convergence_2022_diesel+(Annee(i)-2022)*taxe_carbone_2023; TICPE_diesel_PL(i)=TICPE_diesel_2017+(2022-2017)*TICPE_convergence_2022_diesel+(Annee(i)-2022)*taxe_carbone_2023-remboursement_TICPE_PL; TICPE_carburant(i)=TICPE_essence(i)+TICPE_diesel_VL(i)+TICPE_diesel_PL(i); end end for i=1:DVT_chaussee, Recette_TICPE_carburant(i)=TICPE_essence(i)*V_essence_VL(i).*coef_act_Etat(i)+TICPE_diesel_VL(i)*V_diesel_VL(i).*coef_act_Etat(i)+TICPE_diesel_PL(i)*V_diesel_PL(i).*coef_act_Etat(i);//recettes actualisées par an, en euros courants end //TVA for i=1:DVT_chaussee, Recette_TVA_essence(i)=Prix_essence(i).*V_essence_VL(i).*coef_act_Etat(i)*TVA; Recette_TVA_diesel(i)=Prix_diesel(i).*(V_diesel_PL(i)+V_diesel_VL(i)).*coef_act_Etat(i)*TVA; end //Taxes sur les carburants IS_recettes_fiscales_carburant=sum(Recette_TICPE_carburant(1:DVT_chaussee))+sum(Recette_TVA_essence(1:DVT_chaussee))+sum(Recette_TVA_diesel(1:DVT_chaussee));//En euros courants actualisés //Autres : travaux routiers=0 TVA, entretien en garage (main d'oeuvre + pièces pneus-suspension) : 20% pour les VP cout_suspension=zeros(39,1); for i=1:DVT_chaussee, Recette_TVA_suspension(i)=cout_suspension(i).*coef_act_Etat(i)*TVA; end for i=1:DVT_chaussee, Recette_TVA_pneu(i)=cout_pneus_infl_VP(i).*coef_act_Etat(i)*TVA; end IS_recettes_fiscales_entretien=sum(Recette_TVA_pneu(1:DVT_chaussee))+sum(cout_suspension(1:DVT_chaussee)); //Somme des recettes fiscales IS_recettes_fiscales=IS_recettes_fiscales_carburant+IS_recettes_fiscales_entretien; //Données Compta Nat - Input-Output //Branches(=colonne) de la matrice "Coeff_Tech": travaux=>"génie civil"=n°77, entretien=>"Commerce et réparation d'automobiles et de motocycles" =n°79, carburant=>"Commerce de gros, à l’exception des automobiles et des motocycles"=n°80 //Matrices de Leontief MatriceA = readxls('C:\Users\anne.de-bortoli\Dropbox\LVMT\Rédaction\Partie 3\Calculs_Etude_Cas\Donnees\Matrice_A_Leontief.xls'); Coeff_Tech=MatriceA(1).value; Matrice_Inv_Leontief=inv(eye(138,138)-Coeff_Tech); //Temps perdu exploitation //Temps unitaires tps_chgmt_pneus_1VP=120;//En minutes pour un véhicule (4 ou 10 pneus) tps_chgmt_pneus_1VUL=150; tps_chgmt_pneus_1PPL=150; tps_chgmt_pneus_1GPL=480; tps_plein_carburant_1VP=40;//En minutes pour 100L tps_plein_carburant_1VUL=25; tps_plein_carburant_1PPL=1.9; tps_plein_carburant_1GPL=1.1; //Temps perdu par an et par opération/véhicule en minutes for i=1:DVT_chaussee, tps_perdu_pneus_VP(i) = tps_chgmt_pneus_1VP*Nb_pneus_VP_RA(i)/nb_roue_VP; tps_perdu_pneus_VUL(i) = tps_chgmt_pneus_1VUL*Nb_pneus_VUL_RA(i)/nb_roue_VUL; tps_perdu_pneus_PPL(i) = tps_chgmt_pneus_1PPL*Nb_pneus_PPL_RA(i)/nb_roue_PPL; tps_perdu_pneus_GPL(i) = tps_chgmt_pneus_1GPL*Nb_pneus_GPL_RA(i)/nb_roue_GPL; tps_perdu_carburant_VP(i) = tps_plein_carburant_1VP*V_carburant_VP(i)/100;//Divisé par 100L car les temps sont par 100L tps_perdu_carburant_VUL(i) = tps_plein_carburant_1VUL*V_carburant_VUL(i)/100; tps_perdu_carburant_PPL(i) = tps_plein_carburant_1PPL*V_carburant_PPL(i)/100; tps_perdu_carburant_GPL(i) = tps_plein_carburant_1GPL*V_carburant_GPL(i)/100; end //CALCULS INDICATEURS FINAUX //Temps usagers IS_tps_travaux_VL=tps_perdu_travaux_VL/24;//En nombre de jours IS_tps_travaux_PL=0; IS_tps_pneus_VP=sum(tps_perdu_pneus_VP(1:DVT_chaussee))/60/24;//en jours IS_tps_pneus_VUL=sum(tps_perdu_pneus_VUL(1:DVT_chaussee))/60/24; IS_tps_pneus_PL=(sum(tps_perdu_pneus_PPL(1:DVT_chaussee))+sum(tps_perdu_pneus_GPL(1:DVT_chaussee)))/60/24; IS_tps_carburant_VP=sum(tps_perdu_carburant_VP(1:DVT_chaussee))/60/24; IS_tps_carburant_VUL=sum(tps_perdu_carburant_VUL(1:DVT_chaussee))/60/24; IS_tps_carburant_PL=(sum(tps_perdu_carburant_PPL(1:DVT_chaussee))+sum(tps_perdu_carburant_GPL(1:DVT_chaussee)))/60/24; IS_tps_passe=IS_tps_travaux_VL+IS_tps_travaux_PL+IS_tps_pneus_VP+IS_tps_pneus_VUL+IS_tps_pneus_PL+IS_tps_carburant_VP+IS_tps_carburant_VUL++IS_tps_carburant_PL;//en jours passés //Economie //Coefficients de passage entre prix de base et prix d'acquisition par branche Coeff_base_acq_travaux=8/100;//Au prix HT on enlève 8% pour trouve la production au prix de base //paramètre //vecteur de la demande f=zeros(138,1);//création d'un vecteur de 138 éléments égaux à 0 f_travaux=zeros(138,1);//id f_garage=zeros(138,1);//id f_carburant=zeros(138,1);//id f_travaux(77,1)= sum(cout_travaux_2017(2:DVT_chaussee))*(1-(TVA+Coeff_base_acq_travaux));//Demande travaux resurfaçage HT, euros2017, génie civil f(77,1)=f_travaux(77,1); f_garage(79,1)=(1-TVA)*sum(cout_pneus(1:DVT_chaussee))+sum(cout_suspension(1:DVT_chaussee))*(1-TVA);//Demande pneus + suspensions (id) = commerce & réparation de véhicules //Il manque la prise en considération de la marge => selon les tableaux de l'INSEE, elle est négative (bénéfices négatifs)???. HT, en euros constants 2017 f(79,1)=f_garage(79,1); f_carburant(80,1)=sum(cout_carburants_HT_2017(1:DVT_chaussee));////Demande carburant en euros courants 2017 HT f(80,1)=f_carburant(80,1); Vecteur_production_travaux=Matrice_Inv_Leontief*f_travaux;//A multiplier par la demande HT puis sommer les termes pour obtenir la production totale engendrée IS_production_travaux=sum(Vecteur_production_travaux); Vecteur_production_garage=Matrice_Inv_Leontief*f_garage; IS_production_garage=sum(Vecteur_production_garage); Vecteur_production_carburant=Matrice_Inv_Leontief*f_carburant; IS_production_carburant=sum(Vecteur_production_carburant); Vecteur_production_totale=Matrice_Inv_Leontief*f; IS_production_totale=sum(Vecteur_production_totale); //emploi industries //Vecteur du nombre de milliers d'emploi intérieurs totaux par branche en nombre d'équivalents temps plein (données INSEE 2015 en 88 branches éclatés linéairement en 138 branches selon la VA=>masse salariale). Base 2010??? VectETP = readxls('C:\Users\anne.de-bortoli\Dropbox\LVMT\Rédaction\Partie 3\Calculs_Etude_Cas\Donnees\ETP_138.xls'); ETP=VectETP(1).value; ETP_138=ETP(1:138); //Vecteur du nombre de milliers d'emploi intérieurs totaux par million d'euros de production (intérieure et extérieure) Vectproduction = readxls('C:\Users\anne.de-bortoli\Dropbox\LVMT\Rédaction\Partie 3\Calculs_Etude_Cas\Donnees\Prod_2013.xls'); production=Vectproduction(1).value; production_138=production(1:138); Contenu_emploi=ETP_138./production_138*1000/1000000;//nb d'équivalent temps plein par euro de production IS_emploi_direct_industrie_routes=sum(f_travaux(1:138))*Contenu_emploi(77); IS_emploi_direct_garage=sum(f_garage(1:138))*Contenu_emploi(79); IS_emploi_direct_industrie_carburant=sum(f_carburant(1:138))*Contenu_emploi(80); for i=1:138, emploi_industrie_routes(i)=Vecteur_production_travaux(i)*Contenu_emploi(i); emploi_garage(i)=Vecteur_production_garage(i)*Contenu_emploi(i); emploi_industrie_carburant(i)=Vecteur_production_carburant(i)*Contenu_emploi(i); end IS_emploi_industrie_routes=sum(emploi_industrie_routes(1:138)); IS_emploi_garage=sum(emploi_garage(1:138)); IS_emploi_industrie_carburant=sum(emploi_industrie_carburant(1:138)); //Coefficients multiplicateurs IS_Coefficient_multiplicateur=IS_production_totale/sum(f(1:138)); Coeff_eco_travaux=IS_production_travaux/sum(f_travaux(1:138)); Coeff_eco_garage=IS_production_garage/sum(f_garage(1:138)); Coeff_eco_carburant=IS_production_carburant/sum(f_carburant(1:138)); Coeff_emploi_travaux=IS_emploi_industrie_routes/sum(f_travaux(1:138))*1000000; Coeff_emploi_direct_travaux=IS_emploi_direct_industrie_routes/sum(f_travaux(1:138))*1000000; Coeff_emploi_garage=IS_emploi_garage/sum(f_garage(1:138))*1000000; Coeff_emploi_carburant=IS_emploi_garage/sum(f_carburant(1:138))*1000000; //Environnement //pneus et suspensions IS_ressources_pneus=sum(ressource_pneu_VP(1:DVT_chaussee))+sum(ressource_pneu_VUL(1:DVT_chaussee))+sum(ressource_pneu_PPL(1:DVT_chaussee))+sum(ressource_pneu_GPL(1:DVT_chaussee)); IS_ressources_suspensions=0; IS_ressources_travaux=ressource_RESURFACAGE(2); IS_biodiversite_pneus=sum(biodiversite_pneu_VP(1:DVT_chaussee))+sum(biodiversite_pneu_VUL(1:DVT_chaussee))+sum(biodiversite_pneu_PPL(1:DVT_chaussee))+sum(biodiversite_pneu_GPL(1:DVT_chaussee)); IS_biodiversite_suspensions=0; IS_biodiversite_travaux=biodiversite_RESURFACAGE(2); IS_sante_pneus=sum(sante_pneu_VP(1:DVT_chaussee))+sum(sante_pneu_VUL(1:DVT_chaussee))+sum(sante_pneu_PPL(1:DVT_chaussee))+sum(sante_pneu_GPL(1:DVT_chaussee)); IS_sante_suspensions=0; IS_sante_travaux=sante_RESURFACAGE(2); //Bilan environnemental - carburant - consommation et émissions //Calculer pour chaque période à évaluer la consommation totale en diesel et essence (unité?) et les émissions (en g ou mg), entrer les valeurs dans le procédé OpenLCA créé et sortir les indicateurs Santé, biodiversite et ressource avec IW+ et ReCiPe (les stocker dans un tableur excel propre) //Bilan environnemental - carburant - consommation et émissions //ICV masse_diesel=d_diesel*(sum(V_diesel_VL(1:DVT_chaussee))+sum(V_diesel_PL(1:DVT_chaussee))); masse_essence=d_essence*sum(V_essence_VL(1:DVT_chaussee)); for j=1:26 masse_Emission(j)=sum(Mtot_Emission(j,1:DVT_chaussee));//En g ou mg end //Impacts //Emissions for j=1:26 sante_emission(j)= masse_Emission(j)*Valeurs_ACV(4,j+22); biodiversite_emission(j)= masse_Emission(j)*Valeurs_ACV(5,j+22); ressources_emission(j)= masse_Emission(j)*Valeurs_ACV(6,j+22); end IS_sante_echappement=sum(sante_emission(1:26)); IS_biodiversite_echappement=sum(biodiversite_emission(1:26)); IS_ressources_echappement=sum(ressources_emission(1:26)); //carburant IS_sante_dispo_carburant= [masse_diesel*Valeurs_ACV(4,21) + masse_essence*Valeurs_ACV(4,22)]*1000;//Vérifier grammes ou kg... Impact de la mise à dispo du carburant IS_biodiversite_dispo_carburant=[masse_diesel*Valeurs_ACV(5,21) + masse_essence*Valeurs_ACV(5,22)]*1000; IS_ressources_dispo_carburant=[masse_diesel*Valeurs_ACV(6,21) + masse_essence*Valeurs_ACV(6,22)]*1000; //Impacts environnementaux totaux : on somme les impacts de la mise à disposition du carburant et de son utilisation/sa combustion IS_sante_carburant=IS_sante_echappement+IS_sante_dispo_carburant; IS_biodiversite_carburant=IS_biodiversite_echappement+IS_biodiversite_dispo_carburant; IS_ressources_carburant=IS_ressources_echappement+IS_ressources_dispo_carburant; //Bruit //Composante moteur Lw_m_moteur_1PL_RA=51*ones(DVT_chaussee,1);//niveau de puissance acoustique moteur par mètre de ligne source Lw_m_moteur_1VL_RA=43*ones(DVT_chaussee,1); //Composante roulement Lw_m_roulement_1PL_RA=ones(DVT_chaussee,1); Lw_m_roulement_1VL_RA=ones(DVT_chaussee,1); if or(TYPE_RESURFACAGE==["BBM" "BBTM" "BBUM" "ECF monocouche" "ECF bicouche"]) then Lw_m_roulement_1PL_RA(1)=63; Lw_m_roulement_1VL_RA(1)=56; coef_increment_1PL=1.6; coef_increment_1VL=2.7; choix_fonction=0;//permet de choisir une fonction en log ou en linéaire elseif or(TYPE_RESURFACAGE==["BBSG" "ESU bicouche" "ESU bicouche pregravillonne"]) then Lw_m_roulement_1PL_RA(1)=64; Lw_m_roulement_1VL_RA(1)=58; coef_increment_1PL=0.125; coef_increment_1VL=0.2; choix_fonction=1; end Lw_m_roulement_1PL_RA(2)=Lw_m_roulement_1PL_RA(1); Lw_m_roulement_1VL_RA(2)=Lw_m_roulement_1VL_RA(1); //Niveaux de puissance sonore composante roulement en vieillissement sur le 1er cycle de resurfaçage après la phase de stabilisation des 2 ans for j = 3:DVT_chaussee, if j < round(DVS)+1, then Lw_m_roulement_1PL_RA(j) = Lw_m_roulement_1PL_RA(2)+ coef_increment_1PL*(-log((j-2+0.5)^(choix_fonction-1))+choix_fonction*(j-3+0.5)) ;//0.5 car c'est la moyenne de l'incrément à appliquer sur la 3eme année après resurfaçage (moyenne entre niveau acoustique après 2 ans et après 3 ans) Lw_m_roulement_1VL_RA(j) = Lw_m_roulement_1VL_RA(2)+coef_increment_1VL*(-log((j-2+0.5)^(choix_fonction-1))+choix_fonction*(j-3+0.5)) ; end end for j=10:round(DVS), Lw_m_roulement_1PL_RA(j) = Lw_m_roulement_1PL_RA(9)+ coef_increment_1PL*(-log((1+0.5)^(choix_fonction-1)+choix_fonction*(0.5))) ;//stabilisation du niveau sonore à surface=10 ans pour les revêtements R3 Lw_m_roulement_1VL_RA(j) = Lw_m_roulement_1VL_RA(9)+ coef_increment_1VL*(-log((1+0.5)^(choix_fonction-1)+choix_fonction*(0.5))) ; end //Calcul des niveaux de puissance sonore composante roulement sur les autres cycles successifs entre 2 resurfaçages for i=2:DVT_chaussee/DVS, for j=round((i-1)*DVS)+1:round(i*DVS), if round(i*DVS)<=DVT_chaussee, then Lw_m_roulement_1PL_RA(j)=Lw_m_roulement_1PL_RA(j-round((i-1)*DVS)); Lw_m_roulement_1VL_RA(j)=Lw_m_roulement_1VL_RA(j-round((i-1)*DVS)); end end end //Addition des composantes moteur et roulement de la ligne de route étudiée for i=1:DVT_chaussee, Lw_m_1PL_RA(i)=10*log10(10^(Lw_m_roulement_1PL_RA(i)/10)+10^(Lw_m_moteur_1PL_RA(i)/10)); Lw_m_1VL_RA(i)=10*log10(10^(Lw_m_roulement_1VL_RA(i)/10)+10^(Lw_m_moteur_1VL_RA(i)/10)); end //Addition des composantes moteur et roulement de la ligne de route dans le sens non étudié : considération de la moyenne acoustique à l'âge du revêtement moyen age_moyen_surface=round(14/2);//Paramètre //donnée Cofiroute Lw_m_1PL_RAmoy=10*log10(10^(Lw_m_roulement_1PL_RA(age_moyen_surface)/10)+10^(Lw_m_moteur_1PL_RA(age_moyen_surface)/10)); Lw_m_1VL_RAmoy=10*log10(10^(Lw_m_roulement_1VL_RA(age_moyen_surface)/10)+10^(Lw_m_moteur_1VL_RA(age_moyen_surface)/10)); //Calcul des trafics horaires coef_Q_VL_den_jour_RA=17; coef_Q_PL_den_jour_RA=20; coef_Q_VL_den_soir_RA=19; coef_Q_PL_den_soir_RA=20; coef_Q_VL_den_nuit_RA=82; coef_Q_PL_den_nuit_RA=39; coef_Q_VL_jour_RA=18; coef_Q_PL_jour_RA=20; coef_Q_VL_nuit_RA=82; coef_Q_PL_nuit_RA=39; Q_VL_den_jour=TMJA.*%VL/coef_Q_VL_den_jour_RA; Q_PL_den_jour=TMJA.*%PL/coef_Q_PL_den_jour_RA; Q_VL_den_soir=TMJA.*%VL/coef_Q_VL_den_soir_RA; Q_PL_den_soir=TMJA.*%PL/coef_Q_PL_den_soir_RA; Q_VL_den_nuit=TMJA.*%VL/coef_Q_VL_den_nuit_RA; Q_PL_den_nuit=TMJA.*%PL/coef_Q_PL_den_nuit_RA; Q_VL_jour=TMJA.*%VL/coef_Q_VL_jour_RA; Q_PL_jour=TMJA.*%PL/coef_Q_PL_jour_RA; Q_VL_nuit=TMJA.*%VL/coef_Q_VL_nuit_RA; Q_PL_nuit=TMJA.*%PL/coef_Q_PL_nuit_RA; //Calcul de densité linéaire de chaque type de véhicule d_VL_den_jour=Q_VL_den_jour./Vmoy_RA_VL/1000; d_PL_den_jour=Q_PL_den_jour./Vmoy_RA_PL/1000; d_VL_den_soir=Q_VL_den_soir./Vmoy_RA_VL/1000; d_PL_den_soir=Q_PL_den_soir./Vmoy_RA_PL/1000; d_VL_den_nuit=Q_VL_den_nuit./Vmoy_RA_VL/1000; d_PL_den_nuit=Q_PL_den_nuit./Vmoy_RA_PL/1000; d_VL_jour=Q_VL_jour./Vmoy_RA_VL/1000; d_PL_jour=Q_PL_jour./Vmoy_RA_PL/1000; d_VL_nuit=Q_VL_nuit./Vmoy_RA_VL/1000; d_PL_nuit=Q_PL_nuit./Vmoy_RA_PL/1000; //Calcul de la puissance acoustique linéique de chaque ligne source //Ligne source non étudiée, valeurs moyennes Lw_m_den_jour_RAmoy=10*log10(d_VL_den_jour*10^(Lw_m_1VL_RAmoy/10)+d_PL_den_jour*10^(Lw_m_1PL_RAmoy/10)); Lw_m_den_soir_RAmoy=10*log10(d_VL_den_soir*10^(Lw_m_1VL_RAmoy/10)+d_PL_den_soir*10^(Lw_m_1PL_RAmoy/10)); Lw_m_den_nuit_RAmoy=10*log10(d_VL_den_nuit*10^(Lw_m_1VL_RAmoy/10)+d_PL_den_nuit*10^(Lw_m_1PL_RAmoy/10)); Lw_m_jour_RAmoy=10*log10(d_VL_jour*10^(Lw_m_1VL_RAmoy/10)+d_PL_jour*10^(Lw_m_1PL_RAmoy/10)); Lw_m_nuit_RAmoy=10*log10(d_VL_nuit*10^(Lw_m_1VL_RAmoy/10)+d_PL_nuit*10^(Lw_m_1PL_RAmoy/10)); //Ligne source étudiée for i=1:DVT_chaussee, Lw_m_den_moy_jour(i)=10*log10(d_VL_den_jour(i)*10^(Lw_m_1VL_RA(i)/10)+d_PL_den_jour(i)*10^(Lw_m_1PL_RA(i)/10)); Lw_m_den_moy_soir(i)=10*log10(d_VL_den_soir(i)*10^(Lw_m_1VL_RA(i)/10)+d_PL_den_soir(i)*10^(Lw_m_1PL_RA(i)/10)); Lw_m_den_moy_nuit(i)=10*log10(d_VL_den_nuit(i)*10^(Lw_m_1VL_RA(i)/10)+d_PL_den_nuit(i)*10^(Lw_m_1PL_RA(i)/10)); Lw_m_moy_jour(i)=10*log10(d_VL_jour(i)*10^(Lw_m_1VL_RA(i)/10)+d_PL_jour(i)*10^(Lw_m_1PL_RA(i)/10)); Lw_m_moy_nuit(i)=10*log10(d_VL_nuit(i)*10^(Lw_m_1VL_RA(i)/10)+d_PL_nuit(i)*10^(Lw_m_1PL_RA(i)/10)); end //Somme des deux lignes sources for i=1:DVT_chaussee, Lw_m_den_jour_total(i)=10*log10(10^(Lw_m_den_jour_RAmoy(i)/10)+10^(Lw_m_den_moy_jour(i)/10)); Lw_m_den_soir_total(i)=10*log10(10^(Lw_m_den_soir_RAmoy(i)/10)+10^(Lw_m_den_moy_soir(i)/10)); Lw_m_den_nuit_total(i)=10*log10(10^(Lw_m_den_nuit_RAmoy(i)/10)+10^(Lw_m_den_moy_nuit(i)/10)); Lw_m_jour_total(i)=10*log10(10^(Lw_m_jour_RAmoy(i)/10)+10^(Lw_m_moy_jour(i)/10)); Lw_m_nuit_total(i)=10*log10(10^(Lw_m_nuit_RAmoy(i)/10)+10^(Lw_m_moy_nuit(i)/10)); end //Indicateur pondéré en jour et nuit for i=1:DVT_chaussee, Lw_m_den=10*log10(12*10^(Lw_m_den_jour_total/10)+4*10^((Lw_m_den_soir_total+5)/10)+8*10^((Lw_m_den_nuit_total+10)/10)); end IS_Bruit_Lw_m_den=sum(Lw_m_den(1:DVT_chaussee))/DVT_chaussee;//En dB(A)) //Impact sanitaire du bruit //Facteurs de caractérisation de l'impact sanaitaire du bruit routier, Meyer 2017, méthode générique FC_jour=6.61E-7;//en DALY/J(A) FC_nuit=1.25E-5;//en DALY/J(A) //Calcul de puissance émise à partir du niveau sonore for i=1:DVT_chaussee, W_m_jour(i)=10E-12*10^(Lw_m_jour_total(i)/10); W_m_nuit(i)=10E-12*10^(Lw_m_nuit_total(i)/10); end W_jour=W_m_jour*longueur*1000; W_nuit=W_m_nuit*longueur*1000; Bruit_jour_sante=W_jour*3600*365*16*FC_jour; Bruit_nuit_sante=W_nuit*3600*365*8*FC_nuit; IS_sante_bruit_total=sum(Bruit_jour_sante(1:DVT_chaussee))+sum(Bruit_nuit_sante(1:DVT_chaussee)); //Renvoi les sous-indicateurs dans l'ordre de mon tableur excel //Changer l'ordre de la fonction disp (arguments dans le bon sens) disp_zkw3p = disp; function disp(varargin), disp_zkw3p(varargin($:-1:1)), endfunction; disp(IS_cout_global,IS_cout_usagers,IS_cout_usagers_societe,IS_invest_gestionnaire,IS_invest_travaux_societe,IS_recettes_fiscales_carburant,IS_recettes_fiscales_entretien,IS_tps_travaux_VL,IS_tps_travaux_PL,IS_tps_pneus_VP,IS_tps_pneus_VUL,IS_tps_pneus_PL,IS_tps_carburant_VP,IS_tps_carburant_VUL,IS_tps_carburant_PL,IS_emploi_industrie_routes,IS_emploi_garage,IS_emploi_industrie_carburant,IS_emploi_direct_industrie_routes,IS_emploi_direct_garage,IS_emploi_direct_industrie_carburant,IS_production_travaux,IS_production_garage,IS_production_carburant,IS_ressources_carburant,IS_ressources_pneus,IS_ressources_suspensions,IS_ressources_travaux,IS_biodiversite_carburant,IS_biodiversite_pneus,IS_biodiversite_suspensions,IS_biodiversite_travaux,IS_sante_carburant,IS_sante_pneus,IS_sante_suspensions,IS_sante_travaux,IS_Bruit_Lw_m_den,IS_sante_bruit_total) disp(Coeff_eco_travaux,Coeff_eco_garage,Coeff_eco_carburant,Coeff_emploi_travaux,Coeff_emploi_garage,Coeff_emploi_carburant) //Création d'un vecteur avec les indicateurs et sous-indicateurs désagrégés Indicateurs = [IS_cout_global,IS_cout_usagers,IS_cout_usagers_societe,IS_invest_gestionnaire,IS_invest_travaux_societe,IS_recettes_fiscales_carburant,IS_recettes_fiscales_entretien,IS_tps_travaux_VL,IS_tps_travaux_PL,IS_tps_pneus_VP,IS_tps_pneus_VUL,IS_tps_pneus_PL,IS_tps_carburant_VP,IS_tps_carburant_VUL,IS_tps_carburant_PL,IS_emploi_industrie_routes,IS_emploi_garage,IS_emploi_industrie_carburant,IS_emploi_direct_industrie_routes,IS_emploi_direct_garage,IS_emploi_direct_industrie_carburant,IS_production_travaux,IS_production_garage,IS_production_carburant,IS_ressources_carburant,IS_ressources_pneus,IS_ressources_suspensions,IS_ressources_travaux,IS_biodiversite_carburant,IS_biodiversite_pneus,IS_biodiversite_suspensions,IS_biodiversite_travaux,IS_sante_carburant,IS_sante_pneus,IS_sante_suspensions,IS_sante_travaux,IS_Bruit_Lw_m_den,IS_sante_bruit_total]; //Création d'un fichier CVS avec les valeurs du scenario étudié csvWrite(Indicateurs, strcat(Noms_scenario(calcul_scenario)+TYPE_RESURFACAGE)); //Fermeture du compteur de temps de calcul toc()
85af8c1571c6b146868de44ebc83c12d1048f232
449d555969bfd7befe906877abab098c6e63a0e8
/3886/CH5/EX5.3/5_3.sce
e28e6232fb20c836a5c4270c34fb87a49bd9d037
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
545
sce
5_3.sce
//finding the inclination of the plane and coefficient of friction //refer fig 5.7 //consider equilibrium of system //Case (a) //N=500*cosd(theta) //Using law of friction //F1=mu*N //500*sind(theta)-500*mu*cosd(theta)=200 //Case (b) //N=500*cosd(theta) //usin law of friction //F2=mu*N //500*mu*cosd(theta)+500*sind(theta)=300 //add final equations from both cases theta=asind(0.5) //degree //substitute this value in final equation from case (b) mu=(50)/(500*cosd(30)) printf("\ntheta=%.2d degree\nmu=%0.3f",theta,mu)
fa186eb945c4d60a5a5e95d5e2f25679ccf67505
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/cummin/cummin11.sce
0abdf0e4cb343ca0e19e698ec867259e0156a0c5
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
222
sce
cummin11.sce
//check o/p when no i/p args are passed to the function m=cummin(); disp(m); //output //!--error 77 //cummin: Wrong number of input argument; 1-6 expected //at line 50 of function cummin called by : //m=cummin();
c533657124dd1c761649124a09f81f36006c7e60
449d555969bfd7befe906877abab098c6e63a0e8
/32/CH6/EX6.20/6_20.sce
3d4b793711391eb9589db9f70497e0993ac8f22d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,052
sce
6_20.sce
//pathname=get_absolute_file_path('6.20.sce') //filename=pathname+filesep()+'6.20-data.sci' //exec(filename) //Pressure of the steam(in bar): p1=10 //Temperature(in °C): T=500 //Final pressure(in bar): p2=1 //From steam tables: h10bar500 = 3478.5 //kJ/kg s10bar500 = 7.7622 //kJ/kg.K v10bar500 = 0.3541 //m^3/kg h1bar400 = 3278.2 //kJ/kg h1bar500 = 3488.1 //kJ/kg v1bar500 = 3.565 //m^3/kg v1bar400 = 3.103 //m^3/kg s1bar500 = 8.8342 //kJ/kg.K s1bar400 = 8.5435 //kJ/kg.K h2=h10bar500 //Final temperature(in °C): T2=(h2-h1bar400)*(T-400)/(h1bar500-h1bar400)+400 //Final entropy(in kJ/kg.K): s2=s1bar400+(s1bar500-s1bar400)/(T-400)*(T2-400) //Change in entropy(in kJ/kg.K): ds=s2-s10bar500 //Final specific volume(in m^3/kg): v2=v1bar400+(v1bar500-v1bar400)/(T-400)*(T2-400) //Percentage volume occupied by steam: p=v10bar500/v2*100 printf("\nRESULT\n") printf("\nFinal temperature = %f kJ",T2) printf("\nChange in entropy = %f kJ",ds) printf("\nPercentage of vessel volume initially occupied by steam = %f percent",p)
0f2d12c3e42fc41a718cb47de05fc02d8e582496
fdc5047b7bf8122bad1e621df236b0481226c36e
/virtualProcessComm_V4/macros/vpcGuiTrmsView.sci
08b5ca755f1a7551f39d130ad580506e9745c0bd
[]
no_license
jpbevila/virtualHartSci
aea3c6ba23d054670eb193f441ea7de982b531cc
a3f5be6041d230bd9f0fd67e5d7efa71f41cfca5
refs/heads/main
2023-07-26T23:05:28.044194
2021-09-09T11:50:59
2021-09-09T11:50:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,713
sci
vpcGuiTrmsView.sci
function vpcGuiTrmsView(c1Frame,hrtConfig) tam = 120; for i=1:bdVpcGet('size') varName = bdVpcGet(i,'name'); DataType = bdVpcGet(i,'type'); count = floor((i-1)/tam); uicontrol(c1Frame,... 'tag','Text_'+string(i),... 'Style','text',... 'Margins',[0,0,0,10],... 'constraints', createConstraints('gridbag', [2*count,modulo(i-1,tam), 1, 1],... [0.1, 1],'none', 'right'),... 'String',varName); if part(bdVpcGet(i,'value'),1) == '$' then sel.Enable = 'off'; sel.style = 'edit' sel.string = vpcBDReadTranslated(i); sel.value = 0; elseif part(DataType,1:$-2) == 'ENUM' || part(DataType,1:$-2) == 'BIT_ENUM' then sel.Enable = 'on'; sel.style = 'popupmenu' sel.string = bdVpcGet(DataType,'all','desc'); sel.value = vpcBDReadTranslated(i); else sel.Enable = 'on'; sel.style = 'edit' sel.string = vpcBDReadTranslated(i); sel.value = 0; end uicontrol(c1Frame,... 'Enable',sel.Enable,... 'tag',varName,... 'Style',sel.style,... 'Margins',[0,0,0,10],... 'constraints', createConstraints("gridbag", [2*count+1,modulo(i-1,tam), 1, 1],... [0.9, 1],"horizontal", "left",[10, 10], [200, 10]),... 'String',string(sel.string),... 'Value',sel.value,... 'callback_type', 10,... 'Callback','vpcReactInterface('''+varName+''',''ui'',''mainFig'')'); end endfunction
b76763cf8ac210a6f7b6a8b6804276242ac1cfbc
a006a53d954de031fd82f26f4fc82c8fb610293c
/demos/c_sum.dem.sce
e00dc3d4cb9e1d42bc5e2653da2de1ff644dcdea
[]
no_license
Siddharth11235/CSDP-basic
cba775450ad5f7271ecc00ada0831c3ed1518958
97c441b8a6eea4c6b4466c03828f048e2c0fc37a
refs/heads/master
2021-06-20T23:43:51.881537
2017-07-17T12:30:00
2017-07-17T12:30:00
96,966,653
0
1
null
null
null
null
UTF-8
Scilab
false
false
233
sce
c_sum.dem.sce
// // This file is released under the 3-clause BSD license. See COPYING-BSD. function demo_c_sum() mode(-1); lines(0); disp("c_sum(3,4)"); disp(c_sum(3,4)); endfunction demo_c_sum(); clear demo_c_sum;
a44bd94366b886ec18eb51bb014c87a0aa10819c
449d555969bfd7befe906877abab098c6e63a0e8
/3363/CH6/EX6.4/Ex6_4.sce
28da67d1e0de64480199db7e2a822d40d3438545
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
200
sce
Ex6_4.sce
//Example 6.4, page 220 clc m=9*10^-31//in kg h=10^-34//in j-s V=10//in ev a=1.8*10^-10//in m //convert v to joule Vo=V*1.6*10^-19//in Joule N=(2*m*Vo*a^2)/(h^2) printf("\n Numbers given is %d ",N)
4ea35681610f57699ac2aa92b052868823910a8f
449d555969bfd7befe906877abab098c6e63a0e8
/2561/CH9/EX9.7/Ex9_7.sce
5dacfa299a80c75fe1cf317a9ed7f8652834266f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
502
sce
Ex9_7.sce
//Ex9_7 clc IIL=-1.6*10^(-3) disp("IIL= "+string(IIL)+" A") // Input sink Current of TTL driver IIH=40*10^(-6) disp("IIH= "+string(IIH)+" A") // source (supply) reverse Current of TTL driver IOL=16*10^(-3) disp("IOL= "+string(IOL)+" A") // Specified Maximum sink Current of TTL driver IOH=-400*10^(-6) disp("IOH= "+string(IOH)+" A") // Specified Maximum source Current of TTL driver Fan_out=abs((IOH/IIH)) disp("Fan-out=abs((IOH/IIH)=abs((IOL/IIL))= "+string(Fan_out))// Fan-out of TTL
88befb3e02d7a00d12196715c21c065ad5637ffb
449d555969bfd7befe906877abab098c6e63a0e8
/1133/CH2/EX2.4/Example2_4.sce
83fe5296eb60a6f1dda4f40d997aae8a1824e0d3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
863
sce
Example2_4.sce
//Example 2.4 clc format(6) disp("It is necessary to analyze each network to determine the critical frequency of the amplifier") disp("(a) Input RC network") fc1=1/(2*%pi*[680+1031.7]*(0.1*10^-6)) disp(fc1," f_c(input)(in Hz) = 1 / 2*pi*[RS+(R1||R2||hie)]C1 =") // in Hz disp("(b) Output RC network") format(7) fc2=1/(2*%pi*((2.2+10)*10^3)*(0.1*10^-6)) disp(fc2," f_c(output)(in Hz) = 1 / 2*pi*(RC+RL)*C2 =") // in Hz disp("(c) Bypass RC network") rth=((68*22*0.680)/((22*0.680)+(68*0.680)+(68*22)))*10^3 disp(rth,"R_th(in ohm) = R1 || R2 || RS =") format(6) fc3=1/(2*%pi*17.23*10*10^-6) disp(fc3," f_c(bypass)(in Hz) = 1 / 2*pi*[(R_th+hie/beta)||RE]*CE") disp("We have calculated all the three critical frequencies :") disp("(a) fc(input) = 929.8 Hz") disp("(b) fc(output) = 130.45 Hz") disp("(c) fc(bypass) = 923.7 Hz")
bfd9b80751d9d8273f0d14a9aa2f30cf54377011
b5c67ec6ca2b68ab137bf01b712c2296efa2276d
/code/tst/suite_07_reduce.tst
f45d1515287a1d2acc7d4a94142ff6dbfbd6d639
[ "BSD-3-Clause" ]
permissive
mikekucera/MapleMIX
32acb8ffa0af64efe9eb1367a40a099de18232f7
695307111fbeb360c30d8c3ef30cc182bc3678b4
refs/heads/master
2023-06-22T21:57:01.033953
2023-06-09T14:43:39
2023-06-09T14:43:39
27,238,914
0
0
null
null
null
null
UTF-8
Scilab
false
false
885
tst
suite_07_reduce.tst
#test # TEST SUITE 7: Reducing Expressions ################################## with(TestTools): kernelopts(opaquemodules=false): #libname := libname, "/home/mike/thesis/trunk/maple/pe/current/lib": libname := libname, "../lib": # TEST 1: MCatenate ################################################### m := MCatenate(MName("a"), MName("b")); Try(101, OnPE:-ReduceExp:-Reduce(m), MStatic(ab)); a := 1; Try(102, OnPE:-ReduceExp:-Reduce(MName("a")), MStatic(1)); Try(103, OnPE:-ReduceExp:-Reduce(m), MStatic(ab)); b := 1; Try(104, OnPE:-ReduceExp:-Reduce(m), MStatic(a1)); m1 := M:-ToM(ToInert('a || (1..5)')); Try(105, OnPE:-ReduceExp:-Reduce(m1), MStatic(a1, a2, a3, a4, a5)); m2 := M:-ToM(ToInert('a || (1,2,3,4,5)')); Try(106, OnPE:-ReduceExp:-Reduce(m2), MStatic(a1, a2, a3, a4, a5)); ####################################################################### #end test
433cb5d8293025206072a333c61c248c19869ebc
d7087cf730b37f76170323e080c090f8094979ac
/test/parser/a2.tst
5348c3f0a6448b453decac2dd1d37bd61ed48217
[]
no_license
VladimirMeshcheriakov/42sh
025dffe358b86f48eaf7751a5cb08d4d5d5366c4
52d782255592526d0838bc40269f6e71f6a51017
refs/heads/master
2023-03-15T17:26:20.575439
2015-06-26T12:44:05
2015-06-26T12:44:05
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
184
tst
a2.tst
<cmd> ../build/42sh</cmd> <ref> bash</ref> <stdin> while ! ls; do while ! ls; do while ! ls; do while ! ls; do echo a ne pas ecrire; done; done; done; done; echo a ecrire; </stdin>
6562f04ec181ec6f3a281bf217db88022ccf1918
08e6015408a35a317d4d0b609af8ccae9b88a3bf
/src/03/b/RAM4K.tst
3732dc31a4d3e2c5d102871e66580e306709b08a
[ "MIT" ]
permissive
lekhacman/nand2teris
38c7aa44b2329ccf102333af5dc1dd542869144b
520ca48a492b6ac8966330ddaf5174c19e5a8f7f
refs/heads/master
2023-01-06T18:36:35.660251
2020-12-27T09:08:39
2020-12-27T09:08:39
209,975,266
1
0
MIT
2022-12-10T03:13:50
2019-09-21T11:41:33
Scilab
UTF-8
Scilab
false
false
12,819
tst
RAM4K.tst
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/03/b/RAM4K.tst load RAM4K.hdl, output-file RAM4K.out, compare-to RAM4K.cmp, output-list time%S1.4.1 in%D1.6.1 load%B2.1.2 address%D2.4.2 out%D1.6.1; set in 0, set load 0, set address 0, tick, output; tock, output; set load 1, tick, output; tock, output; set in 1111, set load 0, tick, output; tock, output; set load 1, set address 1111, tick, output; tock, output; set load 0, set address 0, tick, output; tock, output; set in 3513, set address 3513, tick, output; tock, output; set load 1, tick, output; tock, output; set load 0, tick, output; tock, output; set address 1111, eval, output; set in 4095, tick, output; tock, output; set load 1, set address 4095, tick, output; tock, output; set load 0, tick, output; tock, output; set address 3513, eval, output; set address 4095, eval, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set in %B0101010101010101, set address %B101010101000, tick, output; tock, output; set address %B101010101001, tick, output, tock, output; set address %B101010101010, tick, output, tock, output; set address %B101010101011, tick, output, tock, output; set address %B101010101100, tick, output, tock, output; set address %B101010101101, tick, output, tock, output; set address %B101010101110, tick, output, tock, output; set address %B101010101111, tick, output, tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101000, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101000, set in %B0101010101010101, tick, output, tock, output; set address %B101010101001, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101001, set in %B0101010101010101, tick, output, tock, output; set address %B101010101010, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101010, set in %B0101010101010101, tick, output, tock, output; set address %B101010101011, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101011, set in %B0101010101010101, tick, output, tock, output; set address %B101010101100, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101100, set in %B0101010101010101, tick, output, tock, output; set address %B101010101101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101101, set in %B0101010101010101, tick, output, tock, output; set address %B101010101110, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101110, set in %B0101010101010101, tick, output, tock, output; set address %B101010101111, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 1, set address %B101010101111, set in %B0101010101010101, tick, output, tock, output; set load 0, set address %B101010101000, tick, output; tock, output; set address %B101010101001, eval, output; set address %B101010101010, eval, output; set address %B101010101011, eval, output; set address %B101010101100, eval, output; set address %B101010101101, eval, output; set address %B101010101110, eval, output; set address %B101010101111, eval, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set in %B0101010101010101, set address %B000101010101, tick, output; tock, output; set address %B001101010101, tick, output, tock, output; set address %B010101010101, tick, output, tock, output; set address %B011101010101, tick, output, tock, output; set address %B100101010101, tick, output, tock, output; set address %B101101010101, tick, output, tock, output; set address %B110101010101, tick, output, tock, output; set address %B111101010101, tick, output, tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B000101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B000101010101, set in %B0101010101010101, tick, output, tock, output; set address %B001101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B001101010101, set in %B0101010101010101, tick, output, tock, output; set address %B010101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B010101010101, set in %B0101010101010101, tick, output, tock, output; set address %B011101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B011101010101, set in %B0101010101010101, tick, output, tock, output; set address %B100101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B100101010101, set in %B0101010101010101, tick, output, tock, output; set address %B101101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B101101010101, set in %B0101010101010101, tick, output, tock, output; set address %B110101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B110101010101, set in %B0101010101010101, tick, output, tock, output; set address %B111101010101, set in %B1010101010101010, tick, output; tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output; set load 1, set address %B111101010101, set in %B0101010101010101, tick, output, tock, output; set load 0, set address %B000101010101, tick, output; tock, output; set address %B001101010101, eval, output; set address %B010101010101, eval, output; set address %B011101010101, eval, output; set address %B100101010101, eval, output; set address %B101101010101, eval, output; set address %B110101010101, eval, output; set address %B111101010101, eval, output;
470d00b729e737b8a961315d067173db111e9076
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/form-split/SURPRISE-LANGUAGES/Romance/lld.tst
57656a70cf2bf0dda34fe4b9d824c79cf63594e8
[]
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
39,930
tst
lld.tst
istituir V;IND;PL;3;PRS;LGSPEC2 cunvalider V;IND;SG;1;FUT produjer V;IND;PL;3;PRS adoter V;NFIN;SG;2;LGSPEC2 acrediter V;IPFV;SBJV;SG;1;PST secuestrer V;IND;PL;1;PRS giudicher V;SBJV;PL;3;PRS destumer V;IND;SG;1;PRS;LGSPEC2 comprer V;IND;PL;3;PRS;LGSPEC2 cunzeder V;IPFV;SBJV;PL;2;PST renunzier V;IND;SG;1;PRS;LGSPEC2 renunzier V;IPFV;SBJV;SG;3;PST coordiner V;IPFV;IND;PL;3;PST spartir V;NFIN;PL;2 volei V;SBJV;PL;2;PRS detlarer V;IPFV;SBJV;PL;3;PST romper V;SBJV;PL;1;PRS delibrer V;IND;PL;1;PRS gaujer V;IND;SG;3;PRS;LGSPEC3 garantir V;IPFV;IND;PL;3;PST garantir V;SBJV;SG;1;PRS;LGSPEC1 mirer V;IPFV;SBJV;SG;3;PST cruzier V;IPFV;IND;PL;1;PST reguler V;IPFV;IND;SG;3;PST messei V;IND;PL;1;PRS nascer V;IPFV;SBJV;SG;3;PST redujer V;SBJV;PL;1;PRS acrediter V;SBJV;SG;2;PRS;LGSPEC1 adater V;SBJV;SG;2;PRS;LGSPEC1 coordener V;NFIN;SG;2;LGSPEC2 marider V;IND;PL;2;FUT arjonjer V;IPFV;SBJV;SG;3;PST capir V;NFIN;SG;2;LGSPEC1 comprer V;IPFV;SBJV;PL;1;PST coster V;SBJV;SG;2;PRS;LGSPEC1 volei V;IPFV;SBJV;SG;3;PST furmer V;IPFV;IND;SG;2;PST deslier V;IPFV;IND;PL;3;PST cumporter V;NFIN;PL;2 cunferir V;NFIN;SG;2;LGSPEC2 romper V;SBJV;SG;1;PRS ndicher V;IND;SG;1;FUT alesirer V;IND;SG;1;FUT rejoner V;IND;SG;3;PRS;LGSPEC2 numiner V;IND;SG;1;PRS;LGSPEC1 dé V;IND;SG;3;FUT perde V;IND;PL;1;FUT storjer V;IPFV;IND;SG;2;PST tramuder V;NFIN;PL;2 stipuler V;IND;PL;3;PRS;LGSPEC1 parteziper V;IND;SG;3;PRS;LGSPEC1 morir V;IPFV;SBJV;SG;1;PST avei V;IND;PL;3;PRS perder V;IPFV;SBJV;SG;1;PST ncurajer V;NFIN;LGSPEC1 someter V;SBJV;SG;2;PRS;LGSPEC1 ressolver V;IPFV;IND;PL;2;PST trasferir V;IND;SG;2;PRS;LGSPEC1 vedei V;SBJV;SG;2;PRS desgorjer V;IND;SG;3;FUT jì V;SBJV;SG;3;PRS educher V;IPFV;IND;PL;2;PST sustenir V;IND;SG;3;PRS;LGSPEC1 promulgher V;IPFV;IND;SG;1;PST cherder V;IND;PL;3;FUT azerter V;SBJV;SG;2;PRS;LGSPEC2 acurder V;IPFV;SBJV;PL;3;PST cumporter V;IND;PL;2;PRS renunzier V;IND;PL;1;FUT furmer V;IND;PL;3;PRS;LGSPEC2 nfurmer V;SBJV;PL;2;PRS costituir V;IPFV;SBJV;SG;3;PST corompe V;IND;SG;2;FUT rester V;IPFV;SBJV;PL;1;PST prejenter V;SBJV;SG;1;PRS;LGSPEC2 damander V;SBJV;SG;3;PRS;LGSPEC2 tramuder V;IND;PL;1;PRS curespuender V;IND;SG;2;PRS;LGSPEC1 publicher V;IPFV;IND;SG;1;PST mirer V;IND;SG;1;FUT messei V;IPFV;IND;PL;3;PST damander V;NFIN;SG;2;LGSPEC2 storjer V;IND;SG;3;PRS spidler V;NFIN;LGSPEC1 acrediter V;IND;PL;1;FUT limiter V;IPFV;IND;SG;1;PST pruibir V;SBJV;PL;3;PRS;LGSPEC1 cunvalider V;SBJV;SG;1;PRS;LGSPEC2 scuter V;IND;PL;3;FUT slunger V;SBJV;SG;3;PRS;LGSPEC2 segurer V;IPFV;IND;SG;1;PST danejer V;SBJV;SG;3;PRS;LGSPEC1 purter V;IND;SG;3;FUT mander V;SBJV;SG;1;PRS;LGSPEC2 tradujer V;IND;SG;1;FUT delibrer V;SBJV;SG;1;PRS;LGSPEC1 acrediter V;SBJV;SG;2;PRS;LGSPEC2 istruir V;IND;SG;1;FUT slunger V;IND;SG;2;PRS;LGSPEC1 cherder V;NFIN;SG;2;LGSPEC2 desvier V;IPFV;IND;SG;2;PST furmer V;NFIN;SG;2;LGSPEC1 usserver V;IPFV;IND;SG;1;PST capir V;IND;PL;3;PRS;LGSPEC2 furmer V;SBJV;SG;2;PRS;LGSPEC2 anuler V;IND;PL;1;PRS mander V;SBJV;SG;2;PRS;LGSPEC1 arbitrer V;NFIN;LGSPEC1 deslier V;IPFV;SBJV;SG;2;PST reprejenter V;IND;PL;1;PRS determiner V;IND;SG;2;PRS;LGSPEC2 acuser V;IND;SG;1;FUT adoter V;SBJV;SG;1;PRS;LGSPEC1 comunicher V;SBJV;SG;2;PRS;LGSPEC2 sporjer V;IND;SG;1;FUT cunzeder V;NFIN;SG;2 depenjer V;IPFV;IND;SG;1;PST parteziper V;IND;PL;3;PRS;LGSPEC2 respuender V;SBJV;SG;2;PRS;LGSPEC2 seurander V;IND;SG;2;FUT marider V;NFIN;PL;2 istituir V;IPFV;SBJV;PL;2;PST aplicher V;IND;PL;1;PRS volei V;IPFV;IND;SG;3;PST limiter V;NFIN;PL;2 scurter V;IPFV;IND;SG;1;PST dé V;IND;SG;1;PRS udir V;NFIN;SG;2;LGSPEC2 dormir V;SBJV;PL;3;PRS;LGSPEC2 capir V;IPFV;SBJV;SG;3;PST tramuder V;IND;PL;3;FUT aplicher V;IND;SG;2;FUT istruir V;IPFV;SBJV;PL;1;PST pruibir V;SBJV;SG;1;PRS;LGSPEC2 revucher V;IPFV;IND;SG;3;PST deslier V;IND;PL;1;FUT comunicher V;NFIN;SG;2;LGSPEC2 autoriser V;IPFV;SBJV;SG;3;PST cianter V;NFIN;PL;2 onjer V;NFIN;LGSPEC2 njinier V;IPFV;SBJV;PL;1;PST finanzier V;IPFV;IND;PL;1;PST spartir V;SBJV;PL;3;PRS;LGSPEC2 scuter V;IPFV;IND;PL;3;PST mander V;SBJV;PL;2;PRS atribuir V;IND;PL;3;PRS;LGSPEC1 eserziter V;NFIN;SG;2;LGSPEC1 cianter V;IPFV;IND;PL;1;PST destiner V;SBJV;PL;3;PRS furmer V;IND;PL;1;PRS scuter V;SBJV;SG;1;PRS;LGSPEC2 mirer V;IPFV;SBJV;SG;2;PST cunzeder V;IPFV;SBJV;PL;3;PST produjer V;IPFV;IND;SG;3;PST mpartir V;SBJV;SG;3;PRS;LGSPEC1 manifester V;IND;SG;1;PRS;LGSPEC2 entenjer V;IND;PL;2;PRS cundaner V;SBJV;PL;1;PRS vedei V;IND;SG;3;FUT cunferir V;IPFV;SBJV;SG;2;PST cherder V;IND;SG;1;PRS;LGSPEC1 cumander V;IPFV;SBJV;SG;2;PST detlarer V;SBJV;SG;3;PRS;LGSPEC2 tramuder V;IND;SG;2;PRS;LGSPEC2 mander V;SBJV;PL;3;PRS cumporter V;IPFV;IND;PL;2;PST giudicher V;IPFV;IND;SG;3;PST usserver V;IND;SG;2;FUT rater V;IND;SG;1;PRS;LGSPEC1 jonjer V;IND;PL;1;PRS cianter V;IND;PL;3;PRS;LGSPEC2 rester V;IND;SG;3;FUT erjer V;NFIN;LGSPEC2 dé V;IPFV;IND;SG;3;PST adater V;NFIN;SG;2;LGSPEC1 rejoner V;IND;PL;3;FUT condujer V;IPFV;SBJV;SG;3;PST segurer V;IPFV;IND;PL;1;PST cianter V;IND;PL;2;PRS sponjer V;IND;PL;2;PRS ancunter V;IND;SG;3;PRS;LGSPEC3 prufesser V;IND;PL;1;FUT entenjer V;IND;SG;3;FUT condujer V;SBJV;SG;1;PRS strenjer V;NFIN;LGSPEC2 adater V;SBJV;SG;3;PRS;LGSPEC2 coordiner V;IPFV;IND;SG;1;PST garantir V;IND;PL;1;FUT prejenter V;NFIN;SG;2;LGSPEC1 marider V;IND;SG;1;PRS;LGSPEC1 fisser V;IPFV;IND;SG;2;PST purter V;IPFV;IND;SG;3;PST marider V;SBJV;SG;2;PRS;LGSPEC1 romper V;IPFV;IND;SG;3;PST acurder V;IPFV;IND;SG;1;PST afermer V;IPFV;SBJV;SG;1;PST prufesser V;IND;PL;3;PRS;LGSPEC1 istruir V;IND;PL;3;PRS;LGSPEC1 usserver V;NFIN;LGSPEC2 storjer V;IPFV;IND;PL;2;PST spartir V;IND;PL;2;FUT destumer V;NFIN;LGSPEC1 anuler V;SBJV;PL;1;PRS publicher V;IND;SG;3;PRS;LGSPEC1 autoriser V;IPFV;IND;PL;3;PST ncurajer V;IND;SG;2;FUT stabilir V;SBJV;PL;3;PRS;LGSPEC2 nascer V;IPFV;IND;SG;2;PST acuser V;SBJV;PL;3;PRS publicher V;IND;SG;2;FUT afermer V;IND;SG;3;PRS;LGSPEC3 comprer V;IND;SG;2;FUT perde V;SBJV;SG;1;PRS coster V;SBJV;SG;3;PRS;LGSPEC2 remander V;SBJV;PL;2;PRS trater V;NFIN;LGSPEC2 muder V;IND;SG;2;PRS;LGSPEC1 damander V;SBJV;SG;1;PRS;LGSPEC2 sponjer V;IPFV;SBJV;PL;2;PST damander V;IPFV;SBJV;PL;1;PST jonjer V;IND;SG;2;FUT redujer V;IND;PL;1;FUT scurter V;IPFV;IND;PL;3;PST onjer V;IND;SG;3;FUT resserver V;IPFV;IND;SG;3;PST determiner V;IPFV;SBJV;PL;3;PST goder V;IPFV;SBJV;SG;1;PST mander V;IND;SG;2;FUT redujer V;IND;SG;2;PRS trasferir V;IPFV;IND;SG;2;PST cuntroler V;SBJV;PL;3;PRS comprer V;IND;PL;1;FUT detlarer V;IPFV;SBJV;PL;1;PST ndrezer V;NFIN;LGSPEC2 damander V;IND;PL;3;FUT segurer V;IND;PL;3;PRS;LGSPEC1 damander V;IPFV;SBJV;SG;3;PST spidler V;NFIN;LGSPEC2 sustenir V;SBJV;SG;2;PRS;LGSPEC1 istituir V;SBJV;SG;1;PRS;LGSPEC1 dovei V;IPFV;IND;PL;1;PST;LGSPEC1 porter V;IND;PL;3;FUT cumporter V;IPFV;IND;PL;3;PST alesirer V;NFIN;LGSPEC2 adoter V;SBJV;SG;3;PRS;LGSPEC1 cunferir V;IND;PL;2;PRS detlarer V;SBJV;PL;2;PRS acurder V;IPFV;SBJV;SG;2;PST trater V;IND;SG;1;FUT reguler V;IPFV;IND;PL;3;PST romper V;SBJV;SG;3;PRS finanzier V;SBJV;SG;3;PRS;LGSPEC2 finanzier V;IND;SG;2;FUT coordiner V;SBJV;SG;3;PRS;LGSPEC2 jì V;SBJV;SG;2;PRS viuler V;IND;SG;3;PRS;LGSPEC1 garantir V;IPFV;SBJV;PL;3;PST manifester V;NFIN;SG;2;LGSPEC1 franjer V;IND;SG;3;FUT proibir V;SBJV;PL;1;PRS arjonjer V;SBJV;PL;2;PRS passer V;SBJV;SG;3;PRS;LGSPEC2 acrediter V;IPFV;SBJV;PL;1;PST sponjer V;SBJV;PL;1;PRS resulter V;IPFV;SBJV;SG;2;PST vegnì V;NFIN remander V;SBJV;SG;3;PRS;LGSPEC2 istituir V;SBJV;PL;1;PRS spieter V;IND;SG;1;PRS;LGSPEC2 secuestrer V;IPFV;SBJV;SG;2;PST seurander V;IND;PL;3;PRS;LGSPEC2 rejoner V;IND;PL;3;PRS;LGSPEC1 rater V;IPFV;SBJV;SG;1;PST adater V;SBJV;SG;2;PRS;LGSPEC2 secuestrer V;IND;SG;3;FUT cunvalider V;IPFV;SBJV;PL;1;PST mpartir V;IND;SG;1;PRS;LGSPEC1 istituir V;IND;SG;2;PRS;LGSPEC2 ejaminer V;NFIN;SG;2;LGSPEC1 fé V;IND;SG;3;FUT afermer V;IND;SG;1;PRS;LGSPEC1 acuser V;NFIN;SG;2;LGSPEC2 istituir V;IPFV;SBJV;SG;3;PST purter V;SBJV;PL;1;PRS perder V;IND;PL;1;PRS mener V;IPFV;IND;SG;1;PST jonjer V;IND;SG;2;PRS mander V;IPFV;IND;PL;3;PST sporjer V;IPFV;SBJV;SG;1;PST arjonjer V;IPFV;IND;SG;1;PST franjer V;NFIN;PL;2 meter V;IPFV;IND;PL;1;PST dejeujer V;IPFV;SBJV;PL;3;PST furmer V;IND;SG;1;PRS;LGSPEC2 schiver V;SBJV;PL;2;PRS slunger V;SBJV;PL;2;PRS arbitrer V;IND;PL;2;PRS perder V;NFIN;SG;2 eserziter V;SBJV;SG;2;PRS;LGSPEC1 defrenzier V;IND;SG;2;FUT atribuir V;IPFV;IND;PL;2;PST manifester V;IPFV;IND;SG;3;PST schiver V;IPFV;SBJV;PL;1;PST messei V;SBJV;PL;3;PRS passer V;NFIN;LGSPEC1 mantenir V;IPFV;SBJV;SG;3;PST dormir V;NFIN;SG;2;LGSPEC1 aproer V;IND;SG;3;FUT mander V;NFIN;SG;2;LGSPEC1 reguler V;IND;PL;2;PRS ratificher V;SBJV;SG;3;PRS;LGSPEC2 strenjer V;IND;PL;1;PRS sporjer V;IPFV;IND;PL;1;PST dovei V;IPFV;SBJV;SG;2;PST;LGSPEC1 strenjer V;IPFV;IND;PL;1;PST prufesser V;IND;SG;3;PRS;LGSPEC2 autoriser V;NFIN;LGSPEC2 reprejenter V;SBJV;SG;3;PRS;LGSPEC1 unir V;IPFV;IND;SG;1;PST assegurer V;IPFV;SBJV;PL;2;PST afermer V;IPFV;IND;SG;1;PST destumer V;NFIN;SG;2;LGSPEC2 arester V;IPFV;SBJV;PL;2;PST promulgher V;IPFV;SBJV;SG;2;PST rejoner V;SBJV;PL;3;PRS garantir V;NFIN;SG;2;LGSPEC1 purter V;NFIN;PL;2 comunicher V;IND;PL;3;PRS;LGSPEC1 destumer V;NFIN;LGSPEC2 furmer V;SBJV;PL;2;PRS trasferir V;IND;SG;2;PRS;LGSPEC2 azerter V;IND;PL;2;PRS cogner V;SBJV;SG;2;PRS;LGSPEC1 gaujer V;IND;PL;2;FUT cunvalider V;IND;PL;2;PRS passer V;IND;PL;3;PRS;LGSPEC2 respuender V;NFIN;SG;2;LGSPEC1 avei V;IPFV;IND;SG;2;PST;LGSPEC1 marider V;IPFV;IND;SG;3;PST promulgher V;SBJV;SG;2;PRS;LGSPEC1 marider V;NFIN;SG;2;LGSPEC1 revucher V;IND;SG;2;PRS;LGSPEC1 desgorjer V;IND;PL;3;PRS marider V;SBJV;PL;2;PRS romper V;NFIN;LGSPEC1 ncurajer V;SBJV;PL;3;PRS garantir V;IND;SG;3;PRS;LGSPEC1 rejoner V;IND;PL;2;FUT delibrer V;IPFV;IND;SG;2;PST anuler V;SBJV;SG;1;PRS;LGSPEC1 entenjer V;IND;SG;1;FUT comprer V;IPFV;IND;SG;1;PST delegher V;SBJV;SG;2;PRS;LGSPEC2 arester V;NFIN;PL;2 tradujer V;IPFV;IND;SG;1;PST comprer V;IND;PL;3;PRS;LGSPEC1 anuler V;IPFV;SBJV;SG;1;PST dormir V;IND;SG;1;FUT adurver V;SBJV;PL;1;PRS passer V;SBJV;PL;2;PRS unir V;NFIN;LGSPEC1 spidler V;IND;PL;3;PRS;LGSPEC2 secuestrer V;IND;SG;2;PRS;LGSPEC1 seurander V;SBJV;PL;1;PRS ancunter V;IPFV;IND;PL;2;PST emaner V;IND;PL;2;PRS romper V;IPFV;SBJV;PL;1;PST cuntroler V;IND;SG;1;FUT ndicher V;NFIN;PL;2 arjonjer V;IND;PL;3;PRS numiner V;IPFV;SBJV;SG;2;PST rater V;IND;SG;2;FUT goder V;IND;SG;1;PRS;LGSPEC2 mpartir V;IPFV;IND;PL;2;PST scuter V;IND;SG;1;PRS;LGSPEC1 adater V;SBJV;PL;3;PRS tramuder V;IND;SG;3;PRS;LGSPEC2 cogner V;SBJV;PL;1;PRS rester V;IPFV;SBJV;SG;2;PST produjer V;IND;SG;1;PRS desvier V;NFIN;SG;2;LGSPEC1 schiver V;IND;SG;3;PRS;LGSPEC1 mpartir V;IND;PL;1;FUT adoter V;IPFV;SBJV;PL;1;PST atuer V;IPFV;SBJV;PL;2;PST acrediter V;IND;PL;3;FUT acurder V;IPFV;SBJV;SG;3;PST marider V;IND;SG;3;FUT schiver V;NFIN;SG;2;LGSPEC1 purter V;IPFV;IND;SG;2;PST arbitrer V;IPFV;SBJV;PL;2;PST ratificher V;NFIN;PL;2 entenjer V;SBJV;SG;1;PRS sporjer V;IND;SG;1;PRS urganiser V;NFIN;LGSPEC2 porter V;SBJV;PL;2;PRS acurder V;IND;SG;3;PRS;LGSPEC3 ndicher V;IND;PL;3;PRS;LGSPEC1 populer V;IPFV;IND;PL;2;PST furmer V;SBJV;SG;3;PRS;LGSPEC2 alesirer V;SBJV;SG;2;PRS;LGSPEC2 segurer V;SBJV;SG;1;PRS;LGSPEC2 goder V;IND;SG;3;PRS;LGSPEC1 resulter V;NFIN;LGSPEC2 stabilir V;IND;SG;2;PRS;LGSPEC2 ndicher V;IND;PL;3;PRS;LGSPEC2 depenjer V;IND;SG;2;FUT adurver V;IPFV;IND;SG;2;PST franjer V;IND;PL;3;FUT remplazer V;SBJV;SG;1;PRS;LGSPEC1 secuestrer V;IND;PL;3;PRS;LGSPEC1 porter V;IPFV;SBJV;PL;1;PST reurganiser V;IPFV;SBJV;PL;1;PST volei V;NFIN;LGSPEC1 parteziper V;IPFV;SBJV;SG;2;PST njinier V;SBJV;SG;3;PRS;LGSPEC2 educher V;IND;PL;3;PRS;LGSPEC1 alesirer V;IND;SG;2;FUT cianter V;IND;SG;3;PRS;LGSPEC2 ressolver V;IPFV;SBJV;SG;3;PST adoter V;IND;PL;3;FUT arjonjer V;IND;SG;1;FUT cunferir V;SBJV;PL;1;PRS determiner V;IND;SG;3;PRS;LGSPEC2 cunferir V;NFIN;PL;2 podei V;IND;SG;2;PRS ejaminer V;IPFV;IND;PL;3;PST anuler V;NFIN;LGSPEC2 urganiser V;IND;SG;2;FUT promulgher V;IND;PL;2;FUT muder V;SBJV;SG;2;PRS;LGSPEC2 capir V;IPFV;IND;PL;3;PST pronunzier V;NFIN;LGSPEC1 dormir V;IND;PL;1;PRS spieter V;IND;SG;1;FUT scriver V;IND;PL;1;PRS giudicher V;SBJV;SG;1;PRS;LGSPEC1 pronunzier V;NFIN;SG;2;LGSPEC1 arester V;IND;PL;3;PRS;LGSPEC1 erjer V;NFIN;PL;2 registrer V;IPFV;IND;PL;3;PST meter V;IND;PL;1;PRS renunzier V;IND;SG;2;FUT jì V;IPFV;IND;PL;2;PST trasferir V;IND;SG;1;PRS;LGSPEC1 dormir V;IND;SG;2;PRS;LGSPEC2 furmer V;IND;SG;3;FUT azerter V;IND;PL;2;FUT passer V;IPFV;SBJV;PL;1;PST arester V;IND;SG;1;FUT limiter V;IND;PL;3;FUT giudicher V;IND;SG;1;PRS;LGSPEC1 furmer V;IPFV;SBJV;SG;1;PST schiver V;IPFV;SBJV;SG;1;PST scriver V;IPFV;SBJV;SG;1;PST coordener V;IPFV;SBJV;PL;2;PST produjer V;IPFV;SBJV;PL;3;PST muder V;IND;SG;3;FUT partir V;SBJV;PL;3;PRS furmer V;IND;SG;2;PRS;LGSPEC2 sotscriver V;IPFV;SBJV;PL;1;PST mutiver V;IND;PL;1;PRS entenjer V;SBJV;PL;3;PRS produjer V;IPFV;SBJV;SG;3;PST publicher V;SBJV;SG;2;PRS;LGSPEC2 messei V;IPFV;IND;SG;1;PST ratificher V;IND;SG;3;PRS;LGSPEC1 scurter V;IND;PL;3;FUT passer V;NFIN;SG;2;LGSPEC2 messei V;IND;SG;3;FUT tramuder V;IND;PL;1;FUT dejeujer V;IND;SG;2;PRS;LGSPEC1 acuser V;NFIN;LGSPEC2 vedei V;IPFV;SBJV;PL;1;PST autoriser V;IND;PL;2;PRS produjer V;IND;PL;1;PRS desvier V;IPFV;IND;PL;1;PST muder V;IND;PL;2;FUT manifester V;IPFV;SBJV;PL;3;PST deslier V;SBJV;SG;3;PRS;LGSPEC1 nfurmer V;IND;SG;1;PRS;LGSPEC1 prejenter V;IPFV;SBJV;PL;1;PST marider V;IND;PL;1;FUT jonjer V;SBJV;PL;3;PRS populer V;IND;SG;2;PRS;LGSPEC2 comunicher V;NFIN;SG;2;LGSPEC1 reurganiser V;SBJV;PL;1;PRS cogner V;NFIN;PL;2 perder V;IND;SG;2;FUT furmer V;SBJV;SG;1;PRS;LGSPEC2 mantenir V;IND;SG;1;FUT publicher V;IPFV;IND;PL;1;PST passer V;NFIN;SG;2;LGSPEC1 cuntroler V;SBJV;SG;1;PRS;LGSPEC1 lascer V;IPFV;IND;PL;2;PST mener V;IND;SG;3;PRS;LGSPEC3 destiner V;IPFV;SBJV;SG;3;PST finanzier V;SBJV;SG;1;PRS;LGSPEC2 scriver V;SBJV;PL;3;PRS costituir V;IPFV;IND;SG;1;PST cunferir V;NFIN;SG;2;LGSPEC1 danejer V;IPFV;SBJV;PL;2;PST delibrer V;IND;SG;3;PRS;LGSPEC3 delibrer V;IPFV;SBJV;SG;3;PST acuser V;IND;SG;2;FUT messei V;SBJV;SG;1;PRS revucher V;NFIN;LGSPEC2 resulter V;IND;SG;3;FUT spieter V;SBJV;SG;3;PRS;LGSPEC1 aplicher V;SBJV;SG;3;PRS;LGSPEC1 eserziter V;NFIN;PL;2 condujer V;IPFV;SBJV;SG;1;PST rester V;IND;SG;1;PRS;LGSPEC2 finanzier V;NFIN;SG;2;LGSPEC1 strenjer V;IPFV;IND;PL;3;PST detlarer V;IND;SG;1;FUT reverir V;IND;PL;1;PRS adurver V;IND;PL;1;FUT schiver V;IND;SG;3;PRS;LGSPEC3 coordener V;SBJV;SG;3;PRS;LGSPEC2 manifester V;IND;SG;3;FUT fisser V;IND;PL;1;PRS parteziper V;IPFV;IND;PL;1;PST istruir V;IPFV;IND;SG;3;PST parteziper V;IND;SG;1;FUT renunzier V;NFIN;PL;2 secuestrer V;IND;SG;1;PRS;LGSPEC1 defrenzier V;IND;PL;1;PRS gaujer V;NFIN;LGSPEC1 depenjer V;SBJV;PL;2;PRS cuntroler V;IND;SG;3;PRS;LGSPEC2 cruzier V;IND;SG;1;FUT capir V;IPFV;SBJV;PL;2;PST eserziter V;IPFV;SBJV;SG;1;PST dé V;IND;SG;2;FUT costituir V;IND;SG;3;PRS;LGSPEC1 mpartir V;SBJV;PL;2;PRS cherder V;IPFV;IND;SG;2;PST podei V;SBJV;PL;1;PRS aproer V;IPFV;IND;PL;1;PST corompe V;NFIN;LGSPEC2 rater V;IND;PL;3;PRS;LGSPEC2 afermer V;SBJV;SG;2;PRS;LGSPEC2 cruzier V;IPFV;IND;SG;1;PST educher V;NFIN;PL;2 passer V;IND;PL;1;FUT publicher V;SBJV;PL;3;PRS tramuder V;IPFV;IND;PL;1;PST revucher V;IND;SG;1;PRS;LGSPEC1 sponjer V;IND;PL;1;PRS pronunzier V;SBJV;SG;3;PRS;LGSPEC2 stabilir V;SBJV;PL;2;PRS danejer V;SBJV;SG;1;PRS;LGSPEC1 goder V;IPFV;SBJV;PL;2;PST cianter V;NFIN;SG;2;LGSPEC1 marider V;IPFV;SBJV;SG;1;PST destumer V;IND;SG;2;PRS;LGSPEC2 numiner V;IND;PL;1;FUT cunzeder V;SBJV;PL;2;PRS dormir V;SBJV;PL;2;PRS cumander V;NFIN;PL;2 defrenzier V;SBJV;PL;2;PRS mander V;IPFV;IND;PL;2;PST atuer V;SBJV;PL;2;PRS aproer V;IND;PL;3;PRS;LGSPEC2 scuter V;IND;SG;2;FUT corompe V;IPFV;SBJV;PL;2;PST strenjer V;IPFV;IND;PL;2;PST reprejenter V;IND;SG;2;PRS;LGSPEC2 tradujer V;IPFV;SBJV;PL;3;PST lascer V;SBJV;SG;3;PRS;LGSPEC1 remplazer V;IND;PL;2;FUT volei V;IPFV;IND;PL;1;PST istituir V;SBJV;PL;3;PRS;LGSPEC1 promulgher V;IPFV;SBJV;PL;2;PST cruzier V;IND;SG;1;PRS;LGSPEC2 perde V;IPFV;IND;PL;2;PST ressolver V;IPFV;IND;PL;3;PST depenjer V;SBJV;SG;2;PRS acuser V;IPFV;IND;PL;3;PST resserver V;IPFV;SBJV;SG;3;PST cianter V;SBJV;PL;1;PRS cianter V;IND;SG;2;PRS;LGSPEC2 jonjer V;NFIN;SG;2 emaner V;NFIN;LGSPEC1 afermer V;NFIN;SG;2;LGSPEC1 onjer V;IND;PL;3;PRS gaujer V;NFIN;LGSPEC2 assegurer V;IND;PL;2;PRS podei V;IPFV;SBJV;PL;2;PST cunvalider V;IND;SG;3;FUT seurander V;SBJV;SG;3;PRS;LGSPEC2 anuler V;IND;SG;3;PRS;LGSPEC2 unir V;IPFV;IND;PL;2;PST manifester V;IND;SG;3;PRS;LGSPEC2 educher V;IPFV;SBJV;PL;2;PST arbitrer V;NFIN;SG;2;LGSPEC2 emaner V;SBJV;PL;1;PRS ndicher V;SBJV;PL;3;PRS stipuler V;IND;PL;3;PRS;LGSPEC2 alesirer V;SBJV;SG;1;PRS;LGSPEC2 erjer V;IND;SG;1;PRS coordiner V;SBJV;SG;3;PRS;LGSPEC1 rater V;IPFV;SBJV;SG;2;PST strenjer V;IPFV;SBJV;SG;3;PST giudicher V;IND;SG;1;FUT podei V;IND;PL;2;PRS acuser V;IND;PL;1;FUT seurander V;IND;PL;1;FUT populer V;SBJV;SG;1;PRS;LGSPEC2 seurander V;IND;PL;2;FUT rejoner V;IPFV;SBJV;PL;1;PST viuler V;IND;SG;2;PRS;LGSPEC2 emaner V;SBJV;PL;2;PRS nascer V;IND;PL;3;PRS stabilir V;IND;PL;2;FUT adoter V;IND;SG;3;PRS;LGSPEC3 gaujer V;IPFV;SBJV;PL;2;PST partir V;IND;SG;3;PRS reverir V;IND;PL;3;PRS;LGSPEC1 populer V;IPFV;SBJV;PL;2;PST danejer V;IND;PL;1;FUT capir V;NFIN;PL;2 reprejenter V;SBJV;SG;1;PRS;LGSPEC2 udir V;SBJV;PL;1;PRS numiner V;IPFV;SBJV;PL;2;PST viver V;SBJV;PL;1;PRS dormir V;SBJV;SG;1;PRS;LGSPEC2 sotscriver V;IND;PL;1;FUT muder V;SBJV;SG;3;PRS;LGSPEC2 cuntroler V;IPFV;SBJV;PL;3;PST reprejenter V;NFIN;PL;2 avei V;IND;SG;3;FUT scriver V;IND;PL;3;FUT cundaner V;IND;SG;3;FUT trasferir V;IND;PL;2;FUT promulgher V;IND;SG;2;PRS;LGSPEC1 comunicher V;IPFV;SBJV;SG;2;PST redujer V;IPFV;SBJV;PL;2;PST resserver V;NFIN;SG;2;LGSPEC2 cherder V;NFIN;LGSPEC2 aproer V;IND;PL;2;FUT savei V;SBJV;PL;1;PRS marider V;SBJV;PL;1;PRS dormir V;IPFV;IND;PL;1;PST njinier V;IND;SG;2;FUT rester V;IPFV;IND;PL;2;PST storjer V;NFIN;PL;2 someter V;IPFV;SBJV;PL;3;PST nfurmer V;IND;SG;3;FUT adurver V;IND;SG;2;PRS;LGSPEC2 morir V;SBJV;SG;1;PRS costituir V;IND;PL;1;FUT cuntroler V;IND;SG;2;FUT sustenir V;IND;PL;2;PRS mantenir V;NFIN;SG;2;LGSPEC2 ndicher V;NFIN;SG;2;LGSPEC1 mirer V;IND;SG;2;PRS;LGSPEC1 mutiver V;IND;PL;2;PRS pruibir V;IND;SG;2;PRS;LGSPEC1 messei V;IPFV;SBJV;SG;3;PST eserziter V;SBJV;SG;3;PRS;LGSPEC1 acurder V;IND;PL;3;FUT segurer V;NFIN;SG;2;LGSPEC2 avei V;IPFV;IND;SG;1;PST;LGSPEC1 coordener V;IPFV;SBJV;SG;3;PST onjer V;IND;PL;1;PRS mantenir V;IND;SG;2;PRS;LGSPEC2 proibir V;SBJV;PL;3;PRS;LGSPEC2 resulter V;IPFV;SBJV;PL;2;PST savei V;IPFV;SBJV;PL;1;PST acurder V;IND;PL;3;PRS;LGSPEC1 jonjer V;IPFV;IND;SG;1;PST populer V;IND;PL;1;FUT seurander V;SBJV;SG;1;PRS;LGSPEC1 emaner V;IND;PL;3;FUT giudicher V;SBJV;SG;3;PRS;LGSPEC1 parteziper V;IPFV;SBJV;PL;1;PST udir V;IPFV;IND;PL;3;PST desvier V;IPFV;SBJV;PL;3;PST condujer V;IPFV;IND;PL;2;PST desvier V;IND;PL;3;FUT azerter V;IND;PL;3;PRS;LGSPEC2 usserver V;SBJV;PL;2;PRS comprer V;IPFV;IND;PL;2;PST cumander V;IND;PL;3;PRS;LGSPEC2 slunger V;IPFV;IND;SG;2;PST cruzier V;IPFV;SBJV;SG;2;PST arbitrer V;IPFV;IND;SG;3;PST azerter V;IPFV;IND;PL;1;PST capir V;IPFV;SBJV;PL;1;PST garantir V;IND;PL;3;FUT remplazer V;IND;PL;3;FUT ancunter V;NFIN;PL;2 mantenir V;IND;PL;3;FUT stabilir V;IND;SG;1;PRS;LGSPEC1 dejeujer V;IND;PL;3;PRS;LGSPEC1 respuender V;SBJV;PL;1;PRS mpartir V;NFIN;SG;2;LGSPEC2 adater V;IPFV;IND;SG;3;PST storjer V;IND;PL;3;PRS franjer V;IPFV;SBJV;SG;1;PST messei V;IPFV;SBJV;PL;2;PST autoriser V;SBJV;SG;1;PRS;LGSPEC1 costituir V;IND;SG;3;PRS;LGSPEC2 scurter V;SBJV;SG;1;PRS;LGSPEC2 purter V;IND;SG;3;PRS;LGSPEC3 ndrezer V;SBJV;PL;2;PRS dejeujer V;SBJV;SG;1;PRS;LGSPEC1 apurver V;IND;PL;3;PRS;LGSPEC1 eserziter V;IPFV;SBJV;PL;2;PST nfurmer V;NFIN;PL;2 aproer V;IND;SG;3;PRS;LGSPEC2 cumporter V;IND;PL;2;FUT unir V;SBJV;SG;1;PRS;LGSPEC2 pruibir V;SBJV;SG;1;PRS;LGSPEC1 ancunter V;IND;SG;2;PRS;LGSPEC2 reverir V;IND;SG;2;PRS;LGSPEC2 rester V;SBJV;SG;1;PRS;LGSPEC1 istruir V;SBJV;PL;1;PRS comunicher V;IPFV;IND;SG;1;PST unir V;IPFV;SBJV;PL;1;PST azerter V;SBJV;SG;1;PRS;LGSPEC1 assenier V;IPFV;SBJV;PL;1;PST partir V;IPFV;IND;PL;1;PST educher V;IND;PL;1;FUT dormir V;NFIN;LGSPEC1 assegurer V;IND;PL;1;PRS franjer V;SBJV;SG;1;PRS passer V;SBJV;SG;3;PRS;LGSPEC1 produjer V;IPFV;IND;PL;1;PST autoriser V;IPFV;SBJV;SG;2;PST aplicher V;IND;SG;3;PRS;LGSPEC1 nfurmer V;IND;SG;3;PRS;LGSPEC1 autoriser V;IPFV;IND;SG;1;PST reguler V;IND;SG;2;PRS;LGSPEC2 remplazer V;SBJV;SG;3;PRS;LGSPEC2 giudicher V;IND;SG;3;PRS;LGSPEC1 atribuir V;IPFV;IND;PL;1;PST comprer V;IND;PL;1;PRS deslier V;IND;SG;2;PRS;LGSPEC1 porter V;SBJV;SG;1;PRS;LGSPEC1 mutiver V;SBJV;SG;1;PRS;LGSPEC2 destumer V;IND;PL;1;PRS prejenter V;SBJV;SG;2;PRS;LGSPEC1 scurter V;IND;PL;1;PRS revucher V;NFIN;SG;2;LGSPEC1 passer V;IPFV;SBJV;PL;3;PST depenjer V;IND;PL;1;PRS rezever V;IND;SG;2;FUT perde V;SBJV;PL;3;PRS jonjer V;IND;PL;1;FUT avei V;IND;SG;3;PRS tradujer V;IPFV;IND;PL;2;PST savei V;IPFV;IND;PL;3;PST danejer V;IND;PL;3;PRS;LGSPEC2 resulter V;IPFV;SBJV;SG;1;PST destiner V;IPFV;IND;PL;3;PST spieter V;IPFV;SBJV;PL;3;PST ancunter V;NFIN;SG;2;LGSPEC1 coordener V;SBJV;PL;1;PRS viuler V;IND;PL;3;FUT publicher V;IPFV;SBJV;PL;2;PST scuter V;SBJV;SG;2;PRS;LGSPEC2 jonjer V;IPFV;SBJV;SG;3;PST destumer V;IND;PL;3;PRS;LGSPEC2 ressolver V;IND;PL;2;FUT fisser V;IND;SG;3;PRS;LGSPEC2 ncurajer V;IND;SG;1;PRS;LGSPEC1 muder V;IND;SG;3;PRS;LGSPEC1 ressolver V;IND;SG;3;PRS;LGSPEC3 onjer V;IPFV;IND;PL;1;PST proibir V;IPFV;IND;PL;1;PST unir V;IPFV;IND;PL;1;PST podei V;IPFV;SBJV;SG;1;PST spidler V;IND;SG;3;FUT ressolver V;SBJV;SG;2;PRS;LGSPEC1 mutiver V;IPFV;IND;SG;3;PST meter V;IND;PL;3;FUT spieter V;SBJV;SG;2;PRS;LGSPEC1 spartir V;IPFV;IND;PL;2;PST numiner V;SBJV;SG;2;PRS;LGSPEC1 trater V;IPFV;SBJV;PL;1;PST capir V;NFIN;SG;2;LGSPEC2 delegher V;IPFV;IND;SG;1;PST purter V;IPFV;SBJV;SG;2;PST sotscriver V;SBJV;SG;3;PRS ndicher V;IPFV;SBJV;SG;3;PST porter V;SBJV;SG;2;PRS;LGSPEC2 destiner V;IPFV;SBJV;PL;3;PST proibir V;IND;PL;3;FUT danejer V;IPFV;IND;PL;3;PST usserver V;SBJV;SG;3;PRS;LGSPEC1 parteziper V;IPFV;IND;SG;2;PST anuler V;IND;SG;3;PRS;LGSPEC1 limiter V;SBJV;PL;3;PRS fisser V;IND;SG;3;FUT detlarer V;NFIN;PL;2 gaujer V;IPFV;SBJV;PL;3;PST cogner V;IPFV;SBJV;SG;2;PST spieter V;IPFV;SBJV;SG;2;PST ndrezer V;IPFV;IND;PL;3;PST danejer V;IND;PL;2;PRS mpartir V;IPFV;SBJV;PL;3;PST coordener V;IND;PL;1;PRS numiner V;IND;SG;2;PRS;LGSPEC1 corompe V;IPFV;SBJV;SG;3;PST jonjer V;IPFV;SBJV;SG;1;PST adater V;SBJV;SG;1;PRS;LGSPEC1 azerter V;IND;PL;1;PRS resserver V;IND;SG;3;PRS;LGSPEC3 mutiver V;NFIN;LGSPEC1 publicher V;IPFV;SBJV;PL;3;PST mander V;NFIN;LGSPEC2 assenier V;SBJV;SG;3;PRS;LGSPEC1 comunicher V;IND;PL;1;FUT alesirer V;NFIN;PL;2 mpartir V;IPFV;SBJV;SG;1;PST spidler V;IND;SG;3;PRS;LGSPEC1 scurter V;IND;SG;2;PRS;LGSPEC1 ncurajer V;IND;PL;3;PRS;LGSPEC1 afermer V;IPFV;SBJV;SG;3;PST morir V;IPFV;IND;PL;3;PST usserver V;IND;SG;3;PRS;LGSPEC3 ncurajer V;IND;SG;1;FUT produjer V;NFIN;LGSPEC2 lascer V;SBJV;SG;2;PRS;LGSPEC1 comunicher V;IND;PL;1;PRS arester V;SBJV;SG;2;PRS;LGSPEC2 adoter V;IPFV;SBJV;SG;3;PST desvier V;SBJV;PL;1;PRS cundaner V;IND;SG;2;FUT lascer V;IND;PL;2;FUT populer V;IND;SG;1;PRS;LGSPEC2 tramuder V;IND;SG;1;PRS;LGSPEC2 aplicher V;IND;SG;3;PRS;LGSPEC3 stipuler V;NFIN;SG;2;LGSPEC1 destiner V;IND;SG;1;FUT determiner V;SBJV;PL;3;PRS reurganiser V;IND;PL;3;FUT depenjer V;IPFV;SBJV;SG;1;PST rejoner V;NFIN;SG;2;LGSPEC2 njinier V;IPFV;IND;PL;2;PST plovei V;SBJV;SG;3;PRS nfurmer V;NFIN;SG;2;LGSPEC2 terjer V;NFIN;PL;2 promulgher V;NFIN;LGSPEC2 populer V;SBJV;PL;3;PRS reprejenter V;SBJV;PL;2;PRS comprer V;NFIN;SG;2;LGSPEC1 ejaminer V;IND;SG;1;FUT coordener V;IND;SG;1;FUT manifester V;IND;SG;2;PRS;LGSPEC1 nascer V;IPFV;IND;SG;3;PST remplazer V;IPFV;SBJV;PL;2;PST adurver V;IPFV;SBJV;PL;3;PST atuer V;IND;PL;1;PRS njinier V;SBJV;SG;1;PRS;LGSPEC2 trater V;IND;PL;2;FUT sustenir V;IND;SG;2;PRS;LGSPEC2 gaujer V;IND;PL;3;FUT ressolver V;IPFV;IND;PL;1;PST coordener V;IPFV;IND;SG;3;PST trater V;NFIN;PL;2 cundaner V;IND;PL;1;FUT tramuder V;NFIN;SG;2;LGSPEC1 ejaminer V;IPFV;SBJV;PL;3;PST scriver V;IND;PL;3;PRS muder V;NFIN;LGSPEC2 cunferir V;IND;SG;3;PRS;LGSPEC1 revucher V;IND;SG;2;FUT apurver V;IPFV;IND;SG;3;PST prufesser V;IND;SG;2;PRS;LGSPEC2 numiner V;SBJV;PL;1;PRS dovei V;IPFV;IND;SG;1;PST;LGSPEC2 delibrer V;IND;SG;2;FUT destumer V;IND;SG;1;PRS;LGSPEC1 delegher V;NFIN;SG;2;LGSPEC1 mpartir V;IPFV;SBJV;PL;2;PST storjer V;IND;PL;1;PRS ressolver V;NFIN;LGSPEC1 curespuender V;IND;SG;1;PRS;LGSPEC1 aplicher V;NFIN;SG;2;LGSPEC2 scuter V;IND;PL;3;PRS;LGSPEC2 someter V;SBJV;SG;1;PRS;LGSPEC2 furmer V;IND;SG;3;PRS;LGSPEC1 scriver V;SBJV;PL;2;PRS educher V;IND;SG;1;FUT spidler V;SBJV;SG;2;PRS;LGSPEC1 spidler V;IPFV;IND;SG;3;PST determiner V;IPFV;IND;SG;1;PST sporjer V;SBJV;SG;2;PRS acurder V;IND;PL;1;FUT adurver V;NFIN;LGSPEC2 cogner V;IND;PL;2;PRS adoter V;IPFV;SBJV;PL;3;PST trater V;IND;SG;2;PRS;LGSPEC2 viuler V;IND;PL;1;PRS secuestrer V;IPFV;SBJV;PL;2;PST emaner V;IND;SG;3;PRS;LGSPEC2 registrer V;SBJV;SG;1;PRS;LGSPEC2 arbitrer V;SBJV;SG;1;PRS;LGSPEC2 meter V;NFIN;SG;2 cumporter V;IND;SG;3;FUT ncurajer V;IND;SG;2;PRS;LGSPEC1 prufesser V;IPFV;IND;SG;1;PST jì V;IND;SG;1;PRS comunicher V;IPFV;SBJV;SG;3;PST cianter V;IND;SG;2;FUT morir V;NFIN;PL;2 rater V;SBJV;SG;3;PRS;LGSPEC1 garantir V;IPFV;IND;SG;3;PST muder V;SBJV;SG;1;PRS;LGSPEC1 pruibir V;IND;SG;1;PRS;LGSPEC1 alesirer V;IND;PL;3;PRS;LGSPEC2 desgorjer V;NFIN;LGSPEC2 cumporter V;NFIN;LGSPEC1 determiner V;SBJV;PL;1;PRS fisser V;IND;SG;2;FUT detlarer V;IPFV;IND;SG;3;PST dejeujer V;SBJV;SG;2;PRS;LGSPEC1 publicher V;IND;PL;3;PRS;LGSPEC1 manifester V;IPFV;IND;SG;2;PST renunzier V;IPFV;IND;SG;3;PST sustenir V;IND;SG;2;PRS;LGSPEC1 cunzeder V;IND;PL;1;PRS entenjer V;NFIN;LGSPEC1 defrenzier V;IPFV;IND;SG;3;PST autoriser V;IPFV;SBJV;PL;3;PST onjer V;IPFV;IND;SG;2;PST cianter V;IND;SG;2;PRS;LGSPEC1 mander V;IPFV;IND;SG;1;PST afermer V;IND;SG;2;PRS;LGSPEC2 adurver V;SBJV;SG;2;PRS;LGSPEC1 ratificher V;IND;SG;3;FUT perde V;IND;PL;1;PRS ratificher V;SBJV;SG;1;PRS;LGSPEC1 publicher V;IND;SG;3;PRS;LGSPEC2 garantir V;IND;PL;3;PRS;LGSPEC2 educher V;SBJV;SG;2;PRS;LGSPEC2 dormir V;NFIN;SG;2;LGSPEC2 dejeujer V;IND;PL;1;PRS fé V;IND;SG;2;FUT curespuender V;SBJV;PL;2;PRS cundaner V;SBJV;SG;3;PRS;LGSPEC2 seurander V;IND;PL;3;PRS;LGSPEC1 morir V;IND;PL;1;FUT scurter V;IPFV;IND;PL;2;PST acurder V;IND;PL;2;FUT cunzeder V;IPFV;SBJV;SG;3;PST scriver V;IPFV;IND;PL;3;PST destiner V;IPFV;IND;PL;2;PST aplicher V;IND;PL;3;PRS;LGSPEC1 atribuir V;SBJV;PL;1;PRS istituir V;IPFV;IND;SG;3;PST deslier V;IND;SG;1;PRS;LGSPEC2 reguler V;NFIN;PL;2 dovei V;IPFV;SBJV;SG;2;PST;LGSPEC2 coordener V;SBJV;PL;3;PRS viuler V;IND;SG;2;PRS;LGSPEC1 cumander V;IPFV;IND;SG;1;PST adater V;NFIN;SG;2;LGSPEC2 curespuender V;IPFV;IND;PL;1;PST ndrezer V;IND;SG;3;PRS;LGSPEC2 cuntroler V;IPFV;SBJV;PL;1;PST stabilir V;SBJV;SG;3;PRS;LGSPEC2 assegurer V;SBJV;PL;2;PRS entenjer V;IND;SG;2;PRS someter V;IND;PL;3;FUT eserziter V;IND;SG;2;PRS;LGSPEC2 acurder V;NFIN;LGSPEC2 assenier V;IPFV;IND;SG;2;PST someter V;IPFV;IND;SG;2;PST ejaminer V;IND;PL;1;PRS comunicher V;IND;SG;3;PRS;LGSPEC3 sustenir V;SBJV;SG;1;PRS;LGSPEC1 pruibir V;IND;SG;1;PRS;LGSPEC2 rejoner V;IND;PL;1;FUT damander V;IND;PL;2;FUT dovei V;IND;PL;2;PRS aplicher V;IND;PL;3;FUT autoriser V;IND;SG;1;FUT destumer V;IND;PL;2;PRS storjer V;SBJV;SG;1;PRS danejer V;IND;SG;2;PRS;LGSPEC2 educher V;SBJV;SG;3;PRS;LGSPEC1 slunger V;NFIN;LGSPEC2 adurver V;IPFV;SBJV;SG;1;PST vegnì V;IND;PL;3;PRS sotscriver V;IPFV;IND;PL;2;PST unir V;IPFV;SBJV;SG;1;PST desgorjer V;IPFV;IND;SG;1;PST cunferir V;IPFV;IND;PL;2;PST azerter V;NFIN;PL;2 revucher V;SBJV;PL;3;PRS terjer V;NFIN;LGSPEC2 azerter V;IPFV;IND;SG;3;PST spidler V;IPFV;SBJV;PL;1;PST desgorjer V;IND;SG;2;PRS curespuender V;SBJV;SG;1;PRS;LGSPEC2 destiner V;NFIN;LGSPEC2 eserziter V;IND;PL;3;FUT pronunzier V;IND;SG;2;PRS;LGSPEC2 resulter V;IND;SG;3;PRS;LGSPEC1 plovei V;IPFV;IND;SG;3;PST mander V;NFIN;SG;2;LGSPEC2 capir V;IND;SG;1;PRS;LGSPEC2 pronunzier V;SBJV;SG;3;PRS;LGSPEC1 scuter V;IND;PL;3;PRS;LGSPEC1 mirer V;IND;PL;3;PRS;LGSPEC2 rester V;IND;SG;3;PRS;LGSPEC2 njinier V;IPFV;IND;SG;1;PST seurander V;SBJV;PL;2;PRS giudicher V;IND;SG;2;FUT promulgher V;IND;SG;3;PRS;LGSPEC2 prejenter V;IND;SG;3;PRS;LGSPEC2 renunzier V;IND;PL;2;PRS detlarer V;SBJV;SG;3;PRS;LGSPEC1 ejaminer V;IND;SG;3;PRS;LGSPEC1 destiner V;IND;PL;3;FUT rater V;IPFV;SBJV;PL;1;PST sporjer V;IPFV;SBJV;PL;3;PST dormir V;IPFV;SBJV;PL;2;PST coordiner V;SBJV;SG;2;PRS;LGSPEC2 someter V;SBJV;SG;3;PRS;LGSPEC2 scurter V;IND;SG;1;PRS;LGSPEC2 giudicher V;IPFV;IND;SG;2;PST liter V;IPFV;SBJV;PL;1;PST alesirer V;IPFV;IND;PL;2;PST aproer V;IND;SG;3;PRS;LGSPEC3 finanzier V;IND;SG;2;PRS;LGSPEC1 secuestrer V;IND;PL;2;PRS cumporter V;IPFV;SBJV;SG;3;PST atribuir V;SBJV;PL;2;PRS spieter V;NFIN;PL;2 educher V;IPFV;IND;SG;1;PST resserver V;IPFV;SBJV;PL;3;PST volei V;SBJV;PL;3;PRS acurder V;SBJV;SG;3;PRS;LGSPEC2 podei V;SBJV;PL;2;PRS purter V;IPFV;IND;PL;2;PST romper V;IND;PL;1;PRS dejeujer V;IND;SG;1;PRS;LGSPEC1 depenjer V;NFIN;LGSPEC1 cunvalider V;SBJV;PL;1;PRS adoter V;IND;PL;1;PRS autoriser V;IND;PL;2;FUT detlarer V;IPFV;SBJV;SG;1;PST desvier V;IND;SG;3;PRS;LGSPEC2 reguler V;IND;PL;3;PRS;LGSPEC1 redujer V;SBJV;SG;3;PRS cruzier V;SBJV;SG;2;PRS;LGSPEC1 spartir V;IPFV;IND;PL;3;PST urganiser V;IND;PL;1;PRS spartir V;IND;PL;2;PRS schiver V;IND;SG;2;FUT dejeujer V;NFIN;LGSPEC2 capir V;SBJV;SG;2;PRS;LGSPEC1 sponjer V;IND;SG;1;FUT cundaner V;SBJV;SG;2;PRS;LGSPEC1 jì V;IND;SG;2;PRS liter V;IND;SG;3;FUT promulgher V;IPFV;IND;PL;3;PST adoter V;NFIN;LGSPEC1 purter V;IND;SG;1;FUT cunferir V;IND;SG;1;PRS;LGSPEC2 costituir V;IND;SG;2;FUT comunicher V;IPFV;IND;PL;2;PST meter V;IPFV;IND;SG;2;PST populer V;IND;SG;3;FUT coordener V;IPFV;IND;SG;1;PST damander V;IND;SG;2;PRS;LGSPEC1 franjer V;IPFV;SBJV;PL;1;PST rejoner V;IND;SG;1;FUT desgorjer V;SBJV;SG;2;PRS apurver V;IND;SG;1;PRS;LGSPEC1 reguler V;SBJV;SG;2;PRS;LGSPEC1 segurer V;IPFV;IND;SG;2;PST danejer V;IPFV;SBJV;SG;2;PST storjer V;SBJV;PL;1;PRS prufesser V;IND;PL;2;FUT cogner V;IND;SG;2;PRS;LGSPEC2 savei V;SBJV;SG;2;PRS comprer V;IPFV;SBJV;PL;2;PST educher V;IND;SG;2;FUT mirer V;NFIN;PL;2 coordener V;IND;SG;3;PRS;LGSPEC2 dé V;SBJV;SG;2;PRS sustenir V;SBJV;PL;2;PRS desvier V;IPFV;SBJV;PL;1;PST educher V;IPFV;IND;SG;3;PST avei V;IPFV;SBJV;SG;3;PST;LGSPEC2 secuestrer V;IND;SG;1;FUT ndicher V;NFIN;LGSPEC1 adater V;IPFV;SBJV;SG;3;PST meter V;IPFV;IND;PL;3;PST trasferir V;IPFV;IND;PL;1;PST assegurer V;IPFV;SBJV;PL;1;PST unir V;IND;PL;2;FUT capir V;IND;SG;3;PRS;LGSPEC1 adoter V;IPFV;SBJV;SG;1;PST dé V;IND;PL;1;PRS ejaminer V;IPFV;IND;PL;2;PST danejer V;IPFV;IND;PL;1;PST cogner V;IPFV;IND;PL;3;PST curespuender V;IPFV;SBJV;SG;1;PST viver V;IND;PL;1;PRS mpartir V;IND;SG;2;PRS;LGSPEC1 capir V;SBJV;SG;3;PRS;LGSPEC2 dejeujer V;NFIN;SG;2;LGSPEC2 sponjer V;IND;PL;2;FUT urganiser V;IPFV;SBJV;PL;2;PST autoriser V;IND;PL;3;PRS;LGSPEC2 promulgher V;IND;PL;2;PRS rester V;SBJV;PL;1;PRS secuestrer V;NFIN;SG;2;LGSPEC2 respuender V;IND;PL;3;FUT depenjer V;IPFV;IND;PL;2;PST stabilir V;NFIN;LGSPEC2 scurter V;IND;SG;3;PRS;LGSPEC1 registrer V;SBJV;PL;2;PRS someter V;IPFV;IND;SG;1;PST vedei V;IPFV;IND;SG;1;PST desgorjer V;IPFV;SBJV;PL;1;PST proibir V;NFIN;SG;2;LGSPEC1 entenjer V;SBJV;PL;1;PRS pronunzier V;IND;PL;1;PRS ndicher V;NFIN;SG;2;LGSPEC2 terjer V;SBJV;SG;3;PRS cundaner V;IPFV;IND;PL;2;PST garantir V;SBJV;SG;1;PRS;LGSPEC2 perder V;IPFV;SBJV;SG;3;PST comprer V;NFIN;SG;2;LGSPEC2 cumander V;IND;SG;2;PRS;LGSPEC1 renunzier V;IND;PL;3;PRS;LGSPEC2 mener V;IND;PL;3;FUT registrer V;SBJV;SG;2;PRS;LGSPEC1 prejenter V;SBJV;PL;3;PRS registrer V;NFIN;LGSPEC2 scuter V;IPFV;IND;SG;1;PST parteziper V;IPFV;IND;SG;1;PST lascer V;NFIN;PL;2 comprer V;IND;PL;2;FUT resulter V;IND;PL;3;FUT assegurer V;IPFV;IND;PL;1;PST scriver V;IND;SG;2;PRS perdujer V;NFIN;SG;2 rater V;SBJV;SG;1;PRS;LGSPEC1 istituir V;IND;SG;2;PRS;LGSPEC1 acrediter V;SBJV;SG;3;PRS;LGSPEC2 vegnì V;IPFV;SBJV;PL;3;PST cruzier V;SBJV;SG;3;PRS;LGSPEC1 reverir V;IPFV;SBJV;PL;2;PST secuestrer V;IPFV;SBJV;PL;1;PST atribuir V;IND;SG;3;FUT passer V;IND;SG;1;PRS;LGSPEC1 rezever V;IPFV;SBJV;SG;3;PST ancunter V;IND;SG;1;FUT acrediter V;IND;SG;3;PRS;LGSPEC2 afermer V;IND;PL;2;PRS secuestrer V;SBJV;SG;1;PRS;LGSPEC2 mantenir V;IND;PL;2;FUT pronunzier V;IND;SG;3;PRS;LGSPEC1 revucher V;IND;PL;3;FUT schiver V;IND;SG;1;PRS;LGSPEC2 someter V;IND;PL;3;PRS;LGSPEC1 delibrer V;IND;SG;3;FUT cogner V;IND;SG;3;PRS;LGSPEC1 autoriser V;IND;SG;2;PRS;LGSPEC1 cumporter V;IND;SG;3;PRS;LGSPEC1 gaujer V;IPFV;IND;SG;2;PST dé V;NFIN;LGSPEC1 usserver V;IND;SG;2;PRS;LGSPEC2 proibir V;IPFV;SBJV;SG;2;PST reguler V;IPFV;IND;PL;2;PST revucher V;IND;PL;1;PRS spartir V;IND;PL;3;FUT dejeujer V;SBJV;SG;2;PRS;LGSPEC2 aproer V;IND;SG;1;FUT viver V;IPFV;IND;PL;1;PST aplicher V;SBJV;SG;3;PRS;LGSPEC2 aproer V;IPFV;IND;PL;3;PST unir V;NFIN;PL;2 terjer V;IND;PL;1;FUT pruibir V;IND;PL;1;FUT lascer V;IPFV;SBJV;PL;1;PST ndrezer V;IND;PL;3;PRS;LGSPEC2 delegher V;IND;PL;3;PRS;LGSPEC2 cunferir V;IND;SG;2;PRS;LGSPEC1 publicher V;IPFV;IND;SG;2;PST limiter V;IPFV;SBJV;PL;3;PST autoriser V;IPFV;IND;PL;2;PST scurter V;IPFV;IND;SG;2;PST assegurer V;IND;SG;3;PRS;LGSPEC3 desvier V;IND;SG;3;PRS;LGSPEC3 udir V;IPFV;IND;SG;3;PST purter V;NFIN;SG;2;LGSPEC1 parteziper V;IND;PL;1;PRS apurver V;SBJV;SG;3;PRS;LGSPEC1 udir V;IND;PL;3;PRS;LGSPEC2 reprejenter V;NFIN;SG;2;LGSPEC2 remander V;IND;SG;3;PRS;LGSPEC1 entenjer V;SBJV;SG;3;PRS cruzier V;IND;PL;3;PRS;LGSPEC2 comunicher V;IPFV;IND;SG;3;PST eserziter V;NFIN;LGSPEC2 atuer V;IPFV;IND;SG;1;PST storjer V;NFIN;LGSPEC1 njinier V;IPFV;SBJV;PL;2;PST cumander V;NFIN;SG;2;LGSPEC2 scurter V;IND;PL;3;PRS;LGSPEC1 detlarer V;SBJV;PL;3;PRS savei V;IPFV;IND;PL;1;PST mander V;IND;SG;1;PRS;LGSPEC2 coster V;IND;SG;3;FUT strenjer V;IPFV;IND;SG;3;PST podei V;IND;SG;1;FUT delibrer V;IPFV;SBJV;PL;2;PST costituir V;IND;PL;2;PRS tradujer V;NFIN;LGSPEC1 acuser V;IPFV;SBJV;SG;2;PST cumander V;IND;SG;2;FUT stabilir V;IND;SG;2;FUT resserver V;IND;SG;3;PRS;LGSPEC1 autoriser V;IND;SG;3;PRS;LGSPEC2 ratificher V;IND;PL;2;FUT spartir V;IPFV;SBJV;PL;2;PST unir V;IND;PL;2;PRS cunzeder V;IND;SG;3;PRS nfurmer V;IPFV;IND;PL;3;PST cumander V;IPFV;IND;SG;3;PST fisser V;IND;SG;1;PRS;LGSPEC2 mirer V;NFIN;LGSPEC2 capir V;NFIN;LGSPEC2 cumander V;IPFV;SBJV;PL;2;PST aplicher V;IPFV;IND;PL;1;PST seurander V;IPFV;SBJV;PL;3;PST produjer V;IND;PL;2;FUT acrediter V;IND;SG;1;PRS;LGSPEC1 trasferir V;IPFV;IND;SG;3;PST adoter V;IND;SG;2;PRS;LGSPEC2 sotscriver V;IND;SG;2;PRS sotscriver V;IND;PL;3;FUT reurganiser V;IPFV;SBJV;SG;2;PST scriver V;IPFV;IND;PL;2;PST spieter V;IND;SG;3;FUT rester V;IPFV;IND;SG;3;PST spidler V;IPFV;IND;PL;2;PST urganiser V;IND;PL;1;FUT cianter V;IPFV;SBJV;PL;3;PST ndicher V;IND;PL;2;PRS spidler V;IND;PL;2;PRS comunicher V;SBJV;PL;2;PRS prufesser V;IND;PL;1;PRS trasferir V;NFIN;LGSPEC1 someter V;IPFV;SBJV;PL;2;PST alesirer V;IND;SG;2;PRS;LGSPEC1 assenier V;NFIN;SG;2;LGSPEC2 podei V;IPFV;IND;PL;1;PST delibrer V;IND;SG;1;PRS;LGSPEC1 finanzier V;IND;SG;1;FUT defrenzier V;IPFV;SBJV;PL;3;PST eserziter V;SBJV;SG;1;PRS;LGSPEC1 atuer V;IPFV;IND;PL;3;PST cumander V;IND;SG;3;FUT desgorjer V;IPFV;SBJV;SG;2;PST istituir V;IPFV;SBJV;SG;2;PST autoriser V;IND;SG;1;PRS;LGSPEC1 registrer V;IND;SG;1;PRS;LGSPEC1 partir V;IPFV;IND;PL;2;PST arbitrer V;SBJV;SG;3;PRS;LGSPEC1 coster V;IPFV;IND;PL;1;PST mutiver V;IPFV;SBJV;SG;1;PST prufesser V;SBJV;PL;2;PRS determiner V;IND;SG;1;PRS;LGSPEC1 reurganiser V;IPFV;IND;SG;1;PST trasferir V;IND;PL;2;PRS morir V;SBJV;SG;3;PRS arester V;SBJV;PL;3;PRS stipuler V;IND;PL;1;PRS reurganiser V;IND;PL;3;PRS;LGSPEC1 ndrezer V;IND;SG;3;FUT mutiver V;IND;SG;3;PRS;LGSPEC2 adater V;IPFV;IND;SG;2;PST dejeujer V;IPFV;SBJV;SG;3;PST alesirer V;IND;PL;2;FUT aproer V;IND;PL;3;PRS;LGSPEC1 renunzier V;NFIN;LGSPEC2 proibir V;IND;SG;1;PRS;LGSPEC2 reverir V;IND;SG;1;PRS;LGSPEC2 aproer V;IND;SG;2;FUT aproer V;SBJV;SG;1;PRS;LGSPEC2 rezever V;NFIN;PL;2 deslier V;IPFV;IND;SG;3;PST educher V;NFIN;LGSPEC1 storjer V;NFIN;LGSPEC2 cundaner V;NFIN;SG;2;LGSPEC1 coordiner V;IND;SG;2;FUT emaner V;IND;SG;1;PRS;LGSPEC2 alesirer V;IND;SG;2;PRS;LGSPEC2 perdujer V;IPFV;IND;SG;2;PST acurder V;IPFV;SBJV;PL;1;PST ncurajer V;SBJV;SG;3;PRS;LGSPEC2 mpartir V;IND;SG;2;PRS;LGSPEC2 delegher V;SBJV;PL;1;PRS acrediter V;IPFV;SBJV;SG;2;PST coordiner V;SBJV;PL;2;PRS stipuler V;SBJV;SG;2;PRS;LGSPEC1 podei V;IPFV;SBJV;PL;1;PST goder V;IND;SG;2;PRS;LGSPEC2 fé V;IND;PL;2;PRS udir V;NFIN;SG;2;LGSPEC1 manifester V;SBJV;PL;3;PRS cumporter V;SBJV;PL;3;PRS ejaminer V;IPFV;SBJV;SG;2;PST stabilir V;IPFV;IND;SG;2;PST mirer V;SBJV;PL;1;PRS coordiner V;IND;PL;1;PRS franjer V;IND;SG;1;FUT registrer V;IND;SG;3;PRS;LGSPEC3 remander V;SBJV;SG;3;PRS;LGSPEC1 dejeujer V;IND;SG;2;FUT sustenir V;IND;PL;3;PRS;LGSPEC2 nascer V;IND;PL;2;PRS ratificher V;IND;SG;2;PRS;LGSPEC2 resulter V;IPFV;IND;PL;1;PST someter V;IND;PL;1;PRS ressolver V;IND;PL;2;PRS ratificher V;IPFV;SBJV;PL;1;PST finanzier V;IPFV;SBJV;SG;1;PST secuestrer V;IPFV;IND;PL;3;PST usserver V;SBJV;SG;2;PRS;LGSPEC1 acurder V;NFIN;SG;2;LGSPEC1 aproer V;SBJV;SG;3;PRS;LGSPEC2 azerter V;IND;SG;2;PRS;LGSPEC1 reurganiser V;IND;SG;3;PRS;LGSPEC1 remander V;IND;SG;3;PRS;LGSPEC3 adoter V;IPFV;IND;PL;2;PST deslier V;NFIN;LGSPEC2 populer V;IPFV;SBJV;PL;1;PST mander V;SBJV;PL;1;PRS muder V;NFIN;LGSPEC1 liter V;SBJV;SG;3;PRS;LGSPEC2 apurver V;IND;SG;3;PRS;LGSPEC1 comunicher V;IND;SG;1;PRS;LGSPEC1 morir V;IPFV;SBJV;PL;3;PST destumer V;SBJV;SG;2;PRS;LGSPEC2 remplazer V;IND;SG;3;PRS;LGSPEC2 onjer V;IPFV;SBJV;PL;1;PST aussei V;IPFV;IND;SG;3;PST resulter V;IND;SG;1;PRS;LGSPEC2 franjer V;IND;PL;3;PRS goder V;IND;SG;3;PRS;LGSPEC2 mutiver V;IND;PL;2;FUT viver V;NFIN;PL;2 mutiver V;NFIN;SG;2;LGSPEC1 sponjer V;IPFV;IND;SG;2;PST condujer V;IND;PL;1;FUT ndicher V;IND;SG;3;FUT onjer V;IPFV;SBJV;PL;2;PST perder V;SBJV;PL;1;PRS assegurer V;IND;SG;3;PRS;LGSPEC2 remander V;SBJV;PL;3;PRS educher V;IND;SG;1;PRS;LGSPEC1 stipuler V;SBJV;SG;3;PRS;LGSPEC2 vedei V;SBJV;PL;2;PRS numiner V;IND;SG;3;PRS;LGSPEC1 mirer V;IPFV;IND;PL;3;PST aplicher V;IND;SG;2;PRS;LGSPEC2 cogner V;IPFV;SBJV;SG;3;PST viver V;IND;SG;2;PRS prejenter V;IPFV;SBJV;SG;3;PST parteziper V;IPFV;SBJV;PL;2;PST numiner V;IPFV;SBJV;SG;1;PST coordener V;NFIN;LGSPEC1 cogner V;NFIN;LGSPEC1 arbitrer V;IND;SG;3;PRS;LGSPEC1 deslier V;IND;PL;3;PRS;LGSPEC1 schiver V;SBJV;SG;1;PRS;LGSPEC1 produjer V;IPFV;IND;SG;2;PST coordiner V;IND;SG;2;PRS;LGSPEC2 condujer V;IPFV;IND;SG;2;PST redujer V;IPFV;IND;PL;3;PST sporjer V;IND;PL;2;PRS perdujer V;IPFV;SBJV;SG;2;PST arbitrer V;IND;PL;3;FUT messei V;IND;SG;1;FUT manifester V;IPFV;IND;PL;1;PST prejenter V;IPFV;SBJV;SG;2;PST tramuder V;IPFV;SBJV;SG;2;PST prejenter V;IPFV;SBJV;PL;3;PST adater V;IND;PL;1;PRS reurganiser V;IPFV;SBJV;SG;1;PST adurver V;SBJV;SG;3;PRS;LGSPEC2 erjer V;IPFV;IND;PL;1;PST eserziter V;IND;PL;2;PRS tradujer V;IND;PL;3;FUT adurver V;IND;SG;1;FUT jonjer V;IPFV;IND;SG;2;PST ncurajer V;IND;SG;2;PRS;LGSPEC2 slunger V;IND;PL;2;PRS aplicher V;SBJV;SG;1;PRS;LGSPEC2 ressolver V;IPFV;SBJV;PL;1;PST cianter V;IND;SG;3;PRS;LGSPEC3 njinier V;IPFV;IND;PL;3;PST ancunter V;NFIN;LGSPEC2 aproer V;SBJV;SG;1;PRS;LGSPEC1 autoriser V;NFIN;SG;2;LGSPEC2 mutiver V;NFIN;PL;2 prejenter V;IND;SG;3;FUT usserver V;NFIN;PL;2 dejeujer V;IPFV;IND;SG;1;PST purter V;IND;PL;2;FUT ndicher V;SBJV;SG;3;PRS;LGSPEC2 muder V;IND;SG;2;PRS;LGSPEC2 reprejenter V;IND;PL;3;FUT lascer V;IND;PL;1;FUT arbitrer V;IND;PL;3;PRS;LGSPEC1 finanzier V;IND;PL;3;PRS;LGSPEC1 udir V;NFIN;LGSPEC1 cunferir V;SBJV;SG;1;PRS;LGSPEC1 entenjer V;IPFV;SBJV;SG;1;PST ncurajer V;IND;SG;3;PRS;LGSPEC3 prufesser V;IPFV;SBJV;SG;1;PST destiner V;IND;SG;3;PRS;LGSPEC2 depenjer V;NFIN;PL;2 comunicher V;IND;PL;3;FUT comunicher V;SBJV;SG;2;PRS;LGSPEC1 stipuler V;SBJV;SG;1;PRS;LGSPEC1 vegnì V;IPFV;SBJV;PL;1;PST cunferir V;IND;PL;3;FUT emaner V;IND;SG;1;FUT usserver V;IND;SG;1;PRS;LGSPEC1 nfurmer V;SBJV;SG;2;PRS;LGSPEC2 destiner V;IPFV;IND;SG;2;PST afermer V;IPFV;SBJV;PL;3;PST istruir V;NFIN;PL;2 comprer V;SBJV;PL;3;PRS defrenzier V;SBJV;PL;3;PRS rater V;IND;PL;3;PRS;LGSPEC1 mpartir V;IND;SG;3;PRS;LGSPEC2 someter V;IND;SG;1;PRS;LGSPEC1 vegnì V;IND;SG;1;PRS slunger V;NFIN;SG;2;LGSPEC2 franjer V;IND;PL;2;FUT cumander V;IND;PL;1;FUT cunzeder V;IPFV;IND;SG;3;PST njinier V;NFIN;LGSPEC2 anuler V;SBJV;SG;1;PRS;LGSPEC2 aussei V;IPFV;SBJV;SG;1;PST
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 190 192 194 196]; y = [122 112 100 93 90 77.8 71.5 65 58 51.6 45 39 33.4 29 25.5 22.3 20 18 16 14.3 12.9 11.6 10.2 9.1 8.2 7.2 6.4 5.7 5.2 4.7 4.4 3.9 3.6 3.3 3 2.9 2.8 2.7 2.8 2.9 3 3.2 3.4 3.8 4.2 4.8 5.3 6 6.7 7.5 8.4 9.6 10.6 11.9 13.2 14.8 16.4 18.1 20 22 24.2 26.9 29.5 32.3 35.4 38.3 41.7 45 52.4 56 60 63.9 68.1 72.8 77.3 82.3 87.4 92.7 97.8 102.2 106.8 110.9 115 119.2 123.3 127.9 130.4 134 137.1 140.2 143.9 147.7 152 155]; title('График интерполяции') xlabel('X(мм)'); ylabel('Y(мм)'); x1 = 8:196; y1 = (0.0155).*(x1.^2)-(3.0033).*x1+145.0295; y2 = (0.0000013392).*(x1.^4)-(0.00057506).*(x1.^3)+(0.0951).*(x1.^2)-(6.7216).*x1+169.9714; plot2d(x,y,style=[color("black")]); plot2d(x1,y1,style=[color("orange")]); plot2d(x1,y2,style=[color("blue")]); legend('y = f(x)','по 3 точкам','по 5 точкам');
3a794b7641a9864c2dd692a2c0ffd2d424e2630d
449d555969bfd7befe906877abab098c6e63a0e8
/1271/CH4/EX4.1/example4_1.sce
3a93d11ab1d14fa611adbb4bc3b6c8132dc40c4d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
980
sce
example4_1.sce
clc // Given that lambda = 5.5e-7 // wavelength of light in meter c = 3e+8 // speed of light in m/sec h = 6.63e-34 // Planck constant in j/sec e = 1.6e-19 // charge on electron in coulomb k = 8.62e-5 // Boltzmann constant in eV/K T = 300 // temperature in kelvin // Sample Problem 1 on page no. 4.24 printf("\n # PROBLEM 1 # \n") delta_E = (h * c) / (lambda * e) // calculation for energy difference r = exp(-delta_E / (k * T)) // calculation for ratio of population of upper level to the lower energy level T_ = (delta_E / (k * 0.693)) // calculation for temperature for the second condition printf("\n Standard formula used \n delta_E = (h * c) / (lambda * e). \n r = exp(-delta_E / (k * T)). \n T_ = (delta_E / (k * 0.693)). \n") printf("\n Ratio of population of upper level to the lower energy level = %e. \n Temperature for the second condition = %f K. ",r,T_) //Answer in the book: 1.3 X 10^-38 and 37800 K //Answer in the program:1.100524 X 10^-38 and 37836.557301 K"
664d4a1bba3596cb5bdacd289b96d50a9d56854b
449d555969bfd7befe906877abab098c6e63a0e8
/3472/CH9/EX9.26/Example9_26.sce
d8acc46e24ebb49400f452f71e2357ea2d23eb26
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
871
sce
Example9_26.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 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES // EXAMPLE : 2.26 : // Page number 120 clear ; clc ; close ; // Clear the work space and console // Given data d = 2.0 // Spacing between conductors(m) dia = 1.25/100 // Diameter of conductor(m) // Calculations r = dia/2 // Radius of conductor(m) e = 8.854*10**-12 // Constant ε_0 C = 2*%pi*e/log(d/r) // Capacitance(F/m) C_u = C*1000*10.0**6 // Capacitance for entire length(μF/km) // Results disp("PART II - EXAMPLE : 2.26 : SOLUTION :-") printf("\nCapacitance of each line conductor, C = %.4f μF/km", C_u)
12ad7395766f93d09b22242f73ec98834dbb3f61
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH18/EX18.33/Ex18_33.sce
15f382a4a78b319a478fa10d727af44061a0c36c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
697
sce
Ex18_33.sce
//Initilization Of Variables W1=2 //lb W2=3 //lb a=0 //Lower Limit oF the Integral b=2 //Upper Limit of the Integral n=10 //Interval of the integral k=12/12 //lb/ft g=32.2 //ft/s^2 //Calculation //Work Done by the spring //Using Trapezoidal Rule for Intergration function[I1]=Trap_Composite1(f,a,b,n) h=(b-a)/n t=linspace(a,b,n+1) I1=(h/2)*((2*sum(f(t)))-f(t(1))-f(t(n+1))) endfunction deff('[y]=f(t)','y=k*(2-t)') W=Trap_Composite1(f,a,b,n) //ft-lb //Solving the simultaneous equations v3=sqrt(W/(0.5*(W2/g)+0.5*(W1/g)*(-W2/W1)^2)) //ft/s v2=-(W2/W1)*v3 //ft/s //Result clc printf('The speed of 2lb block is %f ft/s and that of 3lb block is %f ft/s',v2,v3)
6f9a77a8b312f88c7d2c71e76f1dbe812fe55143
eb7eeb04a23a477e06f3c0e3d099889caee468b4
/src/examples/scilab/scilab_shallowwater/testmet.sce
03ad8bc1cad48c3b3dbf29f4c0e8fe6566a6dbed
[]
no_license
mikeg64/iome
55699b7d7b3d5c1b006d9c82efe5136b8c909dfd
cc1c94433133e32776dcf16704ec4ec337b1b4a0
refs/heads/master
2020-03-30T15:57:33.056341
2016-04-13T09:24:27
2016-04-13T09:24:27
151,387,236
0
0
null
null
null
null
UTF-8
Scilab
false
false
227
sce
testmet.sce
//AddMetadata('author',metadata.author,elist); AddMetadata('date',metadata.sdate,elist); AddMetadata('platform',metadata.platform,elist); AddMetadata('description',metadata.desc,elist); AddMetadata('name',metadata.name,elist);
63b3118811634d612a4f921591d05b94021a9308
449d555969bfd7befe906877abab098c6e63a0e8
/243/CH10/EX10.4/10_4.sce
67f00469f1be39b0457a6a2169389cf81158b540
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
485
sce
10_4.sce
//Example No. 10_04 //Curve Fitting //Pg NO. 335 clear ; close ; clc ; x = 1:4 ; y = [6 11 18 27 ]; n = length(x) //Number of data points m = 2+1 //Number of unknowns disp('Using CA = B form , we get') for j = 1:m for k = 1:m C(j,k) = sum(x.^(j+k-2)) end B(j) = sum( y.*( x.^( j-1 ) ) ) end disp(B,'B = ',C,'C = ') A = inv(C)*B disp(A,'A = ') printf('Therefore the least sqaures polynomial is\n y = %i + %i*x + %i*x^2 \n',A(1),A(2),A(3))
d1db62354f9d0ed16cab1cfa069bb8ace581317e
0812f3bb6f3cc038b570df68ccee4275da04b11f
/models/complexity_1000/Applied_Thermodynamics_and_Engineering/CH10/EX10.1/10_1.sce
b3c2821166ddfc2a7f2b888c0fe024b1fa2b3996
[]
no_license
apelttom/20-semester_PhD_thesis
edc0b55580bae9d364599932cd73cf32509f4b7a
ff28b115fcf5e121525e08021fa0c02b54a8e143
refs/heads/master
2018-12-26T22:03:38.510422
2018-12-14T20:04:11
2018-12-14T20:04:11
106,552,276
0
0
null
null
null
null
UTF-8
Scilab
false
false
335
sce
10_1.sce
clc; y=1.4; p1=8.6; pc=p1*[(2/(y+1))^{y/(y-1)}]; T1=190+273; Tc=T1*[2/(y+1)]; R=287; vc=R*Tc/(10^5*pc); Cc=(y*R*Tc)^0.5; m=4.5; A=m*vc/Cc; disp("mm^3",A*10^6,"Area of troat is:"); p2=1.03; T1=463; T2=T1/([p1/[p2]]^([y-1]/y)); v2=R*T2/(10^5*p2); cp=1.005 C2=[2*cp*10^3*(T1-T2)]^0.5; A2=m*v2/C2 disp("mm^3",A2*10^6,"Exit area is:");
c87d2f8eae4397d21b2a6ad18e0c7629fca954e8
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.0/macros/sci2for/gencall.sci
fc1fbee9f78068b7628b1d2d6988a30d1d63497f
[ "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
323
sci
gencall.sci
//[t]=gencall(arg) //gencall(arg) genere une instruction call fortran a partir du vecteur de //chaine arg dont le premier element est le nom du sous programme et les //suivants les arguments d'appels //! n=prod(size(arg)) t=' call '+arg(1)+'(' if n=0 then return,end for k=2:n-1, t=t+arg(k)+',' end t=t+arg(n)+')' //end
50be3aa2c620d85d2f3db723ef2193f6d2850fd5
449d555969bfd7befe906877abab098c6e63a0e8
/3281/CH9/EX9.7/ex9_7.sce
a1ad3bb3a5bf841183bca7ef545ba635c5194c48
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
ex9_7.sce
//Page Number: 457 //Example 9.7 clc; //Given S11=0.90; S12=0; S21=2.40; S22=0.80; Gmax=(S21*S21)/((1-(S11)^2)*(1-(S22)^2)); Gdb=10*log10(Gmax); disp(Gdb,'Maximum gain:');
7fcfe9eda567a99e0ae64a1ca3c977ee2d2d5b6b
449d555969bfd7befe906877abab098c6e63a0e8
/2090/CH11/EX11.1/Chapter11_example1.sce
0307b2e181eda9a945d4bb5c5ed00d622d2ff017
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
576
sce
Chapter11_example1.sce
clc clear //Input data nsc=75;//The scavenging efficiency of the two stroke engine in percent ns=20;//The scavenging efficiency is increased by in percent //Calculations Rsc=log(1/(1-(nsc/100)));//The scavenging ratio for normal efficiency nsc1=(nsc/100)+((nsc/100)*(ns/100));//For 20% increase in scavenging efficiency Rsc1=log(1/(1-(nsc1)));//The scavenging ratio for 20% more efficiency Rscr=[(Rsc1-Rsc)/Rsc]*100;//Percentage increase in scavenging ratio in persent //Output printf('The percentage change in the scavenging ratio = %3.1f percent ',Rscr)
7d8573a9578efd664283c97c374e5561fcf59fbb
449d555969bfd7befe906877abab098c6e63a0e8
/3871/CH5/EX5.6/Ex5_6.sce
aad9838c6df682a65e91d8fa86f40af4a46774c5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
764
sce
Ex5_6.sce
//============================================================= //Chapter 5 example 6 clc;clear all; //variable declaration R = 50; //resistance of the magnetic coil in Ω Rt = 500; //resistance in Ω L = 0.09; //inductance of the voltmeter in H f = 50; I = 1; //calculations r = Rt-R; //swamping resistance in Ω X = (2*%pi*f*r)^2; Y = L*x; Y1 = I*L; //L = C*r^2/(I+w^2*C^2*r^2) //C*r^2 = L*I+L*w^2*C^2*r^2 //C*r^2 =y1+x*(C^2) //x*(C^2)-C*r^2+y1; a = X; b = -r^2; c = Y1; x = (-b-sqrt((b^2)-(4*a*c)))/(2*a); //we consider the positive value //result mprintf("swamping resistance = %3.2e",x);
6ebdf587b2b36930458ef9f0a8754d847f3d5d48
449d555969bfd7befe906877abab098c6e63a0e8
/2414/CH12/EX12.3/Ex12_3.sce
d0d11c48be16323210490512057b67fa790495a4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
174
sce
Ex12_3.sce
clc; close(); clear(); //page no 403 //prob no. 12.3 B=2*10^6; //Hz Req=6*10^6 ; //ohm Vrms=(16*10^-21*B*Req)^0.5; //volts mprintf('vrms=%.1f micro-V',Vrms*10^6);
814b9dc4a867085f85efd19e9a7f18dcaeaecf0e
449d555969bfd7befe906877abab098c6e63a0e8
/1430/CH13/EX13.12/exa13_12.sce
61bbd7d430f7798afcf1d99a173897c510bcd4c0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
exa13_12.sce
// Example 13.12 // Calculating a Zero-Input Response L=2; R=20; C=1/200; s=%s; // for t<0 i_L_bef=6; v_C_bef=20*i_L_bef; // for t>0 ,figure 13.13(b) //Applying Mesh equation for I_L_s I_L_s=(12+120/s)/(2*s+20+100/s); // I_L_s has the form (Bs+C)/(s^2+2*alpha*s+omega_0^2) comparing these equations // we get B=6; C=60; alpha=5; omega_o=50 beta=5; K=complex(6,-6); K_m=abs(K); phase_K=atan(imag(K),real(K)) t=0:0.001:5; i_L=K_m*exp(-alpha*t).*cos(beta*t+phase_K); // t>=0 plot(t,i_L) xlabel('t') ylabel('i_L(t)') title('Current Waveform')
3d5ef27125c79600e02124d6e71c71cee3138026
449d555969bfd7befe906877abab098c6e63a0e8
/1085/CH16/EX16.1/ex16_1.sce
e1e0ab1fffba8c9bda05e05a3142b13e0167ed0f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
406
sce
ex16_1.sce
//Exam:16.1 clc; clear; close; T_c=4.2;//critical temperature of mercury k=1.4*10^(-23);// E_g=3*k*T_c;//energy gap (in Joule) e=1.6*10^(-19);//charge on the electron E=E_g/e;//energy gap (in electron volt) h=6.6*10^(-34)// in J-s c=3*10^8;//in m/s wavelength=h*c/E_g;//wavelength of a photon (in m) disp(E,'energy gap (in electron volt)='); disp(wavelength,'wavelength of a photon (in m)=');
70d80049e7190589b6fae5cf35667424780024a3
449d555969bfd7befe906877abab098c6e63a0e8
/620/CH6/EX6.1/example6_1.sce
dda7f0b288b39c3878940e576bdab3cca1aabb08
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
484
sce
example6_1.sce
i1=10; i2=0.5; i3=1.5; v=120; disp("Part a"); i=i1+i2+i3; disp("the total current (in A) supplied by the source is"); disp(i); disp("Part b"); disp("voltage (in V) across the lamp is"); disp(v); disp("Part c"); r=v/i; disp("the combined resistance (in Ω) is");disp(r); disp("Part d"); i4=15; r4=v/(i4-i); disp("the resistance (in Ω) of the fourth load is"); disp(r4); disp("Part e"); r5=v/i4; disp("the combined resistance (in Ω) of the four loads is"); disp(r5);
01100076322c7dc3a1f47a895faaac374401120d
449d555969bfd7befe906877abab098c6e63a0e8
/2783/CH5/EX5.6/Ex5_6.sce
f6a164c8e01ee0fa2cada9d724be39baebf5640b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex5_6.sce
clc //initialization of new variables clear L=10 //m D=0.02 //m Uav=0.15 //m/s rho=1000 //kg/m^3 mu=10^-3 g=9.8 //m/s^2 //calculations Re=rho*Uav*D/mu f=64/Re Hf=f*L*Uav^2/(D*2*g) //results printf('Head loss is = %.4f m',Hf)
8b26787ee7aa9d5117fc2bef37230256eea738ad
449d555969bfd7befe906877abab098c6e63a0e8
/1673/CH7/EX7.14/7_14.sce
6effa0abec537f9931b7172ee982bef4a5f5236e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
835
sce
7_14.sce
//solution of equations by iteration method //example 7.14 //page 282 //jacobi's method clc;clear;close; C=[3.333;1.5;1.4]; X=[3.333;1.5;1.4]; B=[0 -0.1667 -0.1667;-0.25 0 0.25;-0.2 0.2 0]; for i=1:10 X1=C+B*X; printf('X%d',i); for k=1:3 for l=1:1 printf(' %f ',X1(k,l)) end printf('\n'); end X=X1; end printf(' the solution of the equation is converging at 3 1 1\n\n'); //gauss-seidel method C=[3.333;1.5;1.4]; X=[3.333;1.5;1.4]; B=[0 -0.1667 -0.1667;-0.25 0 0.25;-0.2 0.2 0]; X1=C+B*X; x=X1(1,1);y=X1(2,1);z=X1(3,1); for i=1:5 x=3.333-0.1667*y-0.1667*z y=1.5-0.25*x+0.25*z z=1.4-0.2*x+0.2*y printf(' the value after %d iteration is : %f\t %f\t %f\t\n\n',i,x,y,z) end printf(' again we conclude that roots converges at 3 1 1')
0eb5e030cfd7003f722caa9bb62f9631be419c4b
449d555969bfd7befe906877abab098c6e63a0e8
/26/CH6/EX6.5.13/6_5_13.sce
208e72660d1a6abe71dc42e574fc27cbc8e66171
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
478
sce
6_5_13.sce
disp('To determine if u is the least square solution to Ax=b') disp('Given') a=[3 4;-2 1;3 4] disp(a,'A=') b=[11;-9;5] disp(b,'b=') u=[5;-1] v=[5;-2] disp(v,'v=',u,'u=') disp('Au=') disp(a*u) c=b-a*u disp(c,'b-Au=') disp('||b-Au||=') disp(sqrt(c(1,1)^2+c(2,1)^2+c(3,1)^2)) disp('Av=') disp(a*v) d=b-a*v disp(d,'b-Av=') disp('||b-Av||=') disp(sqrt(d(1,1)^2+d(2,1)^2+d(3,1)^2)) disp('Since Av is more closer to A than Au, u is not the least square solution.')
4f348f157cc8e9dd55b0d4b738164b0e9568c6c5
449d555969bfd7befe906877abab098c6e63a0e8
/2175/CH16/EX16.16/16_16.sce
203bb32db76170930f0069ccba11d416813013b8
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
222
sce
16_16.sce
clc; Beta=1/303; g=9.81; l=1; delta_t=327-30; v=(5.128*10^-5); Gr=Beta*g*l^3*delta_t/v^2 alpha=1.31*delta_t^0.33333 A=1;//m^2 delta_t=627-27; Q=alpha*A*delta_t disp("rate of heat loss:"); disp("kW",Q/1000);
24e0e1407654541d4ba8de1f56da6c23c95ee1d9
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH9/EX9.10/9_10.sce
d20b6ecd989a4cd9446725df888ff5782fe9aa5f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
222
sce
9_10.sce
//Chapter 9, Problem 10 clc; E=1.5*10^3; //emf dI=4; //change in flux dt=8*10^-3; //change in time D=dI/dt; L=E/D; printf("Inductance L = %d H",L);
56f30095f6cb7fd633b27d48cdab05f3190e2423
449d555969bfd7befe906877abab098c6e63a0e8
/1697/CH4/EX4.3/Exa4_3.sce
10711c0a6cae9ae506b36e38840e58810dff686c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,355
sce
Exa4_3.sce
//Exa 4.3 clc; clear; close; //given data : disp("For a two elements arrayy the total field is given by : "); disp("E=2*Eo*cos(psi/2)"); disp("(i) It is a case of braod side array : so, delta = 0"); disp("psi = Beta*d*cos(theta)+delta") disp("d=3*lambda/2"); disp("Beta*d = (2*%pi/lambda)*(3*lambda/2) = 3*%pi") disp("psi = 3*%pi*cos(theta)"); disp("psi/2 = (3*%pi/2)*cos(theta)"); disp("The maxima for broad side array occurs when theta = %pi/2"); disp("Ep = 2*Eo*cos(3*(%pi/2)*cos(%pi/2))"); disp("Ep = 2*Eo as cos(%pi/2) = 0 and cos(0)=1"); disp("At half power beamwidth the field becomes Ep/sqrt(2)"); disp("So, cos(3*(%pi/2)*cos(theta)) = 1/sqrt(2)"); disp("3*(%pi/2)*cos(theta)=%pi/4"); disp("cos(theta) = 1/6"); disp("theta = 80.5 degree") theta = 80.5;//in degree HPBW=2*(90-theta);//in degree disp(HPBW,"HPBW in degree : "); disp("(ii) Equal amplitude and different phase(540 degree) : (end fire array) "); disp("In case of end fire array : "); disp("delta = -Beta*d"); disp("Beta*d = 540 degree = 3*%pi"); disp("psi = 3*%pi*cos(theta)-3*%pi = 3*%pi*(cos(theta)-1)"); disp("E_HPBW = 3*%pi*(cos(theta)-1) = %pi/4 = 1/sqrt(2)"); disp("3*%pi*(cos(theta)-1) = %pi/4"); disp("cos(theta) = 1+1/12 = 13/12"); disp("theta = 33.6 degree"); theta=33.6;//in degree HPBW=2*theta;//in degree disp(HPBW,"HPBW in degree : ");
0c434a142391d113357696fb0afdf05b34df5fae
449d555969bfd7befe906877abab098c6e63a0e8
/2858/CH6/EX6.4/Ex6_4.sce
a6aca44660afca5cc6ee3f0a481d7220d1887f28
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
315
sce
Ex6_4.sce
//example 6.4 clc; funcprot(0); Cc=0.28; Hc=18*12; e0=0.9; sigmao=11*100+40*(121.5-64)+18/2*(118-62.4); H2=5+40+18; H1=5+40; qo=3567; //from table IaH2=0.21; IaH1=0.225; Dsigma=qo*((H2*IaH2-H1*IaH1)/(H2-H1))*4; Scp=Cc*Hc/(1+e0)*log10(sigmao/sigmao+Dsigma/sigmao); disp(Scp,"settlement in inches");
9c74abd07277f99bfe729126e3ec223e3c4978ca
449d555969bfd7befe906877abab098c6e63a0e8
/1529/CH9/EX9.9/9_09.sce
79b72561d9c94605e20ea7c80d19f41ac11e7cd1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
273
sce
9_09.sce
//Chapter 9, Problem 9 clc; L=12; //inductance dI=4; //change in current dt=1; //change in time E=-L*(dI/dt); //calculating induced emf printf("Induced emf E = %d V",E);
bc30268f2688857a0b6405db8aa05e2901248feb
449d555969bfd7befe906877abab098c6e63a0e8
/3651/CH2/EX2.3/Ex2_3.sce
0a261adbd6157d1f183063fe5ca48204e8490934
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
318
sce
Ex2_3.sce
h1=1 k1=0 l1=0 h2=1 k2=1 l2=0 h3=1 k3=1 l3=1 a=1 //Calculations d1=a/(sqrt(h1**2+k1**2+l1**2)) d2=a/(sqrt(h2**2+k2**2+l2**2)) d3=a/(sqrt(h3**2+k3**2+l3**2)) //Result printf('d1 =%0.2f\n",d1 ) printf('d2 =%0.2f\n",(d2)) printf('d3 =%0.2f\n",(d3)) printf('d1:d2:d3 =%0.2f:%0.2f:%0.2f",d1,(d2),d3)
39a78d6a22a7081b995b6368a8245a60cf3fa5f5
449d555969bfd7befe906877abab098c6e63a0e8
/2381/CH9/EX9.12/ex_12.sce
d6afbbbcb2523b9ea9bbd2e8204b9de91437742a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
422
sce
ex_12.sce
//Example 12// equation,frequency,amplitude ,wavelength and distance clc; clear; close; //y=6*(sin(2*%pi*x)/6)*cos(160*%pi*t);//given equation a=3;//cm T=(2*%pi)/(160*%pi);//sec h=((2*%pi*6)/(2*%pi));//cm disp("wave equation is 3*sin((160*%pi*t)+(2*%pi*x)/6)") disp(a,"amplitude is ,(cm)=") disp(1/T,"frequency is ,(Hz)=") disp(h,"wavelength is,(cm)=") db=h/2;// disp(db,"distance between consecutive antinodes is,(cm)=")
b0e3faae698e8fe837a59d909db7d10d0ca6f6cc
e86f908be00c4a3a017e81d12588d76562c56b75
/macros/sigmoid_train.sci
181584aeea0d37ad2450a85229b4df482a0e8c82
[]
no_license
ShashikiranYadalam/FOSSEE_SP_task
8869a14f664329625b76e15e771058b90b69b1e1
601ca7b7c91587a430c69c9ceb1f87b196c8e566
refs/heads/master
2020-03-20T06:38:26.598686
2019-03-01T12:31:10
2019-03-01T12:31:10
137,255,176
0
0
null
2018-06-14T05:16:17
2018-06-13T18:27:32
HTML
UTF-8
Scilab
false
false
796
sci
sigmoid_train.sci
function y =sigmoid_train(t, ranges, rc) // Evaluate a train of sigmoid functions at T. //Calling Sequence //y = sigmoid_train(t, ranges, rc) //Parameters //t: integer //ranges: matrix //Description //The number and duration of each sigmoid is determined from RANGES. Each row of RANGES represents a real interval, e.g. if sigmoid 'i' starts at 't=0.1' and ends at 't=0.5', then 'RANGES(i,:) = [0.1 0.5]'. The input RC is an array that defines the rising and falling time constants of each sigmoid. Its size must equal the size of RANGES. //Examples //sigmoid_train(0.1,[1:3],4) //ans = // 0.27375 funcprot(0); rhs=argn(2); if (rhs<3 | rhs>3) then error("Wrong number of input arguments"); end select(rhs) case 3 then y=callOctave("sigmoid_train", t, ranges, rc) end endfunction
d20d9e86c6ef617d14db6a5a24ccf58223bfafc7
449d555969bfd7befe906877abab098c6e63a0e8
/2744/CH1/EX1.7/Ex1_7.sce
cff397a7694338f792ec21fa39fa1589616e7127
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
873
sce
Ex1_7.sce
clear all; clc; L = 24;//length of the bar in ft d1 = 9/8;//diameter of the bar in inches l1 = 6;//in ft d2 = 1;//in inches l2 = 12;//in ft d3 = 5/4;//in inches l3 = L-l1-l2;//in ft P = 10000;//axial compression in lb-wt E = 28*10^6;//modulus of elasticity in lb/in^2 A1 = 0.25*%pi*d1^2;//in in^2 A2 = 0.25*%pi*d2^2;//in in^2 A3 = 0.25*%pi*d3^2;//in in^2 p1 = P/A1 ;//in lb/in^2 e1 = p1/E; p2 = P/A2 ;//in lb/in^2 e2 = p2/E; p3 = P/A3 ;//in lb/in^2 e3 = p3/E; del_l1 = e1*l1*12;//in inches del_l2 = e2*l2*12;//in inches del_l3 = e3*l3*12;//in inches del_l = del_l1+del_l2+del_l3;//total change in length in ft W = 0.5*P*del_l/12;//energy stored in the bar in ft-lbs printf('Total change in length of the bar is %.3f inches',del_l); printf('\n The energy stored in the bar is %.1f ft-lbs',W); //there is an error in the answer given in textbook.
955ccce9e3bb7e8f8518970315c0ccc7e73b3204
717ddeb7e700373742c617a95e25a2376565112c
/806/DEPENDENCIES/2_53.sci
f97e569e5c5c6dcbff84e6f9060fda50c0e72709
[]
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
142
sci
2_53.sci
b=3//m(Breadth of rectangular surface) l=4//m(length of rectangular surface) h=6//m(Distance between the oil surface and the lower 3-m edge)
8cdcacf738bf6623dba7b7a83d99105ee3e36050
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH3/EX3.10/Ex3_10.sce
e4cabbe6cfaa314c43f6667eba32d6242bfc2436
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
334
sce
Ex3_10.sce
//Example 3_10 clc; clear; close; format('v',6); //given data : V=200;//V f=50;//Hz R=40;//ohm L=0.0637;//H XL=2*%pi*f*L;//ohm IR=V/R;//A IL=V/XL;//A I=sqrt(IR^2+IL^2);//A disp(I,"(a) Current drawn from supply(A)"); S=V*I/1000;//kVA disp(S,"(b) Apparent Power(kVA)"); P=V*IR/1000;//kW disp(P,"(c) Real Power(kW)");
b5d2336f1f80eae286cd7300bdbc8f07eac77827
449d555969bfd7befe906877abab098c6e63a0e8
/3169/CH7/EX7.2/Ex7_2.sce
c2a2fec2b2598f7711ac84efd567c6192edc92ee
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
456
sce
Ex7_2.sce
//developed in windows XP operating system //platform Scilab 5.4.1 clc;clear all; //example 7.2 //Design of a peak reading voltmeter //given data r=1000//ratio is 1000:1 V=100*10^3//read voltage(in V) R=10^7//value of resistance(in ohm) //calculation //take range as 0-10 microampere Vc2=V/r//voltage at C2 arm //Cs * R = 1 to 10 s Cs=10/R printf('The value of Cs is %d microfarad',Cs*10^6) printf('\nThe value of R is %3.1e ohm',R)
74a0526320233a299bf2193caad34a7b4e155e2b
449d555969bfd7befe906877abab098c6e63a0e8
/401/CH6/EX6.7/Example6_7.sce
b099e98254c0ca0e404e2fdcfba85ab5b1b2be15
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
696
sce
Example6_7.sce
//Example 6.7 //Program to compare the ratio of threshold current densities at 20 C //and 80 C for AlGaAs and InGaAsP clear; clc ; close ; //Given data T1=293; //degree C T2=352; //degree C //For AlGaAs T0=170; //degree C Jth_20=exp(T1/T0); Jth_80=exp(T2/T0); Ratio=Jth_80/Jth_20; //Displaying the Result in Command Window printf("\n\n\t Ratio of current densities for AlGaAs is %0.2f .",Ratio); //For InGaAsP T0=55; //degree C Jth_20=exp(T1/T0); Jth_80=exp(T2/T0); Ratio=Jth_80/Jth_20; //Displaying the Result in Command Window printf("\n\n\t Ratio of current densities for InGaAsP is %0.2f .",Ratio);
aae4bd030c779dc716813358b79a89084c2eb5b0
449d555969bfd7befe906877abab098c6e63a0e8
/2990/CH5/EX5.17/Ex5_17.sce
ed9de46d97b23ce36343c3825df9bad661981096
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
673
sce
Ex5_17.sce
funcprot(0); // Initialization of Variable function[dms]=degtodms(deg) d = int(deg) md = abs(deg - d) * 60 m = int(md) sd = (md - m) * 60 sd=(round(sd*100)/100) dms=[d m sd] endfunction GMT=16+22.0/60+55.0/3600; ET=3.0/60+43.0/3600; c=90-42-20.0/60; p=90-18-45.0/60-50.0/60; z=90-43-38.0/60; //calculation H=acos(cos(z*%pi/180)/sin(c*%pi/180)/sin(p*%pi/180)-1/tan(c*%pi/180)*1/tan(p*%pi/180)); H=H*180/%pi; LAT=12-H/15; LMT=LAT-ET; Long=GMT-LMT; Long=Long*15; Long=degtodms(Long); disp(Long,"Longitude in degree,minites,seconds respectively in west"); disp("the answer varies slightly due to round off error"); clear()
c90468a36d3bc3edb9327bd2edec6b6480e6b55f
449d555969bfd7befe906877abab098c6e63a0e8
/3137/CH6/EX6.1/Ex6_1.sce
33d24470b4f495397a6b72e06c8a1806d67a2dd5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex6_1.sce
//Initilization of variables H=30 //ft F=150 //lb theta1=10 //degrees theta2=30 //degrees theta3=60 //degrees //Calculations //Matrix solution of simultaneous equations X=[cosd(theta3)*sind(theta2) -cosd(theta3)*sind(theta2);cosd(theta3)*cosd(theta2) cosd(theta3)*cosd(theta2)] Y=[0;F*cosd(theta1)] R=inv(X)*Y //To find P,sum the forces vertically along the y-axis P=F*sind(theta1)+2*R(1,1)*sind(theta3) //lb Copression //Result clc printf('The value of A and B is %f lb and that of P is %f lb',R(1,1),P)
42f9af078ce6bb6d8cbe1e1fbba90486cf64f158
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH8/EX8.13/8_13.sce
9d6332655ecd94dc3a5a7fe952471aafb16de288
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
8_13.sce
// To determine the auto tranformer ratio and starting torque clc; clear; V=400; f=50; p=4; sfl=4/100; Ria=2.5; // Ratio of starting current to full load current (Auto transformer) Rir=4; // Ratio of starting current to full load current ( For the Rated Voltage) x=sqrt(Ria/Rir); Rt=((x*Rir)^2)*sfl; // Ratio of starting torque to full load torque; printf('The auto-transformer ratio = %g \n',x) printf('The starting torque at the above transformer ratio = %g percent of full load torque \n',100*Rt)
a6b17162c0018461c15004792190e8e6b046c469
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH3/EX3.34/EX3_34.sce
46c518949be8f80c8eec4ccc07157d2dc86bfdb6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
622
sce
EX3_34.sce
//EXAMPLE 3-34 PG NO-194 Vp=230.94; Van=230.94+%i*0; Vbn=-115.47-%i*200; Vcn=-115.47+%i*200; Z=8-%i*10; Ia=Van/Z; disp('i) CURRENT (Ia) is in rectangular form = '+string (Ia) +' A '); Ib=Vbn/Z; disp('ii) CURRENT (Ib) is in rectangular form = '+string (Ib) +' A '); Ic=Vcn/Z; disp('iii) CURRENT (Ic) is in rectangular form = '+string (Ic) +' A '); S=sqrt(3)*400*18.03; disp('iv) APPARENT POWER (S) is = '+string (S) +' VA '); P=S*0.62; disp('v) Power (P) is = '+string (P) +' W '); Q=S*-0.8; disp('vi) Power (Q) is = '+string (Q) +' vars ');
7c79e238aadee5469b3a208ad343f94fa4d209bc
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH4/EX4.13.a/data4_13.sci
f880eb8a1dcc764b2b5d31260ec6f6b3ce5341c6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
347
sci
data4_13.sci
//(Design against Satic Load) Example 4.13 //Refer Fig.4.40 //Force acting on the overhang crank P (kN) P = 1 //Tensile yield strength of 45C8 material Syt (N/mm2) Syt = 380 //Factor of safety fs fs = 2 //Horizontal distance between the point load and A h (mm) h = 500 //Vertical distance between the point load and A v (mm) v = 250
49ecf4677816365447a3e35ef921dfcf8ed2e1a5
449d555969bfd7befe906877abab098c6e63a0e8
/3776/CH2/EX2.19/Ex2_19.sce
cf13084950d4c441cec89553917842a443f13f24
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
621
sce
Ex2_19.sce
clear //Given l = 30 //in - The length of the rod p_1 = 80 //kips - The Force on the end p_2 = 125 //kips - The force on the other end A_s = 0.5 //sq.in - The crossection of the steel rod A_a = 0.5 //sq.in - The crossection of the aluminium E_a = 10*(10**6) //psi - The youngs modulus of the aluminium E_s = 30*(10**6) //psi - The youngs modulus of the steel //Internally stastically indeterminant p_a = p_1/4 //From solving we get p_s = 3*P_a //From material properties point of view //stress_steel = stress_aluminium e = p_a*l*(10**3)/(A_a*E_a) //The end deflection printf("\n The end deflection is %0.3f in",e)
cbbcd8574d1bc4d15a752b65e3df0f7eecf4880d
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/BXP2.prev.tst
8b1f2bc9ec1ada425774970ac4ec806bdd74d6d5
[ "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
1,472
tst
BXP2.prev.tst
0 0 0 0 0 1 1 1 0 0 2 4 3 2 0 3 9 5 2 0 4 16 7 2 0 5 25 9 2 0 6 36 11 2 0 7 49 13 2 0 8 64 15 2 0 9 81 17 2 0 10 100 19 2 0 11 121 21 2 0 12 144 23 2 0 13 169 25 2 0 14 196 27 2 0 15 225 29 2 0 16 256 31 2 0 17 289 33 2 0 18 324 35 2 0 19 361 37 2 0 20 400 39 2 0 21 441 41 2 0 22 484 43 2 0 23 529 45 2 0 24 576 47 2 0 25 625 49 2 0 26 676 51 2 0 27 729 53 2 0 28 784 55 2 0 29 841 57 2 0 30 900 59 2 0 31 961 61 2 0
49fa355e37c4eb5840a4bbeaa614f8e19df98f4a
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH20/EX20.13/Ex20_13.sce
e0f5eb5549bc53020cc8b2cee604ec89a265e3e0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
220
sce
Ex20_13.sce
clear //Given R=6.4*10**6 //m hr=50 //m ht=32 //m //Calculation // d=sqrt(2*R*ht)+sqrt(2*R*hr) //Result printf("\n Maximum distance is %0.1f Km",d*10**-3)
308dec939b2961b4a1a21dad7bf22982d1695850
2f213caa34d1d6981b1308de71102bcc84ff38a9
/8term/Labs/OS/Labs/os_lab6/test.sce
09db529763f40825a8ea503c65c903ccd9555cbd
[]
no_license
kilel/Study
d38ad39aae77fef92e187b8f30891a3b642095fd
2d270176f61aaac96d5cab3c342622f5b3b9480d
refs/heads/master
2021-01-19T08:26:05.142277
2014-05-18T21:03:18
2014-05-18T21:03:18
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
134
sce
test.sce
x = 10; y = log2(10)*(1/log2(x) + 2/log2(10*x) + 3/log2(100*x)); z= 1/log2(x); y = 2*cos(2 * x) + 2*cos(4 * x) + 3*(sin(2* x))^2 - 1;
01caa219d8f92ccfc26c9b5cfdc75ca2cbcf775b
449d555969bfd7befe906877abab098c6e63a0e8
/409/CH27/EX27.6/Example27_6.sce
650f4672822f1fee1448abcf383aca1c28790e12
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,381
sce
Example27_6.sce
clear ; clc; // Example 27.6 printf('Example 27.6\n\n'); //page no. 853 // Solution // Given m_water = 1 ;// Mass flow rate of water -[lb/min] P1 = 100 ;// Initial pressure - [psia] P2 = 1000 ;// Final pressure - [psia] T1 = 80 + 460 ;// initial temperature - [degree Rankine] T2 = 100 + 460 ;// final temperature - [degree Rankine] h = 10 ;// Difference in water level between entry and exit of stream-[ft] g = 32.2 ;// Accleration due to gravity - [ft/ square second] gc = 32.2 ;//[(ft*lbm)/(lbf*square second)] // The mechanical energy balance reduces to W = PV_work + del_PE ....(A) // From steam table , specific volume of liquid water at 80 and 100 degree F is noted , according to book it is as follows- v1 = .01607 ;// specific volume of liquid water at 80 degree F -[cubic feet/lbm] v2 = .01613 ;// specific volume of liquid water at 100 degree F -[cubic feet/lbm] // But for pratical purposes wwater is taken to be incompressible and specific volume can be taken as v, ith following value v= 0.0161 ;// -[cubic feet/lbm] del_PE = (h*g)/(gc*778) ;// Change in potential energy - [Btu/lbm] PV_work = integrate('(v)*(12^2/778)','P',P1,P2) ;// PV work done -[Btu/lbm] //From eqn. (A) W = PV_work + del_PE ;// Work per minute required to pump 1 lb water per minute - [Btu/lbm] printf('\n Work per minute required to pump 1 lb water per minute is %.2f Btu/lbm .\n ',W);
7229237f6965de8435b12ed0e1ededcbeb41af87
449d555969bfd7befe906877abab098c6e63a0e8
/317/CH5/EX5.8/example8.sce
4f5d33a268eb324a9015b42769130bdb1d6cdac0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
503
sce
example8.sce
// find approximate ripple voltage across load // Electronic Principles // By Albert Malvino , David Bates // Seventh Edition // The McGraw-Hill Companies // Example 5-8, page 154 clear;clc; close; // Given data Rs=270; // series resistance in ohms Vrin=2;// input ripple in volts Rz=8.5;// zener resistance in ohms Vz=10;// breakdown voltage in volts // Calculations Vrout=(Rz/Rs)*Vrin;// output ripple in volts disp("Volts",Vrout,"load ripple=") // Result // approximate load ripple is 63 mVolts
1167118fe1b67b75735a92265d903af2528618c7
449d555969bfd7befe906877abab098c6e63a0e8
/1322/CH5/EX5.7.a/48sampleex1.sce
d46605594e6865fdb59cc78bb26eacd8938b1b72
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
142
sce
48sampleex1.sce
//f(x):x->3x;g(x):x->x-2;fg(5) clear; clc; close; x=poly(0,'x'); f=3*x; g=x-2; // fg= f(g(x))=f(x-2)=3*(x-2) x=5; fg=3*(x-2)
73c7199b6def2e3b31a6a70b2a64402e2d0fc8ed
a62e0da056102916ac0fe63d8475e3c4114f86b1
/set6/s_Electrical_Power-1_Transmission_And_Distribution_Of_Electrical_Power_M._L._Anand_1802.zip/Electrical_Power-1_Transmission_And_Distribution_Of_Electrical_Power_M._L._Anand_1802/CH7/EX7.14/Exa7_14.sce
7b4d0dd422d50bcd30de6d8f2a9636edcbba236a
[]
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
359
sce
Exa7_14.sce
errcatch(-1,"stop");mode(2);//Exa 7.14 ; ; //Given data : format('v',7); //Applying KVL on +ve side V1=200-(600*0.015)-(100)*0.03;//in volt disp(V1,"Voltage at +ve side(in V): "); //Applying KVL on -ve side V2=200-(-100*0.03)-500*0.0015;//in volt disp(V2,"Voltage at -ve side(in V): "); //Note : answer of 2nd part is wrong in the book. exit();
1db65beafdb0ee9b647804c69fe86d280ef7d194
f61fc5f9d8415f72e01ba3158422f55376e459db
/session/papyros/stages/u2t/indicators/artwork/wifi_orange.sci
982646153682407c22ab76a1e6b3d53bf6ba200c
[]
no_license
JosephMillsAtWork/u2t
58c226eb15710affeceb41a747ca031dbaf0e5ca
b0f0f6de19ea21648cfd692f6f8afd8b60565fc9
refs/heads/master
2021-01-10T16:39:13.317851
2016-01-27T23:01:35
2016-01-27T23:01:35
50,544,130
2
1
null
null
null
null
UTF-8
Scilab
false
false
121
sci
wifi_orange.sci
border.top: 29 border.bottom: 629 border.left: 129 border.right: 129 horizontalTileRule: Repeat verticalTileRule: Repeat
6f0692c72f261116afd5ed805d4be2009997cba0
449d555969bfd7befe906877abab098c6e63a0e8
/812/CH12/EX12.01/12_01.sce
ede9ac1517de1b9d1060d12b09f499fc9485d8aa
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
998
sce
12_01.sce
//pressure and area// pathname=get_absolute_file_path('12.01.sce') filename=pathname+filesep()+'12.01-data.sci' exec(filename) //Here the stagnation quantities are constant. // Stagnation temperature(in K): T0=T1*(1+(k-1)/2*M1^2) //Stagnation pressure(in kPa): p0=p1*((1+(k-1)/2*M1^2)^(k/(k-1))) //Finding T2/T1: T=t2/t1 //Temperature at exit(in K): T2=T*T1 //Finding p2/p1: P=P2/P1 //Pressure at exit(in kPa): p2=P2*p1 //Density of air at exit(in kg/m^3): d2=p2*10^3/R/T2 //Velocity of air at exit(in m/sec): V2=M2*sqrt(k*R*T2) //Finding A2/A1: a=a2/a1 //Area at exit(in m^2): A2=a*A1 printf("\n\nRESULTS\n\n") printf("\n\nStagnation temperature: %.3f K\n\n",T0) printf("\n\nStagantion pressure: %.3f kPa\n\n",p0) printf("\n\nTemperature a exit %.3f K\n\n",T2) printf("\n\nPressure at exit: %.3f kPa\n\n",p2) printf("\n\nDensity of air at exit: %.3f kg/m^3\n\n",d2) printf("\n\nVelocity of air at exit: %.3f m/sec\n\n",V2) printf("\n\nArea at exit: %.3f \n\n",A2)
9b7ad915f45b4a54ca602a32820c25e5febdc98d
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TM21.prev.tst
70717b95d4f489ec993b902ce1f3fbcd61d329eb
[ "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
5,633
tst
TM21.prev.tst
TranspositionSet={[0,2,1],[1,0,2],[1,2,0],[2,1,0],[2,0,1]} Expanding for base=2, level=6, reasons+features=base,transpose,same,similiar invall,norm,showfail Refined variables=x,y,z [0+1x,0+1y,0+1z]: unknown -> [1] [0,0,0] x²+y²-2x*y*z+z² -> solution [0,0,0],trivial(3) ---------------- level 0 expanding queue[0]^-1,meter=[2,2,2]: x²+y²-2x*y*z+z² [0+2x,0+2y,0+2z]: unknown -> [1] [0,0,0] x²+y²-4x*y*z+z² -> solution [0,0,0],trivial(3) [1+2x,0+2y,0+2z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-8y*z-16x*y*z+4z²+1 [0+2x,1+2y,0+2z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-8x*z-16x*y*z+4z²+1 [1+2x,1+2y,0+2z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-2z-4x*z-4y*z-8x*y*z+2z²+1 [0+2x,0+2y,1+2z]: failure constant=1, vgcd=4 [0,0,1] 4x²-8x*y+4y²+4z-16x*y*z+4z²+1 [1+2x,0+2y,1+2z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-2y-4x*y+2y²+2z-4y*z-8x*y*z+2z²+1 [0+2x,1+2y,1+2z]: failure constant=-1, vgcd=2 [0,1,1] 2x-2x²-2y+4x*y-2y²-2z+4x*z+8x*y*z-2z²-1 [1+2x,1+2y,1+2z]: failure constant=1, vgcd=4 [1,1,1] 4x²-8x*y+4y²-8x*z-8y*z-16x*y*z+4z²+1 endexp[0] ---------------- level 1 expanding queue[1]^0,meter=[2,2,2]: x²+y²-4x*y*z+z² [0+4x,0+4y,0+4z]: unknown -> [2] [0,0,0] x²+y²-8x*y*z+z² -> solution [0,0,0],trivial(3) [2+4x,0+4y,0+4z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-16y*z-32x*y*z+4z²+1 [0+4x,2+4y,0+4z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-16x*z-32x*y*z+4z²+1 [2+4x,2+4y,0+4z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-4z-8x*z-8y*z-16x*y*z+2z²+1 [0+4x,0+4y,2+4z]: failure constant=1, vgcd=4 [0,0,1] 4x²-16x*y+4y²+4z-32x*y*z+4z²+1 [2+4x,0+4y,2+4z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-4y-8x*y+2y²+2z-8y*z-16x*y*z+2z²+1 [0+4x,2+4y,2+4z]: failure constant=-1, vgcd=2 [0,1,1] 4x-2x²-2y+8x*y-2y²-2z+8x*z+16x*y*z-2z²-1 [2+4x,2+4y,2+4z]: failure constant=1, vgcd=4 [1,1,1] 4x-4x²+4y+16x*y-4y²+4z+16x*z+16y*z+32x*y*z-4z²+1 endexp[1] ---------------- level 2 expanding queue[2]^1,meter=[2,2,2]: x²+y²-8x*y*z+z² [0+8x,0+8y,0+8z]: unknown -> [3] [0,0,0] x²+y²-16x*y*z+z² -> solution [0,0,0],trivial(3) [4+8x,0+8y,0+8z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-32y*z-64x*y*z+4z²+1 [0+8x,4+8y,0+8z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-32x*z-64x*y*z+4z²+1 [4+8x,4+8y,0+8z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-8z-16x*z-16y*z-32x*y*z+2z²+1 [0+8x,0+8y,4+8z]: failure constant=1, vgcd=4 [0,0,1] 4x²-32x*y+4y²+4z-64x*y*z+4z²+1 [4+8x,0+8y,4+8z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-8y-16x*y+2y²+2z-16y*z-32x*y*z+2z²+1 [0+8x,4+8y,4+8z]: failure constant=-1, vgcd=2 [0,1,1] 8x-2x²-2y+16x*y-2y²-2z+16x*z+32x*y*z-2z²-1 [4+8x,4+8y,4+8z]: failure constant=5, vgcd=4 [1,1,1] 12x-4x²+12y+32x*y-4y²+12z+32x*z+32y*z+64x*y*z-4z²+5 endexp[2] ---------------- level 3 expanding queue[3]^2,meter=[2,2,2]: x²+y²-16x*y*z+z² [0+16x,0+16y,0+16z]: unknown -> [4] [0,0,0] x²+y²-32x*y*z+z² -> solution [0,0,0],trivial(3) [8+16x,0+16y,0+16z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-64y*z-128x*y*z+4z²+1 [0+16x,8+16y,0+16z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-64x*z-128x*y*z+4z²+1 [8+16x,8+16y,0+16z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-16z-32x*z-32y*z-64x*y*z+2z²+1 [0+16x,0+16y,8+16z]: failure constant=1, vgcd=4 [0,0,1] 4x²-64x*y+4y²+4z-128x*y*z+4z²+1 [8+16x,0+16y,8+16z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-16y-32x*y+2y²+2z-32y*z-64x*y*z+2z²+1 [0+16x,8+16y,8+16z]: failure constant=-1, vgcd=2 [0,1,1] 16x-2x²-2y+32x*y-2y²-2z+32x*z+64x*y*z-2z²-1 [8+16x,8+16y,8+16z]: failure constant=13, vgcd=4 [1,1,1] 28x-4x²+28y+64x*y-4y²+28z+64x*z+64y*z+128x*y*z-4z²+13 endexp[3] ---------------- level 4 expanding queue[4]^3,meter=[2,2,2]: x²+y²-32x*y*z+z² [0+32x,0+32y,0+32z]: unknown -> [5] [0,0,0] x²+y²-64x*y*z+z² -> solution [0,0,0],trivial(3) [16+32x,0+32y,0+32z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-128y*z-256x*y*z+4z²+1 [0+32x,16+32y,0+32z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-128x*z-256x*y*z+4z²+1 [16+32x,16+32y,0+32z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-32z-64x*z-64y*z-128x*y*z+2z²+1 [0+32x,0+32y,16+32z]: failure constant=1, vgcd=4 [0,0,1] 4x²-128x*y+4y²+4z-256x*y*z+4z²+1 [16+32x,0+32y,16+32z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-32y-64x*y+2y²+2z-64y*z-128x*y*z+2z²+1 [0+32x,16+32y,16+32z]: failure constant=-1, vgcd=2 [0,1,1] 32x-2x²-2y+64x*y-2y²-2z+64x*z+128x*y*z-2z²-1 [16+32x,16+32y,16+32z]: failure constant=29, vgcd=4 [1,1,1] 60x-4x²+60y+128x*y-4y²+60z+128x*z+128y*z+256x*y*z-4z²+29 endexp[4] ---------------- level 5 expanding queue[5]^4,meter=[2,2,2]: x²+y²-64x*y*z+z² [0+64x,0+64y,0+64z]: unknown -> [6] [0,0,0] x²+y²-128x*y*z+z² -> solution [0,0,0],trivial(3) [32+64x,0+64y,0+64z]: failure constant=1, vgcd=4 [1,0,0] 4x+4x²+4y²-256y*z-512x*y*z+4z²+1 [0+64x,32+64y,0+64z]: failure constant=1, vgcd=4 [0,1,0] 4x²+4y+4y²-256x*z-512x*y*z+4z²+1 [32+64x,32+64y,0+64z]: failure constant=1, vgcd=2 [1,1,0] 2x+2x²+2y+2y²-64z-128x*z-128y*z-256x*y*z+2z²+1 [0+64x,0+64y,32+64z]: failure constant=1, vgcd=4 [0,0,1] 4x²-256x*y+4y²+4z-512x*y*z+4z²+1 [32+64x,0+64y,32+64z]: failure constant=1, vgcd=2 [1,0,1] 2x+2x²-64y-128x*y+2y²+2z-128y*z-256x*y*z+2z²+1 [0+64x,32+64y,32+64z]: failure constant=-1, vgcd=2 [0,1,1] 64x-2x²-2y+128x*y-2y²-2z+128x*z+256x*y*z-2z²-1 [32+64x,32+64y,32+64z]: failure constant=61, vgcd=4 [1,1,1] 124x-4x²+124y+256x*y-4y²+124z+256x*z+256y*z+512x*y*z-4z²+61 endexp[5] ---------------- level 6 Maximum level 6 [7] mod 2: x²+y²-2x*y*z+z²
060bfd5a87a1ca4311e3dd8cf1ae6bcedd7a5719
449d555969bfd7befe906877abab098c6e63a0e8
/3401/CH10/EX10.7/Ex10_7.sce
6c3bd0f683590cbfef6b0653caafeceaca2e12a1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
510
sce
Ex10_7.sce
clc T=300// K k=1.3806*10^-23// JK^-1 e=1.6*10^-19// eV ni=1.5*10^10// cm^-3 NE=10^18// cm^-3 pE01=(ni*ni)/NE// neglecting bandgap disp(pE01,"pE01 the value of pE01 in cm^-3 is") NE=10^19// cm^-3 pE03=(ni*ni)/NE// neglecting bandgap disp(pE03,"pE03 the value of pE03 in cm^-3 is") pE02=((ni*ni)/NE)*exp(0.030/(k*(T/e)))// including bandgap disp(pE02,"pE02 the value of pE02 in cm^-3 is") pE04=((ni*ni)/NE)*exp(0.1/(k*(T/e)))// including bandgap disp(pE04,"pE04 the value of pE04 in cm^-3 is")
e5707ac026d7e1f353b14b7a4344b8eb2f141c46
449d555969bfd7befe906877abab098c6e63a0e8
/2795/CH12/EX12.15/Ex12_15.sce
4d844a7654f8289dad1572a292173684d1be8780
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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
Ex12_15.sce
// Scilab Code Ex12.15: Page-461 (2014) clc; clear; u = 931.5; // Energy equivalent of 1 u, MeV M_Fe55 = 54.938298; // Atomic mass of Fe-55, u M_Mn55 = 54.938050; // Atomic mass of Mn-55, u m_e = 0.000549; // Mass of the electron, u Q = (M_Fe55 - M_Mn55 - 2*m_e)*u; // Q-value of the reaction undergoing beta+ decay, MeV if (Q < 0) then printf("\nThe beta+ decay is not allowed for Fe-55"); else printf("\nThe beta+ decay is allowed for Fe-55"); end Q = (M_Fe55 - M_Mn55)*u; // Q-value of the reaction undergoing electron capture, MeV if (Q < 0) then printf("\nFe-55 may not undergo electron capture"); else printf("\nFe-55 may undergo electron capture"); end // Result // The beta+ decay is not allowed for Fe-55 // Fe-55 may undergo electron capture
2ea43c70bab8922729e05e5e07ef8db8224ec858
449d555969bfd7befe906877abab098c6e63a0e8
/3812/CH1/EX1.2.a/1_2_a.sce
14681b23a38428a2264ec0c4122fc89606e06503
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
261
sce
1_2_a.sce
//example 1_2<a> //sketch the following signal x(3t) clc; clear all; t=-1/3:0.0001:1/3; for i=1:length(t) if t(i)<0 then x(i)=1+3*t(i); else x(i)=1-3*t(i); end end plot2d(t,x) plot (t,x, 'red' ); xtitle('required figure','t','x(3*t)'); xgrid();
7784bad21d703c1834b85028be77d751aafac28f
449d555969bfd7befe906877abab098c6e63a0e8
/1691/CH1/EX1.25/Example1_25.sce
2e7f62d1d5d944720da6d02f5bc66d44f2e111ec
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
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,787
sce
Example1_25.sce
//Example 1.25 clc disp("Step 1: Identify topology") disp("By making Vo = 0, feedback current becomes zero. Hence it is a voltage sampling. The feedback is fed in shunt with the input signal and thus the topology is voltage shunt feedback") disp("") disp("Step 2 and Step 3: Find input and output circuit") disp("To find input circuit, set Vo = 0. This places resistor R across the input. To find output circuit, set V_i = 0. This places resistor R across output. The resultant circuit is shown in fig 1.72") disp("") disp("Step 4: Replace FET with its equivalent circuit as shown in fig 1.73") disp("") disp("Step 5 : Find open loop transresistance") disp("R_M = Vo/I_s = -g_m*V_gs*R_eff/I_s") reff=(40*200*10)/((200*10)+(400)+(40*200)) format(5) disp(reff,"where R_eff(in k-ohm) = r_d || R || R_D =") disp("and V_gs = I_s*R_i = I_s * R_s||1M||R") disp(" = I_s * 10K||1M||200K") disp(" = 9.43*10^3 I_s") rm=-2.5*9.43*7.69 format(7) disp(rm,"R_M(in k-ohm) =") disp("") disp("Step 6: Calculate beta") b=-1/(200*10^3) format(7) disp("beta = I_f/Io = V_i-Vo/Vo*R =") disp(b," = -1/R = because (Vo > V_i)") disp("") disp("Step 7: Calculate D, R_Mf, A_vf, R_of, R''_of") d=1+(5*181.29*10^-3) format(4) disp(d,"D = 1 + beta*R_M =") rmf=-181.29/1.9 format(7) disp(rmf,"R_Mf(in k-ohm) = R_M/D =") avf=-95.415/10 format(7) disp(avf,"A_vf = V0/V_s = Vo/I_s*R_s = R_Mf/R_s =") ri=(10*1000*200)/((1000*200)+(10*200)+(1000*10)) format(5) disp(ri,"R_i(in k-ohm) = R_s || M || R =") rif=(9.43)/1.9 format(6) disp(rif,"R_if(in k-ohm) = R_i/D =") ro=(40*200*10)/((200*10)+(400)+(40*200)) format(5) disp(ro,"R''_o(in k-ohm) = r_eff = r_d || R || R_D =") rof=(7.69/1.9) format(2) disp(rof,"R''_of(in k-ohm) = R''_o/D =")
d29706e90e4be71bd102c89c89fd62af293b52b3
bb594bf7e034fd91887739d60b4772027eaec9b6
/mylu.sce
c60a6a7af0b481c0d7ccfeb52954af227e49b1ba
[]
no_license
MEGCHICHEFarid/Calcul_Numerique
52d3b8dcfcc1a756a942349d8b080b63328cafdb
0896b894d734d622f74bb7565fb4686920c26010
refs/heads/main
2023-01-29T18:56:41.930367
2020-12-03T02:15:06
2020-12-03T02:15:06
317,599,449
0
0
null
null
null
null
UTF-8
Scilab
false
false
564
sce
mylu.sce
function A= mylu3b(A) n=size(A,1); for k=1:n-1 for i=k+1:n A(i,k)=A(i,k)/A(k,k); end for i=k+1:n for j=k+1:n A(i,j)=A(i,j)-A(i,k)*A(k,j); end end end endfunction function A= mylu3b1(A) n=size(A,1); for k=1:n-1 A(k+1:n,k)=A(k+1:n,k)/A(k,k); A(k+1:n,k+1:n)=A(k+1:n,k+1:n)-A(k+1:n,k)*A(k,k+1:n); end endfunction
e1479e59f2663e932794579f37126bc804058b78
28a8d47c4d79b231f8bebc28925792a290f67e9f
/bk/others/new concepts/oleg_20140917/create_book.tst
b15a8fe9db710513566e31f98edeaf26703d591e
[]
no_license
ZVlad1980/doo
a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8
e81be8f524b78b9a6ec06b7f83a8c13354fc6412
refs/heads/master
2021-08-17T02:03:54.553822
2017-11-20T17:21:03
2017-11-20T17:21:03
111,440,129
0
0
null
null
null
null
UTF-8
Scilab
false
false
5,610
tst
create_book.tst
PL/SQL Developer Test script 3.0 179 -- Created on 15.08.2014 by ZHURAVOV_VB declare -- Local variables here b xxdoo.xxdoo_bk_book_typ := xxdoo.xxdoo_bk_book_typ(p_name => 'contractors', p_owner => 'xxdoo', p_dev_code => 'xxdoo_cntr', p_scheme => 'Contractors', p_entry => 'contractor', p_path => ':filter/:contractors?/:state?'); -- h xxdoo.xxdoo_html := xxdoo.xxdoo_html(); t xxdoo.xxdoo_html := xxdoo.xxdoo_html(); h1 xxdoo.xxdoo_html := xxdoo.xxdoo_html(); -- l_owner varchar2(60) := 'xxdoo'; l_package varchar2(60) := 'xxdoo_cntr_bk_pkg'; -- procedure add_region(p_name varchar2) is begin if not b.exists_region(p_name) then b.create_region(p_name, xxdoo.xxdoo_bk_method_typ('get_'||p_name, 'xxdoo', 'xxdoo_bk_regions_pkg', 'get_'||p_name)); end if; end; -- begin --dbms_session.reset_package; return; -- -- -- b.param('contractors', b.fn(fetchContractor)); param convertor xxdoo.xxdoo_utl_pkg.init_exceptions; -- -- REGIONS -- add_region('content'); add_region('toolbar'); add_region('sidebar'); -- --LAYOUT -- h.init; h := h.h('head', h.h('meta',h.attr('apple-mobile-web-app-capable','yes')). h('meta',h.attr('apple-mobile-web-app-status-bar-style','black')). h('meta',h.attr('viewport','width=device-width, initial-scale=1.0, user-scalable=no')). h('meta',h.attrs(http_equiv => 'X-UA-Compatible', content => 'IE=edge,chrome=1', charset => 'utf-8')). h('title',h.G('title')). h('link',h.attrs(href => h.G('get_css_link'), rel => 'stylesheet')) ); -- t := t.h('body',t.attr('data-book',t.G('name')), t.h('div.wrapper', t.h('header.header', t.h('div#toolbar.buttons', t.G('get_toolbar')). h('div.search', t.h('input', t.attrs(type => 'text', name => 'query', value => t.G('search'))) ) ). h('div.sidebar',t.h('ol#entries.list',t.attr('tabindex','0'),t.G('get_sidebar'))). h('div#content.content',t.G('get_content')) ). h('script',t.attr('src',t.G('get_js_link'))) ); -- b.create_layout(h.h('html', h.h(h). h(t) )); -- -- PAGES -- h.init; b.page('Welcome', h.h('div.page', h.h('h1','Welcome Page'). h('p','Please select entry...') ) ); -- h.init; b.page('Contractors', h.h('div.page', h.h('h1','CONTRACTORS'). h('br'). h('p',h.text('Contractor: ').text(h.G('name')).text(', type ').text(h.G('type'))). h('p',h.text('Callback_id = ').text(b.callback(p_owner => l_owner, p_package => l_package, p_method => 'callback'))) ) ); -- --ROLES -- -- declare -- owner xxdoo_bk_role -- begin -- owner := new xxdoo_bk_role('Owner') -- owner.context() -- prepare context shared with all role pages -- owner.page() -- owner.when() -- owner.set(key, value) -- put value under key in internal key-value storage -- owner.get(key) -- get value under given key -- owner.page(b.page('Welcome')).when(b.fn('something')) -- owner.when(b.fn('state_is_empty')) -- .page('A') -- .page('B') -- .page('C') -- -- b.role(owner); -- -- b.fn('name') or b.fn(p_owner => ..., p_method => ...) -- region.filters -- function context(a : Answer(role, book, params)) -- { -- var selectedFilterId = params.filter; -- var allFilters = role.get('filters'); -- -- var selectedFilter = allFiters[selectedFilterId || 0]; -- -- return { filters: allFitlers, selected: selectedFilter } -- } -- h.h('ul.filters', h.each(G('filters'), h.h('li', G())) b.role('Owner', xxdoo.xxdoo_bk_role_pages_typ( b.role_page('Welcome') -- Maybe rename condition_method to when .condition_method(p_owner => l_owner, p_package => l_package, p_method => 'welcome_condition'), b.role_page('Contractors') .condition_method(p_owner => l_owner, p_package => 'xxdoo_cntr_bk_pkg', p_method => 'contractors_condition') .prepare_method(p_owner => l_owner, p_package => l_package, p_method => 'contractors_prepare')--*/ ) ); -- -- TOOLBAR -- b.create_toolbar( xxdoo.xxdoo_bk_buttons_typ( b.button('New'), b.button('Update') ) ); h.init; b.toolbar.set_html(h.each('buttons', h.h('a.button', h.attr('href','#'), h.G('name')))); -- -- Sidebar -- h.init; -- b.template(p_name => 'sidebar', p_html => h.each(h.h('li.item', h.attr('data-id',h.G('id')), h.G('name'))); h.text('NAME: ').text(h.G('name')))), p_source_name => 'contractors'); -- -- -- GENERATION&SAVE -- b.generate; b.put; -- exception when others then xxdoo.xxdoo_utl_pkg.fix_exception; xxdoo.xxdoo_utl_pkg.show_errors; end; 0 3 self.id p_name self.name
4a0f0f0667c1aed25a9dc97076fe42d4b77b83f5
9715cbe7e8e57bb70f628b3bd021842f99fbad75
/taller/soluciones/multiplicarMatrices.sci
f5a70276cc44219b40780a85a586c45a5f383fc3
[]
no_license
UNIVALLE-EISC/numerical-methods
a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe
3ea9401e281523e15be0525bfe36e48560caf646
refs/heads/master
2021-01-10T15:22:36.080955
2018-10-02T21:37:42
2018-10-02T21:37:42
51,824,833
2
2
null
null
null
null
UTF-8
Scilab
false
false
289
sci
multiplicarMatrices.sci
// format(10) //size(matrizA, 1) numero de filas //size(matrizA, 2) numero de columnas function matrizR = multiplicarMatrices(matrizA, matrizB) if ((size(matrizA, 2)) ~= size(matrizB, 1)) then matrizR = %nan; else matrizR = matrizA*matrizB; end endfunction
10ed97cf770120619ecc8258bcd7fb64f8be7dd7
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/RT16.prev.tst
e26199d376d64b21f11e930d3d46a34ae0b1dc49
[ "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
48
tst
RT16.prev.tst
linearIndex(3,2) = 8 triangleIndex(8) = (3,2)
4279f658bbe34cafe670d97f446149822aad5f20
85796c94fc9059fcb09697ae3509fd9488d77aa8
/initLadder.sci
d85fa71d044d7eec0b3f4ff4f6f0336d1b8aa6d0
[]
no_license
MyCSDegree/snakenladder
680d5cd7687da44a227c2b242765ab96e0b7534d
bedb901cbcede9ca3972514ec12686b33a9eaf85
refs/heads/master
2016-08-06T04:08:29.276575
2015-10-28T01:16:18
2015-10-28T01:16:18
42,781,425
0
0
null
null
null
null
UTF-8
Scilab
false
false
431
sci
initLadder.sci
// TODO: fix cyclic chains of snakes and ladders global ladder_top global ladder_bottom ladder_top = rand(1, sizeladder); ladder_top = ladder_top .* (85) + 15; ladder_bottom = zeros(1, sizeladder); idx = 0; for i = ladder_top idx = idx + 1; ladder_bottom(1, idx) = rand() * (i - 10) + 5; end for i = 1:sizeladder ladder_top(1, i) = round(ladder_top(1, i)); ladder_bottom(1, i) = round(ladder_bottom(1, i)); end
faad7fadc4582da6db79b9c4fb18b23e3cb6cb15
449d555969bfd7befe906877abab098c6e63a0e8
/3554/CH17/EX17.2/Ex17_2.sce
2141dcc5972986aa501afed986ee2e22e942b007
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
395
sce
Ex17_2.sce
// Exa17.2 clc; clear all; // Given data n=5;// 5 bit ladder V=10;// For binary 1 // Solution // refering table 17.4(page no. 615)-Various Output voltage for corresponding MSB disp("The output voltage for each bit is as follows:"); disp(""); for i=1:n MSB(i)=V/2^i; //voltage corresponding to MSB i printf(' %d MSB Va = V/2^%d = %.4f V \n ',i,i, MSB(i)); end
851a989c7c77f663d434288ad6e9979628b469fb
449d555969bfd7befe906877abab098c6e63a0e8
/2183/CH8/EX8.16.b/Ex_8_16_b.sce
8c1f952cb00a10a949493d48d611646901515710
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
228
sce
Ex_8_16_b.sce
// Example 8.16.b //SNR improvement and bandwidth clc; clear; close; fd=400;//KHz ba=4;//kHz df1=fd/ba;// snri=(1.76+20*log10(df1));//dB disp(snri,"SNR improvement in dB is") bm=2*ba*(df1+1);//kHz disp(bm,"bandwidth in kHz is")