blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 214 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 6 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 21
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 141k 586M ⌀ | star_events_count int64 0 30.4k | fork_events_count int64 0 9.67k | gha_license_id stringclasses 8
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 50
values | src_encoding stringclasses 23
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 5 10.4M | extension stringclasses 29
values | filename stringlengths 2 96 | content stringlengths 5 10.4M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9c786ec475864cd9d987647ad867763f85aeff7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /608/CH13/EX13.19/13_19.sce | 45f649446407db99af198c14568bae521a312d29 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,480 | sce | 13_19.sce | //Problem 13.19: Determine by successive conversions between Th´evenin and Norton equivalent networks a Th´evenin equivalent circuit for terminals AB of Figure 13.46(a). Hence determine the current flowing in the 200 ohm resistance.
//initializing the variables:
V1 = 10; // in volts
V2 = 6; // in volts
R1 = 2000; // in ohms
R2 = 3000; // in ohms
R3 = 600; // in ohms
R4 = 200; // in ohms
i = 0.001; // in amperes
//calculation:
//For the branch containing the V1 source, converting to a Norton equivalent network gives
Isc1 = V1/R1
r1 = R1
//For the branch containing the V2 source, converting to a Norton equivalent network gives
Isc2 = V2/R2
r2 = R2
//Thus the network of Figure 13.46(a) converts to Figure 13.46(b).
//total short-circuit current
Isct = Isc1 + Isc2
//the resistance is
z = r1*r2/(r1 + r2)
//Both of the Norton equivalent networks shown in Figure 13.46(c) may be converted to Th´evenin equivalent circuits. The open-circuit voltage across CD is
Vcd = Isct*z
//The open-circuit voltage across EF is
Vef = i*R3
//the resistance ‘looking-in’ at EF is
r3 = R3
//Thus Figure 13.46(c) converts to Figure 13.46(d). Combining the two Th´evenin circuits gives
E = Vcd - Vef
r = z + r3
//the current I flowing in a 200 ohm resistance connected between A and B is given by:
I = E/(r + R4)
printf("\n\n Result \n\n")
printf("\n the current I flowing in a 200ohm resistance connected between A and B is given by:is %.2E A",I) |
b0c2389feae7cac43e0dc948cffdd93846b3f378 | f8bb2d5287f73944d0ae4a8ddb85a18b420ce288 | /Scilab/example/最適ロバストサーボ.sce | 8fd2648d0384a78489c5bbfc78751d9d96d88b3a | [] | no_license | nishizumi-lab/sample | 1a2eb3baf0139e9db99b0c515ac618eb2ed65ad2 | fcdf07eb6d5c9ad9c6f5ea539046c334afffe8d2 | refs/heads/master | 2023-08-22T15:52:04.998574 | 2023-08-20T04:09:08 | 2023-08-20T04:09:08 | 248,222,555 | 8 | 20 | null | 2023-02-02T09:03:50 | 2020-03-18T12:14:34 | C | SHIFT_JIS | Scilab | false | false | 235 | sce | 最適ロバストサーボ.sce | //最適ロバストサーボ
Ae=[0 1 0;0 -1 1;0 0 0]; be=[0;0;1]; ce=[1 0 0];
re=1; Qe=ce'*ce; Be= inv(re)*be*be';
Pe=ricc(Ae,Be,Qe,'cont'), spec(Pe)
ke=-inv(re)*be'*Pe; Z=[0 1 0;0 -1 1;1 0 0];
k=ke*inv(Z); k1=[k(1) k(2)], k2=k(3)
|
3d116e24fbf8ed11569c410ac593c41466d1dce2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /599/CH5/EX5.1/example5_1.sce | 24ea29eed7c63ff9ffa5657ddab0426894acd909 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,387 | sce | example5_1.sce |
clear;
clc;
printf("\t Example 5.1\n");
//dry bulb temperature=50 and wet bulb temperature=35
Tg=50; //dry bulb temperature=50
To=0; //refrence temperature in degree celcius
Mb=28.84; //average molecular weight of air
Ma=18; //average molecular weight of water
//part(i)
ybar=.0483 //0.003 kg of water vapour/kg of dry air
printf("\n the humidity(from chart) is \t\t:%f percent",ybar);
//part(ii)
humper=35; //humidity percentage
printf("\n the percentage humidity is(from chart) :%f percent",humper);
//part(iii)
pt=1.013*10^5; //total pressure in pascal
molhum=0.0483; //molal humidity =pa/(pt-pa)
pa=molhum*pt/(1+molhum);
//the vopour pressure of water(steam tables)at 50degree = .1234*10^5 N/m^2
relhum=(pa/(.1234*10^5))*100; //percentage relative humidity =partial pressure/vapour pressure
printf("\n the percentage relative humidity is \t percent:%f ",relhum);
//part(iv)
dewpoint=31.5; //dew point temperature in degree celcius
printf("\n the dew point temperature \t\t :%f degree celcius",dewpoint);
//part(v)
Ca=1.005;
Cb=1.884;
ybar=.03; //saturation temperature inkg water vapour/kg dry air
Cs=Ca+Cb*ybar; //humid heat in kj/kg dry air degree celcius
printf("\n we get humid heat as \t\t\t :%f kj/kg dry air degree celcius ",Cs);
//part(vi)
d=2502; //latent heat in kj/kg
H=Cs*(Tg-0)+ybar*d; //enthalpy for refrence temperature of 0 degree
printf("\n we get H as \t\t\t\t :%f kj/kg",H);
Hsat=274; //enthalpy of sturated air
Hdry=50; //enthalpy of dry air in kj/kg
Hwet=Hdry+(Hsat-Hdry)*0.35; //enthalpy of wet air in kj/kg
printf("\n we get enthalpy of wet air as \t:%f kj/kg",Hwet);
//part(vii)
VH=8315*[(1/Mb)+(ybar/Ma)]*[(Tg+273)/pt]; //humid volume in m^3mixture/kg of dry air
printf("\n we get VH as (a)\t\t\t :%f m^3/kg of dry air",VH);
spvol=1.055; //specific volume of saturated air in m^3*kg
vdry=0.91; //specific volume of dry air in m^3/kg
Vh=vdry+(spvol-vdry)*.35 //by interpolation we get Vh in m^3/kg of dry air
printf("\n by interpolation we get specific volume Vh as(b) :%f m^3/kg of dry air",Vh);
//end |
c210269f6bd44bb5e110230a9e49dbc338fa5e15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2192/CH7/EX7.15/7_15.sce | 9d955642aaac01dd281a5016b1a3ed4047b38302 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 668 | sce | 7_15.sce | clc,clear
printf('Example 7.15\n\n')
diameter_shaft = 14
length_shaft=30
Surface_area_shaft =%pi* length_shaft * diameter_shaft
thickness_coating = 1.5/10
density_Ni= 8.9
Mass_Ni= Surface_area_shaft * thickness_coating*density_Ni
ECE_Ni=0.000304 //gram/C
electricity_required= Mass_Ni/ECE_Ni
printf('Theoritical value of electricity required = %.1f Amp-hour\n',electricity_required/3600)
current_density=200*10^-4 //in A/cm^2
current= current_density* Surface_area_shaft
printf('Theoritical value of current required = %.1f A\n',current)
Time_required= electricity_required / current
printf('Time required = %.0f hours',Time_required/3600)
|
5522f4f81d32d76f07f8c6a1118555dd8774416c | 449d555969bfd7befe906877abab098c6e63a0e8 | /28/CH3/EX3.2/ex3_2.sce | 0e04d7c717ce71d30d03bb2b69ab8478deabaf68 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | ex3_2.sce | syms K;
s=%s;
G=syslin('c',25(s+1)/(s+5));
p=K;
q=s^2+s;
J=p/q;
F=G*J;
T=F/(1+F); // Closed loop transfer function
disp(T,"C(s)/R(s)")
// sensitivity w.r.t K = dT/dK*K/T
S=(diff(T,K))*(K/T)
disp(S,"Sensitivity") |
ba60249e480f8c2994e7dd2b601d246eb240ebb1 | f7e335e2af57c686554eb057f28ddd8d21aab1e4 | /tests/fuzz/c-wsp/0041.tst | 5a063e7605204316a1a5d112a690027d29d12a2c | [
"MIT"
] | permissive | scravy/abnf | 76515bd820b3b9d8e2dbc2cec2a2f845720a6022 | cc4228f403b436cc4e34ff4d6a7def83922174be | refs/heads/master | 2023-01-09T14:30:50.095268 | 2020-06-07T16:18:09 | 2020-06-07T16:18:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5 | tst | 0041.tst | ;I
|
4a96d09eee8d1cd12eb72b3c83f667a444156d1c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2453/CH2/EX2.13/2_13.sce | d1ee49b64159eaee23a82127aa4749ac2452c64e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 518 | sce | 2_13.sce | //To calculate the ratio of the seperation between successive lattice planes
h1 = 1;
k1 = 0;
l1 = 0; //for (100) plane
x1 = sqrt(h1^2+k1^2+l1^2);
h2 = 1;
k2 = 1;
l2 = 0; //for (110) plane
x2 = sqrt(h2^2+k2^2+l2^2);
h3 = 1;
k3 = 1;
l3 = 1; //for (111) plane
x3 = sqrt(h3^2+k3^2+l3^2);
//d = a/sqrt(h^2+k^2+l^2)
//d100:d110:d111 = a:a/sqrt(2):a/sqrt(3)
//d100:d110:d111 = 1:1/sqrt(2):1/sqrt(3) = 1:0.71:0.58
printf("ratio of the seperation between successive lattice planes is 1:0.71:0.58");
|
95bc7b38d12d7674fb17019c2fa0d66525c1d1b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1853/CH4/EX4.25/Ex4_25.sce | 91678121093fa22ea54a1953587a80c3ed928672 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sce | Ex4_25.sce |
//determine the inductance of the coil
R=6
V=250;//volts
I=1.5;//amps
Z=V/I;//impedance
f=60;//hetrz
X=sqrt(Z^2-R^2)
L=X/(2*%pi*f)
disp('inductance of coil='+string(L)+ 'henry')
|
b0c6a9eeae943a43a66deefbd49256d30c2ab447 | 449d555969bfd7befe906877abab098c6e63a0e8 | /671/CH10/EX10.3/10_3.sce | e44d8e5471a47c793b1e1e105f42aee932834a54 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 101 | sce | 10_3.sce | P=5000
Vt=215
n=1000
Ra=0.4
Ia=P/Vt
Eag=Vt+Ra*Ia
Eam=Vt-Ra*Ia
newn=Eam/Eag*n/1.1
disp(newn)
|
5884adc7889905cc95eda06ae6fa7f243b60911e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3311/CH10/EX10.2/Ex10_2.sce | 0c806a74db0a7dfb79df3c8c6e29859b2dbdf998 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,266 | sce | Ex10_2.sce | // chapter 10
// example 10.2
// Estimate peak and rms value of load voltage
// page-699-700
clear;
clc;
// given
E=600; // in V (line voltage)
f=50; // in Hz (supply frequency)
Ls=1.46; // in mH (inductance per phase)
I_L=28; // in A (load current)
p=6; // number of pulses
alpha1=0,alpha2=30, alpha3=60; // in degrees (firing angles)
// calculate
Ls=Ls*1E-3; // changing unit from mH to H
Em=E*sqrt(2); // calculation of peak value of supply voltage
w=2*%pi*f; // calculation of angular frequency in radian
// since Epeak=(p/%pi)*Em*sin(%pi/p)*cosd(alpha)-(p*w*Ls*I_L/(2*%pi)), therefore we get
for alpha=0:30:60
Epeak=(p/%pi)*Em*sin(%pi/p)*cosd(alpha)-(p*w*Ls*I_L/(2*%pi)); // calculation of peak value of load voltage
Erms=Epeak/sqrt(2); // calculation of rms value of load voltage
printf("\n\nFor alpha=%.f degree,",alpha);
printf("\nThe peak value of load voltage is \t Epeak=%.1f V",Epeak);
printf("\nThe rms value of load voltage is \t Erms=%.1f V",Erms);
end
// Note: 1. The value of E used in calculation in the book is 660 V while the value given is 600 V. So i have used 600 V for the calculationas given in the question statement. Therefore the answers do not match.
// 2. The answers vary slightly due to precise calculation. |
6620e86a689d37d6f996f43be912cd51f8015b4f | f78a758dc17a311b355e12366d1315f7a9c2b763 | /GM/GMW3172 2010/9.2.17 Crank Pulse Capability and Durability 2.tst | f4e251585d06b85d18d3620191ec89312d718cd8 | [] | no_license | CZPFOX/Standards | 9dbf036f7e3e5767c23872c884ae7da83e66f81c | af34157e6e447d1a2b39136b9f3734feb663d9bb | refs/heads/master | 2020-06-18T12:58:06.033918 | 2019-07-11T02:55:42 | 2019-07-11T02:55:42 | 196,309,147 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,604 | tst | 9.2.17 Crank Pulse Capability and Durability 2.tst | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AutoTestC version="2.0.0">
<Pulse>CUSTOM WAVE</Pulse>
<Title>Waveform 3</Title>
<Organization>GM</Organization>
<Standard>GMW3172 2010</Standard>
<Item>9.2.17 Crank Pulse Capability and Durability</Item>
<voltage>14</voltage>
<count>49000</count>
<wave id="0">
<type>0</type>
<dspin id="0">12</dspin>
<time>75</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="1">
<type>1</type>
<dspin id="0">12</dspin>
<dspin id="1">6</dspin>
<comboindex id="0">0</comboindex>
<time>4</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="2">
<type>0</type>
<dspin id="0">6</dspin>
<time>11</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="3">
<type>1</type>
<dspin id="0">6</dspin>
<dspin id="1">9.25</dspin>
<comboindex id="0">0</comboindex>
<time>98</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="4">
<type>1</type>
<dspin id="0">9.25</dspin>
<dspin id="1">8.5</dspin>
<comboindex id="0">0</comboindex>
<time>97</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="5">
<type>1</type>
<dspin id="0">8.5</dspin>
<dspin id="1">9.5</dspin>
<comboindex id="0">0</comboindex>
<time>53</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="6">
<type>1</type>
<dspin id="0">9.5</dspin>
<dspin id="1">8.75</dspin>
<comboindex id="0">0</comboindex>
<time>90</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="7">
<type>1</type>
<dspin id="0">8.75</dspin>
<dspin id="1">9.55</dspin>
<comboindex id="0">0</comboindex>
<time>52</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="8">
<type>1</type>
<dspin id="0">9.55</dspin>
<dspin id="1">8.75</dspin>
<comboindex id="0">0</comboindex>
<time>83</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="9">
<type>1</type>
<dspin id="0">8.75</dspin>
<dspin id="1">9.76</dspin>
<comboindex id="0">0</comboindex>
<time>45</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="10">
<type>1</type>
<dspin id="0">9.76</dspin>
<dspin id="1">9</dspin>
<comboindex id="0">0</comboindex>
<time>67</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="11">
<type>1</type>
<dspin id="0">9</dspin>
<dspin id="1">10</dspin>
<comboindex id="0">0</comboindex>
<time>60</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="12">
<type>1</type>
<dspin id="0">10</dspin>
<dspin id="1">9.5</dspin>
<comboindex id="0">0</comboindex>
<time>15</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="13">
<type>1</type>
<dspin id="0">9.5</dspin>
<dspin id="1">11</dspin>
<comboindex id="0">0</comboindex>
<time>60</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="14">
<type>1</type>
<dspin id="0">11</dspin>
<dspin id="1">12</dspin>
<comboindex id="0">0</comboindex>
<time>315</time>
<timeUnit>1</timeUnit>
</wave>
<wave id="15">
<type>0</type>
<dspin id="0">12</dspin>
<time>300</time>
<timeUnit>1</timeUnit>
</wave>
</AutoTestC>
|
22f33d118167c2952895458d206bd38c52ec2ef4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH28/EX27.11/EX27_11.sce | d5b5dcca4702aac99997dc12300296a89cf11e33 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 351 | sce | EX27_11.sce | // Grob's Basic Electronics 11e
// Chapter No. 27
// Example No. 27_11
clc; clear;
// If Vz=10 V, calculate Iz.
// Given data
Vin = 25; // Input voltage=25 Volts
Vz = 10; // Zener voltage=10 Volts
Rs = 1*10^3; // Source Resistance=1 kOhms
Iz = (Vin-Vz)/Rs;
disp (Iz,'The Zener Current in Amps')
disp ('i.e 15 mAmps')
|
155c3e5d3277a16931b393085e1d5ad366ffee5d | 36822feae330568e74a2a6dae62ba1add204cebb | /ishigami.sce | 78a13f912eda4a1cbe24fa4e7b0f9bcc881770e3 | [] | no_license | Quanteek/link_scilab_cpp_R | db48d7fc0b3369c4d2dab29cc6fb553c5bca413c | d641dec7ff6a21475e6eab18eae291e23a6b2938 | refs/heads/master | 2021-01-20T20:42:27.671345 | 2016-06-21T13:48:27 | 2016-06-21T13:48:27 | 61,637,512 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 94 | sce | ishigami.sce | function [y]=ishigami(x,a,b,c)
y = sin(a) + 7 * sin(b)^2 + 0.1 * c^4 * sin(a)
endfunction
|
2d526a02687de1fecb00bacd4d906d25a0bbc86f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH1/EX1.3/example1_3.sce | 02c12488f80e2b33899cdb9e8496465f3bbbda9f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 702 | sce | example1_3.sce | clc
// Given that
lambda = 6.058e-7 // wavelength of light in meter
L = 0.2 // coherence length in meter
// Sample Problem 3 on page no. 1.40
printf("\n # PROBLEM 3 # \n")
printf("\n Standard formula used \n f = c/lambda. \n")
line_width = (lambda ^ 2) / L//calculation for line width
f_spread = (3 * 10 ^ 8) / L// calculation for frequency spread
f = (3 * 10 ^ 8) / lambda // calculation for frequency
f_stability = f_spread / f // calculation for frequency stability
coherence_time = L / (3 * 10 ^ 8) // calculation for coherence time
printf("\n Coherence time = %e sec",coherence_time)
printf("\n Line width = %e meter",line_width)
printf("\n Frequency stability = %e", f_stability)
|
39fac1510fb3559067efed2483469968818e15c6 | cea88917b1a7177608e003c8c7c60943569bbd95 | /Scilab Files/cipherReplaceSpecial.sci | b33fd088e1246c547c81ec18748313330c0f596b | [] | no_license | seanpoyner/Zodiac | 0dc763e8e512cbcd9d0411b0da3ec9a8f4680094 | 3808665632d90f71740350dcdbd0e72a6b04e634 | refs/heads/master | 2021-01-01T06:45:40.358770 | 2012-01-05T13:40:04 | 2012-01-05T13:40:04 | 3,059,564 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 246 | sci | cipherReplaceSpecial.sci | function [A] = cipherReplaceSpecial(A)
// Replaces 'a' with 'b' in the cipher A
[m,n] = size(A);
if m < 1
disp('Cipher is empty')
else
for i = 1:m
for j = 1:n
A(i,j) = A(i,j) + 64;
end
end
end
endfunction
|
a54d861c3cb568b5969c995b2d3a0638ad580551 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2204/CH4/EX4.25/ex4_25.sce | 8241e217926b2e0bd8c038743537d6d853f23a4b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 224 | sce | ex4_25.sce | // Exa 4.25
clc;
clear;
close;
// Given data
R_F = 5;// in k ohm
R_G = 1;// in k ohm
R1 = 10;// in k ohm
R2 = 20;// in k ohm
A = (1 + ((2*R_F)/R_G))*(R2/R1);
disp(A,"The gain of instrumentaion amplifier is");
|
a899f1afbca88a069d96dd77c40b106ef1c909ea | 449d555969bfd7befe906877abab098c6e63a0e8 | /587/CH7/EX7.3/example7_3.sce | 647f50b8af6f33211aae8b9e55ed82b47fbec6a9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,502 | sce | example7_3.sce | clear;
clc;
//Example7.3[Cooling of Plastic Sheets by Forced Air]
//Given:-
T_p=95;//Temp of plastic Sheet[degree Celcius]
T_air=25;//Temp of air[degree Celcius]
v=3;//Velocity of flowing air[m/s]
L=0.6;//Length of plastic sheet[m]
w=1.2;//width[m]
k=0.02808;//[W/m.degree Celcius]
Pr=0.7202;//Prandtl Number
nu=1.896*10^(-5);//[m^2/s]
rho=1200;//[kg/m^3]
Cp=1700;//[J/kg.degree Celcius]
vp=(9/60);//Velocity of moving plastic[m/s]
tp=0.001;//Thickness of plastic[m]
ReC=5*10^5;//Crictical Reynolds Number
e=0.9;//emissivity
//Solution(a)
L1=2*L;//Considering both sides of plastic sheet[m]
ReL1=v*L1/nu;//Reynolds number
if(ReL1<ReC) then,
disp("(a) Flow is laminar")
Nu1=0.664*(ReL1^0.5)*(Pr^(1/3));
disp(Nu1,"The nusselt number is")
h=k*Nu1/L1;//[W/m^2.degree Celcius]
As=L1*w;//[m^2]
Q_conv=h*As*(T_p-T_air);//[W]
disp("W",ceil(Q_conv),"The covection heat flow rate is")
Q_rad=e*(5.67*10^(-8))*As*(((T_p+273)^4)-((T_air+273)^4));//[W]
disp("W",(Q_rad),"Radiation heat transfer rate is")
Q_total=Q_conv+Q_rad;//[W]
disp("W",ceil(Q_total),"The rate of cooling of the plastic sheet by combined convection and radiation is")
else
disp("(a) The Flow is turbulent")
end
//Solution(b)
At=w*tp;//[m^2]
m=rho*At*vp;//ass of th plastic rolling out per unit time[kg/s]
T2=T_p+(-Q_total/(m*Cp));//[degree Celcius]
disp("degree Celcius",T2,"(b) The temperature of the plastic sheet as it leaves the cooling section is")
|
57d1a8a99bc073d6d5c27565dc0a574ff34f1d87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3511/CH11/EX11.1/Ex11_1.sce | ad4d88b9cb83bd7c964da2a466516db09de3aa8d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 765 | sce | Ex11_1.sce | clc;
p02=6; // Inlet pressure in bar
T02=900; // Inlet temperature in kelvin
p0fs=1; // Outlet pressure in bar
eff_isenT=0.85; // insentropic efficiency of turbine
alpha_2=75; // Nozzle outlet angle in degree
u=250; // Mean blade velocity in m/s
Cp=1.15*10^3; // Specific heat in J/ kg K
r=1.333; // Specific heat ratio
T0fs=T02/(p02/p0fs)^((r-1)/r); // Isentropic temperature at the exit of the final stage
Del_Toverall=eff_isenT*(T02-T0fs); // Actual overall temperature drop
c2=2*u/sind (alpha_2); // absolute velocity
c3= c2*cosd (alpha_2);// absolute velocity
c1=c3; // From velocity triangles
Del_Tstage=(c2^2-c1^2)/(2*Cp); // Stage temperature drop
n=Del_Toverall/Del_Tstage; // Number of stages
disp (round (n),"Number of stages n =");
|
d6da4d0e8531697eca1e6aff018e4731e8764794 | b23687e2eb02bcb6d0f581b7975f42c496faeda1 | /Line.sce | 3afaf0e6910fefa0f6a0bd7c36267a6815701fe1 | [
"MIT"
] | permissive | harvishj/Scilab | bd3fbd3e679eb07aa088ff2bab40d491c6499770 | 9daada512f42ea6f52199a34d6b18e64b107af94 | refs/heads/master | 2021-07-14T15:06:03.621923 | 2020-10-05T06:35:43 | 2020-10-05T06:35:43 | 213,328,984 | 1 | 3 | MIT | 2020-10-05T06:35:44 | 2019-10-07T08:16:52 | Scilab | UTF-8 | Scilab | false | false | 297 | sce | Line.sce | clc;
clear;
clf;
function y = line(m,c,st,et,dt)
t = st:dt:et;
y = m*t + c;
endfunction
y = line(1,0,0,10,1);
plot2d3(y);
xgrid(2);
xlabel("T", "fontsize", 5);
ylabel("X", "fontsize", 5);
title("Line Function", "fontsize", 4);
//Following code is not important
plot(y)
|
40948c0474c2a2f4a095751534d5d06ca5cfe326 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3753/CH4/EX4.1/Ex4_1.sce | e6676bdef825dfae563a10271208f16ea0525da9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 374 | sce | Ex4_1.sce | //Example 4.1, Page number 4.32
clc;clear;close
// variable declaration
r1 = 2; // in radians
r2 = 3; // in radians
d1 = 4; // Converting from mm to radians
d2 = 6; // Converting from mm to radians
// calculations
D = (r2-r1)/(d2*10**3-d1*10**3) // Divergence
// Result
printf("Divergence = %0.1e radian",D)
|
72bf2b0854dbe9954b7054410bffd2fd8d1d6b79 | 449d555969bfd7befe906877abab098c6e63a0e8 | /69/CH12/EX12.10/12_10.sce | e897cde025d369839c42474d8987ca2a77b4b874 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 390 | sce | 12_10.sce | clear; clc; close;
Vi_rms = 12;
Rl = 4;
Vcc = 25;
Vi_p = sqrt(2)*Vi_rms;
Vl_p = Vi_p;
Po_ac = (Vl_p^2)/(2*Rl);
Il_p = Vl_p/Rl;
Idc = (2/%pi)*(Il_p);
Pi_dc = Vcc*Idc;
Pq = (Pi_dc-Po_ac)/2;
n = (Po_ac/Pi_dc)*100;
disp(Po_ac,'Output power(Watts) = ');
disp(Pi_dc,'Input power(Watts) = ');
disp(Pq,'Power dissipated(Watts) = ');
disp(n,'Efficiency(Percentage) = ');
|
87e29c5dc3c6e922c0a3d0025903fab3a06824dc | 885ee700356ad98a29fe87d97751e692062de746 | /data/pos_exp/pos_data/arabic.high.tst | 58e21a30f7018d7ef0047ccfa463af50a0998988 | [] | no_license | LINGuistLIU/IGT | 1e58bfea1e7d70bdff507c67fa856c55af5bbdc2 | 8b9ca93189424118a669582ce54192bf441fcc6a | refs/heads/master | 2022-08-31T12:33:23.649666 | 2020-05-28T20:27:18 | 2020-05-28T20:27:18 | 267,152,155 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 59,950 | tst | arabic.high.tst | اِسْتَصْدَرَ تَسْتَصْدِرْنَ V;2;PL;FEM;IPFV;IND;ACT
كِيلُومِتْرٌ كِيلُومِتْرٌ N;SG;NDEF;NOM
الْعَمِيق عُمُقًا ADJ;PL;MASC;NDEF;ACC
اِسْتِقَامَةٌ الِاسْتِقَامَةَ N;SG;DEF;ACC
فِكْرَةٌ الْفِكْرَة N;SG;DEF;INFM
مِعًى أَمْعَاءً N;PL;NDEF;ACC
رَمَادٌ الْأَرْمِدَةِ N;PL;DEF;GEN
ضَاعَ يَضِيعُونَ V;3;PL;MASC;IPFV;IND;ACT
السُّفْلِي السُّفْلِيَّتَيْن ADJ;DU;FEM;DEF;INFM
الْمِسْكِين الْمِسْكِين ADJ;SG;MASC;DEF;INFM
دَوْلَةٌ الدُّوَلَ N;PL;DEF;ACC
اِسْتَحْمَلَ تَسْتَحْمِلَ V;2;SG;MASC;SBJV;ACT
السُّوفْيَاتِي سُوفْيَاتِيَّيْنِ ADJ;DU;MASC;NDEF;ACC
سِلَاحٌ_نَوَوِيٌّ الْأَسْلِحَةُ_النَّوَوِيَّةُ N;PL;DEF;NOM
مَارْتِينِي مَارْتِينِي N;SG;NDEF;ACC
تَوْكِيدٌ تَوْكِيدَ N;SG;PSSD;ACC
اِنْجَبَرَ يَنْجَبِرْنَ V;3;PL;FEM;SBJV;ACT
اِسْتَأْمَنَ اِسْتَأْمَنَا V;3;DU;MASC;PST;PRF;IND;ACT
اِسْتَحَمَّ اِسْتَحْمَمْتُمَا V;2;DU;PST;PRF;IND;ACT
الْجَاهِل الْجَاهِلَ ADJ;SG;MASC;DEF;ACC
آثَرَ تُؤْثَرُ V;2;SG;MASC;IPFV;IND;PASS
صَارَعَ صَارَعْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
نَسَّى تُنَسَّيْنَ V;2;PL;FEM;LGSPEC1;PASS
رُخْصَةٌ الرُّخْصَتَيْنِ N;DU;DEF;ACC
خُضْرَةٌ الْخُضَرِ N;PL;DEF;GEN
تَاجٌ تَاجًا N;SG;NDEF;ACC
كَاثَرَ كَاثَرْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
مُلْحِدٌ مُلْحِدِينَ N;PL;NDEF;ACC
أَتَانٌ أَتَانٍ N;SG;NDEF;GEN
الدَّنِيء أَدْنِيَاءُ ADJ;PL;MASC;NDEF;NOM
جَدَّدَ تُجَدِّدُو V;2;PL;MASC;SBJV;ACT
تَبْرُوكٌ التَّبْرُوكُ N;SG;DEF;NOM
سَقَى يُسْقَيْنَ V;3;PL;FEM;IPFV;IND;PASS
صِنَاعَةٌ صِنَاعَاتُ N;PL;PSSD;NOM
اِعْتَرَفَ تَعْتَرِفَا V;2;DU;SBJV;ACT
خُصْيَةٌ خُصْيَة N;SG;NDEF;INFM
تَرْجِيعٌ تَرْجِيعًا N;SG;NDEF;ACC
طَاوَعَ يُطَاوَعَانِ V;3;DU;MASC;IPFV;IND;PASS
وَصْفَةٌ وَصْفَةُ N;SG;PSSD;NOM
الْأَمْهَرِي الْأَمْهَرِيَّةِ ADJ;SG;FEM;DEF;GEN
الْمُسْتَحِيل مُسْتَحِيلَةٍ ADJ;SG;FEM;NDEF;GEN
مِقْدَارٌ الْمَقَادِيرَ N;PL;DEF;ACC
اِصْطَلَى اِصْطَلَيْنَ V;3;PL;FEM;PST;PRF;IND;ACT
الْوَطِيء الْوَطِيئَةَ ADJ;SG;FEM;DEF;ACC
هِوَايَةٌ الْهِوَايَات N;PL;DEF;INFM
اِسْتَحْمَلَ يَسْتَحْمِلْنَ V;3;PL;FEM;IPFV;IND;ACT
مَنَاقِيشُ مَنَاقِيش N;SG;PSSD;INFM
رَبَّبَ تُرَبَّبِي V;2;SG;FEM;SBJV;PASS
أَدَارَ يُدَارُونَ V;3;PL;MASC;IPFV;IND;PASS
صَحَّحَ تُصَحِّحَا V;3;DU;FEM;LGSPEC1;ACT
فَرْنَسَ يُفَرْنِسَا V;3;DU;MASC;SBJV;ACT
اِسْتَقْرَضَ اِسْتَقْرَضْتَ V;2;SG;MASC;PST;PRF;IND;ACT
تَرْشِيدٌ التَّرْشِيدَ N;SG;DEF;ACC
قُنْفُذٌ قُنْفُذَ N;SG;PSSD;ACC
اِرْتَفَعَ يَرْتَفِعُو V;3;PL;MASC;LGSPEC1;ACT
تَعَشَّى تَتَعَشَّى V;3;SG;FEM;SBJV;ACT
طَاوَلَ طُووِلَتْ V;3;SG;FEM;PST;PRF;IND;PASS
الْعَاشِر عَاشِرَةً ADJ;SG;FEM;NDEF;ACC
مُصَارَعَةٌ الْمُصَارَعَةَ N;SG;DEF;ACC
تَفَاهُمٌ تَفَاهُمٌ N;SG;NDEF;NOM
بَاسَ تُبَاسِي V;2;SG;FEM;SBJV;PASS
أَفْلَحَ تُفْلِحَ V;3;SG;FEM;SBJV;ACT
الْمُتَقَدِّم مُتَقَدِّمَيْنِ ADJ;DU;MASC;NDEF;ACC
عَقَّمَ تُعَقِّمَا V;3;DU;FEM;SBJV;ACT
دَاوَرَ نُدَاوَرْ V;1;PL;LGSPEC1;PASS
عَلَاءٌ عَلَاءٍ N;SG;NDEF;GEN
اِحْتَشَدَ اِحْتَشَدُوا V;3;PL;MASC;PST;PRF;IND;ACT
نَشْوَةٌ نَشْوَتَيْنِ N;DU;NDEF;GEN
جَوْرَبٌ جَوْرَب N;SG;NDEF;INFM
اِفْتَقَرَ يَفْتَقِرُو V;3;PL;MASC;LGSPEC1;ACT
اِحْتَرَمَ تَحْتَرِمَانِ V;2;DU;IPFV;IND;ACT
إِلِكْتْرُونٌ إِلِكْتْرُونَاتٍ N;PL;NDEF;GEN
اِمْتَلَكَ اِمْتَلَكُوا V;3;PL;MASC;PST;PRF;IND;ACT
مَعْزَةٌ مَعْزَتَيْن N;DU;NDEF;INFM
قَاوَمَ يُقَاوَمُ V;3;SG;MASC;IPFV;IND;PASS
عَلَا نَعْلُو V;1;PL;IPFV;IND;ACT
بَرْنَامَجٌ الْبَرْنَامَجَيْنِ N;DU;DEF;GEN
سِكَّةٌ السِّكَّتَيْنِ N;DU;DEF;ACC
دَقِيقَةٌ دَقِيقَةٌ N;SG;NDEF;NOM
اِسْتَحْمَلَ اُسْتُحْمِلْتُمْ V;2;PL;MASC;PST;PRF;IND;PASS
الْأَغْلَى أَغْلَيَاتٌ ADJ;PL;FEM;NDEF;NOM
اِبْيَضَّ اِبْيَضَضْتُ V;1;SG;PST;PRF;IND;ACT
اِسْتَرَاحَ تَسْتَرِيحَا V;3;DU;FEM;LGSPEC1;ACT
أَنَارَ تُنِيرِي V;2;SG;FEM;LGSPEC1;ACT
الْعَلِيم عَلِيمَيْن ADJ;DU;MASC;NDEF;INFM
الْقُزِيمِي الْقُزِيمِيَّتَانِ ADJ;DU;FEM;DEF;NOM
تَنْقِيلٌ التَّنْقِيلِ N;SG;DEF;GEN
رَاهِبٌ الرَّاهِب N;SG;DEF;INFM
اِتِّفَاقٌ الِاتِّفَاقَيْن N;DU;DEF;INFM
زُنْبُورٌ الزَّنَابِير N;PL;DEF;INFM
إِسَاءَةٌ إِسَاءَة N;SG;NDEF;INFM
تَشَاءَمَ تَتَشَاءَمْ V;2;SG;MASC;LGSPEC1;ACT
اِسْتَمْتَعَ اِسْتَمْتَعْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
صُرُوحَةٌ الصُّرُوحَةُ N;SG;DEF;NOM
زَلْزَلَ زَلْزَلْتِ V;2;SG;FEM;PST;PRF;IND;ACT
سَاحِرَةٌ سَاحِرَاتٌ N;PL;NDEF;NOM
أَعْجَمَ أَعْجَمْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
اِبْرَغَشَّ اِبْرَغَشَّتْ V;3;SG;FEM;PST;PRF;IND;ACT
صَاحَ يَصِيحُ V;3;SG;MASC;IPFV;IND;ACT
مَازِجٌ الْمَازِجُ N;SG;DEF;NOM
إِيقَاظٌ إِيقَاظُ N;SG;PSSD;NOM
بَدَأَ اِبْدَأْ V;2;SG;MASC;IMP;ACT
حِذَاءٌ الْأَحْذِيَةُ N;PL;DEF;NOM
عَنْكَبُوتٌ_ذِئْبِيٌّ عَنْكَبُوت__الذِّئْبِي N;SG;PSSD;INFM
حَسَّاسَةٌ الْحَسَّاسَةِ N;SG;DEF;GEN
خَيَّاطٌ خَيَّاطٌ N;SG;NDEF;NOM
اِسْتَأْمَنَ اِسْتَأْمَنَ V;3;SG;MASC;PST;PRF;IND;ACT
رَغِبَ أُرْغَبَ V;1;SG;SBJV;PASS
طِوَاعٌ الطِّوَاعِ N;SG;DEF;GEN
إِبِلٌ الْإِبِلِ N;SG;DEF;GEN
السَّامِي السَّامِيَةُ ADJ;SG;FEM;DEF;NOM
اِزْدَانَ أَزْدَانُ V;1;SG;IPFV;IND;ACT
شِهَابٌ شُهُبُ N;PL;PSSD;NOM
بِرْمِيلٌ الْبِرْمِيلَ N;SG;DEF;ACC
حَسَنَةٌ الْحَسَنَةَ N;SG;DEF;ACC
جَاوَرَ جُووِرَ V;3;SG;MASC;PST;PRF;IND;PASS
خَوَّشَ خُوِّشْتُمْ V;2;PL;MASC;PST;PRF;IND;PASS
حَمَى حَمَتَا V;3;DU;FEM;PST;PRF;IND;ACT
زَبَّالٌ الزَّبَّالِ N;SG;DEF;GEN
قَمْقَمَ يُقَمْقَمُو V;3;PL;MASC;LGSPEC1;PASS
الثَّالِث ثَالِثَانِ ADJ;DU;MASC;NDEF;NOM
مُصْحَفٌ مُصْحَفُ N;SG;PSSD;NOM
اِنْطَفَأَ اِنْطَفَأْتُ V;1;SG;PST;PRF;IND;ACT
آثَرَ آثَرْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
اِسْتَنْفَرَ تُسْتَنْفَرَا V;2;DU;LGSPEC1;PASS
اِسْتَحْيَا اِسْتَحْيَتْ V;3;SG;FEM;PST;PRF;IND;ACT
أَهْمَلَ يُهْمَلَا V;3;DU;MASC;LGSPEC1;PASS
عَقَّمَ عَقَّمَ V;3;SG;MASC;PST;PRF;IND;ACT
أُسْبُوعٌ أُسْبُوعَا N;DU;PSSD;NOM
اِحْقِيقَافٌ اِحْقِيقَافَ N;SG;PSSD;ACC
قَوْمَةٌ الْقَوْمَةَ N;SG;DEF;ACC
اِسْتَفَادَ اُسْتُفِيدَتْ V;3;SG;FEM;PST;PRF;IND;PASS
صَادَرَ يُصَادِرُ V;3;SG;MASC;IPFV;IND;ACT
اِنْتَفَخَ يَنْتَفِخَانِ V;3;DU;MASC;IPFV;IND;ACT
مُوَظَّفٌ الْمُوَظَّفِينَ N;PL;DEF;ACC
ضَحِيَّةٌ الضَّحِيَّتَيْن N;DU;DEF;INFM
شَرْمُوطَةٌ شَرَامِيط N;PL;NDEF;INFM
جِسْمٌ جِسْم N;SG;PSSD;INFM
اِسْتِنْسَابٌ الِاسْتِنْسَابَ N;SG;DEF;ACC
أَذَاعَ يُذِيعُ V;3;SG;MASC;IPFV;IND;ACT
اِسْتَعْمَلَ يَسْتَعْمِلَا V;3;DU;MASC;LGSPEC1;ACT
جَاكِيتٌ الْجَاكِيتَاتُ N;PL;DEF;NOM
اِسْتَرَدَّ أَسْتَرِدَّ V;1;SG;SBJV;ACT
آثَرَ تُؤْثِرْنَ V;2;PL;FEM;IPFV;IND;ACT
إِرْزَازٌ إِرْزَازٌ N;SG;NDEF;NOM
اِخْتِيَارٌ اِخْتِيَارَ N;SG;PSSD;ACC
دَحَا يَدْحُونَ V;3;PL;MASC;IPFV;IND;ACT
جَهَّزَ نُجَهَّزَ V;1;PL;SBJV;PASS
الْأَدَقّ الْأَدَقِّ ADJ;SG;MASC;DEF;GEN
الْمَاطِر مَاطِرَة ADJ;SG;FEM;NDEF;INFM
صَقْرٌ الصَّقْرَ N;SG;DEF;ACC
أَعَارَ يُعَارَا V;3;DU;MASC;LGSPEC1;PASS
جَبَلُ_نَارٍ جِبَالُ_نَارٍ N;PL;NDEF;NOM
لَاقَى تُلَاقِي V;2;SG;FEM;LGSPEC1;ACT
مَاكْيَاجٌ مَاكْيَاج N;SG;PSSD;INFM
اِقْتَبَلَ تَقْتَبِلَانِ V;2;DU;IPFV;IND;ACT
كَيْكٌ كَيْكَ N;SG;PSSD;ACC
الدَّفِيء دَفِيءٌ ADJ;SG;MASC;NDEF;NOM
لُقَيْمَةٌ اللُّقَيْمَة N;SG;DEF;INFM
التَّشْرِيعِي التَّشْرِيعِيَّتَيْنِ ADJ;DU;FEM;DEF;ACC
اِنْحَمَلَ يَنْحَمِلَ V;3;SG;MASC;SBJV;ACT
مَاثَلَ مَاثَلْتُ V;1;SG;PST;PRF;IND;ACT
حَوَى تَحْوِينَ V;2;PL;FEM;IPFV;IND;ACT
بَاسَ تُبَاسَا V;2;DU;SBJV;PASS
جَبَلُ_جَلِيدٍ جَبَلَيْ_جَلِيدِ N;DU;PSSD;GEN
طَاعَ تُطَاعُونَ V;2;PL;MASC;IPFV;IND;PASS
تَسْوِيقٌ تَسْوِيق N;SG;NDEF;INFM
وَاعِظٌ وَاعِظَيْنِ N;DU;NDEF;ACC
مَصْنَعٌ الْمَصْنَعَيْنِ N;DU;DEF;ACC
ثَعْلَبَةٌ الثَّعْلَبَة N;SG;DEF;INFM
مَلْحَسٌ الْمَلْحَس N;SG;DEF;INFM
الِاثْنَا_عَشَرِي الِاثْنَا_عَشَرِيَّتَيْنِ ADJ;DU;FEM;DEF;GEN
اِنْتِقَامٌ اِنْتِقَامِ N;SG;PSSD;GEN
تَاكْسِي تَاكْسِي N;SG;PSSD;INFM
خَوَّشَ خَوِّشْنَ V;2;PL;FEM;IMP;ACT
حَبِيبَةٌ حَبِيبَةٌ N;SG;NDEF;NOM
تَخْجِيلٌ تَخْجِيلَ N;SG;PSSD;ACC
شَاقَ تُشَقْنَ V;2;PL;FEM;SBJV;PASS
زِيَارَةٌ زِيَارَة N;SG;PSSD;INFM
خَرِئَ تُخْرَآ V;2;DU;SBJV;PASS
كِتَابَةٌ_لَاتِينِيَّةٌ الْكِتَابَةَ_اللَّاتِينِيَّةَ N;SG;DEF;ACC
ضَاعَ أُضَعْ V;1;SG;LGSPEC1;PASS
قَاءَ يَقِيئُو V;3;PL;MASC;LGSPEC1;ACT
اِشْمَأَزَّ أَشْمَئِزُّ V;1;SG;IPFV;IND;ACT
نَجَا تَنْجِي V;2;SG;FEM;SBJV;ACT
الْمُنَاسِب الْمُنَاسِبَانِ ADJ;DU;MASC;DEF;NOM
دَفَّأَ تُدَفَّئِي V;2;SG;FEM;LGSPEC1;PASS
الْعَقْلِي الْعَقْلِيَّة ADJ;SG;FEM;DEF;INFM
تَمْيَالٌ التَّمْيَالَ N;SG;DEF;ACC
اِنْقَرَضَ تَنْقَرِضَا V;3;DU;FEM;SBJV;ACT
اِخْشَوْشَبَ اِخْشَوْشِبُو V;2;PL;MASC;IMP;ACT
اِجْرَنْثَمَ تَجْرَنْثِمْ V;2;SG;MASC;LGSPEC1;ACT
غَنَّى غَنَّيْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
اِمْتِدَادٌ اِمْتِدَاد N;SG;NDEF;INFM
إِصْبَاحٌ إِصْبَاحًا N;SG;NDEF;ACC
اِسْتَقْبَحَ تَسْتَقْبِحُونَ V;2;PL;MASC;IPFV;IND;ACT
الْأُنْثَوِي أُنْثَوِيٌّ ADJ;SG;MASC;NDEF;NOM
اِعْتَمَلَ تَعْتَمِلِي V;2;SG;FEM;LGSPEC1;ACT
وَالَى يُوَالَوْنَ V;3;PL;MASC;IPFV;IND;PASS
حِزَامٌ الْحِزَام N;SG;DEF;INFM
قَاعٌ قَاعَ N;SG;PSSD;ACC
اِسْتِخْدَامٌ الِاسْتِخْدَامَيْنِ N;DU;DEF;ACC
فَلْسَفَ يُفَلْسَفَانِ V;3;DU;MASC;IPFV;IND;PASS
كَلَكٌ الْكَلَكَيْنِ N;DU;DEF;GEN
جَرِيمَةٌ جَرِيمَةٍ N;SG;NDEF;GEN
جِهَةٌ جِهَةً N;SG;NDEF;ACC
قِمَّةٌ قِمَّة N;SG;PSSD;INFM
طَهَّرَ يُطَهَّرْ V;3;SG;MASC;LGSPEC1;PASS
اِرْتَدَى اُرْتُدِيتَ V;2;SG;MASC;PST;PRF;IND;PASS
مِفْتَاحٌ الْمِفْتَاحُ N;SG;DEF;NOM
أَحْوَجَ أُحْوِجْتُنَّ V;2;PL;FEM;PST;PRF;IND;PASS
اِضْمِحْلَالٌ اِضْمِحْلَالًا N;SG;NDEF;ACC
حَاسُوبٌ الْحَوَاسِيبَ N;PL;DEF;ACC
الْأَنْقَى الْأَنْقَيَاتِ ADJ;PL;FEM;DEF;GEN
اِسْتَحْرَمَ يَسْتَحْرِمْ V;3;SG;MASC;LGSPEC1;ACT
الْمُعَطَّل مُعَطَّلٌ ADJ;SG;MASC;NDEF;NOM
خَوَارِزْمِيَّةٌ خَوَارِزْمِيَّاتِ N;PL;PSSD;GEN
اِسْتَصْدَرَ تُسْتَصْدَرَا V;3;DU;FEM;LGSPEC1;PASS
الْمُضِيء الْمُضِيءِ ADJ;SG;MASC;DEF;GEN
اِعْتَزَمَ تَعْتَزِمَانِ V;3;DU;FEM;IPFV;IND;ACT
اِسْتَلْقَى اِسْتَلْقِيَا V;2;DU;IMP;ACT
الشَّفَهِي شَفَهِيِّينَ ADJ;PL;MASC;NDEF;ACC
فَأْسٌ فُؤُوس N;PL;PSSD;INFM
الْفَصِيح فَصِيحَةٌ ADJ;SG;FEM;NDEF;NOM
حَدِيقَةٌ الْحَدَائِقُ N;PL;DEF;NOM
أَوْدَعَ تُودَعَ V;2;SG;MASC;SBJV;PASS
اِسْتَسْقَى اِسْتَسْقِينَ V;2;PL;FEM;IMP;ACT
سَاقِطَةٌ سَاقِطَةُ N;SG;PSSD;NOM
غْرَامٌ الْغْرَامِ N;SG;DEF;GEN
إِفْلَاحٌ إِفْلَاح N;SG;PSSD;INFM
خِيفَةٌ خِيفَ N;PL;PSSD;ACC
سُجُودٌ سُجُودُ N;SG;PSSD;NOM
خَرُوفٌ الْخَرُوفَيْنِ N;DU;DEF;GEN
قَامَةٌ الْقَامَةِ N;SG;DEF;GEN
إِدْحِيٌّ الْإِدْحِيَّانِ N;DU;DEF;NOM
الْمُشْمَئِزّ الْمُشْمَئِزَّيْن ADJ;DU;MASC;DEF;INFM
الْمُزْدَحِم مُزْدَحِمَانِ ADJ;DU;MASC;NDEF;NOM
بُنْدُقِيَّةٌ الْبُنْدُقِيَّتَيْن N;DU;DEF;INFM
الصَّافِي صَافٍ ADJ;SG;MASC;NDEF;NOM
اِسْتَحَمَّ يَسْتَحْمِمْنَ V;3;PL;FEM;IPFV;IND;ACT
نَافَسَ أُنَافِسُ V;1;SG;IPFV;IND;ACT
قَفَزَانٌ قَفَزَانُ N;SG;PSSD;NOM
الْمُشِعّ الْمُشِعُّ ADJ;SG;MASC;DEF;NOM
اِسْتَقْرَضَ اِسْتَقْرِضَا V;2;DU;IMP;ACT
بُرْهَانٌ الْبُرْهَانَانِ N;DU;DEF;NOM
اِسْتَقْطَرَ اُسْتُقْطِرْتِ V;2;SG;FEM;PST;PRF;IND;PASS
الْأَصَمّ الصُّمِّ ADJ;PL;FEM;DEF;GEN
الْمُكَلَّف مُكَلَّفَتَانِ ADJ;DU;FEM;NDEF;NOM
إِهَانَةٌ إِهَانَةِ N;SG;PSSD;GEN
اِنْكَشَفَ اِنْكَشَفَ V;3;SG;MASC;PST;PRF;IND;ACT
اِسْتَقْرَأَ مُسْتَقْرِئ V;V.PTCP;ACT
اِسْتَحْمَلَ يُسْتَحْمَلُ V;3;SG;MASC;IPFV;IND;PASS
عُنْوَانٌ الْعَنَاوِينِ N;PL;DEF;GEN
اِشْتَهَرَ تَشْتَهِرُونَ V;2;PL;MASC;IPFV;IND;ACT
قَايَسَ يُقَايَسُونَ V;3;PL;MASC;IPFV;IND;PASS
بَاشَرَ أُبَاشِرُ V;1;SG;IPFV;IND;ACT
غَدِيرٌ غُدْرَانٍ N;PL;NDEF;GEN
كَاثَرَ أُكَاثَرَ V;1;SG;SBJV;PASS
بَرْمَجَ يُبَرْمَجُ V;3;SG;MASC;IPFV;IND;PASS
حَرَّرَ أُحَرِّرَ V;1;SG;SBJV;ACT
زَاوِيَةٌ زَوَايَا N;PL;PSSD;INFM
الْمُمِلّ الْمُمِلَّتَيْن ADJ;DU;FEM;DEF;INFM
اِسْتَعْرَضَ تَسْتَعْرِضُو V;2;PL;MASC;SBJV;ACT
نُسْخَةٌ نُسَخٍ N;PL;NDEF;GEN
التَّحْسِينِي تَحْسِينِيِّينَ ADJ;PL;MASC;NDEF;ACC
بَيْنُونَةٌ بَيْنُونَة N;SG;PSSD;INFM
الْمُسْتَقِلّ مُسْتَقِلَّيْنِ ADJ;DU;MASC;NDEF;ACC
دَرَى يَدْرِي V;3;SG;MASC;IPFV;IND;ACT
فِعْلٌ_مُعْتَلٌّ فِعْل_مُعْتَلّ N;SG;NDEF;INFM
عُطُولٌ الْعُطُولُ N;SG;DEF;NOM
ضَيَّعَ تُضَيَّعَانِ V;2;DU;IPFV;IND;PASS
بَرْبَخٌ بَرْبَخًا N;SG;NDEF;ACC
شَكَا اُشْكُوا V;2;PL;MASC;IMP;ACT
بَخِيلَةٌ بَخِيلَات N;PL;NDEF;INFM
بَصَّرَ يُبَصِّرُو V;3;PL;MASC;SBJV;ACT
الْمُسْتَعِدّ مُسْتَعِدَّاتٌ ADJ;PL;FEM;NDEF;NOM
اِكْتَرَبَ اِكْتِرَاب V;V.MSDR
اِنْسَحَبَ اِنْسَحِبِي V;2;SG;FEM;IMP;ACT
الرَّهِيف رَهِيفَةٌ ADJ;SG;FEM;NDEF;NOM
كَالَمَ تُكَالِمِينَ V;2;SG;FEM;IPFV;IND;ACT
دَمَّمَ أُدَمَّمُ V;1;SG;IPFV;IND;PASS
لَعِقَ اِلْعَقَا V;2;DU;IMP;ACT
قِرْفَةٌ الْقِرْفَةِ N;SG;DEF;GEN
إِيَابٌ إِيَابِ N;SG;PSSD;GEN
الْمُسِنّ مُسِنَّةٍ ADJ;SG;FEM;NDEF;GEN
اِسْتَأْمَنَ تَسْتَأْمِنُو V;2;PL;MASC;LGSPEC1;ACT
تَعَشَّى تَتَعَشَّيَا V;2;DU;LGSPEC1;ACT
الْمُسْتَحِيل الْمُسْتَحِيلَيْن ADJ;DU;MASC;DEF;INFM
أَذْنَبَ إِذْنَاب V;V.MSDR
مُخَاطٌ مُخَاطٌ N;SG;NDEF;NOM
سَاءَلَ تُسَاءَلْنَ V;2;PL;FEM;LGSPEC1;PASS
جَاوَزَ تُجَاوَزُو V;2;PL;MASC;LGSPEC1;PASS
تَثْقِيلٌ تَثْقِيلًا N;SG;NDEF;ACC
اِسْتَقْطَبَ اُسْتُقْطِبْتُمْ V;2;PL;MASC;PST;PRF;IND;PASS
ذَرَا اُذْرُوا V;2;PL;MASC;IMP;ACT
اِسْتَوْفَى يُسْتَوْفَيَا V;3;DU;MASC;LGSPEC1;PASS
الْأَحْرَص الْحُرْصى ADJ;SG;FEM;DEF;GEN
كَمِّيَّةٌ كَمِّيَّةٍ N;SG;NDEF;GEN
مُصْحَفٌ مَصَاحِفِ N;PL;PSSD;GEN
مِحْرَابٌ مِحْرَاب N;SG;PSSD;INFM
رَانَ رِنَّ V;3;PL;FEM;PST;PRF;IND;ACT
قَاوَمَ تُقَاوِمْ V;3;SG;FEM;LGSPEC1;ACT
اِسْتَقَالَ يَسْتَقِيلَ V;3;SG;MASC;SBJV;ACT
قُنْفُذٌ الْقُنْفُذَيْنِ N;DU;DEF;ACC
أَعْلَنَ أُعْلِنْ V;1;SG;LGSPEC1;ACT
كَفَى تُكْفَيْ V;2;SG;FEM;SBJV;PASS
بُورُونٌ الْبُورُون N;SG;DEF;INFM
ثَابَرَ يُثَابِرْ V;3;SG;MASC;LGSPEC1;ACT
رَدْهَةٌ رَدْهَة N;SG;NDEF;INFM
نَاقَشَ يُنَاقَشَا V;3;DU;MASC;SBJV;PASS
نَصْرَانِيَّةٌ النَّصْرَانِيَّاتِ N;PL;DEF;GEN
اِسْتَدْفَأَ أَسْتَدْفِئَ V;1;SG;SBJV;ACT
اِضْطَرَبَ اِضْطَرَبَ V;3;SG;MASC;PST;PRF;IND;ACT
أُهُولٌ الْأُهُولُ N;SG;DEF;NOM
الدَّفِيء دَفِيئَةً ADJ;SG;FEM;NDEF;ACC
الرَّتِيب الرَّتِيبَيْن ADJ;DU;MASC;DEF;INFM
هَجَمَ هَجَمَا V;3;DU;MASC;PST;PRF;IND;ACT
كَافَأَ تُكَافَآ V;2;DU;LGSPEC1;PASS
فَازَ تَفُوزَا V;3;DU;FEM;LGSPEC1;ACT
فَتَّشَ يُفَتَّشَا V;3;DU;MASC;LGSPEC1;PASS
اِسْتَذْنَبَ تَسْتَذْنِبْنَ V;2;PL;FEM;IPFV;IND;ACT
اِخْرَوَّطَ اِخْرَوَّطَا V;3;DU;MASC;PST;PRF;IND;ACT
ضَرْبَةٌ ضَرْبَتَيْ N;DU;PSSD;ACC
بَيَّاعٌ بَيَّاعٍ N;SG;NDEF;GEN
أَنَانَاسٌ الْأَنَانَاسُ N;SG;DEF;NOM
بَئِسَ يَبْأَسَ V;3;SG;MASC;SBJV;ACT
اِرْثِعْنَانٌ اِرْثِعْنَانٌ N;SG;NDEF;NOM
خَطِئَ خُطِئْنَ V;3;PL;FEM;PST;PRF;IND;PASS
عَقَّمَ يُعَقِّمُو V;3;PL;MASC;SBJV;ACT
النَّفِيس النَّفِيسَيْنِ ADJ;DU;MASC;DEF;GEN
تَوَكَّأَ تَوَكَّأْتَ V;2;SG;MASC;PST;PRF;IND;ACT
اِسْتَطَالَ اِسْتَطَلْتِ V;2;SG;FEM;PST;PRF;IND;ACT
الْخَيَالِي الْخَيَالِيِّين ADJ;PL;MASC;DEF;INFM
حَلَّلَ يُحَلِّلَانِ V;3;DU;MASC;IPFV;IND;ACT
سِرْبٌ سِرْبَا N;DU;PSSD;NOM
التَّلْمُودِي التَّلْمُودِيَّتَيْنِ ADJ;DU;FEM;DEF;ACC
قَرَّرَ تُقَرَّرِي V;2;SG;FEM;SBJV;PASS
وِقِيَّةٌ الْوِقِيَّتَانِ N;DU;DEF;NOM
اِسْتَحْيَا اِسْتَحْيَيْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
غَابَ غَابَتْ V;3;SG;FEM;PST;PRF;IND;ACT
الْأَجَفّ جُفّى ADJ;SG;FEM;NDEF;GEN
اِزْدَحَمَ اِزْدَحِمُو V;2;PL;MASC;IMP;ACT
مِرْحَاضٌ الْمِرْحَاضُ N;SG;DEF;NOM
خَطِئَ خَطِئُوا V;3;PL;MASC;PST;PRF;IND;ACT
اِجْلَعَدَّ نَجْلَعِدُّ V;1;PL;IPFV;IND;ACT
ضِرْسٌ أَضْرَاس N;PL;PSSD;INFM
دَحْرَجَ تُدَحْرَجِي V;2;SG;FEM;SBJV;PASS
اِسْتَقْرَضَ يَسْتَقْرِضْنَ V;3;PL;FEM;LGSPEC1;ACT
أَرَاحَ تُرَاحَانِ V;2;DU;IPFV;IND;PASS
الْقُزِيمِي قُزِيمِيَّتَيْنِ ADJ;DU;FEM;NDEF;ACC
زَهَدَ يَزْهَدْنَ V;3;PL;FEM;SBJV;ACT
اِعْتَزَمَ مُعْتَزِم V;V.PTCP;ACT
اِغْتَصَبَ اُغْتُصِبُوا V;3;PL;MASC;PST;PRF;IND;PASS
مَوْهِبَةٌ الْمَوْهِبَةِ N;SG;DEF;GEN
بِشَارَةٌ بِشَارَةً N;SG;NDEF;ACC
طَاَنَانٌ طَاَنَانًا N;SG;NDEF;ACC
سَذَاجَةٌ السَّذَاجَةِ N;SG;DEF;GEN
صُحُفِيَّةٌ صُحُفِيَّتَيْنِ N;DU;NDEF;GEN
ضَاعَ تَضِيعِي V;2;SG;FEM;SBJV;ACT
حَيَاءٌ حَيَاء N;SG;NDEF;INFM
اِسْتَرَدَّ يَسْتَرِدَّا V;3;DU;MASC;SBJV;ACT
اِحْتِوَاءٌ الِاحْتِوَاءِ N;SG;DEF;GEN
فَاشِيَّةٌ فَاشِيَّتَيْن N;DU;NDEF;INFM
اِحْتَوَى يُحْتَوَيْنَ V;3;PL;FEM;SBJV;PASS
اِسْتَنْبَأَ يُسْتَنْبَأُو V;3;PL;MASC;LGSPEC1;PASS
جَاعَ تَجُوعَانِ V;3;DU;FEM;IPFV;IND;ACT
الْحَقِير الْحَقِيرَةُ ADJ;SG;FEM;DEF;NOM
الْجُزَيْئِي الْجُزَيْئِيَّة ADJ;SG;FEM;DEF;INFM
اِسْتَوْفَى تُسْتَوْفَ V;2;SG;MASC;LGSPEC1;PASS
أَرُومَةٌ أَرُومَةِ N;SG;PSSD;GEN
الْفَرِغ الْفَرِغَيْنِ ADJ;DU;MASC;DEF;ACC
ضَابِطٌ الضَّابِطَيْن N;DU;DEF;INFM
اِنْكَفَّ تَنْكَفُّو V;2;PL;MASC;LGSPEC1;ACT
مَبْدَأٌ مَبَادِئُ N;PL;NDEF;NOM
اِسْتَجَارَ نَسْتَجِيرَ V;1;PL;SBJV;ACT
إِبِلٌ إِبِلَ N;SG;PSSD;ACC
غَدِيرٌ غَدِيرٌ N;SG;NDEF;NOM
اِجْتَهَدَ تَجْتَهِدَ V;2;SG;MASC;SBJV;ACT
كَاتِدْرَائِيَّةٌ كَاتِدْرَائِيَّةٌ N;SG;NDEF;NOM
حُفُوفٌ الْحُفُوفُ N;SG;DEF;NOM
الطَّازَج الطَّازَجَيْنِ ADJ;DU;MASC;DEF;GEN
مَائِدَةٌ الْمَائِدَةِ N;SG;DEF;GEN
شَفَى أُشْفَى V;1;SG;SBJV;PASS
اِقْتَصَدَ اُقْتُصِدَا V;3;DU;MASC;PST;PRF;IND;PASS
اِسْتَقْطَبَ تُسْتَقْطَبُ V;3;SG;FEM;IPFV;IND;PASS
زَحَرَ اِزْحِرْ V;2;SG;MASC;IMP;ACT
حَوْقَلَ حُوقِلْتُ V;1;SG;PST;PRF;IND;PASS
مَضَى يَمْضِيَانِ V;3;DU;MASC;IPFV;IND;ACT
رِدَادٌ رِدَادُ N;SG;PSSD;NOM
فَلْسَفَ تُفَلْسِفْنَ V;2;PL;FEM;IPFV;IND;ACT
جَرُؤَ يَجْرُؤْنَ V;3;PL;FEM;IPFV;IND;ACT
اِسْتَمْنَى يَسْتَمْنُوا V;3;PL;MASC;LGSPEC1;ACT
اِسْتَحْمَلَ يَسْتَحْمِلْنَ V;3;PL;FEM;SBJV;ACT
ذَاقَ نُذَاقَ V;1;PL;SBJV;PASS
اِتِّسَاخٌ اِتِّسَاخًا N;SG;NDEF;ACC
اِنْتَفَخَ اِنْتَفَخُوا V;3;PL;MASC;PST;PRF;IND;ACT
تَدْمِيمٌ التَّدْمِيمُ N;SG;DEF;NOM
اِفْتِتَاحٌ اِفْتِتَاحَات N;PL;NDEF;INFM
اِزْدَوَجَ أَزْدَوِجَ V;1;SG;SBJV;ACT
الْكَامِل كَامِلَات ADJ;PL;FEM;NDEF;INFM
اِخْضِيرَارٌ الِاخْضِيرَارَ N;SG;DEF;ACC
ثُمُولٌ ثُمُولِ N;SG;PSSD;GEN
لَعِقَ تُلْعَقَا V;3;DU;FEM;LGSPEC1;PASS
اِسْتَحْفَظَ تَسْتَحْفِظَا V;2;DU;LGSPEC1;ACT
سِيَاحَةٌ السِّيَاحَةِ N;SG;DEF;GEN
اِرْتَجَلَ أَرْتَجِلُ V;1;SG;IPFV;IND;ACT
خِزَانَةٌ خِزَانَةُ N;SG;PSSD;NOM
إِقْلِيمٌ الْإِقْلِيمُ N;SG;DEF;NOM
أَفَادَ تُفَادَ V;2;SG;MASC;SBJV;PASS
تَسَرَّى تَسَرَّ V;2;SG;MASC;IMP;ACT
أُغْنِيَّةٌ أُغْنِيَّتَا N;DU;PSSD;NOM
قِطَّةٌ قِطَّتَيْن N;DU;NDEF;INFM
رَاعٍ الرَّاعِيَانِ N;DU;DEF;NOM
اِسْتَرْجَلَ يَسْتَرْجِلُو V;3;PL;MASC;SBJV;ACT
الْأَجْسَم الْجُسْمَيَاتِ ADJ;PL;FEM;DEF;GEN
بَدَاءَةٌ الْبَدَاءَةَ N;SG;DEF;ACC
قَاسَ قَيْس V;V.MSDR
قَرْيَةٌ قَرْيَتَيْ N;DU;PSSD;GEN
مَعْرَكَةٌ مَعْرَكَةً N;SG;NDEF;ACC
شِغَالٌ شِغَالُ N;SG;PSSD;NOM
الْوَحِيد وَحِيدَةً ADJ;SG;FEM;NDEF;ACC
الْبَاطِنِي بَاطِنِيًّا ADJ;SG;MASC;NDEF;ACC
إِرْوَاحٌ الْإِرْوَاحَ N;SG;DEF;ACC
حَمْدَلَ حَمْدَلَ V;3;SG;MASC;PST;PRF;IND;ACT
صَارَعَ أُصَارَعَ V;1;SG;SBJV;PASS
صَادَرَ صَادِرَا V;2;DU;IMP;ACT
اِتِّقَاءٌ اِتِّقَاءِ N;SG;PSSD;GEN
اِحْتَمَلَ تُحْتَمَلَ V;2;SG;MASC;SBJV;PASS
الْأَرْطَب الْأَرْطَبَانِ ADJ;DU;MASC;DEF;NOM
الْمُشْمِس الْمُشْمِسَةَ ADJ;SG;FEM;DEF;ACC
خُصْلَةٌ خُصْلَة N;SG;PSSD;INFM
تَعْيِيدٌ التَّعْيِيد N;SG;DEF;INFM
الْأَشَدّ أَشَدَّيْن ADJ;DU;MASC;NDEF;INFM
سَقَطَ تَسْقُطَانِ V;3;DU;FEM;IPFV;IND;ACT
مُحَامَاةٌ الْمُحَامَاةُ N;SG;DEF;NOM
سَقَى نُسْقَى V;1;PL;IPFV;IND;PASS
النَّظِيف النَّظِيفَتَانِ ADJ;DU;FEM;DEF;NOM
اِقْتَضَبَ تَقْتَضِبِي V;2;SG;FEM;LGSPEC1;ACT
إِحْلِيلٌ الْإِحْلِيلُ N;SG;DEF;NOM
الْأَنِيق أَنِيقَيْنِ ADJ;DU;MASC;NDEF;ACC
الْمَشْهُود مَشْهُودَةٍ ADJ;SG;FEM;NDEF;GEN
الْفَظِيع الْفَظِيعِ ADJ;SG;MASC;DEF;GEN
اِسْتَعْلَمَ تَسْتَعْلِمُو V;2;PL;MASC;SBJV;ACT
اِعْتَنَى اِعْتَنَى V;3;SG;MASC;PST;PRF;IND;ACT
طِحَالٌ طِحَالَاتٌ N;PL;NDEF;NOM
تَسْجِيلٌ التَّسْجِيلُ N;SG;DEF;NOM
وَالَى يُوَالَيْنَ V;3;PL;FEM;LGSPEC1;PASS
زَهَدَ تُزْهَدُ V;2;SG;MASC;IPFV;IND;PASS
الْأَعْظَم الْأَعَاظِمِ ADJ;PL;MASC;DEF;GEN
الْأَبْرَأ بُرْءَى ADJ;SG;FEM;NDEF;NOM
اِسْتِكْتَابٌ الِاسْتِكْتَابُ N;SG;DEF;NOM
جَاعَ جُعْنَا V;1;PL;PST;PRF;IND;ACT
مَهْلِكَةٌ مَهْلِكَةُ N;SG;PSSD;NOM
اِتَّفَقَ تَتَّفِقْ V;2;SG;MASC;LGSPEC1;ACT
الْبُرْتُقَانِي بُرْتُقَانِيِّينَ ADJ;PL;MASC;NDEF;GEN
اِمْتَحَنَ نُمْتَحَنْ V;1;PL;LGSPEC1;PASS
الْقَضِيبِي قَضِيبِيَّيْنِ ADJ;DU;MASC;NDEF;ACC
الْأَغْلَظ الْأَغْلَظُ ADJ;SG;MASC;DEF;NOM
رَغِبَ رُغِبْتُ V;1;SG;PST;PRF;IND;PASS
الْإِبْلِيسِي الْإِبْلِيسِيِّينَ ADJ;PL;MASC;DEF;GEN
الْخَلِيق خَلِيقَات ADJ;PL;FEM;NDEF;INFM
حَكَى تَحْكِيَا V;3;DU;FEM;LGSPEC1;ACT
لِفَافَةٌ لِفَافَةِ N;SG;PSSD;GEN
إِلٰهٌ إِلٰهٍ N;SG;NDEF;GEN
تَهْلُكَةٌ التَّهْلُكَةِ N;SG;DEF;GEN
شِرْيَانٌ شِرْيَانَيْ N;DU;PSSD;INFM
غَابَةٌ الْغَابَتَيْنِ N;DU;DEF;ACC
اِتَّقَى اِتَّقَتَا V;3;DU;FEM;PST;PRF;IND;ACT
وَتِينٌ وَتِينَيْنِ N;DU;NDEF;GEN
مُمَثِّلَةٌ الْمُمَثِّلَتَيْنِ N;DU;DEF;ACC
رَحِيقٌ رَحِيقًا N;SG;NDEF;ACC
الْبَاطِنِي بَاطِنِيَّةٌ ADJ;SG;FEM;NDEF;NOM
حِمَاءٌ حِمَاءِ N;SG;PSSD;GEN
الْمُسْتَدِير مُسْتَدِيرَتَيْنِ ADJ;DU;FEM;NDEF;ACC
تَحْرِيرٌ تَحْرِيرُ N;SG;PSSD;NOM
اِحْتَرَمَ تُحْتَرَمْ V;3;SG;FEM;LGSPEC1;PASS
دَفَّأَ دَفِّئِي V;2;SG;FEM;IMP;ACT
مَلْعَبٌ مَلَاعِبُ N;PL;NDEF;NOM
نَادَى نُودُوا V;3;PL;MASC;PST;PRF;IND;PASS
الْمُسْتَثْنَى مُسْتَثْنَاة ADJ;SG;FEM;NDEF;INFM
اِسْتَجَارَ تَسْتَجِيرَ V;2;SG;MASC;SBJV;ACT
هَرَمٌ الْهَرَمَيْنِ N;DU;DEF;GEN
اِسْتَقْطَرَ اِسْتَقْطِرْ V;2;SG;MASC;IMP;ACT
اِحْتَاطَ يَحْتَطْ V;3;SG;MASC;LGSPEC1;ACT
عَوْرَةٌ عَوْرَةٌ N;SG;NDEF;NOM
اِعْتَزَمَ تُعْتَزَمَا V;2;DU;SBJV;PASS
تَغْرِيبٌ تَغْرِيب N;SG;PSSD;INFM
نِيَّةٌ النِّيَّاتِ N;PL;DEF;GEN
شِبِتٌّ شِبِتٌّ N;SG;NDEF;NOM
أَيْرٌ أُيُورَ N;PL;PSSD;ACC
وَسْوَسَةٌ وَسْوَسَةُ N;SG;PSSD;NOM
لَعِقَ لُعِقْتُمَا V;2;DU;PST;PRF;IND;PASS
اِسْتَحْيَا مُسْتَحْيٍ V;V.PTCP;ACT
الْمُمْتِع مُمْتِعًا ADJ;SG;MASC;NDEF;ACC
الْأَشَفّ الشُّفّى ADJ;SG;FEM;DEF;INFM
كَارِثَةٌ الْكَوَارِثِ N;PL;DEF;GEN
اِتِّحَادٌ اِتِّحَادَيْ N;DU;PSSD;INFM
أَدَارَ أَدِيرَا V;2;DU;IMP;ACT
اِعْتَمَرَ أُعْتَمَرَ V;1;SG;SBJV;PASS
وَسْوَسَ مُوَسْوَس V;V.PTCP;PASS
خَرَّاطٌ خَرَّاطِي N;PL;PSSD;ACC
عِوَانٌ عِوَانٍ N;SG;NDEF;GEN
جِنَاسٌ الْجِنَاسِ N;SG;DEF;GEN
اِسْتَحْمَلَ يَسْتَحْمِلُونَ V;3;PL;MASC;IPFV;IND;ACT
تُهْلُوكٌ تُهْلُوكًا N;SG;NDEF;ACC
بَوْلٌ بَوْلٍ N;SG;NDEF;GEN
قَمْقَمَ نُقَمْقِمَ V;1;PL;SBJV;ACT
مَيْدَانٌ مَيَادِينَ N;PL;PSSD;ACC
اِعْتَمَلَ اِعْتَمَلُوا V;3;PL;MASC;PST;PRF;IND;ACT
أَبَى أُبِينَا V;1;PL;PST;PRF;IND;PASS
الْفَاسِد فَاسِدَيْن ADJ;DU;MASC;NDEF;INFM
لُوبِيَاءٌ لُوبِيَاءِ N;SG;PSSD;GEN
اللُّبْنَانِي لُبْنَانِيَّتَيْنِ ADJ;DU;FEM;NDEF;ACC
اِسْتَسَرَّ نَسْتَسِرَّ V;1;PL;LGSPEC1;ACT
مِرْآةٌ الْمِرْآتَيْنِ N;DU;DEF;GEN
وَرِيدٌ الْوَرِيدَيْنِ N;DU;DEF;GEN
اِسْتَرَاحَ اِسْتَرَحْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
السَّلِس السَّلِسَاتُ ADJ;PL;FEM;DEF;NOM
رَغِبَ نُرْغَبْ V;1;PL;LGSPEC1;PASS
أَثَارَ مُثِير V;V.PTCP;ACT
اِسْتَقَالَ تُسْتَقَلْ V;2;SG;MASC;LGSPEC1;PASS
أَجْنَبِيَّةٌ أَجْنَبِيَّة N;SG;NDEF;INFM
تَأْشِيرَةٌ التَّأْشِيرَتَانِ N;DU;DEF;NOM
رَبَّى رُبِّيتُ V;1;SG;PST;PRF;IND;PASS
عَقِبٌ أَعْقَاب N;PL;PSSD;INFM
فِلْفِلٌ_أَسْوَدُ الْفِلْفِل_الْأَسْوَد N;SG;DEF;INFM
الْمُسِنّ مُسِنِّينَ ADJ;PL;MASC;NDEF;GEN
عُدُولَةٌ الْعُدُولَةِ N;SG;DEF;GEN
فِيلٌ فِيلَيْنِ N;DU;NDEF;GEN
اِسْتَرَدَّ تُسْتَرَدَّا V;2;DU;SBJV;PASS
لُوبِيَاءٌ اللُّوبِيَاءُ N;SG;DEF;NOM
اِسْتِقْتَالٌ الِاسْتِقْتَالِ N;SG;DEF;GEN
أَشَاعَ يُشَعْنَ V;3;PL;FEM;IPFV;IND;PASS
اِخْشَوْشَبَ اِخْشَوْشِبِي V;2;SG;FEM;IMP;ACT
اِسْتَوَى اِسْتَوَيْتُ V;1;SG;PST;PRF;IND;ACT
قَامَ يَقُومُونَ V;3;PL;MASC;IPFV;IND;ACT
خَوَّلَ يُخَوَّلْنَ V;3;PL;FEM;SBJV;PASS
لَيْلَةٌ اللَّيْلَتَيْنِ N;DU;DEF;GEN
الْمُمْكِن مُمْكِنَةٌ ADJ;SG;FEM;NDEF;NOM
ضَيَّعَ ضَيِّعْ V;2;SG;MASC;IMP;ACT
قَفَّالٌ قَفَّالِي N;PL;PSSD;ACC
تَحَاشَى يَتَحَاشَوْا V;3;PL;MASC;LGSPEC1;ACT
دَمَّمَ تُدَمِّمْنَ V;2;PL;FEM;SBJV;ACT
الْمَنْصُوب الْمَنْصُوبَةَ ADJ;SG;FEM;DEF;ACC
تَرْتِيبٌ التَّرْتِيبَيْن N;DU;DEF;INFM
بَادَلَ تُبَادِلَ V;3;SG;FEM;SBJV;ACT
ثَارَ تَثُورَا V;3;DU;FEM;SBJV;ACT
نَاوَلَ نَاوَلَ V;3;SG;MASC;PST;PRF;IND;ACT
وَاصَلَ نُوَاصَلُ V;1;PL;IPFV;IND;PASS
شِغَالٌ شِغَال N;SG;NDEF;INFM
هَاجَمَ تُهَاجَمْنَ V;2;PL;FEM;LGSPEC1;PASS
نِظَامٌ النِّظَامَيْنِ N;DU;DEF;ACC
لَبُؤَةٌ لَبُؤَةُ N;SG;PSSD;NOM
فَائِدَةٌ فَائِدَتَيْن N;DU;NDEF;INFM
تَنْمِيَةٌ تَنْمِيَةُ N;SG;PSSD;NOM
تَقْدِيمٌ تَقْدِيمَاتِ N;PL;PSSD;GEN
تَسَلَّى تَسَلَّ V;2;SG;MASC;IMP;ACT
الْجَافّ الْجَافَّانِ ADJ;DU;MASC;DEF;NOM
تَنْزِيلٌ تَنْزِيلٍ N;SG;NDEF;GEN
بَرْزَخٌ الْبَرْزَخَيْن N;DU;DEF;INFM
حَاوَلَ حُووِلَتَا V;3;DU;FEM;PST;PRF;IND;PASS
اِذْلَوْلَى اِذْلِيلَاء V;V.MSDR
جَامَلَ يُجَامِلْنَ V;3;PL;FEM;SBJV;ACT
رُتْبَةٌ رُتْبَتَيْنِ N;DU;NDEF;ACC
الْأَجْدَر الْأَجْدَرَانِ ADJ;DU;MASC;DEF;NOM
أَنَارَ أَنِرْنَ V;2;PL;FEM;IMP;ACT
اِنْشَغَفَ تَنْشَغِفَا V;2;DU;SBJV;ACT
لِحْيَةٌ لِحْيَتَيْ N;DU;PSSD;GEN
سَقَطَ سَقَطْنَ V;3;PL;FEM;PST;PRF;IND;ACT
جَانَسَ جَانَسْنَ V;3;PL;FEM;PST;PRF;IND;ACT
الْفَلَكِي فَلَكِيِّينَ ADJ;PL;MASC;NDEF;ACC
اِخْضَارَّ تَخْضَارَّانِ V;2;DU;IPFV;IND;ACT
مُحَاوَلَةٌ الْمُحَاوَلَاتِ N;PL;DEF;GEN
خَزِينَةٌ خَزِينَتَيْ N;DU;PSSD;GEN
تَحَاشَى يُتَحَاشَى V;3;SG;MASC;SBJV;PASS
قَالَ تُقَالَا V;2;DU;LGSPEC1;PASS
اِفْتَقَرَ تَفْتَقِرَانِ V;3;DU;FEM;IPFV;IND;ACT
رَاعِيَةٌ رَاعِيَاتُ N;PL;PSSD;NOM
لَوَّثَ يُلَوَّثَانِ V;3;DU;MASC;IPFV;IND;PASS
أَجْلَدَ تُجْلَدُ V;3;SG;FEM;IPFV;IND;PASS
زَعِيمٌ زَعِيمَيْ N;DU;PSSD;GEN
أَرْسَلَ تُرْسِلُو V;2;PL;MASC;SBJV;ACT
مِينَا مِينَتَيْ N;DU;PSSD;INFM
شَارَكَ نُشَارِكَ V;1;PL;SBJV;ACT
الرُّجُولِي الرُّجُولِيُّونَ ADJ;PL;MASC;DEF;NOM
الصَّادِق صَادِق ADJ;SG;MASC;NDEF;INFM
تَكْتِيبٌ تَكْتِيب N;SG;PSSD;INFM
مَاشِيَةٌ الْمَاشِيَتَيْنِ N;DU;DEF;GEN
هَدِيَّةٌ هَدِيَّة N;SG;NDEF;INFM
دَعَا تُدْعَوْا V;2;PL;MASC;SBJV;PASS
اِبْتَأَسَ تَبْتَئِسَا V;3;DU;FEM;SBJV;ACT
أَقَامَ تُقِيمَانِ V;3;DU;FEM;IPFV;IND;ACT
حَوْقَلَ حَوْقَلْنَ V;3;PL;FEM;PST;PRF;IND;ACT
اِزْدَرَدَ يُزْدَرَدُو V;3;PL;MASC;LGSPEC1;PASS
سُتْرَةٌ السُّتَرِ N;PL;DEF;GEN
زُوَارَةٌ زُوَارَةٌ N;SG;NDEF;NOM
نَاقَشَ تُنَاقَشَ V;2;SG;MASC;SBJV;PASS
اِخْتِرَاقٌ الِاخْتِرَاق N;SG;DEF;INFM
تَكْتِيبٌ تَكْتِيب N;SG;NDEF;INFM
مِنْبَرٌ مِنْبَرَيْ N;DU;PSSD;ACC
إِشْهَارٌ إِشْهَارٌ N;SG;NDEF;NOM
اِسْتَقْتَلَ اِسْتَقْتَلَتَا V;3;DU;FEM;PST;PRF;IND;ACT
وَاتَرَ تُوَاتَرَا V;3;DU;FEM;LGSPEC1;PASS
نَائِبٌ نُوَّاب N;PL;NDEF;INFM
الْأَلْيَن أَلْيَنَيْن ADJ;DU;MASC;NDEF;INFM
الزَّائِف زَائِفَاتٌ ADJ;PL;FEM;NDEF;NOM
اِخْتَرَقَ اِخْتَرَقْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
نَكَحَ تَنْكُحْنَ V;2;PL;FEM;SBJV;ACT
اِثْنَوْنَى نَثْنَوْنِ V;1;PL;LGSPEC1;ACT
الْوَاسِع الْوَاسِعُ ADJ;SG;MASC;DEF;NOM
رَبَّبَ تُرَبَّبْ V;3;SG;FEM;LGSPEC1;PASS
قَارَضَ قَارِضْنَ V;2;PL;FEM;IMP;ACT
هَدْرَجَ تُهَدْرَجْنَ V;2;PL;FEM;LGSPEC1;PASS
اِتَّفَقَ تَتَّفِقُو V;2;PL;MASC;SBJV;ACT
صَحَا صَحَوْتُ V;1;SG;PST;PRF;IND;ACT
تَفْقِيرٌ التَّفْقِير N;SG;DEF;INFM
قَصَادَةٌ الْقَصَادَةَ N;SG;DEF;ACC
السَّرِيع سَرِيعٌ ADJ;SG;MASC;NDEF;NOM
بِيئَةٌ بِيئَتَا N;DU;PSSD;NOM
ثَرْثَرَ تُثَرْثِرْنَ V;2;PL;FEM;LGSPEC1;ACT
سِيَاقٌ السِّيَاقُ N;SG;DEF;NOM
اِزْدَانَ أَزْدَنْ V;1;SG;LGSPEC1;ACT
اِسْتَأْجَرَ يَسْتَأْجِرْ V;3;SG;MASC;LGSPEC1;ACT
اِسْتَرْجَلَ تَسْتَرْجِلَ V;3;SG;FEM;SBJV;ACT
قَامَرَ قَامَرْتِ V;2;SG;FEM;PST;PRF;IND;ACT
ضَلَاعَةٌ ضَلَاعَةَ N;SG;PSSD;ACC
الْمُبْتَذَل مُبْتَذَلَةً ADJ;SG;FEM;NDEF;ACC
دِيَانَةٌ دِيَانَاتِ N;PL;PSSD;GEN
تَأْذِينٌ التَّأْذِينُ N;SG;DEF;NOM
إِمْبَرَاطُورِيَّةٌ إِمْبَرَاطُورِيَّاتُ N;PL;PSSD;NOM
اِسْتَطَاعَ يُسْتَطَاعَ V;3;SG;MASC;SBJV;PASS
إِكْسِيرٌ إِكْسِيرَ N;SG;PSSD;ACC
سِكِّينٌ سَكَاكِينُ N;PL;PSSD;NOM
حَاطَ تُحَاطَا V;3;DU;FEM;SBJV;PASS
الْأَزَبّ زَبَّاءُ ADJ;SG;FEM;NDEF;NOM
اِسْتَقْطَرَ تَسْتَقْطِرُونَ V;2;PL;MASC;IPFV;IND;ACT
تَمْتَمَ يُتَمْتِمُونَ V;3;PL;MASC;IPFV;IND;ACT
بَاسَ تَبُوسَا V;3;DU;FEM;LGSPEC1;ACT
اِسْتَعْبَدَ تُسْتَعْبَدِي V;2;SG;FEM;SBJV;PASS
سَقَى سَقَوْا V;3;PL;MASC;PST;PRF;IND;ACT
الطَّرِي الطَّرِيَّ ADJ;SG;MASC;DEF;ACC
الْخُصُوصِي الْخُصُوصِيِّينَ ADJ;PL;MASC;DEF;ACC
النَّبِيه نَبِيهَةٌ ADJ;SG;FEM;NDEF;NOM
سَطْرٌ سَطْرَيْن N;DU;NDEF;INFM
مَذْبَحَةٌ مَذَابِحِ N;PL;PSSD;GEN
ضَفِيرَةٌ ضَفَائِر N;PL;NDEF;INFM
الْمَلَائِكِي مَلَائِكِيَّيْنِ ADJ;DU;MASC;NDEF;ACC
اِلْتَمَسَ يَلْتَمِسْنَ V;3;PL;FEM;SBJV;ACT
ذَرَا يَذْرُ V;3;SG;MASC;LGSPEC1;ACT
خُرْطُومٌ خُرْطُومَيْن N;DU;NDEF;INFM
شُوكُولَاتَةٌ شُوكُولَاتَة N;SG;PSSD;INFM
فَازَ تَفُوزُ V;2;SG;MASC;IPFV;IND;ACT
غَبِيَّةٌ غَبِيَّةِ N;SG;PSSD;GEN
شَكَا شَاكٍ V;V.PTCP;ACT
شَعْبِيَّةٌ الشَّعْبِيَّةِ N;SG;DEF;GEN
هَنْدَسَ يُهَنْدَسُونَ V;3;PL;MASC;IPFV;IND;PASS
شَفَى شَفَيْتِ V;2;SG;FEM;PST;PRF;IND;ACT
ظَاهَرَ تُظَاهِرِي V;2;SG;FEM;LGSPEC1;ACT
حَفْلَةٌ الْحَفْلَتَيْن N;DU;DEF;INFM
طَاوَعَ تُطَاوِعُ V;2;SG;MASC;IPFV;IND;ACT
تَسْمِيَةٌ تَسْمِيَتَيْ N;DU;PSSD;GEN
مُسَاعَدَةٌ مُسَاعَدَتَا N;DU;PSSD;NOM
طَارَ أَطِيرُ V;1;SG;IPFV;IND;ACT
الْفَانِي الْفَانِيَةِ ADJ;SG;FEM;DEF;GEN
نَهَارٌ نَهَارُ N;SG;PSSD;NOM
بَهَارٌ بَهَارَات N;PL;NDEF;INFM
خَنْجَرٌ خَنْجَرٌ N;SG;NDEF;NOM
نَافَسَ نُنَافِسُ V;1;PL;IPFV;IND;ACT
اِجْلَعَدَّ مُجْلَعِدّ V;V.PTCP;ACT
الْمُتَدَاوَل مُتَدَاوَلَانِ ADJ;DU;MASC;NDEF;NOM
صَارَعَ تُصَارَعَا V;3;DU;FEM;SBJV;PASS
قَامَرَ تُقَامِرْنَ V;2;PL;FEM;IPFV;IND;ACT
نَدَا تُنْدَيَا V;3;DU;FEM;SBJV;PASS
سِرْبٌ الْأَسْرَاب N;PL;DEF;INFM
مَقْبَرَةٌ الْمَقْبَرَةِ N;SG;DEF;GEN
دَحْرَجَ تُدَحْرَجْ V;3;SG;FEM;LGSPEC1;PASS
قَاءَ تَقِيئِي V;2;SG;FEM;SBJV;ACT
اِشْتَهَرَ يَشْتَهِرَ V;3;SG;MASC;SBJV;ACT
تَوْقِيعٌ تَوْقِيعَاتِ N;PL;PSSD;GEN
أَيُونٌ أَيُونَانِ N;DU;NDEF;NOM
الْمُضِرّ مُضِرَّانِ ADJ;DU;MASC;NDEF;NOM
الْفَرِغ فَرِغَات ADJ;PL;FEM;NDEF;INFM
أَيَّدَ أَيَّدَتَا V;3;DU;FEM;PST;PRF;IND;ACT
صَلَاةٌ صَلَاتَانِ N;DU;NDEF;NOM
اِسْتَعْرَفَ تَسْتَعْرِفِينَ V;2;SG;FEM;IPFV;IND;ACT
اللِّيبِرَالِي اللِّيبِرَالِيَّةِ ADJ;SG;FEM;DEF;GEN
نِضَالٌ النِّضَالَاتِ N;PL;DEF;GEN
شَفَةٌ شَفَتَيْنِ N;DU;NDEF;ACC
تَقْلِيدٌ تَقْلِيدٌ N;SG;NDEF;NOM
فُسْفُورٌ فُسْفُور N;SG;PSSD;INFM
الْإِرَادِي الْإِرَادِيَّةِ ADJ;SG;FEM;DEF;GEN
قَصِيرَةٌ قَصِيرَتَيْنِ N;DU;NDEF;ACC
طَرْبُوشٌ طَرْبُوشَانِ N;DU;NDEF;NOM
سَعَلَ يَسْعُلَانِ V;3;DU;MASC;IPFV;IND;ACT
بَطُؤَ أَبْطُؤْ V;1;SG;LGSPEC1;ACT
مَكْتَبٌ مَكاتِبَ N;PL;PSSD;ACC
مَرْكَزٌ الْمَرْكَزَيْنِ N;DU;DEF;GEN
الْأَجْذَب أَجْذَبَيْنِ ADJ;DU;MASC;NDEF;ACC
تَغْنِيَةٌ التَّغْنِيَةُ N;SG;DEF;NOM
قَوْلٌ قَوْلٌ N;SG;NDEF;NOM
تَوَكَّأَ تَوَكُّؤ V;V.MSDR
جُنْدٌ جُنُودُ N;PL;PSSD;NOM
شَارَكَ أُشَارَكَ V;1;SG;SBJV;PASS
اِسْتَكْتَبَ يَسْتَكْتِبْنَ V;3;PL;FEM;LGSPEC1;ACT
اِفْتِعَالٌ اِفْتِعَالٌ N;SG;NDEF;NOM
اِنْعَقَدَ تَنْعَقِدِي V;2;SG;FEM;SBJV;ACT
الشَّيْطَانِي الشَّيْطَانِيِّين ADJ;PL;MASC;DEF;INFM
الْمُنْدَثِر الْمُنْدَثِرُ ADJ;SG;MASC;DEF;NOM
يَمٌّ يَمَّيْن N;DU;NDEF;INFM
اِسْتَهْدَفَ اِسْتَهْدَفُوا V;3;PL;MASC;PST;PRF;IND;ACT
خَبَّازَةٌ الْخَبَّازَةَ N;SG;DEF;ACC
مُشْتَرٍ مُشْتَرُونَ N;PL;NDEF;NOM
اِنْكَفَّ تَنْكَفَّ V;3;SG;FEM;LGSPEC1;ACT
اِعْتَمَرَ يَعْتَمِرْنَ V;3;PL;FEM;SBJV;ACT
اِخْرَنْمَسَ يَخْرَنْمِسْنَ V;3;PL;FEM;LGSPEC1;ACT
لَبُؤَةٌ لَبُؤَةً N;SG;NDEF;ACC
وَسْوَسَةٌ وَسْوَسَةً N;SG;NDEF;ACC
التَّوْأَم التَّوْأَمَةُ ADJ;SG;FEM;DEF;NOM
اِسْتَرَدَّ تُسْتَرَدُّونَ V;2;PL;MASC;IPFV;IND;PASS
أُسَامَةُ أُسَامَةَ N;SG;NDEF;ACC
تَسِرَّةٌ تَسِرَّة N;SG;NDEF;INFM
اِرْتَجَى تُرْتَجَيْ V;2;SG;FEM;SBJV;PASS
زِحَامٌ زِحَام N;SG;PSSD;INFM
خَلَّى تُخَلَّيَا V;3;DU;FEM;LGSPEC1;PASS
جَوْرَبٌ الْجَوْرَبَ N;SG;DEF;ACC
أَلْهَمَ تُلْهَمْ V;3;SG;FEM;LGSPEC1;PASS
التَّرْتِيبِي التَّرْتِيبِيُّ ADJ;SG;MASC;DEF;NOM
تَعْدِيدٌ تَعْدِيدٌ N;SG;NDEF;NOM
وَاسِطَةٌ وَاسِطَتَيْن N;DU;NDEF;INFM
أَيْقَنَ أُوقِنَتْ V;3;SG;FEM;PST;PRF;IND;PASS
سَوَّفَ يُسَوَّفْنَ V;3;PL;FEM;SBJV;PASS
وَاجِهَةُ_بَرْمَجَةِ_تَطْبِيقَاتٍ وَاجِهَاتِ_بَرْمَجَةِ_تَطْبِيقَاتٍ N;PL;NDEF;GEN
اِنْشَغَلَ تَنْشَغِلُ V;3;SG;FEM;IPFV;IND;ACT
اِنْقَضَى يَنْقَضِ V;3;SG;MASC;LGSPEC1;ACT
صَامَ يُصَامَ V;3;SG;MASC;SBJV;PASS
اِسْتِرَاحَةٌ اِسْتِرَاحَاتِ N;PL;PSSD;ACC
سَوَّفَ سُوِّفُوا V;3;PL;MASC;PST;PRF;IND;PASS
اِسْتَنَّ تَسْتَنُّ V;3;SG;FEM;IPFV;IND;ACT
الْقُرَيْشِي قُرَيْشِيَّات ADJ;PL;FEM;NDEF;INFM
فِنْطَاسٌ فِنْطَاسِ N;SG;PSSD;GEN
اِبْتِسَامَةٌ الِابْتِسَامَةِ N;SG;DEF;GEN
تَوْجِيهٌ تَوْجِيهُ N;SG;PSSD;NOM
جَامَلَ تُجَامِلْنَ V;2;PL;FEM;SBJV;ACT
عَاوَنَ يُعَاوَنُ V;3;SG;MASC;IPFV;IND;PASS
الْمُتَوَاضِع مُتَوَاضِعَيْنِ ADJ;DU;MASC;NDEF;ACC
اِنْتَظَمَ تَنْتَظِمْ V;2;SG;MASC;LGSPEC1;ACT
الْحَمِيد الْحَمِيد ADJ;SG;MASC;DEF;INFM
أَجْلَدَ تُجْلَدَ V;2;SG;MASC;SBJV;PASS
الْأُولِمْبِي الْأُولِمْبِيَّيْنِ ADJ;DU;MASC;DEF;ACC
مِزْمَارٌ مِزْمَارُ N;SG;PSSD;NOM
عُزْبَةٌ عُزْبَةُ N;SG;PSSD;NOM
تَبَاءَسَ تَتَبَاءَسَا V;3;DU;FEM;LGSPEC1;ACT
عَارِفَةٌ عَارِفَاتٍ N;PL;NDEF;ACC
الْعِرَاقِي الْعِرَاقِيِّينَ ADJ;PL;MASC;DEF;ACC
أَوْدَعَ أَوْدِعِي V;2;SG;FEM;IMP;ACT
شَفَى تُشْفَيَا V;3;DU;FEM;LGSPEC1;PASS
اِمْتِدَادٌ اِمْتِدَادٍ N;SG;NDEF;GEN
رَمَى نُرْمَى V;1;PL;SBJV;PASS
الْأَمَامِي أَمَامِيَّيْنِ ADJ;DU;MASC;NDEF;GEN
ثَبَّطَ يُثَبَّطُو V;3;PL;MASC;LGSPEC1;PASS
قَفَّالٌ قَفَّالَيْنِ N;DU;NDEF;ACC
جَلَسَ جَلَسُوا V;3;PL;MASC;PST;PRF;IND;ACT
دَاوَرَ يُدَاوَرْنَ V;3;PL;FEM;IPFV;IND;PASS
مَسْلَكٌ مَسَالِكَ N;PL;PSSD;ACC
اِكْتَرَبَ اِكْتَرِبْنَ V;2;PL;FEM;IMP;ACT
الدَّفِيء دَفِيئَاتٌ ADJ;PL;FEM;NDEF;NOM
إِطْرَابٌ إِطْرَابٍ N;SG;NDEF;GEN
سَخَّرَ سَخَّرَا V;3;DU;MASC;PST;PRF;IND;ACT
إِرْضَاءٌ إِرْضَاءِ N;SG;PSSD;GEN
الْأَسْخَن أَسْخَنَيْن ADJ;DU;MASC;NDEF;INFM
الْخَلِيق الْخَلِيقَتَيْنِ ADJ;DU;FEM;DEF;ACC
حَمْلَةٌ الْحَمْلَة N;SG;DEF;INFM
بَادَلَ بُودِلَتَا V;3;DU;FEM;PST;PRF;IND;PASS
حِيلَةٌ حِيلَةَ N;SG;PSSD;ACC
أَمَاتَ أَمَتُّنَّ V;2;PL;FEM;PST;PRF;IND;ACT
اِحْمَرَّ يَحْمَرُّونَ V;3;PL;MASC;IPFV;IND;ACT
طَبَّاخٌ الطَّبَابِيخُ N;PL;DEF;NOM
نَفَا نُفِيَا V;3;DU;MASC;PST;PRF;IND;PASS
إِرَاءٌ إِرَاء N;SG;PSSD;INFM
بَطَاطَةٌ الْبَطَاطَةَ N;SG;DEF;ACC
اِزْدَوَجَ نَزْدَوِجُ V;1;PL;IPFV;IND;ACT
جَدَّدَ تُجَدِّدَانِ V;2;DU;IPFV;IND;ACT
أَفْنَى أُفْنِيَا V;3;DU;MASC;PST;PRF;IND;PASS
مُجَاوَزَةٌ مُجَاوَزَةٌ N;SG;NDEF;NOM
اِزْدَانَ تَزْدَنَّ V;2;PL;FEM;IPFV;IND;ACT
اِسْتَنْبَأَ اِسْتَنْبَأْتُ V;1;SG;PST;PRF;IND;ACT
الْبَاطِنِي الْبَاطِنِيَّيْنِ ADJ;DU;MASC;DEF;GEN
صَنَمٌ الْأَصْنَام N;PL;DEF;INFM
نَفَا تُنْفَيْ V;2;SG;FEM;LGSPEC1;PASS
كُوَارْكٌ_قَعْرِيٌّ كُوَارْكَ__الْقَعْرِيَّ N;SG;PSSD;ACC
الْعَامِر عَامِرَةً ADJ;SG;FEM;NDEF;ACC
خَوَّشَ أُخَوَّشَ V;1;SG;SBJV;PASS
اِلْتَهَمَ نَلْتَهِمْ V;1;PL;LGSPEC1;ACT
دَنْدَنَ أُدَنْدِنْ V;1;SG;LGSPEC1;ACT
مَاثَلَ مُوثِلَ V;3;SG;MASC;PST;PRF;IND;PASS
اِنْصِرَافٌ الِانْصِرَافُ N;SG;DEF;NOM
اِسْتَحْسَنَ تُسْتَحْسَنَّ V;2;PL;FEM;SBJV;PASS
صُدَاعٌ الصُّدَاعِ N;SG;DEF;GEN
جَاعَ جُعْتُمَا V;2;DU;PST;PRF;IND;ACT
تَلْفَزَ تَلْفَزْتِ V;2;SG;FEM;PST;PRF;IND;ACT
فَقَّطَ أُفَقِّطَ V;1;SG;SBJV;ACT
لَوْنٌ اللَّوْنَانِ N;DU;DEF;NOM
جَهَّزَ نُجَهَّزُ V;1;PL;IPFV;IND;PASS
اِسْتَكْلَبَ يَسْتَكْلِبَانِ V;3;DU;MASC;IPFV;IND;ACT
حَالِمٌ حَالِمًا N;SG;NDEF;ACC
لَاحَظَ لَاحَظْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
الْفَاخِر فَاخِر ADJ;SG;MASC;NDEF;INFM
عَذْرَاءُ عَذَارَى N;PL;PSSD;NOM
اِنْكَشَفَ تَنْكَشِفَا V;2;DU;SBJV;ACT
شَطَطٌ الشَّطَطُ N;SG;DEF;NOM
اِقْتَرَحَ أَقْتَرِحْ V;1;SG;LGSPEC1;ACT
حَيَّا حَيِّيَا V;2;DU;IMP;ACT
تَكْسِيرٌ تَكْسِيرَ N;SG;PSSD;ACC
رَاجَعَ رُوجِعْتُمْ V;2;PL;MASC;PST;PRF;IND;PASS
اِنْطَرَحَ اِنْطِرَاح V;V.MSDR
اِفْتِعَالٌ الِافْتِعَال N;SG;DEF;INFM
تَظْلِيلٌ تَظْلِيلَ N;SG;PSSD;ACC
أَعْطَى أَعْطَى V;3;SG;MASC;PST;PRF;IND;ACT
الْبَئِيس بَئِيسَات ADJ;PL;FEM;NDEF;INFM
ضَايَقَ ضُويِقْتُمْ V;2;PL;MASC;PST;PRF;IND;PASS
الْمُضَارِع الْمُضَارِعَةُ ADJ;SG;FEM;DEF;NOM
ضَيَّعَ تُضَيِّعْنَ V;2;PL;FEM;LGSPEC1;ACT
الْمَوْضُوعِي مَوْضُوعِيَّةً ADJ;SG;FEM;NDEF;ACC
بَظْرٌ بُظُورِ N;PL;PSSD;GEN
اِحْتَاجَ اُحْتِجْتِ V;2;SG;FEM;PST;PRF;IND;PASS
الْجَزَائِرِي جَزَائِرِي ADJ;SG;MASC;NDEF;INFM
الْمُعَطَّل الْمُعَطَّلَيْن ADJ;DU;MASC;DEF;INFM
الْأَقْصَى قُصْوَيَاتٍ ADJ;PL;FEM;NDEF;GEN
طَاسَةٌ طَاسَاتٍ N;PL;NDEF;GEN
مَطْبَخٌ الْمَطْبَخَيْنِ N;DU;DEF;GEN
أُوقِيَّةٌ أُوقِيَّاتٍ N;PL;NDEF;GEN
الْوَافِر الْوَافِرَانِ ADJ;DU;MASC;DEF;NOM
مَجَلَّةٌ مَجَلَّاتُ N;PL;PSSD;NOM
أَضَاعَ يُضِيعُ V;3;SG;MASC;IPFV;IND;ACT
شَاحِنَةٌ شَاحِنَاتُ N;PL;PSSD;NOM
وَافَقَ تُوَافِقْنَ V;2;PL;FEM;LGSPEC1;ACT
اِنْكَفَّ تَنْكَفُّ V;3;SG;FEM;IPFV;IND;ACT
فَقَسَ فُقِسْتَ V;2;SG;MASC;PST;PRF;IND;PASS
آلَةٌ آلَة N;SG;PSSD;INFM
الْمُتَرَبِّي الْمُتَرَبِّيَ ADJ;SG;MASC;DEF;ACC
مُحَرِّكٌ مُحَرِّكَا N;DU;PSSD;NOM
الْهَاشِمِي الْهَاشِمِيَّاتُ ADJ;PL;FEM;DEF;NOM
الْبَحْرَيْنِي بَحْرَيْنِي ADJ;SG;MASC;NDEF;INFM
وَحْشٌ الْوَحْشَ N;SG;DEF;ACC
غَرَّ غَرَّا V;3;DU;MASC;PST;PRF;IND;ACT
قَاعِدَةٌ الْقَاعِدَتَيْنِ N;DU;DEF;ACC
طَابِقٌ طَابِق N;SG;NDEF;INFM
عَصًا عَصَيَانِ N;DU;NDEF;NOM
إِنْجَازٌ إِنْجَازَ N;SG;PSSD;ACC
بِسَاطٌ بِسَاطَيْنِ N;DU;NDEF;ACC
اِمْتَازَ اِمْتَزْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
مُثَابَرَةٌ مُثَابَرَة N;SG;NDEF;INFM
أَهْجَرَ أَهْجَرْنَا V;1;PL;PST;PRF;IND;ACT
زَلْزَلَ زُلْزِلْتَ V;2;SG;MASC;PST;PRF;IND;PASS
اِخْضَوْضَعَ يَخْضَوْضِعْنَ V;3;PL;FEM;SBJV;ACT
الشَّامِي الشَّامِيَّيْنِ ADJ;DU;MASC;DEF;GEN
دَبَّبَ تُدَبَّبْ V;2;SG;MASC;LGSPEC1;PASS
تُرَابٌ التُّرَابَيْنِ N;DU;DEF;ACC
صَحَّحَ يُصَحِّحْ V;3;SG;MASC;LGSPEC1;ACT
حَوْقَلَ حَوْقَلْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
مُرَافَقَةٌ مُرَافَقَةَ N;SG;PSSD;ACC
اِسْتَوْقَفَ يَسْتَوْقِفُو V;3;PL;MASC;SBJV;ACT
تَحْبِيلٌ تَحْبِيلِ N;SG;PSSD;GEN
رَبَّى رَبَّتْ V;3;SG;FEM;PST;PRF;IND;ACT
أَعْلَنَ تُعْلَنُ V;3;SG;FEM;IPFV;IND;PASS
اِقْتَبَلَ يَقْتَبِلْنَ V;3;PL;FEM;SBJV;ACT
كَلَكٌ كَلَكَاتِ N;PL;PSSD;GEN
اِلْتَبَنَ يَلْتَبِنَّ V;3;PL;FEM;IPFV;IND;ACT
اِسْتِدْفَاءٌ اِسْتِدْفَاءُ N;SG;PSSD;NOM
أَوَى نَأْوِيَ V;1;PL;SBJV;ACT
اِبْرَغَشَّ اِبْرَغِشَّا V;2;DU;IMP;ACT
شَكَا مَشْكُوّ V;V.PTCP;PASS
رَافَقَ يُرَافَقْنَ V;3;PL;FEM;LGSPEC1;PASS
مَيْدَانٌ الْمَيَادِين N;PL;DEF;INFM
جُسَيْمٌ_مُضَادٌّ الْجُسَيْم_الْمُضَادّ N;SG;DEF;INFM
كُورِيَّةٌ كُورِيَّاتِ N;PL;PSSD;GEN
عَذَّبَ عُذِّبْنَ V;3;PL;FEM;PST;PRF;IND;PASS
أَرَاحَ يُرِيحُو V;3;PL;MASC;LGSPEC1;ACT
الْمُزْدَوِج الْمُزْدَوِجَيْنِ ADJ;DU;MASC;DEF;ACC
زَحَرَ زُحِرْنَا V;1;PL;PST;PRF;IND;PASS
أَحْوَجَ أَحْوَجَتْ V;3;SG;FEM;PST;PRF;IND;ACT
مُخَاطٌ مُخَاطُ N;SG;PSSD;NOM
حِذَاءٌ حِذَاءَيْ N;DU;PSSD;ACC
اِمْتِحَانٌ اِمْتِحَانَاتٍ N;PL;NDEF;GEN
طَالَ تُطَالَا V;2;DU;LGSPEC1;PASS
اِخْتِتَانٌ اِخْتِتَانٍ N;SG;NDEF;GEN
صَوَّبَ يُصَوِّبَا V;3;DU;MASC;LGSPEC1;ACT
إِنْهَاءٌ إِنْهَاءً N;SG;NDEF;ACC
اِعْتَقَدَ تَعْتَقِدُونَ V;2;PL;MASC;IPFV;IND;ACT
جَابَ جِبْتُمَا V;2;DU;PST;PRF;IND;PASS
إِحْكَاكٌ الْإِحْكَاكَ N;SG;DEF;ACC
اِسْتَتَابَ اُسْتُتِيبَتَا V;3;DU;FEM;PST;PRF;IND;PASS
بَاعَ تَبِيعِي V;2;SG;FEM;LGSPEC1;ACT
جَامَلَ أُجَامِلَ V;1;SG;SBJV;ACT
مَعْدِنٌ مَعْدِنًا N;SG;NDEF;ACC
رَسُولٌ الرَّسُولَيْنِ N;DU;DEF;ACC
هَاجَمَ تُهَاجِمَا V;2;DU;SBJV;ACT
اِتَّكَأَ تَتَّكِئِي V;2;SG;FEM;LGSPEC1;ACT
إِمَاتَةٌ الْإِمَاتَة N;SG;DEF;INFM
اِفْتَكَرَ يُفْتَكَرُونَ V;3;PL;MASC;IPFV;IND;PASS
اِنْشَغَلَ اِنْشِغَال V;V.MSDR
اِلْتَمَسَ اِلْتَمَسْتُمْ V;2;PL;MASC;PST;PRF;IND;ACT
تَاهَ يَتُوهَا V;3;DU;MASC;LGSPEC1;ACT
اِحْتَرَمَ اِحْتَرَمْتُ V;1;SG;PST;PRF;IND;ACT
دِرَاسَةٌ دِرَاسَةً N;SG;NDEF;ACC
أَيَّدَ يُؤَيِّدُو V;3;PL;MASC;SBJV;ACT
رَسْمِيَّةٌ رَسْمِيَّةِ N;SG;PSSD;GEN
مَرْكَزٌ الْمَرَاكِز N;PL;DEF;INFM
هَنَّأَ تُهَنِّئُ V;2;SG;MASC;IPFV;IND;ACT
الرَّدِيء الرَّدِيئَات ADJ;PL;FEM;DEF;INFM
نَادَى مُنَادَاة V;V.MSDR
مَلَأَ تَمْلَآنِ V;2;DU;IPFV;IND;ACT
اِسْتَعْرَضَ اِسْتِعْرَاض V;V.MSDR
اِحْتَلَمَ يَحْتَلِمَا V;3;DU;MASC;LGSPEC1;ACT
تَمَنَّى تَمَنٍّ V;V.MSDR
اِذْلِعْبَابٌ اِذْلِعْبَابٍ N;SG;NDEF;GEN
رَكَّزَ نُرَكِّزُ V;1;PL;IPFV;IND;ACT
كَأْسٌ كُؤُوسٍ N;PL;NDEF;GEN
أَشَاعَ تُشِيعَانِ V;2;DU;IPFV;IND;ACT
صَوَّبَ تُصَوِّبَ V;3;SG;FEM;SBJV;ACT
عَاتِقٌ الْعَوَاتِقَ N;PL;DEF;ACC
لَامُبَالَاةٌ لَامُبَالَاة N;SG;NDEF;INFM
الْإِرَادِي إِرَادِيٌّ ADJ;SG;MASC;NDEF;NOM
مَقَالٌ مَقَالَات N;PL;NDEF;INFM
مَلَأَ مُلِئُوا V;3;PL;MASC;PST;PRF;IND;PASS
بَرْلَمَانٌ بَرْلَمَانَيْنِ N;DU;NDEF;ACC
بُلُوغٌ بُلُوغُ N;SG;PSSD;NOM
سَأَلَ يُسْأَلْنَ V;3;PL;FEM;LGSPEC1;PASS
رَاشِدَةٌ رَاشِدَتَيْنِ N;DU;NDEF;GEN
ثَارَ تَثُرْ V;3;SG;FEM;LGSPEC1;ACT
لَامَسَ تُلَامِسَ V;2;SG;MASC;SBJV;ACT
الْمُبْتَذَل الْمُبْتَذَلَة ADJ;SG;FEM;DEF;INFM
صَامَ صَامَا V;3;DU;MASC;PST;PRF;IND;ACT
وَاسِطَةٌ وَاسِطَة N;SG;NDEF;INFM
جَهَّزَ تُجَهِّزْ V;2;SG;MASC;LGSPEC1;ACT
رَأْسُ_مَالٍ رُؤُوسُ_مَالٍ N;PL;NDEF;NOM
اِسْتَقْرَأَ أُسْتَقْرَأُ V;1;SG;IPFV;IND;PASS
غَرَّ تُغَرِّي V;2;SG;FEM;LGSPEC1;PASS
اِسْتَنَّ مُسْتَنّ V;V.PTCP;ACT
الْوَحْدَانِي وَحْدَانِيًّا ADJ;SG;MASC;NDEF;ACC
اِسْتَوَى تَسْتَوُوا V;2;PL;MASC;LGSPEC1;ACT
عَسْكَرٌ الْعَسَاكِرُ N;PL;DEF;NOM
مَغْلَبٌ الْمَغْلَبِ N;SG;DEF;GEN
مُسَاءَلَةٌ مُسَاءَلَةِ N;SG;PSSD;GEN
الْأُنْثَوِي الْأُنْثَوِيِّ ADJ;SG;MASC;DEF;GEN
اِسْتَقْبَحَ تَسْتَقْبِحِي V;2;SG;FEM;LGSPEC1;ACT
الْعَبَّاس الْعَبَّاسَيْن ADJ;DU;MASC;DEF;INFM
مُدَوَّنَةٌ مُدَوَّنَةً N;SG;NDEF;ACC
إِرْهَابِيَّةٌ إِرْهَابِيَّة N;SG;PSSD;INFM
تَجْنِيسٌ تَجْنِيس N;SG;PSSD;INFM
اِسْتِنْسَارٌ اِسْتِنْسَارِ N;SG;PSSD;GEN
خَرَقَ تَخْرِقْنَ V;2;PL;FEM;LGSPEC1;ACT
الْأَفْسَد أَفْسَدَ ADJ;SG;MASC;NDEF;ACC
اِسْتَنَدَ تَسْتَنِدُو V;2;PL;MASC;LGSPEC1;ACT
عَوْرَةٌ عَوْرَة N;SG;PSSD;INFM
سَوَّفَ يُسَوَّفُونَ V;3;PL;MASC;IPFV;IND;PASS
الْوَاضِح الْوَاضِحَةِ ADJ;SG;FEM;DEF;GEN
الْإِبْلِيسِي إِبْلِيسِيَّتَيْنِ ADJ;DU;FEM;NDEF;ACC
اِسْتَحْسَنَ اِسْتَحْسَنَتَا V;3;DU;FEM;PST;PRF;IND;ACT
خَلِيفٌ خَلِيفٌ N;SG;NDEF;NOM
اِسْتَثْمَرَ تَسْتَثْمِرِي V;2;SG;FEM;SBJV;ACT
فُسُوقٌ فُسُوقَ N;SG;PSSD;ACC
حَوْقَلَ تُحَوْقِلَانِ V;3;DU;FEM;IPFV;IND;ACT
قَامَرَ تُقَامِرْنَ V;2;PL;FEM;SBJV;ACT
أَدَارَ تُدِيرَ V;3;SG;FEM;SBJV;ACT
فِرْقَةٌ فِرْقَتَيْنِ N;DU;NDEF;GEN
مُطَاوَعَةٌ مُطَاوَعَةَ N;SG;PSSD;ACC
أَعْطَى تُعْطَيَا V;3;DU;FEM;SBJV;PASS
اِسْتِلْقَاءٌ اِسْتِلْقَاءَ N;SG;PSSD;ACC
غَابَ تَغِيبَ V;3;SG;FEM;SBJV;ACT
الْمُعَطَّل الْمُعَطَّلِينَ ADJ;PL;MASC;DEF;GEN
اِحْوَلَّ اِحْوَلُّوا V;3;PL;MASC;PST;PRF;IND;ACT
تَثَاؤُبٌ تَثَاؤُبٍ N;SG;NDEF;GEN
صَحَّحَ تَصْحِيح V;V.MSDR
سَارِقَةٌ السَّارِقَة N;SG;DEF;INFM
جَاوَزَ يُجَاوِزْنَ V;3;PL;FEM;LGSPEC1;ACT
رَغْبَةٌ رَغَبَاتٍ N;PL;NDEF;GEN
وَادٍ وَادٍ N;SG;NDEF;GEN
نِيشَانٌ نِيشَانَانِ N;DU;NDEF;NOM
شَرِيطٌ شَرِيطَيْ N;DU;PSSD;INFM
جُولْفٌ جُولْف N;SG;NDEF;INFM
زِيَارَةٌ زِيَارَتَيْنِ N;DU;NDEF;ACC
الْمُتَزَمِّت الْمُتَزَمِّتَاتِ ADJ;PL;FEM;DEF;ACC
قَصِيرَةٌ قَصِيرَة N;SG;NDEF;INFM
أَلْبَانِيَّةٌ الْأَلْبَانِيَّة N;SG;DEF;INFM
إِجْهَاضٌ إِجْهَاضِ N;SG;PSSD;GEN
رَمَى تَرْمِيَا V;3;DU;FEM;LGSPEC1;ACT
مِينَةٌ مِينَتَيْنِ N;DU;NDEF;GEN
الْقَضِيبِي قَضِيبِيَّيْن ADJ;DU;MASC;NDEF;INFM
زَوَالٌ زَوَالٍ N;SG;NDEF;GEN
حَشِيشٌ حَشِيشَ N;SG;PSSD;ACC
زَحَرَ زُحِرَتْ V;3;SG;FEM;PST;PRF;IND;PASS
بَرْهَنَ بُرْهِنْتَ V;2;SG;MASC;PST;PRF;IND;PASS
إِصْبَعٌ الْإِصْبَعَيْنِ N;DU;DEF;GEN
صَحَّحَ تُصَحَّحْ V;2;SG;MASC;LGSPEC1;PASS
مُرَشَّحٌ مُرَشَّحَيْ N;DU;PSSD;INFM
تَحْلِيلٌ_مُخْتَبَرِيٌّ تَحْلِيلَيْنِ_مُخْتَبَرِيَّيْنِ N;DU;NDEF;ACC
تَفَرْنَسَ تَفَرْنَسْتُنَّ V;2;PL;FEM;PST;PRF;IND;ACT
فَلْسَفَ فُلْسِفْنَ V;3;PL;FEM;PST;PRF;IND;PASS
اِسْتَكَفَّ تَسْتَكِفَّا V;2;DU;SBJV;ACT
|
f8c45131c3d2e55c9fbaf8c4cc4eddc6adb77d12 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2409/CH2/EX2.5/Ex2_5.sce | 13b83ab079e61727094fa73a9cc578303ef187f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 596 | sce | Ex2_5.sce |
//Variable Declaration
i=98.6328 //Angle(degrees)
e=0.0011501 //eccentricity
n=14.23304826 //Mean Motion(1/day)
a=7192.3 //Semimajor axis(km)
K1=66063.1704 //Known constant(km^2)
//Calculation
n0=(2*180*n) //Mean Motion (deg/sec)
K=(n0*K1)/((a**2)*((1-e**2)**2)) //Constant (deg/day)
w=-K*cos(i*3.142/180) //Rate of regression of nodes(deg/day)
W=K*(2-2.5*(sin(i*3.142/180))**2) //Rate of rotation of line of apsides(deg/day)
//Results
printf("The rate of regression of nodes is: %.3f deg/day",w)
printf("\nThe rate of rotation of line of apsides is : %.3f deg/day",W)
|
19d19f66edc19a419bca114e6108ef709787ca32 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3369/CH16/EX16.10/Ex16_10.sce | 486af239386c3d2718e49eeb8e7ac251b09a569a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 590 | sce | Ex16_10.sce | //Chapter 16,Example 10,page 564
//Determine the from and tail times
clear
clc
n = 12
C1 = 0.125*10^-6/n // micro F
C2 = 0.001*10^-6 // micro F
R1 = 70*n // ohm
R2 = 400*n // ohm
// beased on figure 16.15
theta = sqrt(C1*C2*R1*R2)
neta = 1/(1+R1/R2+C2/C1)
a = R2*C1/(2*theta*neta) // alpha
T2 = 7*theta*10^6
T1 = T2/25
printf("\n R1 = %f Ohm", R1)
printf("\n R2 = %f Ohm", R2)
printf("\n Theta = %f microS",theta*10^6)
printf("\n Neta = %f",neta)
printf("\n Alpha = %f ",a)
printf("\n T1 = %f microS", T1)
printf("\n T2 = %f microS", T2)
// Answers greatly vary due to round off error
|
3cf6dbc2c9f7d41835e910e29822c0fab78c6034 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/util/%r_diag.sci | d128e8bd7b6a2129e41c3aca9dd96f3955b6188f | [
"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 | 366 | sci | %r_diag.sci | function d=%r_diag(a,k)
// %r_diag - implement diag function for rational matrix ,..
// Copyright INRIA
[lhs,rhs]=argn(0)
if rhs==1 then k=0,end
[m,n]=size(a('num'))
if m<>1&n<>1 then
d=syslin(a('dt'),diag(a('num'),k),diag(a('den'),k))
else
mn=max(m,n)
den=ones(mn,mn)
den=den-diag(diag(den,k))+diag(a('den'),k)
d=syslin(a('dt'),diag(a('num'),k),den)
end
|
5cd041b7517566e6ffaa66053e0c116614df7e8f | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.0/Unix/scilab-2.0/macros/percent/%snr.sci | 0c0f45387470f501b6a8254ece40e7a9b21dcb20 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"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 | 233 | sci | %snr.sci | //[r]=%snr(l1,l2)
//%snr(l1,l2) correspond a l'operation l1<>l2 ou l1 est une matrice de scalaire
// et l2 une fraction rationnelle
//!
r=degree(l2(2))==0°ree(l2(3))==0
if r then r=coeff(l2(2))./coeff(l2(3))==l1,end
r=~r
//end
|
c4bd804011c905c5694ba9bc0969952fe253c74a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2150/CH7/EX7.12/ex7_12.sce | 7b573411d99c9b0dc3d55305aafd9b079ea5a8c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 254 | sce | ex7_12.sce | // Exa 7.12
clc;
clear;
close;
// Given data
I_D = 500;// in mA
V_GS = 3;// in V
R_DS = 2;// in ohm
V_DD = 20;// in V
R1 = 1;// in kohm
R1 = R1 * 10^3;// in ohm
V_out = (R_DS/(R1+R_DS))*V_DD;// in V
disp(V_out,"The output voltage in V is");
|
24cca5a33c6391f9c02032ad08fb776de4b2fa10 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1118/CH1/EX1.2/eg1_2.sce | a14db08df47c52ff4142f96bd1b3378886fd947c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,029 | sce | eg1_2.sce | //to calculate the a).diversity factor b).avg load and laod factor of each consumer c).avg load and load factor of combined load.
//postfix 1,2...4 shows the consumers.
clc;
//for consumer1
avg_load1=1; //load in kwatt
max_dem1=5; //demand in kwatt
dem1_at8=5; //demand in kwatt
l_f1=(avg_load1/max_dem1); //load factor is unitless
printf("\n the load factor for consumer 1 is: %.2f \n",l_f1);
//for consumer2
max_dem2=2; //demand in kwatt
dem2_at8=1.6; //demand in kwatt
l_f2=0.15; //load factor is unitless
avg_load2=(l_f2*max_dem2); //load in kwatt
printf("\n the avg load for consumer 2 is: %.2f \n",avg_load2);
//for consumer3
avg_load3=0.5; //load in kwatt
max_dem3=2; //demand in kwatt
dem3_at8=1; //demand in kwatt
l_f3=(avg_load3/max_dem3); //load factor is unitless
printf("\n the load factor for consumer 3 is: %.2f \n",l_f3);
//for consumer4
max_dem4=10; //demand in kwatt
dem4_at8=5; //demand in kwatt
l_f4=0.25; //load factor is unitless
avg_load4=(l_f4*max_dem4); //load in kwatt
printf("\n the avg load for consumer 4 is: %.2f \n",avg_load4);
tot_avg_load=(avg_load1 + avg_load2 + avg_load3 + avg_load4); //load in kwatt
printf("\n the total avg load is: %.2f \n",tot_avg_load);
tot_max_dem=(max_dem1 + max_dem2 + max_dem3 + max_dem4); //demand in kwatt
printf("\n the total maximum demand is: %.2f\n ",tot_max_dem);
tot_dem_at8=(dem1_at8 + dem2_at8 + dem3_at8 + dem4_at8); //demand in kwatt
printf("\n the total demand at 8pm is: %.2f\n ",tot_dem_at8);
div_fact=(tot_max_dem/tot_dem_at8); //diversity factor is unitless
printf("\n the diversity factor is: %.2f\n ",div_fact);
load_factor=(tot_avg_load/tot_dem_at8); //load factor is unitless
printf("\n the load factor is: %.2f\n ",load_factor);
|
af83ea185c9c3a87cd4bb9c004ec1b397ab2c21a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1904/CH9/EX9.2/9_2.sce | 824ecd734a527ad289ea518b77916db6eb23ce5a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,001 | sce | 9_2.sce | //To Determine the distance at which the regulator must be located
//Page 472
clc;
clear;
//Terms from previous example
TVDpu=0.0776; //Total Voltage Drop
VRRpu=1.035; //Setting Voltage of Regulator
l=10;//Length of the Feeder
//Primary voltages for various cases
VPpua=1.01;
VPpub=1.00;
s1=poly(0,'s1'); //Variable Value of Regulator length
//Function to find the equation for the regulator distance
deff('x=dist(y)','x=(s1*(2-(s1/l))/l)-((VRRpu-y)/TVDpu)')
//Different Cases
Xa=dist(VPpua);
Xb=dist(VPpub);
s1a=roots(Xa);
if((abs(l-s1a(1))+(l-s1a(1)))==0)
s1a=s1a(2);
else
s1a=s1a(1);
end
s1b=roots(Xb);
if((abs(l-s1b(1))+(l-s1b(1)))==0)
s1b=s1b(2);
else
s1b=s1b(1);
end
printf('\na) The Regulator must be placed at %g miles from the start of the feeder\n',s1a)
printf('b) The Regulator must be placed at %g miles from the start of the feeder\n',s1b)
printf('c) The Advantage of a over b is that it can compensate for future growth\n')
|
32af6d7f16c1fc93d570ed46474b17bae72813af | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH5/EX5.18/ex5_18.sce | e2127f24275ff3d1f04c3fe54958c4ebb0dd5357 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 454 | sce | ex5_18.sce | // Exa 5.18
clc;
clear;
close;
format('v',6)
// Given data
Vo = 36;// in V
Vi = 0.028;// in V
A = Vo/Vi;
Vf = 1.2;
Vo = 100;
Beta = Vf/Vo;
// Gain with feedback
Af = A/(1+(A*Beta));
Vs = Vi;// in V
// Output voltage
Vo =Af*Vs;// in V
disp(Vo,"The output voltage in V is");
//Df =D/(1+(A*Beta));
DbyDf = 7/1;
ABeta = (DbyDf)-1;
Af =A/(1+(ABeta));
Vo = 36;// in V
// The input voltage,
Vs =Vo/Af;
disp(Vs,"The input voltage is");
|
118d691672c75ce6e0c56c37d983ed62558a1a75 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1958/CH3/EX3.1/Chapter3_example1.sce | ca07a5feca749fafbb6753496d44cb63729664f4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 676 | sce | Chapter3_example1.sce | clc
clear
//Input data
m=0.04//Mass of stone in kg
vi=25//Initial velocity in m/s
vf=0//Final velocity in m/s
yi=0//Initial height in m
//Calculations
Ui=(m*9.81*yi)//Initial potential energy in J
Ki=(1/2)*m*vi^2//Initial kinetic energy in J
Etotal=(Ui+Ki)//Total energy in J
h=(Etotal/(m*9.8))//Maximum height in m
//when the stone is at (2/3)h, total energy is again same
v=sqrt((Etotal-(m*9.8*(2/3)*h))/((1/2)*m))//Velocity at (2/3) of its maximum height in m/s
//Output
printf('Maximum height it will reach is %3.1f m \n Potential energy at that height is %3.1f J \n velocity when it is at the two-third of its maximum height is %3.2f m/s',h,Etotal,v)
|
fa13e7571da772f26371ddc531dcacf64e1f2be1 | ed1c05f846a64e6a8308394b3f3a4edbf4801a04 | /raytracer/scenes/cylinders/cylinders.sce | a2857a6eb44d58fbbae30f40d43d119381c8413b | [] | no_license | Gorzen/Computer-Graphics-2019 | e56b85314fa7b4782041977480e4d7b01a854a6c | c17a640342414402a6efe8859cfc9e3aa042960b | refs/heads/master | 2020-04-24T09:39:56.561728 | 2019-05-30T11:41:20 | 2019-05-30T11:41:20 | 171,869,278 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 810 | sce | cylinders.sce | # camera: eye, center, up, fovy, width, height
camera 0 3 8 0 1 0 0 1 0 45 1024 1024
# recursion depth
depth 5
# background color
background 0 0 0
# global ambient light
ambience 0.2 0.2 0.2
# light: position and color
light 20 50 0 0.5 0.5 0.5
light 50 50 50 0.5 0.5 0.5
light -50 50 50 0.5 0.5 0.5
# cylinders: center, radius, axis, height, material
cylinder -1.5 1.0 0.0 0.5 -1.0 1.0 1.0 1.50 0.8 0.8 0.0 0.8 0.8 0.8 1.0 1.0 1.0 50.0 0.2
cylinder 0.0 1.0 0.0 0.5 0.0 1.0 1.0 1.50 0.8 0.8 0.8 0.8 0.8 0.8 1.0 1.0 1.0 50.0 0.2
cylinder 1.5 1.0 0.0 0.5 1.0 1.0 1.0 1.50 0.8 0.0 0.8 0.8 0.8 0.8 1.0 1.0 1.0 50.0 0.2
# planes: center, normal, material
plane 0 0 0 0 1 0 0.2 0.2 0.2 0.2 0.2 0.2 0.0 0.0 0.0 100.0 0.1
|
b9fa591ae6990d6e3ab30d111549635db5043fe0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1793/CH13/EX13.4/13Q4.sce | ad99401817a3a8128e62068a0977782e45f4303b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 381 | sce | 13Q4.sce | clc
a=30
Ka1=(1-sind(a))/(1+sind(a))
a=35
Ka2=(1-sind(a))/(1+sind(a))
//at z=0 so T0=0
//atz=3
To=3*16
Ta1=Ka1*To
Ta2=Ka2*To
// At z=6
To=3*16+3*(18-9.81)
Ta2=Ka2*To
Pa =(1/2)*3*16+3*13.0+ (1/2)*3*36.1
z= (24 *(3+3/3)+39.0*(3/2)+54.15*(3/3))/Pa
printf('The force per unit length of the wall = %f kN/m\n',Pa)
printf (' The location of the resultant = %f m ',z)
|
2e7d8e6763ed001516b9811a58c5768bd66f3221 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2783/CH8/EX8.1/Ex8_1.sce | 9d90d8168f6108e137c3d58194117be27f9da31e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 286 | sce | Ex8_1.sce | clc
//initialization of new variables
clear
sigma=5 //m^2/s
x0=1
y0=1 //(x0,y0) location of source
x=0
y=-1
//calculations
u=sigma/(2*%pi)*(x-x0)/((x-x0)^2+(y-y0)^2)
w=sigma/(2*%pi)*(y-y0)/((x-x0)^2+(y-y0)^2)
//results
printf('u = %.3f m/s',u)
printf('\n w = %.3f m/s',w)
|
d7b4d21b3692adeb3eb61180002b157c2facaf51 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.4/Unix-Windows/scilab-2.4/macros/auto/dbphi.sci | b5f567b447daeac79ff1d52ca7ef013dc87dd354 | [
"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 | 101 | sci | dbphi.sci | function [db,phi]=dbphi(repf)
// Copyright INRIA
phi=phasemag(repf);
db=20*log(abs(repf))/log(10);
|
032fcfcb710688c8e42a0cc8e24789e77768a304 | 449d555969bfd7befe906877abab098c6e63a0e8 | /494/CH9/EX9.3/9_3.sce | 6ccae9da2dc3c23cd774f33c90a07dff24684fa2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 642 | sce | 9_3.sce | //All the quantities are expressed in SI units
b = 30*%pi/180; //oblique shock wave angle
M1 = 2.4; //upstream mach number
//from figure 9.9, for these value of M and beta, we have
theta = 6.5*%pi/180;
Mn_1 = M1*sin(b); //upstream mach number normal to shock
//from Appendix B
pressure_ratio = 1.513;
temperature_ratio = 1.128;
Mn_2 = 0.8422;
M2 = Mn_2/sin(b-theta);
printf("\nRESULTS\n---------\n theta = %1.1f degrees\n p2/p1 = %1.3f\n T2/T1 = %1.3f\n M2 = %1.2f\n",theta*180/%pi,pressure_ratio,temperature_ratio,M2) |
c2e7e7fba287855a4f4373bdb907a11c30ba7558 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2345/CH15/EX15.27/Ex15_27.sce | eb528372d711c22e42b33a3bb11420bb93cd9467 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 805 | sce | Ex15_27.sce | //Finding magnetising current
//Example 15.27(pg. 409)
clc
clear
a=0.01//crosssectional area of ring in m^2
Uo=4*(%pi)*(10^-7)//absolute permeability
lf=1.25//leakage factor
Ur=400//permeability
N=175//no of turns
phig=0.8*(10^-3)//flux through air gap in Wb
Bg=phig/a//Flux density in air gap in Wb/m^2
Hg=Bg/Uo//magnetising force in air gap in AT/m
Lg=0.004//length of air gap in m
ATg=Hg*Lg//AT required for air gap in AT
phii=phig*lf//flux through iron path in Wb
Bi=phii/a//Flux density in iron path in Wb/m^2
Hi=Bi/(Uo*Ur)//magnetising force in iron path in AT/m
Li=1.5//length of iron path in m
ATi=Hi*Li//At required for iron path in AT
AT=ATi+ATg//total AT required
I=ATg/N//Magnetising current required in A
printf('Thus the magnetising current required is %2.2f Amps',I)
|
eb7344670657d777f62bded02978e0854dca06a5 | 4be0defdbe24271cce8f61cece32e7a4b15c65af | /signal_s1/td1/ylcq.sce | 1a2338cbffe9f9687cfa9ebbd37132112dd99d66 | [] | no_license | imac2018/tds | 2c41830e26435bb2b8c4a40b3700c9f166bba4dc | 8712438b81088d2f2d9c691b3c689e0926c597f5 | refs/heads/master | 2020-05-30T07:19:34.709677 | 2017-05-24T09:42:23 | 2017-05-24T09:42:23 | 69,675,399 | 2 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 1,090 | sce | ylcq.sce | funcprot(0)
clf()
f0 = 30
function ret = x(t)
ret = exp(-sigma)*cos(2*%pi*f0*t)
endfunction
function ret = tfx(f)
ret = ((sigma*((sigma^2)+4*(%pi^2)*((f-f0).^2)).^(-1)) + (sigma*((sigma^2)+4*(%pi^2)*((f+f0).^2)).^(-1)))/2
endfunction
t = -100:0.1:100
f = t
// Ex 1.
subplot(411);
sigma = 5
plot(tfx(f), "r")
sigma = 15
plot(tfx(f), "b")
// Ex 2.
// Oui, il est théoriquement possible de reconstruire parfaitement x(t) à partir
// de ses échantillons, avec Te assez grand.
// Ex 3.
sigma = 15
Te = %pi
function ret = tfXe(f)
somme = 0
for n=-10:10
somme = somme + tfx(f-n/Te)
end
ret = somme/Te
endfunction
subplot(412);
e=120; Te=1/e; f=(-e):e; plot(tfXe(f), "r");
e=30; Te=1/e; f=(-e):e; plot(tfXe(f), "m");
e=70; Te=1/e; f=(-e):e; plot(tfXe(f), "b");
// Ex 4.
subplot(413);
plot(tfx(f), "r");
plot(Te*tfXe(f), "b");
function mask = passebas(f, Te)
mask = linspace(1,1,length(f));
mask(find(f < -1/(2*Te))) = 0;
mask(find(f > 1/(2*Te))) = 0;
endfunction
subplot(414);
plot(tfx(f), "r");
plot(Te*tfXe(f).*passebas(f, Te), "b");
|
2cbd4177de0769329cdf0045b45a42be85aa1f6e | fb63db2833e0f7dd9ed617a620630a315f0c9ed8 | /algorithms/dynamic_prog_hw_3/brass.tst | cfae37915b345c972844b54aee6a2aa7356374f3 | [] | no_license | samyvilar/masters_assignments | f732d227496a198fb97631600cc30b6f0c3f6c7c | cbae1c3de542cb79da26831f2ce25262fac73c0b | refs/heads/master | 2020-06-06T10:59:56.222004 | 2014-02-26T03:29:33 | 2014-02-26T03:29:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 437 | tst | brass.tst | [0,600]x[0,400]
S (20,40) (100,50)
S (50,30) (100,200)
S (10,100) (200,70)
S (10,300) (300,370)
S (50,5) (70,290)
S (60,390) (80,100)
S (10,390) (120,250)
S (90,200) (200,220)
S (150, 180) (300,60)
S (100, 70) (290, 80)
S (120,20) (170, 370)
S (160,380) (220, 40)
S (210, 50) (470,20)
S (250,30) (330,330)
S (200,300) (450,390)
S (300, 360) (550,10)
S (570, 380) (590,10)
S (585,20) (595,200)
S (510,220) (590,200)
S (400,160) (480,190)
|
db5ec79be465061fe04695a0653c670525ed0593 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2702/CH5/EX5.12/Ex_5_12.sce | 296fa25487f4b78be2cd59b79abb78cda0156fa2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 613 | sce | Ex_5_12.sce | // Exa 5.12
clc;
clear;
close;
// Given data
gm=75;// in A/V
Rs= 1;// in kohm
Rs= Rs*10^3;// in ohm
R_E= 1;// in kohm
R_E= R_E*10^3;// in ohm
rpi= 1;// in kohm
rpi= rpi*10^3;// in ohm
hie=rpi;
Io= -gm;
Vi= Rs+R_E+rpi;
Gm= Io/Vi;
disp(Gm,"Value of Gm is : ")
Bita=-R_E;
disp(Bita,"Value of Bita is : ")
D= 1+Bita*Gm;
disp(D,"Value of D is : ")
Gmf= Gm/D;
disp(Gmf,"Value of Gmf is : ")
Ri= Rs+R_E+hie;// in ohm
Rif= Ri*D;// in ohm
Rif=Rif*10^-3;// in kohm
disp(Rif,"Value of Rif in kohm is : ")
// Ro=infinite, so R_of = Ro*D = infinite
disp("Value of R_of is ")
disp("infinite")
|
4deb933a2bb3df628d1361c3a2c88adeb2a86721 | 9d2c9394c6b6997318b9d04556462c9bba639045 | /Replication 2/Dave_RIFData/Dave_RIFData/Sub21/VP21_OneBack.sce | 5f6cc4c439b6e0b90949c5fb9750d44575f8948c | [] | no_license | rettopnivek/Wimber_et_al_replication_3 | 673b156d8d18d58b92b2f05fedef87976e787089 | 8dbc22329093a61b1e5cb8aac3feca45a5c82d06 | refs/heads/master | 2020-12-31T04:42:39.856717 | 2018-02-01T15:49:15 | 2018-02-01T15:49:15 | 58,006,910 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,885 | sce | VP21_OneBack.sce | array <int> finalSeq[432] = {35,68,57,33,17,25,56,41,23,36,67,67,2,51,13,61,22,12,5,47,47,48,48,49,69,29,2,8,10,5,25,28,11,64,40,13,72,54,7,57,25,38,6,57,31,15,51,51,15,8,8,66,66,8,54,35,35,14,6,6,31,31,27,63,3,1,37,15,26,65,31,47,61,12,33,27,68,28,30,50,50,18,53,3,28,23,9,19,63,45,22,22,66,42,42,7,59,10,41,7,14,66,23,38,70,20,52,52,50,27,18,16,16,9,66,25,55,12,18,61,53,71,38,35,7,31,36,36,10,10,9,10,60,66,52,52,26,69,19,19,51,30,30,56,26,64,3,5,5,70,29,6,6,55,27,63,18,18,42,28,37,16,13,61,4,4,12,33,32,53,20,58,39,60,46,13,29,11,54,54,21,21,48,46,4,4,71,63,28,45,45,57,16,39,56,51,41,59,48,65,65,2,60,32,41,72,24,72,72,39,10,5,58,60,23,23,17,45,45,47,28,37,33,1,1,23,24,68,8,49,22,40,57,19,38,59,59,32,32,72,63,30,30,56,50,48,57,32,5,67,38,62,58,52,39,39,69,20,45,34,25,25,2,40,1,3,60,50,11,43,70,62,17,17,20,36,55,26,19,41,46,46,39,2,62,62,29,41,12,44,16,3,13,53,67,55,71,71,64,64,62,17,40,34,34,22,11,11,21,26,15,15,47,69,69,44,44,18,14,48,46,70,70,30,49,60,67,59,59,29,4,16,54,54,62,17,64,33,61,68,47,42,9,9,64,9,49,44,34,4,44,69,61,21,52,24,53,53,19,14,7,7,34,13,1,27,27,58,72,6,33,34,3,56,49,49,35,50,24,37,37,24,8,2,65,46,68,29,58,58,40,40,12,21,21,65,51,20,32,38,55,35,43,43,63,22,56,24,44,42,36,37,43,26,42,14,43,43,65,55,68,70,14,1,36,11,20,67,15,31,71,71};
array <int> buttons[432] = {0,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,1,2,2,2,1,2,2,1,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,2,2,1,2,2,2,1,2,2,1,2,2,2,2,2,1,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,2,1,2,2,1,2,2,2,1,2,2,1,2,1,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,2,2,1,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,0,0};
array <int> nullEvents[145] = {4,7,13,18,21,24,26,27,31,39,40,44,52,53,59,61,63,64,69,76,77,80,82,94,102,105,121,128,129,132,133,135,136,137,138,141,152,164,170,171,172,174,177,179,180,185,186,189,193,196,197,200,202,203,208,214,222,223,231,236,247,251,253,258,261,266,277,278,279,285,286,288,291,305,307,313,319,320,324,325,326,331,332,334,338,342,346,349,351,357,371,372,373,380,381,383,387,388,391,395,401,402,404,405,408,417,420,428,434,438,448,452,453,458,460,462,466,469,477,478,481,483,485,490,491,493,497,498,502,508,511,527,533,534,536,537,538,540,542,547,550,556,567,571,577};
array <int> selPic[36] = {1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72};
|
41ee2205b1079b98b7695a07b64d76b44c417afc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH3/EX3.3/Ex3_3.sce | dc0297c6bffcd1767ed871ca412674fed49ad26c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 441 | sce | Ex3_3.sce |
mu_not=4D-7*%pi
//calculating flux density at centre of coil B=mu_not*I/(2*R)
I=50
R=4D-2
B=mu_not*I/(2*R)
mprintf("Flux density at centre of coil=%f*10^-6 Wb/m^2(Tesla)\n", B*10^6)
//calculating flux density perpendicular to plane of coil at a distance of 10 cm from it
z=10D-2
B=mu_not*I*R^2/(2*(R^2+z^2)^1.5)
mprintf("Flux density perpendicular to plane of coil at a distance of 10 cm from it=%f*10^-6 Wb/m^2(Tesla)", B*10^6)
|
def0a1cdfc8e94bccfda3ae7d7dfe2e7d2cb51a6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /991/CH4/EX4.16/Example4_16.sce | 2adfd7f2696e36423074051a9d9aec86e2fc3d6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 281 | sce | Example4_16.sce | //Example 4.16.
clc
format(6)
I=5*10^-3
T=300
disp("Forward resistance of a PN junction diode, rf = (eta*VT)/I where VT = T/11600 and eta = 2 for silicon")
disp("Therefore, rf = 2*(T/11600) / 5*10^-3")
eta=2 //for silicon
rf=600/(11600*5*10^-3)
disp(rf," rf(ohm) = ") |
7698e9b60e64315b6d6e8cd4c2a29cc1696a40dd | 45e5528d6a94c0dc42617db750e62f5f36a2eb5d | /simulated_annealing.sci | ca084c84b006759eb65c2f6f71006bc4537face8 | [] | no_license | larel5000/simulated-anealing | 1575c7a8582ac865a6a370fd2dbdb266364084d6 | 6b11bb57b137487c4566a7becd2ed0f10c204d0c | refs/heads/master | 2020-04-15T00:56:47.818557 | 2019-10-29T18:59:12 | 2019-10-29T18:59:12 | 164,257,715 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,496 | sci | simulated_annealing.sci | //Griewank function
function z=f(x, y)
z = (x^2)/50 + (y^2)/50 - (cos(x)+1)*(cos(y/sqrt(2))+1);
endfunction
//plotting
x = linspace(-15,15,100);
y = linspace(-15,15,100);
z = feval(x,y,f);
surf(x,y,z);
//simulated annealing algo
x = -1.2; y = 1; //initial solution
T = 2.5; //initial temperature
iter = 0;
x_best = -1,2; y_best = 1; //best solution
n = 2;
while T > 0.0001
while iter < 1000
x_vois = x + ((rand(1,1,"uniform")-rand(1,1,"uniform"))*n); //trouve un voisinage de x
y_vois = y + ((rand(1,1,"uniform")-rand(1,1,"uniform"))*n); //trouve un voisinage de y
Delta = f(x_vois,y_vois) - f(x,y);
if Delta < 0 then //si le voisinage est meilleur, l'accepté
x = x_vois; y = y_vois;
if f(x_best,y_best) - f(x,y) > 0 then //garder la meilleure solution trouvée
x_best = x; y_best = y;
end
else
p = (rand(1,1,"uniform"));
if p < exp(-Delta/T) then //accepter le point voisin meme si il n'est
x = x_vois; y = y_vois; //pas meilleur avec la probabilité p
end
end
iter = iter+1;
end
T = 0.99*T; //décroissance de la température
n = 0.99*n; //décroisance du pas de recherche du voisin
iter = 0;
end
disp(x_best);
disp(y_best);
disp(f(x_best,y_best));
|
982ae4b265dda9c39d34149951b8790233b80028 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2498/CH5/EX5.10/ex5_10.sce | f238f940bf0b72719c7b64f06745b13de9275e51 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,116 | sce | ex5_10.sce | // Exa 5.10
clc;
clear;
close;
format('v',6)
// Given data
h_ie = 1.5;// in ohm
h_fe = 100;
h_re = 3 * 10^-4;
h_oe = 25 * 10^-6;// in mho
V_CC = 20;// in V
R1 = 50 * 10^3;// in ohm
R2 = 5 * 10^3;// in ohm
R_C = 5 * 10^3;// in ohm
R_L = 10 * 10^3;// in ohm
R_S = 1;// in k ohm
Ri= 1.4*10^3;// in ohm
R_B = (R1*R2)/(R1+R2);// in ohm
R_Ldesh= R_L*R_C/(R_L+R_C);// in ohm
// Current gain for transisor,
Ai= -h_fe/(1+h_oe*R_Ldesh);
// Overall current gain, A_I= Ai+Ib/I= Ai+R_B/(R_B+Ri)
A_I= Ai*R_B/(R_B+Ri);
disp(A_I,"The overall current gain is : ")
//Part (ii)
R_i= R_B*Ri/(R_B*Ri);// in k ohm
disp(R_i,"The value of Ri in k ohm is : ")
// Part (iii)
Av= A_I*R_Ldesh/Ri;// voltage gain for transistor
// overall voltage gain,
A_VS= Av*R_i/(R_S+R_i);
disp(A_VS,"The value of A_VS is : ")
// Part (iv)
R_S=R_S*10^3;// in ohm
R_Sdesh= R_S*R_B/(R_S+R_B);// in ohm
gamma_o= h_re*h_fe/(h_ie+R_Sdesh)-h_oe;// in mho
gamma_o= round(gamma_o*10^6);// in µ mho
disp(gamma_o,"The value of gamma_o in µ mho is : ")
// Note: In the book, all these calculated value is not accurate.
|
d08be5a90f608caa44c920896bd7e906b2b828cf | 449d555969bfd7befe906877abab098c6e63a0e8 | /389/CH7/EX7.12/Example7_12.sce | ca25c5bb8f379fbae17382e0e18e288cf90a1b80 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,122 | sce | Example7_12.sce | clear;
clc;
// Illustration 7.12
// Page: 252
printf('Illustration 7.12 - Page: 252\n\n')
// solution
//****Data****//
Tempg1 = 32;// [OC]
Tempw1 = 28;// [OC]
//******//
H1 = 90;// [kJ/kg]
H1_prime = 72;// [kJ/kg dry air]
H2_prime = 163.6;// [kJ/kg dry air]
deff('y = f17(H2)','y = (H2-H1)-(H2_prime-H1_prime)');
H2 = fsolve(2,f17);// [kJ/kg dry air]
// Slope of Operating Line same as Operating Line as Illustration 7.11
slopeOperat = (163.5-72)/(45-29);
deff("[y] = f18(Temp)","y = slopeOperat*(Temp-Tempg1)+H1");
Temp = 30:0.01:45;
// Equilibrium Data:
// Data = [Temp.(OC),H_star(kJ/kg)]
Data_star = [29 100;32.5 114;35 129.8;37.5 147;40 166.8;42.5 191;45 216];
scf(5);
plot(Data_star(:,1),Data_star(:,2),Temp,f18);
xgrid();
legend("Equilibrium Line","operating Line");
xlabel("Liquid Temperature, C");
ylabel("Enthalphy Of Air Water vapour, kJ/kg dry air");
// The Value for NtoG & HtoG will be same as in Illustration 7.11
NtoG = 3.25;
HtoG = 2.22;// [m]
// By hit & trial method:
Temp = 37.1;// [OC]
printf("The Temperature to which water is to be cooled is %f OC\n",Temp); |
98ac9df21fcc3c566ebf9c7882e735f8a300b6c0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1931/CH9/EX9.11/11.sce | 8b2715c577bbcd90f856a4a028306e518dc9ad5a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 505 | sce | 11.sce | clc
clear
//INPUT DATA
Ef=2.1*1.6*10^-19//The fermi energy level in potassium at a particular temperature in J
m=9.11*10^-31//mass of electon in Kg
h=6.625*10^-34//plank's constant in m^2 Kg/sec
//CALCULATION
nc=(((8*m)/(h*h)*Ef)^(3/2)*(3.14/3))/10^28//ThE Number of free electrons per unit volume in potassium at the same temperature in electrons/m^3*10^28
//OUTPUT
printf('ThE Number of free electrons per unit volume in potassium at the same temperature is %3.3f*10^28 electrons/m^3',nc)
|
e98be12f70fcc01478eaa0ccee952fddbd3bfe29 | 449d555969bfd7befe906877abab098c6e63a0e8 | /331/CH8/EX8.30/Example_8_30.sce | cd5f18695a4619bce416591325c7c27992443ebf | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,540 | sce | Example_8_30.sce | //Caption: Tests of Hypotheses Concerning variances
//Two tailed Chi-square Tests Concerning Single Population Variance
//Test 2: Ho: Var >= k and H1: Var <k
//Example8.30
//Page284
clc;
Var = 0.64; //popualtion variance of the weight of the cement bags in Kg
n = 8;// sample size
S2 = 0.36;//sample variance of the weight of the cement bags in Kg
Alpha = 0.01;
Test = input('Enter the type of test=')
Xchi = ((n-1)*S2)/Var;//chi-square statistic to test the variance
Xchi_stand = Chi_test(Alpha,Test)
disp(Xchi,'The calculated Value chi-square value =')
disp(Xchi_stand,'The table value of chi-square test =')
if (Test==1) then
if(Xchi< Xchi_stand) then
disp('It falls in the Acceptance Region')
disp('Then Null Hypothesis Ho should be Accepted')
elseif(Xchi > Xchi_stand) then
disp('It falls in the Rejection Region')
disp('Then Null Hypothesis Ho should be Rejected')
end
elseif (Test==2) then
if(Xchi >Xchi_stand)
disp('It falls in the Acceptance Region')
disp('Then Null Hypothesis Ho should be Accepted')
elseif(Xchi<Xchi_stand)
disp('It falls in the Rejection Region')
disp('Then Null Hypothesis Ho should be Rejected')
end
end
//Result
//Enter the type of test=2
//
// The calculated Value chi-square value =
//
// 3.9375
//
// The table value of chi-square test =
//
// 1.239
//
// It falls in the Acceptance Region
//
// Then Null Hypothesis Ho should be Accepted
|
12657f052ecae596dee774c89092ed945b048353 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH19/EX19.14/Ex19_14.sce | c0b674391e64bbc83c680e5f489b629725a7135d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 375 | sce | Ex19_14.sce | //Ex19_14 Pg-963
clc
disp("Conversion of decimal number 0.85 base to its octal equivalent ")
a=[0.85] //0.75 value in textbook is wrong
z=modulo(a,1)
d=0
for i=1:10//converting the values after the decimal point into octal
z=z*8
q=floor(z)
d=d+q/(10^i)
if z>=1 then
z=z-q
end
end
s=d
printf("\n = %.6f",s);
|
142edde23df1284d3e65a4a4ed56fd5fa3e0b5c9 | 9cb37875b74a713c93c09fa50ccc70ac0f71ecdb | /KiboKitchen/SCENARIO/simple.sce | 8d83bf54abeae6c96ee7c6b71ff45d830d66be4b | [] | no_license | jmainpri/move3d-assets | a5b621daaedaaf8784fed0da1e80d029c83f3983 | 939db49d17a14e052bb58324b70e6112803d3105 | refs/heads/master | 2021-01-16T17:48:56.669119 | 2016-02-16T14:04:09 | 2016-02-16T14:04:09 | 20,237,987 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,527 | sce | simple.sce | #************************************************************
# Scenario of garching
#
# date : 2012
#************************************************************
p3d_sel_desc_name P3D_ENV garching
p3d_sel_desc_name P3D_ROBOT human1
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.500000 2.000000 0.840000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -65.120000 -42.240000 0.000000 65.120000 42.240000 1.760000 -1.760000 0.000000 36.960000 0.000000 0.000000 36.960000 0.000000 -38.720000 0.000000 0.000000 -38.720000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.400000 0.000000 1.000000 0.000000 0.000000 0.000000 0.400000 0.000000 1.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -0.500000 2.000000 0.840000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 -65.120000 -42.240000 0.000000 65.120000 42.240000 1.760000 -1.760000 0.000000 36.960000 0.000000 0.000000 36.960000 0.000000 -38.720000 0.000000 0.000000 -38.720000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.400000 0.000000 1.000000 0.000000 0.000000 0.000000 0.400000 0.000000 1.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT visball
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000
p3d_sel_desc_name P3D_ROBOT robot
p3d_set_robot_steering_method Linear
p3d_set_robot_current 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 1.157325 2.380531 0.845 0.000000 0.000000 0.000000
p3d_set_robot_goto 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 3.426745 2.197640 0.845 0.000000 0.000000 0.000000
p3d_set_camera_pos 1.500000 -3.500000 0.350000 19.094062 6.110685 1.422500 0.000000 0.000000 1.000000 0.000000
|
52629e7e5282e87eef3ad3daa2d4fbba7577336b | 8627886261b3eddf8440c0b470cd9ee25c762d97 | /23_lab_rabota.sce | 744637beca12a25967c12944da974c4504823cb5 | [] | no_license | timurzotov/pvis | ba75cf86fae91b6adc8dd3fe9cd2672eea561cca | d60e8e241d6ce0ad3a9b2a75c8771f92a9b039ba | refs/heads/master | 2020-09-08T07:59:31.719500 | 2019-11-11T21:14:13 | 2019-11-11T21:14:13 | 221,070,925 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,038 | sce | 23_lab_rabota.sce |
clc
d=figure('position',[0,0,650,400]);
d.figure_name='Лабораторная работа №23';
set(d,'BackgroundColor',[1,0.9,0.9]);
str1=uicontrol(d,'style','text','position',[25,350,100,30],'string','Введите а:');
edit1=uicontrol(d,'style','edit','position',[25,300,100,30],'string','1');
str2=uicontrol(d,'style','text','position',[155,350,100,30],'string','Введите b:');
edit2=uicontrol(d,'style','edit','position',[155,300,100,30],'string','1');
str3=uicontrol(d,'style','text','position',[300,350,100,30],'string','Введите c:');
edit3=uicontrol(d,'style','edit','position',[300,300,100,30],'string','1');
Str4=uicontrol(d,'style','text','position',[450,110,150,30],'string',' ','HorizontalAlignment','center','Visible','on');
Str4.BackGroundColor='1|1|1';
Str4.ForeGroundColor='1|0|1';
button1=uicontrol(d,'style','pushbutton','string','sin(a)+cos(b)+ln(|c|)','position',[90,200,250,50],'CallBack','y');
function y
a=evstr(get(edit1,'string'));
b=evstr(get(edit2,'string'));
c=evstr(get(edit3,'string'));
if c==0 then
set(Str4,'string','Логарифма от нуля нет');
else
set(Str4,'string',' ');
k=sin(a)+cos(b)+log(abs(c));
Str5=uicontrol(d,'style','text','position',[90,110,150,30],'string','y=','HorizontalAlignment','center');
Str5.BackGroundColor='1|1|1';
Str6=uicontrol(d,'style','text','position',[230,110,110,30],'string',string(k),'HorizontalAlignment','center');
Str6.BackGroundColor='1|1|1';
end
endfunction
button3=uicontrol(d,'style','pushbutton','string','Очистить','position',[450,320,150,50],'CallBack','cc');
function d=cc
set(edit1,'string','')
set(edit2,'string','')
set(edit3,'string','')
set(Str4,'string','')
//set(Str5,'string','')
//set(Str6,'string','')
endfunction
button2=uicontrol(d,'style','pushbutton','string','Закрыть приложение','position',[420,10,200,50],'CallBack','cl');
function cl
close(d);
endfunction
|
2861b3682cfa059013dd55d961a7d219907fc18d | 449d555969bfd7befe906877abab098c6e63a0e8 | /323/CH5/EX5.21/ex5_21.sci | 09946ff844ce3d3cac7763b2de402f469e8dc294 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 370 | sci | ex5_21.sci | //Ex5.21,Pg5.23
clc;
//Given x=1 and pf=1 we obtain the first equation
//With x=0.5 and pf=1 we obtain the second equation
A=[1 1;1 0.25]
B=[52.2;26.1]
W=A\B
printf("\n Copper loss=%.1f kW \n",W(2))
printf("\n Iron loss=%.1f kW \n",W(1))
//Now if x=0.6 and pf=1
n= (0.6*600*1/((0.6*600*1)+W(1)+((0.6^2)*W(2))))*100
printf("\n Efficiency=%.2f percent \n",n)
|
abfb84b0eff63d79e553daeec8db43cf1f4a138c | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH5/EX5.9/Ch05Ex9.sce | d4006b928574d2f62d912d216d402d613b77ac11 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 469 | sce | Ch05Ex9.sce | // Scilab code Ex5.9: Pg:218 (2008)
clc;clear;
Lambda = 5000; // Wavelength of spectral line, Angstorm
theta = 30; // Direction of principal maxima, degree
d_theta = 0.01; // Angular separation between two wavelengths, radians
d_Lambda = Lambda*cotd(theta)*d_theta; // Difference in two wavelengths, angstrom
printf("\nThe difference in two wavelengths = %4.1f angstrom", d_Lambda);
// Result
// The difference in two wavelengths = 86.6 angstroms |
6987f1638b5ebc88737b587c2e9394ef2c6bbc47 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2252/CH1/EX1.5/Ex1_5.sce | 5853d31aef75a0f54905a16c3ff707a11d4548fa | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 245 | sce | Ex1_5.sce |
//refer Fig.1.11 in the textbook
//applying KVL over loops ABEFA and BCDEB, I2=3.5*I1; -2*I1+7*I2=10
a=[3.5 -1;-2 7]
b=[0;10]
i=inv(a)*b
I1=i(1,1)
I2=i(2,1)
I=I2-I1
mprintf("Current through 8 ohm resistance=%f A from E to B", I)
|
ed76ff1c9946151a82c765cc092ba870bbd99065 | 858e87eba2421990e4bb02ee2ac7070276bc0259 | /experiments/single-axis.sci | 2941c45f12e134c483111b7071a0317112054644 | [
"LicenseRef-scancode-public-domain"
] | permissive | MyFreertosLab/sdrone_test | c649e737128db26ee0902d2b9beca883c0ef5f2a | 919ff6dd3e5d495102f0b16243873f3cb7b4640b | refs/heads/master | 2023-06-15T05:10:19.052455 | 2021-07-16T07:10:39 | 2021-07-16T07:10:39 | 359,063,905 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,154 | sci | single-axis.sci | // Questo modello si riferisce ad un asse vincolato
// con fulcro al centro.
// L'ingresso è l'angolo Teta desiderato
// Lo stato è dato da Angolo, Velocità angolare e Accelerazione angolare
A=[
-1,0,0;
-1,-1,0;
-1,-1,-1
];
B=[1;1;1];
n=100;
T=[0:n-1];
IN=T./n;
Teta(1:n)=20;
//Teta=10*sin(T*(2*%pi/250));
X0=[0;0;0];
function P1 = FP1(i)
P1 = expm(A.*IN(i));
endfunction
function P2 = FP2(i,j)
P2 = expm(A.*(IN(i)-IN(j)))
endfunction
function P3 = FP3(i)
P3 = FP1(i)*B
endfunction
function P4 = FP4(i,j)
P4 = FP2(i,j)*B
endfunction
function P5 = FP5(mx)
P5 = [0;0;0];
for j = 1:mx
P5 = P5+FP4(mx,j)*Teta(j);
end
endfunction
function X = X(mx)
X=FP1(mx)*X0 + (IN(mx)/(2*mx))*(FP3(mx)*Teta(1)+B*Teta(mx)+2*FP5(mx));
endfunction
function S = XS()
for i = 1:n
XV=X(i);
S(i,1)=XV(1);
S(i,2)=XV(2);
S(i,3)=XV(3);
end
endfunction
function DS = DXS()
for i = 1:n
XV=A*X(i)+B*Teta(i);
DS(i,1)=XV(1);
DS(i,2)=XV(2);
DS(i,3)=XV(3);
end
endfunction
//function ST = XST()
// for i = 1:10
// XV=XS();
// S(i)=XV(1);
// end
//endfunction
XV=XS();
DXV=DXS();
plot(XV(1:n,1))
|
6245a4c16fadd83c43435d8cdfa78cba3965b104 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1964/CH1/EX1.2/ex1_2.sce | 8ac9225817b94d5a36c5188056111e1cb5a3de77 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 701 | sce | ex1_2.sce | //Chapter-1, Example 1.2, Page 18
//=============================================================================
clc;
clear;
//INPUT DATA
l1=20;//length in cm for first case
l2=0.4;//length in cm for second case
w=0.1;//width in cm
t=0.4;//thickness in cm
p=1.7*10^-6//resistivity of copper in ohm cm
a1=0.1*0.4//area(w*t) in cm^2 for first case
a2=0.1*20//area(l*t) in cm^2 for second case
//CALCULATIONS
R1=p*l1/a1;//resistance in ohms for first case
R2=p*l2/a2;//resistance in ohms for second case
//OUTPUT
mprintf("Thus the resistance in first and second cases are %g ohms and %g ohms\n",R1,R2);
//=================================END OF PROGRAM==============================
|
755ce9480f87ad9aee4c5d0ec81842bde071759f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH5/EX5.15/Chapter5_Example15.sce | 0ee8fb4d201b980cbcd7008a8fa8b55235b3c0f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 854 | sce | Chapter5_Example15.sce | //Chapter-5, Example 5.15, Page 192
//=============================================================================
clc
clear
//INPUT DATA
Ti=250;//Temperature of aluminium slab in degree C
Tc=50;//Convective environment temperature in degree C
h=500;//Heat transfer coefficient in W/m^2.K
x=0.05;//Depth of the plane in m
t=(1*3600);//Time in s
k=215;//Thermal conductivity in W/m.K
a=(8.4*10^-5);//Thermal diffusivity in m^2/h
//CALCULATIONS
X=(h*sqrt(a*t))/k;//X for calculating Temperature
Y=(x/(2*sqrt(a*t)));//Y for calculating Temperature
Z=0.62;//From Fig. 5.16 on page no.193
T=(Z*(Tc-Ti)+Ti);//Temperature at a depth of 5 cm after 1 hour in degree C
//OUTPUT
mprintf('Temperature at a depth of 5 cm after 1 hour is %3.0f degree C',T)
//=================================END OF PROGRAM==============================
|
90131a68b458b4326adc12d5ad4f44cae70cf636 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3012/CH8/EX8.4/Ex8_4.sce | 2dea42b69c8486295f030d101a0968b3ceb04b5d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,209 | sce | Ex8_4.sce | // Given :-
// Part (a)
etat = 0.85 // given efficiency
// From the solution to Example 8.3, the following specific enthalpy values are known, in kJ/kg
h1 = 3348.4
h2s = 2741.8
h3 = 3353.3
h4s = 2428.5
h5 = 173.88
h6 = 181.94
// Calculations
h2 = h1 - etat*(h1 - h2s) // The specific enthalpy at the exit of the first-stage turbine in kj/kg
h4 = h3 - etat*(h3-h4s) // The specific enthalpy at the exit of the second-stage turbine in kj/kg
eta = ((h1-h2)+(h3-h4)-(h6-h5))/((h1-h6)+(h3-h2))
// Result
printf( ' The thermal efficiency is: %f',eta)
// Part (b)
x = linspace(0.85,1,50)
for i =1:50
h2(i) = h1 - x(i)*(h1 - h2s) // The specific enthalpy at the exit of the first-stage turbine in kj/kg
h4(i) = h3 - x(i)*(h3-h4s) // The specific enthalpy at the exit of the second-stage turbine in kj/kg
y(i) = ((h1-h2(i))+(h3-h4(i))-(h6-h5))/((h1-h6)+(h3-h2(i)))
end
plot(x,y)
xlabel('isentropic turbine efficiency')
ylabel('cycle thermal efficiency')
|
cdeb8463caaaf52e8d573ac10eb35dc12850bc1e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH6/EX6.5/Exa6_5.sce | ce75c4a5d402d698fd489e6861dbcd635fbfc258 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 445 | sce | Exa6_5.sce | //Exa 6.5
clc;
clear;
close;
//Given Data:
f=10;//in GHz
f=f*10^9;//in Hz
BWFN=10;//in degree
c=3*10^8;//Speed of light in m/s
lambda=c/f;//in meter
//Part (a):
d=140*lambda/BWFN;//in meter
disp(d,"Diameter of a parabolic Antenna in meter : ");
//Part (b):
HPBW=58*lambda/d;//in degree
disp(HPBW,"3-dB Beamwidth in degree :");
//Part (c):
Gp=6*(d/lambda)^2;//gain
Gp_dB=10*log10(Gp);//in dB
disp(Gp_dB,"Power Gain in dB : "); |
6d034ae7525a77290a0a9ebc6d6ae93ee0383557 | 1a00eb132340e145c8a7d8fd0ef79a02b24605a2 | /macros/post_xcos_simulate.sci | 56666ff73a5d4e438b86681b280200a75b7bb009 | [] | no_license | manasdas17/Scilab-Arduino-Toolbox | e848d75dc810cb0700df34b1e5c606802631ada4 | 2a6c9d3f9f2e656e1f201cecccd4adfe737175e7 | refs/heads/master | 2018-12-28T15:51:35.378091 | 2015-08-06T07:22:15 | 2015-08-06T07:22:15 | 37,854,821 | 3 | 2 | null | null | null | null | UTF-8 | Scilab | false | false | 2,780 | sci | post_xcos_simulate.sci | //
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2011-2011 - DIGITEO - Bruno JOFRET
//
// 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
//
//
function []=post_xcos_simulate(%cpr, scs_m, needcompile)
global port_com port_TCL;
callXcos_Param_Var=%f
callXcos_Param_Freq = %f;
callRep_freq = %f;
presence_param_var=%f
presence_rep_freq=%f
presence_imprimante=%f
presence_bloc_end=%f
presence_scope=%f
presence_rep_temp=%f
presence_irep_temp=%f
presence_arduino=%f
for i = 1:size(scs_m.objs)
curObj= scs_m.objs(i);
if (typeof(curObj) == "Block" & curObj.gui == "PARAM_VAR")
presence_param_var=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "REP_FREQ")
presence_rep_freq=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "IMPRIMANTE")
disp("ok post")
presence_imprimante=%t
values= "P" + ascii(0) + ascii(0)
writeserial(port_TCL,values);
sleep(100)
values= "P" + ascii(0) + ascii(0)
writeserial(port_TCL,values);
sleep(100)
closeserial(port_TCL);
elseif (typeof(curObj) == "Block" & curObj.gui == "ENDBLK")
presence_bloc_end=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "REP_TEMP")
presence_rep_temp=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "SCOPE")
presence_scope=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "IREP_TEMP") then
presence_irep_temp=%t
elseif (typeof(curObj) == "Block" & curObj.gui == "ARDUINO_SETUP") then
presence_arduino=%t
end
end
if presence_arduino then
ARDUINO_post_simulate(scs_m)
return
end
if presence_irep_temp then
SIMM_post_simulate(scs_m)
return
end
if presence_rep_temp then
REP_TEMP_post_simulate(scs_m);
end
if presence_param_var & ~presence_rep_freq
callXcos_Param_Var = %t;
end
if presence_param_var & presence_rep_freq
callXcos_Param_Freq = %t;
end
if ~presence_param_var & presence_rep_freq
callRep_freq = %t;
end
if ~presence_scope & ~presence_rep_freq then
nicescope()
end
if presence_rep_freq & ~presence_param_var
REP_FREQ_pre_simulate(scs_m, needcompile);
end
if presence_imprimante==%t then
end
endfunction
|
64bb3c35dcaa06f76944ead4298b87289f32a063 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1523/CH6/EX6.10/ex6_10.sce | 01015e15d75eb46bf5ff7c4f57d4e5f7661a6f57 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 730 | sce | ex6_10.sce | // Three-Phase Circuits :example 6.10 :(pg 6.16)
P=1500*10^3;
pf=0.85;
VL=2.2*10^3;
phi=acosd(pf);
IL=P/(sqrt(3)*VL*pf);
Iph=IL/sqrt(3);
AC=Iph*pf;
RC=Iph*sind(phi);
IAC=IL*pf;
IRC=IL*sind(phi);
printf("\nP=1500kW \npf=0.85 (lagging) \nVL=2.2kV");
//For Delta-connected load
printf("\nP=sqrt(3)*VL*IL*cos(phi) \nIL=%.2f A",IL);
printf("\nIph=IL/sqrt(3)= %.2f A",Iph);
//AC=Active Component
printf("\nAC=Iph*cos(phi) =%.2f A",AC); //in each phase of load
//RC=Reactive Component
printf("\nRC=Iph*sin(phi) =%.2f A",RC); //in each phase of load
//For star-connected source
printf("\nIAC =%.2f A",IAC); // current of AC in each phase of source
printf("\nIRC =%.2f A",IRC); // current of RC in each phase of source |
6652757c0334f9b693682edeee325bc33c065f2b | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH28/EX28.1/Ex28_1.sce | 3720ce5868b137077b48e2901d06dca6ec67c567 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 427 | sce | Ex28_1.sce | //Example 28.1
delta_t_0=1.52*10^-6;//Proper time for life of the muon (s)
c=3*10^8;//Speed of light (m/s)
v=0.950*c;//Velocity of muon (m/s)
Gamma=1/sqrt(1-v^2/c^2);
delta_t=Gamma*delta_t_0;//Elasped time as measured by Earth-bound observer (t)
printf('Life of the muon as measured by Earth-bound observer = %0.2e s',delta_t)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
2f6ded5fb656d33ee59750d0c581d844559f2061 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2792/CH6/EX6.4/Ex6_4.sce | 957b0a35d5baf6ad4b0d15a84d31985b43839597 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,127 | sce | Ex6_4.sce | clc
kBT=0.026
disp("kBT = "+string(kBT)+"eV") //initializing value of multiplication of boltzmann constant and 300K temperature
mo = 9.1*10^-31
disp("mo = "+string(mo)+"kg") //initializing value of mass of electron
m=0.08*mo
disp("m = "+string(m)+"kg") //initializing value of mass of electron in InAlAs
T = 300
disp("T= "+string(T)+"K")//initializing value of temperature
phi_b1 = 0.7
disp("schottky barrier heights(in volts) = phi_b1= "+string(phi_b1)+"eV")//initializing value of schottky barrier heights(in volts)
phi_b2 = 0.6
disp("schottky barrier heights(in volts) = phi_b2= "+string(phi_b2)+"eV")//initializing value of schottky barrier heights(in volts)
R = 120*(m/mo)
disp("The effective richardson constant is ,R* = 120*(m/mo) = "+string(R)+" A cm^-2 k^-2")//calculation
Js1 = R*(T^2)*(exp(-(phi_b1)/(kBT)))
disp("The saturation current density is ,Js(phi_b=0.7) = R*(T^2)*(exp(-(phi_b)/(kBT))) = "+string(Js1)+"A/cm^2")//calculation
Js2 = R*(T^2)*(exp(-(phi_b2)/(kBT)))
disp("The saturation current density is ,Js(phi_b=0.6) = R*(T^2)*(exp(-(phi_b)/(kBT))) = "+string(Js2)+"A/cm^2")//calculation
|
8cfa4fee78101fffe89548c28995c6142901d057 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2075/CH5/EX5.6/pe5_6.sce | 0fbc03340e4cdf6d5836eed2a8c12e99cc6a2481 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 272 | sce | pe5_6.sce | //example 5.6
clc; funcprot(0);
// Initialization of Variable
R1=22;//resistance
V1=56;//voltage
V2=2;//voltage
//calculation
I=(V1-V2)/R1;
disp(I,"current in mA")
R2=V2/I;
disp(R2*1000,"resistance2 in ohm:")
printf('pick R2=R3=820ohm R1=R4=22 kohm')
clear()
|
f6323b497c12a82062daec2fd997a4b5408a843b | e8dbcf469ba8a31d6926ba791ebc5dcccd50282b | /Scripts/DML/Consultas/Test/consulta_por_ciudad.tst | 97f003f2833614535220ed0d33fb48a399c55d2d | [] | no_license | bryanjimenezchacon/bryanjimenezchacon.github.io | 5f2a0f1dbfbc584a65dece48f98b1c13d755512f | 7062d1860934808265c05491007c83f69da1112a | refs/heads/master | 2021-01-23T17:20:11.542585 | 2015-10-10T05:52:52 | 2015-10-10T05:52:52 | 41,244,377 | 2 | 0 | null | 2015-08-26T15:46:04 | 2015-08-23T09:52:06 | JavaScript | UTF-8 | Scilab | false | false | 216 | tst | consulta_por_ciudad.tst | PL/SQL Developer Test script 3.0
5
begin
-- Call the procedure
personas_por_ciudad(pciudad => :pciudad,
p_recordset => :p_recordset);
end;
2
pciudad
1
Heredia
5
p_recordset
1
<Cursor>
116
0
|
204c4f957fe4ac8d0679256e9e2100bc6117d037 | fbbb71d2bcc53a32840e4621a4ebd7600c7cd041 | /out/production/tmp.tst | 8aa7b3b61ea2f96a866d58efe9f90113a2d55249 | [] | no_license | Belonogov95/javaHomeWork | 5c3c3466fb3a682d7eb43b5c690e611764cf9a08 | d8e4a6996d975cb6505656dc6b90b2c6aa869433 | refs/heads/master | 2020-07-03T14:17:19.795266 | 2015-05-19T06:22:40 | 2015-05-19T06:22:40 | 32,786,446 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 17,419 | tst | tmp.tst | 1032 cd ..
1033 ls
1034 ls -a
1035 cd .git/
1036 ls
1037 cd ..
1038 ls
1039 cat HW7.iml
1040 ls
1041 rm HW7.iml
1042 ls
1043 ls -a
1044 cd .idea/
1045 ls
1046 cd ..
1047 ls
1048 ls -a
1049 rm HW7.iml
1050 ls
1051 rm -rf .idea
1052 ls
1053 ls -a
1054 ls
1055 git add --all
1056 git commit -am "2"
1057 git status
1058 git log
1059 ls
1060 ls
1061 mc
1062 exit
1063 ls
1064 cd Documents/prog/Java/
1065 ls
1066 ls
1067 javaHomeWork/
1068 ls
1069 cd javaHomeWork/
1070 ls
1071 cp test6.sh test7.sh
1072 vim test7.sh
1073 bash test7.sh
1074 vim test7.sh
1075 bash test7.sh
1076 vim test7.sh
1077 bash test7.sh
1078 vim test7.sh
1079 bash test7.sh
1080 bash test3.sh
1081 vim test3.sh
1082 vim test7.sh
1083 bash test7.sh
1084 subl test7.sh
1085 bash test7.sh
1086 vim test7.sh
1087 bash test7.sh
1088 :qall
1089 vim test7.sh
1090 bash test7.sh
1091 vim test7.sh
1092 bash test7.sh
1093 vim test7.sh
1094 bash test7.sh
1095 vim test7.sh
1096 bash test7.sh
1097 ls
1098 java
1099 java -cp "java-advanced-2015/artifacts/*:java-advanced-2015/lib/*:out/production/javaHomeWork/"
1100 java -cp "java-advanced-2015/artifacts/*:java-advanced-2015/lib/*:out/production/javaHomeWork/" ru.ifmo.ctddev.belonogov.implementor.Main -jar java.io.OutputStream m.jar
1101 ls
1102 cd out/production/javaHomeWork/
1103 ls
1104 cd ..
1105 java -cp "java-advanced-2015/artifacts/*:java-advanced-2015/lib/*:out/production/javaHomeWork/" ru.ifmo.ctddev.belonogov.implementor.Main -jar java.io.OutputStream m.jar
1106 ls
1107 cd m.jar/
1108 ls
1109 cd ..
1110 java -cp "java-advanced-2015/artifacts/*:java-advanced-2015/lib/*:out/production/javaHomeWork/" ru.ifmo.ctddev.belonogov.implementor.Main -jar java.io.OutputStream md.jar
1111 ls
1112 cd md.jar/
1113 ls
1114 cd ..
1115 ls
1116 rm md.jar/
1117 rm -rf md.jar
1118 rm -rf m.jar/
1119 ls
1120 bash test3.sh
1121 git status
1122 git commit -a
1123 git add -- all
1124 git add --all
1125 git status
1126 git commit -am "before change pair"
1127 git status
1128 ks
1129 ls
1130 bash test3.sh
1131 ls
1132 man javadoc
1133 ls
1134 cd out/production/javaHomeWork/
1135 ls
1136 man javadoc
1137 javadoc ru/ifmo/ctddev/belonogov/implementor/ Main R
1138 javadoc ru.ifmo.ctddev.belonogov.implementor Main R
1139 javadoc ru.ifmo.ctddev.belonogov.implementor.Main R
1140 j Main.java R
1141 ls
1142 javadoc -d . ru.ifmo.ctddev.belonogov.implementor
1143 ls
1144 javadoc -d . ru.ifmo.ctddev.belonogov.implementor.Main
1145 javadoc ru.ifmo.ctddev.belonogov.implementor -d h
1146 ls
1147 cd h/
1148 ls
1149 cd ..
1150 ls
1151 cd ..
1152 ls
1153 cd src/
1154 l
1155 ls
1156 javadoc -d R ru.ifmo.ctddev.belonogov.implementor
1157 ls
1158 cd R
1159 ls
1160 xdg-open index.html
1161 javadoc -d -private R ru.ifmo.ctddev.belonogov.implementor
1162 javadoc -private -d R ru.ifmo.ctddev.belonogov.implementor
1163 man javadoc
1164 cd ..
1165 ls
1166 javadoc -private -d R ru.ifmo.ctddev.belonogov.implementor
1167 xdg-open R/index.html
1168 cd ..
1169 ls
1170 cd javaHomeWork/
1171 bash test7.sh
1172 exit
1173 ks
1174 ls
1175 cd src/
1176 ls
1177 cd ..
1178 ls
1179 cd java
1180 ls
1181 cd io/
1182 ls
1183 cd exit
1184 exit
1185 cd ..
1186 ls
1187 cd ,,
1188 cd ..
1189 ls
1190 vim test3.sh
1191 exit
1192 cd Documents/prog/Java/
1193 ls
1194 cd javaHomeWork/
1195 ls
1196 cd java-advanced-2015/
1197 ls
1198 cd ..
1199 ls
1200 git status
1201 git add --all
1202 git status
1203 git commit -am "doc"
1204 git status
1205 ls
1206 cd out/production/javaHomeWork/
1207 ls
1208 java -jar ru/ifmo/ctddev/belonogov/implementor/Main m.jar
1209 java ru/ifmo/ctddev/belonogov/implementor/Main -jar java.io.OutputStream m.jar
1210 exit
1211 ls
1212 cd src/
1213 ls
1214 xdg-open R/index.html
1215 cd ..
1216 bash test3.sh
1217 ls
1218 cd src/
1219 ls
1220 h
1221 history
1222 javadoc -private -d R ru.ifmo.ctddev.belonogov.implementor
1223 ls
1224 cd R
1225 ls
1226 cd ..
1227 ls
1228 vim genDoc.sh
1229 vim openDoc.sh
1230 bash openDoc.sh
1231 ls
1232 vim genDoc.sh
1233 bash genDoc.sh
1234 vim genDoc.sh
1235 bash genDoc.sh
1236 ls
1237 vim genDoc.sh
1238 bash genDoc.sh
1239 vim genDoc.sh
1240 bash genDoc.sh
1241 vim genDoc.sh
1242 ls
1243 vim genDoc.sh
1244 bash genDoc.sh
1245 vim genDoc.sh
1246 bash genDoc.sh
1247 ls
1248 vim genDoc.sh
1249 bash genDoc.sh
1250 ls
1251 vim genDoc.sh
1252 bash genDoc.sh
1253 vim genDoc.sh
1254 ls
1255 bash genDoc.sh
1256 vim genDoc.sh
1257 bash genDoc.sh
1258 :qall
1259 vim genDoc.sh
1260 bash genDoc.sh
1261 ls
1262 cd ..
1263 ls
1264 cat test3.sh
1265 exit
1266 ls
1267 cd Documents/prog/
1268 ls
1269 cd Java/
1270 ls
1271 cd javaHomeWork/
1272 ls
1273 bash test7.sh
1274 ls
1275 cd src
1276 ls
1277 cd ../java-advanced-2015/artifacts/
1278 ls
1279 cd ..
1280 cd javaHomeWork/
1281 ls
1282 cd src/
1283 ls
1284 vim openDoc.sh
1285 vim genDoc.sh
1286 bash genDoc.sh
1287 vim genDoc.sh
1288 bash genDoc.sh
1289 bash openDoc.sh
1290 vim genDoc.sh
1291 bash openDoc.sh
1292 bash genDoc.sh
1293 ls
1294 cd ..
1295 ls
1296 cd java-advanced-2015/
1297 ls
1298 cd artifacts/
1299 ls
1300 cd ..
1301 ls
1302 cd src/
1303 ls
1304 vim genDoc.sh
1305 bash genDoc.sh
1306 vim genDoc.sh
1307 bash genDoc.sh
1308 cd ..
1309 ls
1310 cd src/
1311 ls
1312 vim genDoc.sh
1313 bash genDoc.sh
1314 vim gen
1315 bash genDoc.sh
1316 ls
1317 javadoc --version
1318 javadoc -version
1319 javadoc -v
1320 javadoc -version
1321 javadoc -J-version
1322 sudo update-alternatives --config javadoc
1323 ls
1324 bash genDoc.sh
1325 bash openDoc.sh
1326 ls
1327 bash openDoc.sh
1328 bash genDoc.sh
1329 bash openDoc.sh
1330 bash genDoc.sh
1331 bash openDoc.sh
1332 bash genDoc.sh
1333 bash openDoc.sh
1334 sudo bash genDoc.sh
1335 bash openDoc.sh
1336 ls
1337 cd ..
1338 git status
1339 git add --all
1340 git commit -am "doc"
1341 ls
1342 git status
1343 exit
1344 ls
1345 cd src/
1346 ls
1347 vim genDoc.sh
1348 vim genDoc
1349 vim genDoc.sh
1350 exi
1351 exit
1352 mc
1353 exit
1354 man javadoc
1355 exit
1356 mc
1357 exit
1358 ls
1359 cd src
1360 ls
1361 bash genDoc.sh
1362 bash openDoc.sh
1363 bash genDoc.sh
1364 bash openDoc.sh
1365 bash genDoc.sh
1366 ls
1367 cd ..
1368 vim test7.sh
1369 bash test7.sh
1370 vim test7.sh
1371 bash test7.sh
1372 ls
1373 cd java
1374 ls
1375 cd ..
1376 cd java-advanced-2015/
1377 ls
1378 git status
1379 git pull
1380 cd ..
1381 ls
1382 bash test7.sh
1383 exit
1384 bash openDoc.sh
1385 ls
1386 cd ..
1387 ls
1388 bash test7.sh
1389 git status
1390 git add --all
1391 git commit -am "HW7 test passed"
1392 git status
1393 bash test7.sh
1394 vim test7.sh
1395 exit
1396 cd src/
1397 ls
1398 vim genDoc.sh
1399 :exit
1400 exit
1401 ls
1402 cd Documents/prog/Java/javaHomeWork/
1403 ls
1404 cd src/
1405 ls
1406 bash genDoc.sh
1407 ls
1408 cd ..
1409 ls
1410 cd HW6
1411 ls
1412 bash comp.sh
1413 exit
1414 python
1415 учшке
1416 exit
1417 ls
1418 python genans.py
1419 ls
1420 python genans.py
1421 ls
1422 zip -r m.zip *.ans *.tst
1423 ls
1424 python genans.py
1425 ls
1426 zip -r m1.zip *.ans *.tst
1427 ls
1428 cat 10.ans
1429 python genans.py
1430 cat 10.ans
1431 zip -r m2.zip *.ans *.tst
1432 ls
1433 cd ..
1434 mkdir statements
1435 cd statements/
1436 ls
1437 subl chemistry.txt
1438 ды
1439 ls
1440 cd ..
1441 ls
1442 cd sol/
1443 ls
1444 cd ..
1445 ls
1446 cd chemistry/
1447 ls
1448 cd sol/
1449 ls
1450 vim chemistry_bi.cpp
1451 exit
1452 ls
1453 cd ../school/prognoz_2015/mosters/
1454 ls
1455 cd sol/
1456 ls
1457 ./gen
1458 ./gen 234
1459 ./gen 23
1460 ./gen 3 10
1461 ./gen 10 2
1462 ls
1463 vim gensript.sh
1464 ls
1465 bash genscript.sh
1466 ls
1467 o
1468 mc
1469 exit
1470 cd /
1471 cd bin/
1472 ls
1473 vim compile.sh
1474 exit
1475 ls
1476 cd ..
1477 exit
1478 [18~k
1479 OA OA
1480 ls
1481 vim remane.py
1482 ls
1483 cd ..
1484 ls
1485 vim rename.py
1486 cd ..
1487 cd divisor/
1488 cd test/
1489 ls
1490 vim rename.py
1491 ls
1492 zip -r m1.zip *.ans *.tst
1493 vim
1494 jjj
1495 mkdir test
1496 mkdir sol
1497 ды
1498 ls
1499 subl statements.tst
1500 ls
1501 cd sol
1502 ls
1503 vim moster_bi.cpp
1504 cd ../../...
1505 l
1506 ls
1507 cd ..
1508 cd prog/tc
1509 ls
1510 cd prog/olymp/tc
1511 ls
1512 vim MixingLiquids
1513 vim MixingLiquids.cpp
1514 cd ..
1515 ls
1516 cd school/
1517 ls
1518 cd prognoz_2015/
1519 ls
1520 cd chemistry/
1521 ls
1522 cd sol/
1523 ls
1524 gen
1525 ./gen
1526 ./gen 3 40 5
1527 ./gen 3 40 10
1528 w
1529 ls
1530 bash genscript.sh
1531 ls
1532 python run.py
1533 ls
1534 python run.py
1535 ls
1536 python run.py
1537 bash genscript.sh
1538 cat 01.tst
1539 vim 01.tst
1540 python run.py
1541 zip -r m.zip *.ans *.tst
1542 ls
1543 оOB
1544 [1;2BOAjk
1545 ls
1546 cd tmp
1547 ls
1548 python
1549 ls
1550 python remane.py
1551 ls
1552 [19~
1553 ls
1554 python firstString.py
1555 ls
1556 OBOB
1557 ls
1558 man zip
1559 ls
1560 zip -r a.zip *.ans *.tst
1561 k
1562 ls
1563 cd painter
1564 ls
1565 cd test/
1566 ls
1567 vim remane.py
1568 ls
1569 rm remane.py
1570 ls
1571 python rename.py
1572 ls
1573 python rename.py
1574 ls
1575 python rename.py
1576 ls
1577 sl
1578 ls
1579 python rename.py
1580 ls
1581 python rename.py
1582 ls
1583 python rename.py
1584 ls
1585 zip -r m.zip *.ans *.tst
1586 ls
1587 python firstString.py
1588 ls
1589 cat 10.ans
1590 zip -r m1.zip *.ans *.tst
1591 3OB
1592 python firstString.py
1593 ls
1594 cat 01.tst
1595 cat 03.tst
1596 ls
1597 vim 03.tst
1598 ls
1599 OB
1600 OA
1601 ls
1602 /home/vanya/Documents/school/prognoz_2015/divisor/test/jabuka.dummy.in.2 /home/vanya/Documents/school/prognoz_2015/divisor/test/jabuka.dummy.in.2 jk
1603 ls
1604 python rename.py
1605 ls
1606 python rename.py
1607 ls
1608 zip -r m.zip *.ans *.tst
1609 ls
1610 OROAOAOB
1611 mkdir j
1612 rm
1613 mkdir sol
1614 vim chemistry_bi.cpp
1615 exit
1616 ls
1617 cd tmp
1618 cd /
1619 ls
1620 cd ~
1621 s
1622 ls
1623 cd tmp/
1624 ls
1625 rm -rf
1626 ls
1627 rm -rf *
1628 ls
1629 echo "abab" > A.txt
1630 ls
1631 python
1632 ls
1633 echo 1.txt
1634 echo "a" > 1.txt
1635 echo "b" > 2.txt
1636 mc
1637 exit
1638 ls
1639 mc
1640 vim
1641 exit
1642 ls
1643 exit
1644 ls
1645 cd python/
1646 ls
1647 cd ..
1648 cd pr
1649 ls
1650 olymp/
1651 ls
1652 cd olymp/
1653 ls
1654 cd tc/
1655 vim
1656 cd ~
1657 cd tmp/
1658 ls
1659 zip -r m.zip A.txt
1660 ls
1661 zip -r m2.zip *
1662 ls
1663 mc
1664 exit
1665 ls
1666 mkdir prognoz_2015
1667 cd prognoz_2015/
1668 ls
1669 vim plan.txt
1670 ls
1671 cd painter/
1672 ls
1673 cd sol/
1674 ls
1675 mv slikar.cpp jury.cpp
1676 ls
1677 mv slikar.pas jury.pas
1678 ls
1679 vm jury.cpp
1680 vim jury.
1681 vim jury.cpp
1682 exit
1683 cd Documents/prog/
1684 ls
1685 cd Java/
1686 ls
1687 cd javaHomeWork/
1688 ls
1689 cd src/
1690 s
1691 ls
1692 sudo update-alternatives --config javadoc
1693 ls
1694 rm -rf doc/
1695 ls
1696 bash genDoc.sh
1697 ls
1698 cat openDoc.sh
1699 vim openDoc.sh
1700 bash openDoc.sh
1701 ls
1702 cd ..
1703 ls
1704 cd ..
1705 ls
1706 cd ..
1707 mc
1708 exit
1709 mc
1710 ls
1711 rm -rf *
1712 ls
1713 zip -r m.zip *
1714 ls
1715 exit
1716 sudo -i
1717 exit
1718 ls
1719 cd /
1720 ls
1721 cd etc/
1722 ls
1723 mc
1724 cd /
1725 ls
1726 sudo -i
1727 exit
1728 mc
1729 exit
1730 vim /etc/network/interfaces
1731 pulseaudio -k
1732 python
1733 fact
1734 man factor
1735 factor 998244353
1736 factor 998244352
1737 exit
1738 OA
1739 ls
1740 cp * ../media/vanya/SP\ UFD\ U2/bin/
1741 ё
1742 св .
1743 exit
1744 ls
1745 cd Documents/prog/
1746 vim
1747 exit
1748 ls
1749 vim A.pui
1750 vim A.pi
1751 exit
1752 ls
1753 mc
1754 exit
1755 ls
1756 ./picat A.pi
1757 ./picat
1758 ls
1759 cd ..
1760 ./picat
1761 ls
1762 ./picat A.pi
1763 mc
1764 exit
1765 ls
1766 cd olymp/
1767 ls
1768 cd diff_contests3
1769 cd diff_contests_3
1770 ls
1771 cd 28_02
1772 ls
1773 cd Picat/
1774 ls
1775 ./picat
1776 exit
1777 cd /
1778 cd bin/
1779 sudo vim compile.sh
1780 exit
1781 ls
1782 vim plan.txt
1783 cd wolf/
1784 cd test/
1785 ls
1786 python rename.py
1787 ls
1788 mc
1789 python rename.py
1790 ls
1791 zip -r m.zip *.ans *.tst
1792 ls
1793 cd ..
1794 ls
1795 cd sol/
1796 ls
1797 vim vuk.cpp
1798 exit
1799 ls
1800 mc
1801 cd Documents/school/prognoz_2015/wolf/test/
1802 ls
1803 mc
1804 eixt
1805 exit
1806 vim rename.py
1807 ls
1808 cd ..
1809 ls
1810 subl stat.txt
1811 ls
1812 exit
1813 cd Documents/school/prognoz_2015/
1814 ls
1815 cd volf/
1816 ls
1817 cd ..
1818 ls
1819 mv volf wolf
1820 ls
1821 cd wolf/
1822 ls
1823 mc
1824 exit
1825 мшь
1826 vim
1827 ls
1828 exit
1829 python
1830 exit
1831 python
1832 exit
1833 cd Documents/school/prognoz_2015/
1834 ls
1835 cd wolf/
1836 ls
1837 subl test/
1838 subl stat.txt
1839 cd ..
1840 ls
1841 cd ..
1842 cd prognoz_2015/
1843 ls
1844 mv divisor apple
1845 ls
1846 mv chemistr tea_with_milk
1847 mv chemistry tea_with_milk
1848 ls
1849 mv mosters horses
1850 ды
1851 ls
1852 cd painter/
1853 ls
1854 cd sol/
1855 ls
1856 vim paiter_bi.cpp
1857 cd /
1858 cd ~
1859 cd tmp/
1860 ls
1861 rm *
1862 s
1863 ls
1864 vim A.cpp
1865 exit
1866 ls
1867 vim
1868 exi
1869 exit
1870 мшь
1871 vim
1872 exit
1873 ls
1874 cd Documents/prog/
1875 ls
1876 cd olymp/
1877 cd diff_contests
1878 cd ..
1879 cd diff_contests_3
1880 l
1881 cd 30
1882 ls
1883 diff D.cpp C.cpp
1884 exi
1885 exit
1886 ls
1887 cd
1888 cd Documents/school/prognoz_2015/
1889 ls
1890 cd football/
1891 ls
1892 cd sol/
1893 ls
1894 cat in
1895 ls
1896 g++ -o sol.exe -O3 -DDEBUG football_bi.cpp
1897 time ./sol.exe
1898 g++ -o sol.exe -O3 -DDEBUG football_bi.cpp
1899 time ./sol.exe
1900 ls
1901 g++ -O3 -o sol.exe -DDEBUG football_fast_bi.cpp -std=c++11
1902 ./sol.exe
1903 cd ..
1904 vim
1905 exit
1906 ls
1907 cd media/
1908 ls
1909 sudo -i
1910 ls
1911 ls -a
1912 exit
1913 mc
1914 exit
1915 ls
1916 vim
1917 exit
1918 vim suf_tree.cpp
1919 exit
1920 mc
1921 exit
1922 ls
1923 mc
1924 exit
1925 ls
1926 man du
1927 du diff_contests
1928 man du
1929 du -a
1930 ls
1931 man du
1932 du -s
1933 du diff_contests
1934 du diff_contests -a
1935 du diff_contests -as
1936 du -as diff_contests
1937 du -s diff_contests
1938 du -s diff_contests_2
1939 du -s diff_contests_3
1940 rm -rf diff_contests
1941 ..
1942 mc
1943 exit
1944 vim
1945 ls
1946 vim
1947 exit
1948 16777217
1949 factor 16777217
1950 factor 16777216
1951 exit
1952 :exit
1953 vim polynom_tangent.cpp
1954 ls
1955 vim polynom_tangent.cpp
1956 exit
1957 mc
1958 exit
1959 ls
1960 cd prog/
1961 ls
1962 cd olymp/
1963 ls
1964 vim upsolving.txt
1965 exit
1966 cd Documents/
1967 vim
1968 exit
1969 pulseaudio -k
1970 vim
1971 exit
1972 ls
1973 bash test.bat
1974 vim test.bat
1975 bash test.bat
1976 mv test.bat test.sh
1977 ls
1978 bash test.bat
1979 bash test.sh
1980 java
1981 q
1982 bash test.sh
1983 vim test.sh
1984 bash test.sh
1985 ls
1986 vim test
1987 vim test.sh
1988 bash test.sh
1989 ls
1990 exit
1991 ls
1992 mc
1993 exit
1994 ls
1995 exit
1996 mc
1997 ls
1998 exit
1999 ls
2000 cd src/
2001 ls
2002 bash openDoc.sh
2003 ls
2004 bash genDoc.sh
2005 vim genDoc.sh
2006 bash genDoc.sh
2007 cd doc/
2008 ls
2009 cd ..
2010 ls
2011 vim openDoc.sh
2012 bash openDoc.sh
2013 ls
2014 vim genDoc.sh
2015 bash genDoc.sh
2016 vim genDoc.sh
2017 bash genDoc.sh
2018 vim genDoc.sh
2019 ls
2020 bash genDoc.sh
2021 bash openDoc.sh
2022 ls
2023 cd ..
2024 ls
2025 cd ..
2026 ls
2027 history
2028 history > tmp.tst
2029 vim tmp.tst
2030 history
2031 history > tmp.tst
|
2f6ab6369a0507fda20e415cf19803cfcd98fb1c | bbdc72de6d7eef74128eaf52b1f040053943de38 | /Code/TP3/Exo_pre.sce | ca4bb51a7d460d7cd5f7fecdf4c88d75a1bcc83a | [] | no_license | Abdel-BHPC/Numerical-analysis | 46bb4dbcd26e00d6c4f405fe59a1ba433b8b72e0 | 2bcdb80d9ab8890d036eac3cce92b595abb88784 | refs/heads/main | 2023-03-02T14:11:06.939206 | 2021-02-08T08:40:07 | 2021-02-08T08:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 523 | sce | Exo_pre.sce | /*
Code à vérifier le résultat dans un fichier .sce
*/
funcprot(0);
exec(fullpath(pwd() + '\Exo_pre.sci'),-1);
T = [0,1,3,4];
cc = [1 2 1;4 1 -1;1 -4 1];
clf();
[t1,z1] = trace(10,T,cc);
subplot(2,2,1);
plot(t1,z1);
xtitle("Figure1 N=10");
[t2,z2] = trace(100,T,cc);
subplot(2,2,2);
plot(t2,z2);
xtitle("Figure2 N=100");
[t3,z3] = trace(200,T,cc);
subplot(2,2,3);
plot(t3,z3);
xtitle("Figure3 N=200");
[t4,z4] = trace(400,T,cc);
subplot(2,2,4);
plot(t4,z4);
xtitle("Figure4 N=400");
|
d31c458aa2f45d918f9caa8e658a35fef908ccab | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH2/EX2.38/Exa_2_38.sce | 597e3c0264e8e030d3d009ea31ed5191188b2186 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 543 | sce | Exa_2_38.sce | //Exa 2.38
clc;
clear;
close;
format('v',7);
//Given Data :
mdot=0.5;//kg/s
p1=1.4;//bar
rho1=2.5;//kg/m^3
u1=920;//kJ/kg
C1=200;//m/s
p2=5.6;//bar
rho2=5;//kg/m^3
u2=720;//kJ/kg
C2=180;//m/s
Qdot=-60;//kW
Z21=60;//m
g=9.81;//gravity constant
h21=u2-u1+(p2*10^5/(rho2*1000)-p1*10^5/(rho1*1000));//kJ/kg(change in enthalpy)
H21=mdot*h21;//kW(total change in enthalpy)
disp(H21,"Change in enthalpy, H2-H1 in kW : ");
Wsf=Qdot-mdot*[h21+(C2^2-C1^2)/2/1000+g*(Z21)/1000];//kW
disp(Wsf,"Rate of workdone, Wsf in kW : ");
|
3e8bafd01a3fa3504d0acf1ca2729d491aa0a22d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/scicos/standard_origin.sci | e57b2754f93d464555e9c00c6d17cd167bd0d27a | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | 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 | 91 | sci | standard_origin.sci | function [x,y]=standard_origin(o)
graphics=arg1(2);
orig=graphics(1)
x=orig(1);y=orig(2);
|
c635d159b78452a660bee5f225d15b7a7ac6a258 | 449d555969bfd7befe906877abab098c6e63a0e8 | /132/CH1/EX1.2/Example1_2.sce | eeb65ab4c47abfe82fd821412e7b21fdfbe627a7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 677 | sce | Example1_2.sce | //Example 1.2
//Program to find Range of a Resistor so as to satisfy manufacturer's Tolerances
//Colour Band Sequence: GRAY, BLUE, GOLD, GOLD
clear;
clc ;
close ;
A=8;//NUMERICAL CODE FOR BAND GRAY
B=6;//NUMERICAL CODE FOR BAND BLUE
C=-1;//NUMERICAL CODE FOR BAND GOLD
D=5;//TOLERANCE VALUE FOR BAND GOLD i.e. 5%
//Resistor Value Calculation
R=(A*10+B)*10^C;
//Tolerance Value Calulation
T=D*R/100;
R1=R-T;
R2=R+T;
//Displaying The Results in Command Window
printf("\n\n\t Resistor Value is %f Ohms +- %f percent.",R,D);
printf("\n\n\t Resistor Value is %f Ohms +- %f Ohms.",R,T);
printf("\n\n\t Range of Values of the Resistor is %f Ohms & %f Ohms.",R1,R2); |
4c63f6f13c73485d7be424f6821320e4f8356506 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1247/CH4/EX4.7/example4_7.sce | 4fa2bbcd351f8e3b4e5d8a3adc3f4782fbeb3928 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 377 | sce | example4_7.sce | clear;
clc;
// Stoichiometry
// Chapter 4
// Material Balances involving Chemical Reaction
// Example 4.7
// Page 123
printf("Example 4.7, Page 123 \n \n");
// solution
m = 100//[kg] Tallow
m1 = 3*403*m/890 // [kg]
m2 = 92*m/890
printf("(a) \n \n NaOH required = "+string(m1)+" kg \n \n \n(b) \n \n amount of glycerine liberated = "+string(m2)+" kg.")
|
9196f8bff0b803892ef1d118b036b9c4d255cf5e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1697/CH1/EX1.18/Exa1_18.sce | 47e5f18e194d94c3be3963a7801f9974ff9de998 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 234 | sce | Exa1_18.sce | //Exa 1.18
clc;
clear;
close;
//given data :
f=20;//in MHz
f=f*10^6;//in Hz
le=100;//in m
c=3*10^8;//speed of light in m/s
lambda=c/f;//in m
Rr=160*(%pi*le/lambda)^2;//in ohm
disp(Rr/1000,"Radiation Resistance in KOhm : "); |
dfae931d24707123ebffab6938e578f17ac51caa | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set4/s_Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_S._Franco_929.zip/Design_With_Operational_Amplifiers_And_Analog_Integrated_Circuits_S._Franco_929/CH2/EX2.5.c/Example2_5_c.sce | c8b228091b1eea78ab8b8187778afa7164db1249 | [] | 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 | 236 | sce | Example2_5_c.sce | errcatch(-1,"stop");mode(2);//Example 2.5(c)
;
;
R1=15*10^3;//From the result of Example 2.4
Romin=50*10^6;
emax=R1/Romin;
p=emax/4;
pper=p*100;
printf("Resistance tolerance Required=%.5f percent",pper);
exit();
|
a90561471d4e0ccd0ea50b62310d45c94cc5b1ae | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.5/macros/percent/%r_i_r.sci | fe10ad8481087b46249bb7ae9d3549813de44d87 | [
"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 | 426 | sci | %r_i_r.sci | function s1=%r_i_r(i,j,s1,s2)
// %r_i_r(i,j,s1,s2) insertion s2(i,j)=s1
//!
// Copyright INRIA
[lhs,rhs]=argn(0)
if rhs==3 then
[s1,s2]=sysconv(j,s1)
[n1,n2]=size(s2('den'))
n=s2('num');n(i)=s1('num'),
d=ones(n);d(1:n1,1:n2)=s2('den');d(i)=s1('den')
else
[s1,s2]=sysconv(s1,s2)
[n1,n2]=size(s2('den'))
n=s2('num');n(i,j)=s1('num'),
d=ones(n);d(1:n1,1:n2)=s2('den');d(i,j)=s1('den')
end
s1=rlist(n,d,s1('dt'))
|
5f9792d4cdfb6108df33f93727f06ce5171407fc | 27c8131743b503e49c4a4c184b396e4576d47b31 | /Week3/week3.sce | 1c37cfac779b08396755ec2a09152fc10c985fa9 | [] | no_license | tienanh-1999/DigitalSignalProcessing-Scilab | c4f9e506bd1877a915646d1f35b4b93bbcbdd09c | 7f91b44b74f31e690f301bdc04efcc3076ed37df | refs/heads/master | 2020-08-03T16:44:15.659180 | 2019-10-22T08:54:04 | 2019-10-22T08:54:04 | 211,817,238 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,930 | sce | week3.sce | clc
clf
// --------- PLOT SIGNAL --------
function plot_signal(x, n, pos, name, dotColor)
subplot(3,2, pos)
indice = linspace(0, length(x) - 1, length(x))
indice = indice - n + 1;
plot2d3(indice, x)
config = gca()
config.x_location = "origin";
config.data_bounds = [ -5 -5; 5 10];
config.title.text = name;
config.x_label.text = "time"
config.y_label.text = "Signal"
config.y_label.font_size = 3
config.x_label.font_size = 3
config.title.font_size = 3
scatter(indice, x, dotColor, "fill");
xstring(indice, x, string(x));
endfunction
// ---------- EXTRACT EVEN COMPONENT -----------
function get_even_component (x, n)
fold_x = flipdim(x, 2) // inverse array x
fold_n = length(x) - n + 1
indice1 = linspace(0, length(x) - 1, length(x))
indice1 = indice1 - n + 1;
indice2 = linspace(0, length(fold_x) - 1, length(fold_x))
indice2 = indice2 - fold_n + 1;
min1 = min(indice1)
max1 = max(indice1)
min2 = min(indice2)
max2 = max(indice2)
if min1 > min2 then
x = [zeros(1, min1 - min2) x]
n = n + min1 - min2
else
fold_x = [zeros(1, min2 - min1) fold_x]
n = fold_n + min2 - min1
end
if max1 < max2 then
x = [x zeros(1, max2 - max1)]
else
fold_x = [fold_x zeros(1, max1 - max2)]
end
result = x + fold_x
result = result .* 1/2
plot_signal(result, n, 2, "Even component of x(n)", "red")
endfunction
// ---------- EXTRACT ODD COMPONENT -----------
function get_odd_component (x, n)
fold_x = flipdim(x, 2) // inverse array x
fold_n = length(x) - n + 1
indice1 = linspace(0, length(x) - 1, length(x))
indice1 = indice1 - n + 1;
indice2 = linspace(0, length(fold_x) - 1, length(fold_x))
indice2 = indice2 - fold_n + 1;
min1 = min(indice1)
max1 = max(indice1)
min2 = min(indice2)
max2 = max(indice2)
if min1 > min2 then
x = [zeros(1, min1 - min2) x]
n = n + min1 - min2
else
fold_x = [zeros(1, min2 - min1) fold_x]
n = fold_n + min2 - min1
end
if max1 < max2 then
x = [x zeros(1, max2 - max1)]
else
fold_x = [fold_x zeros(1, max1 - max2)]
end
result = x - fold_x
result = result .* 1/2
plot_signal(result, n, 3, "Odd component of h(n)", "orange")
endfunction
// ------------ CONVOLUTION ------------
function convolution(x, n1, h, n2)
y = convol(h, x)
n = n1 + n2 - 1
plot_signal(x, n1, 6, "Convolution", "blue")
plot_signal(h, n2, 5, "h(n)", "green")
plot_signal(h, n2, 6, "Convolution", "green")
plot_signal(y, n, 6, "Convolution of x(n) and y(n)", "red")
endfunction
x = [1 2 1 -1]
n1 = 2
h = [1 2 3 1]
n2 = 1
plot_signal(x, 2, 1, "x(n)", "blue")
get_even_component(x, n1)
get_odd_component(x, n1)
convolution(x, n1, h, n2)
|
5c128854726a28d39d64a7473100398d5f4b41d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH13/EX13.15/Ex13_15.sce | 7a7a1a7a052cf68ac5b43f458bfa99593f1b3500 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 706 | sce | Ex13_15.sce | //chapter13
//example13.15
//page289
printf("i) Class A amplifier means that it raises voltage level of signal and its \nmode of operation is such that collector current flows for whole input signal. \n \n")
printf("ii) Audio voltage amplifier means it raises voltage level of audio signal \nand its mode of operation is class A. \n \n")
printf("iii) Class B power amplifier means that it raises power level of signal and its \nmode of operation is such that collector current flows for half cycle of input signal only. \n \n")
printf("iv) Class A transformer coupled power amplifier means that power amplification \nis being done, coupling is by tranformer and mode of operation is class A. \n")
|
bca3c40a6558a8682a6ffae487d44fdfb1554f09 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3020/CH15/EX15.1/ex15_1.sce | 50d8eb32a2d51992b70f4acf9693585c93860312 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 204 | sce | ex15_1.sce | clc;
clear all;
Eg = 1.8*1.609e-19; // Bandwidth of given LED
h = 6.626e-34; // Planck's Constant
c = 3e8;
lambda = ((h*c)/Eg)*1e6;
disp('um',lambda,'The wavelength of light emitted from LED is')
|
337d4b265290409a4c1719868a3943e25df7880a | 3b9a879e67cbab4a5a4a5081e2e9c38b3e27a8cc | /Área 1/Aula 5/Questao_10.sce | 4073727858d57537e25acfbc24f6ece5ab311508 | [
"MIT"
] | permissive | JPedroSilveira/numerical-calculus-with-scilab | 32e04e9b1234a0a82275f86aa2d6416198fa6c81 | 190bc816dfaa73ec2efe289c34baf21191944a53 | refs/heads/master | 2023-05-10T22:39:02.550321 | 2021-05-11T17:17:09 | 2021-05-11T17:17:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 88 | sce | Questao_10.sce | s=0
C = 0
M = eye(295,295)
for k=1:295;
s=s+M(k,1:k)*M(1:k,k);
C = C + (k - 1)
end
|
8bcf9fa3aef89cd565eb10a28093e70e1953cf02 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH1/EX1.2/EX1_2.sce | d727de114edb82712b2da451952a9f685bd981e5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 302 | sce | EX1_2.sce | //EXAMPLE 1-2 PG NO 18
R=0.69; //RESISTANCE
P=2.83*10^-8; //PRO
L=60; //LENGTH OF CABLE
a=(P*L)/R;
disp('i) a = '+string (a)+' m^2');
D=[(4*a)/%pi]^0.5; //DIAMETER
disp('i) DIAMETER = '+string (D)+' mm');
|
833448c001b3c67a4337acac0db73fc483781bda | 717ddeb7e700373742c617a95e25a2376565112c | /3424/CH2/EX2.2/Ex2_2.sce | 09dd94353ebca7956498960c5265db056c1e0c4a | [] | 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 | 307 | sce | Ex2_2.sce | clc
//Initialization of variables
h1 = 36/12 //ft
h2 = 6/12 //ft
h3 = 9/12 //ft
SgOIL = 0.9
SgHg = 13.6
yH2O = 62.4 // lb/ft^3
// Calculations
Dair = -(SgOIL)*(yH2O)*(h1+h2) + (SgHg)*(yH2O)*(h3)
Pgage = Dair/144 // psi
//results
printf("the pressure reading in the gauge is %.2f psi",Pgage)
|
fe9a25827d7f7ff8695b110dc0eb3195a0fb8729 | b2675f983fedb79e5e6f1940962373bda0570ec4 | /intsv/Tests/rrp1.tst | bfcf73e7c8e6229d6dc938f134e9c954552b2379 | [] | no_license | Meena92/Projects | b854c40b91515bb429c9e13fb0cbc95c03e0a9d6 | 06361e24bf51883ff4140db5c37c3f40836a5752 | refs/heads/master | 2020-03-29T01:45:03.726432 | 2019-06-11T05:26:08 | 2019-06-11T05:26:08 | 149,404,524 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,368 | tst | rrp1.tst | <?xml version="1.0" ?>
<TestCase name="rrp1" version="5">
<meta>
<create version="10.0.0" buildNumber="10.0.0.431" author="admin" date="11/09/2017" host="inbasdpc10722" />
<lastEdited version="10.0.0" buildNumber="10.0.0.431" author="admin" date="11/09/2017" host="inbasdpc10722" />
</meta>
<id>1CCCE6DFC52D11E7B2A3D8CB8A8AB1DA</id>
<Documentation>Put documentation of the Test Case here.</Documentation>
<IsInProject>true</IsInProject>
<sig>ZWQ9NSZ0Y3Y9LTEmbGlzYXY9MTAuMC4wICgxMC4wLjAuNDMxKSZub2Rlcz0tMTMxMDU3MTcwMg==</sig>
<subprocess>false</subprocess>
<initState>
</initState>
<resultState>
</resultState>
<Node name="http GET" log=""
type="com.itko.lisa.test.URLTrans"
version="2"
uid="503E4DC2C52D11E7B2A3D8CB8A8AB1DA"
think="500-1S"
useFilters="true"
quiet="false"
next="REST Step" >
<url>
<proto>http</proto>
<host>localhost</host>
<path>/</path>
</url>
<images>false</images>
<sslInfo>
</sslInfo>
<encoding>UTF-8</encoding>
<params-saved-as-unicode>true</params-saved-as-unicode>
</Node>
<Node name="REST Step" log=""
type="com.itko.lisa.ws.rest.RESTNode"
version="3"
uid="7720FCCAC52D11E7B2A3D8CB8A8AB1DA"
think="500-1S"
useFilters="true"
quiet="false"
next="end" >
<url>http://localhost/</url>
<content-type></content-type>
<data-type>text</data-type>
<httpMethod>GET</httpMethod>
<onError>abort</onError>
<encode-test-props-in-url>true</encode-test-props-in-url>
</Node>
<Node name="end" log=""
type="com.itko.lisa.test.NormalEnd"
version="1"
uid="1CCCE6E5C52D11E7B2A3D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="fail" >
</Node>
<Node name="fail" log=""
type="com.itko.lisa.test.Abend"
version="1"
uid="1CCCE6E3C52D11E7B2A3D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="abort" >
</Node>
<Node name="abort" log=""
type="com.itko.lisa.test.AbortStep"
version="1"
uid="1CCCE6E1C52D11E7B2A3D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="" >
</Node>
</TestCase>
|
ad6be95199bf8e66de2349f402926b868aee5dba | 449d555969bfd7befe906877abab098c6e63a0e8 | /2333/CH2/EX2.16/16.sce | a91fc7d49c7a87ce82785885326b00ce81780bbb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 394 | sce | 16.sce | clc
// Given that
lambda = 5450 // Wavelength in angstrom
mu = 1.5 // Refractive index of material
n = 3 // order of fringe
// Sample Problem 16 on page no. 100
printf("\n # PROBLEM 16 # \n")
printf("\n Standard formula used \n (mu - 1)*t = n*lambda\n")
t = n*lambda*1e-10/(mu-1) // Calculation of thickness of glass plate
printf("\n Thickness of glass plate is %f mm.", t*1e3)
|
532aa12ce4ff2208c5bf2e58eed9fe63b71d7672 | 527c41bcbfe7e4743e0e8897b058eaaf206558c7 | /Positive_Negative_test/Netezza-Base-StatisticalFunctions/FLManhattanDist-NZ-01.tst | 9ca24044bafa643bee27e76ef9468b76b7470639 | [] | no_license | kamleshm/intern_fuzzy | c2dd079bf08bede6bca79af898036d7a538ab4e2 | aaef3c9dc9edf3759ef0b981597746d411d05d34 | refs/heads/master | 2021-01-23T06:25:46.162332 | 2017-07-12T07:12:25 | 2017-07-12T07:12:25 | 93,021,923 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,762 | tst | FLManhattanDist-NZ-01.tst | -- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Netezza
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
-- Functional Test Specifications:
--
-- Test Category: Basic Statistics
--
-- Test Unit Number: FLManhattanDist-Netezza-01
--
-- Name(s): FLManhattanDist
--
-- Description: Aggregate function which returns the Manhattan distance between 2 points xi and yi, each having m dimensions
--
-- Applications:
--
-- Signature: FLManhattanDist(pX DOUBLE PRECISION, pY DOUBLE PRECISION)
--
-- Parameters: See Documentation
--
-- Return value: Double Precision
--
-- Last Updated: 11-20-2014
--
-- Author: Surya Deepak Garimella
--
-- BEGIN: TEST SCRIPT
--.run file=../PulsarLogOn.sql
--.set width 2500
--SELECT COUNT(*) AS CNT,
-- CASE WHEN CNT = 0 THEN ' Please Load Test Data!!! ' ELSE ' Test Data Loaded ' END AS TestOutcome
--FROM fzzlSerial a;
-- BEGIN: POSITIVE TEST(s)
---------- Positive Testing
---- Positive Test 1: One observation, Results should be 0
--- Return expected results, Good
SELECT FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 1 AND b.SerialVal <= 1;
---- Positive Test 2: Positive test case with multiple observations
SELECT FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 3: Manhattan Distance of -1.0 * Value, Results should not change
--- Return expected results, Good
SELECT FLManhattanDist(-1 * a.RandVal, -1 * b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 4: Manhattan Distance of Value + 1.0, Results should not change
--- Return expected results, Good
SELECT FLManhattanDist(a.RandVal + 1.0, b.RandVal + 1.0),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 5: Manhattan Distance of -1.0 * Value + 1.0, Results should not change
--- Return expected results, Good
SELECT FLManhattanDist(-1.0 * a.RandVal + 1.0, -1.0 * b.RandVal + 1.0),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 6: Manhattan Distance of 10.0 * Value + 1.0, Results should be 10 * Manh Distance
--- Return expected results, Good
SELECT FLManhattanDist(10 * a.RandVal + 1.0, 10 * b.RandVal + 1.0),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 7: Multiply by a very small number, Results should be 1e-100 * Manh Distance
--- Return expected results, Good
SELECT FLManhattanDist(1e-100 * a.RandVal, 1e-100 * b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 8: Multiply by a very large number, Results should be 1e100 * Manh Distance
--- Return expected results, Good
SELECT FLManhattanDist(1e100 * a.RandVal, 1e100 * b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Positive Test 9: Add a very large number, Results should not change
--- Results change significantly, Report JR issue
SELECT FLManhattanDist(1e10 + a.RandVal, 1e10 + b.RandVal),
FLManhattanDist(1e100 + a.RandVal, 1e100 + b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
-- END: POSITIVE TEST(s)
-- BEGIN: NEGATIVE TEST(s)
---- Negative Test 1: No data
--- Output Null, Good
SELECT FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= -1 AND b.SerialVal <= -1;
---- Negative Test 2: One of points are all Nulls, Results should be Null
--- Return expected results, Good
SELECT FLManhattanDist(CASE WHEN a.SerialVal <=1 THEN NULL ELSE a.RandVal END, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 1 AND b.SerialVal <= 1;
---- Negative Test 3: Value(Double Precision) out of range: Manhattan Distance of 1.0e400 * Value
--- Numeric Overflow error, Good
SELECT FLManhattanDist(1e400 * a.RandVal, 1e400 * b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
---- Negative Test 4: Value(Double Precision) out of range: Manhattan Distance of 1.0e-400 * Value
--- Numeric Overflow error, Good
SELECT FLManhattanDist(1e-400 * a.RandVal, 1e-400 * b.RandVal),
FLManhattanDist(a.RandVal, b.RandVal),
COUNT(*)
FROM fzzlSerial a,
fzzlSerial b
WHERE a.SerialVal <= 100 AND b.SerialVal <= 100;
-- END: NEGATIVE TEST(s)
-- END: TEST SCRIPT
|
681b66806626418b5fb41580ba22946d86a89af4 | aa4a21b8e929fd24f3158d9c283f1b1c58d78bec | /shape.sce | 358ac69ccf3395e6280251e06c64f88ee3a324d9 | [] | no_license | KiruthigaRagu/Application-of-F-distribution-on-Fisher-s-Iris-Data | 9ac0036bfbc18bb6aebb918571056c103fc767e3 | 32e43530283215af62bbecf58861b68f49b8cedb | refs/heads/master | 2020-04-16T07:47:58.424501 | 2019-01-12T15:55:58 | 2019-01-12T15:55:58 | 165,399,997 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 516 | sce | shape.sce | k=input("Enter the number of cases:")
function y=f(x)
y=((gamma(n/2+d/2)*n)*((n/d)*x)^((n/2-1))/((gamma(n/2)*gamma(d/2)*d)*(1+(n/d)*x)^(n/2)+d/2))
endfunction
for i=1:k
d=input('Enter the d value:')
n=input('Enter the n value:')
x=1:2:100;
y=feval(x,f)
xlabel('N')
ylabel('D')
title("GRAPH OF F-DISTRIBUTION")
plot2d(x,y,i+1,"F-DISTRIBUTION")
legends("N=",string(n),"D=",string(d))
end
deff('z=q(x,n,d)','z=((gamma(n/2+d/2)*n)*((n/d)*x)^((n/2-1))/((gamma(n/2)*gamma(d/2)*d)*(1+(n/d)*x)^(n/2)+d/2))')
|
b68856341748250890fff14b9cc0aaba98aba193 | 1573c4954e822b3538692bce853eb35e55f1bb3b | /DSP Functions/allpasslp2lp/test_5.sce | da46ab2d3a4786386527cca78168b7d01da0708c | [] | no_license | shreniknambiar/FOSSEE-DSP-Toolbox | 1f498499c1bb18b626b77ff037905e51eee9b601 | aec8e1cea8d49e75686743bb5b7d814d3ca38801 | refs/heads/master | 2020-12-10T03:28:37.484363 | 2017-06-27T17:47:15 | 2017-06-27T17:47:15 | 95,582,974 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 251 | sce | test_5.sce | // Test # 4 : Input Argument #2 is of complex type
exec('./allpasslp2mb.sci',-1);
[n,d]=allpasslp2lp(0.3,%i);
//!--error 10000
//Wo must be real ,numeric and scalar
//at line 37 of function allpasslp2lp called by :
//[n,d]=allpasslp2lp(0.3,%i)
|
6d92d5c94ec9f82530c7fbf4a462a325ec50e465 | 449d555969bfd7befe906877abab098c6e63a0e8 | /55/CH7/EX7.1/7ex1.sci | 67caf6f11933a329e8e7713b5491f2f4982c5b2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,345 | sci | 7ex1.sci | S=[1,2,3,4,5,6]; //sample space for the rolling of a die
A=[2,4,6]; //event that an even number occurs
B=[1,3,5]; //event that an odd number occurs
C=[2,3,5]; //event that a prime number occurs
disp(union(A,C),'sample space for the event that an even or a prime number occurs')
disp(intersect(B,C),'sample space for the event that an odd prime number occurs')
disp(setdiff(S,C),'sample space for the event that a prime number does not occur') //It is the complement of the set C.
intersect(A,B) //It is a null set or null vector since there can't occur an even and an odd number simultaneously
H=0; //"head" face of a coin
T=1; //"tail" face of a coin
S=["000","001","010","011","100","101","110","111"] ; //sample space for the toss of a coin three times
A=["000","001","100"]; //event that two more or more heads appear consecutively
B=["000","111"]; //event that all tosses are the same
disp(intersect(A,B),'sample space for the event in which only heads appear')
disp('Experiment:tossing a coin until a head appears and then counting the number of times the coin is tossed')
S=[1,2,3,4,5,%inf] //The sample space has infinite elements in it
disp("Since every positive integer is an element of S,the sample space is infinite") |
6fdfa0e15c2a198b89989bb4743c08ae47dcf3b3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2441/CH5/EX5.13/Ex5_13.sce | e15752a36a4fab8afae899b629c8e820d272aebb | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 615 | sce | Ex5_13.sce | //Example 5.13
clc;clear;close;
format('v',5);
G=4000;//MW
R=2;//Hz/p.u.MW////Speed regulation constant
H=5;//sec
C=600;//MW//Capacity
theta=40;//degree///Power angle
f=50;//Hz
disp("Part(a)");
T=C/G*cosd(theta);//sec
omega0=sqrt([2*%pi*f*T/H-(f/4/R/H)^2]);//radian/sec
disp(omega0,"Frequency of oscillation(radian/sec)");
disp("Part(b)");
delLB=100;//MW//change in load in area B
delPAB=delLB/2;//MW//because Beta_A=Beta_B
disp(delPAB,"Change in tie line power(MW)");
disp("Part(c)");
format('v',6);
omega0=sqrt([2*%pi*f*T/H]);//radian/sec
disp(omega0,"Frequency of oscillation(radian/sec)");
|
bac9471482b488b76c08209071b25214f25f5adf | 449d555969bfd7befe906877abab098c6e63a0e8 | /2732/CH10/EX10.8/Ex10_8.sce | ff10e034a673e2628f2a09ba1fea5bd39c14baa6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 723 | sce | Ex10_8.sce | clc
//initialization of variables
clear
w=64 //kg
H=60 //cm
b=40 //cm
h=5 //cm
E=0.12*10^6 //kg/cm^2
Es=2*10^6 //kg/cm^2
// for part (a) and (b)
I=b*h^3/12
del=4*w*120^3/(E*I)
P=w*(1+sqrt(1+(2*H/del)))
str=P*240*6/(b*h^2)
printf('part (a) and (b)')
printf('\n Maximum stress in wood = %d kg/cm^2',str)
printf('\n Max. force on divers feet = %d kg',P)
//for part (c)
Ixx=I*E/Es
Zxx=19.4 //cm^2
Ixx=72.7 //cm^4
del=4*w*120^3/(Es*Ixx)
P=w*(1+sqrt(1+(2*H/del)))
str=P*240/Zxx
// results
printf('\n part (c)')
printf('\n Maximum stress in steel = %d kg/cm^2',str)
printf('\n Max. force on divers feet = %d kg',P)
printf('\n Hence wood is better than steel')
// wrong calculations in some parts
|
e072bac23c58ee224457f0ed385f93face5232d7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1922/CH9/EX9.10.b/9_10b.sce | d27c6bd4b3b7b84a1ec05f92b85bbb7090cdf5c6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 995 | sce | 9_10b.sce | clc
clear
//Initialization of variables
kp=1.09
kp2=0.154
feed=[ 1 5 0 0 0 ]
//calculations
x=poly(0,"x")
vec=roots(kp/4^4 /4 *(1-x)*(5-2*x)^2 *(6+2*x)^2 -x^5)
x=vec(5)
pro=feed- [x 2*x -x -4*x 0]
y=poly(0,"y")
vec2=roots(kp2*(0.273-y)*(0.727-y)*(7.454+2*y)^2 - 4*y^2 *(2.908+2*y)^2 *4)
y=vec2(4)
pro2=pro-[ y 0 y -2*y -2*y]
z=poly(0,"z")
vec3= roots(kp*(0.189-z)*(3.546-2*z)^2 *(7.622+2*z)^2 -(0.643+z)*(3.076+4*z)^4 *4)
z=vec3(5)
pro3=pro2 - [z 2*z -z -4*z 0]
w=poly(0,"w")
vec4=roots(kp2*(0.229-w)*(0.603-w)*(7.542+2*w) - (2.916+2*w)^2 *(0.168+2*w)^2 *4)
w=vec4(4)
w=0.01
pro4=pro3-[w 0 w -2*w -2*w]
//results
disp("feed = ")
format('v',6);feed
disp(feed)
disp("After reactor 1,")
format('v',6);pro
disp(pro)
disp("After reactor 2,")
format('v',6);pro2
disp(pro2)
disp("After reactor 3,")
format('v',6);pro3
disp(pro3)
disp("After reactor 4")
format('v',6);pro4
disp(pro4)
disp("The answers are a bit different due to rounding off error in textbook")
|
1f9f9552d43e2cbc55455085b2fb324817c376a9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3640/CH4/EX4.7/Ex4_7.sce | d3181f4c86b55b85e85f850c5c47be2c1e6cc9dc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 3,543 | sce | Ex4_7.sce | clc
//code uses userdefined function complexstring
function s=complexstring(a)
if imag(a)>=0 then
s=sprintf('%g+%gi',real(a),imag(a))
else
s=sprintf('%g%gi',real(a),imag(a))
end
funcprot(0)
endfunction
//dc test
Vdc=13.8 //dc voltage in volts
Idc=13 //direct current in amperes
//no load test
Vnl=220 //applied no voltage in volts
f=60 //applied frequency in Hz
//blocked rotor test
VBR=23.5 //blocked rotor voltage in volts
f1=15 //frequency in Hz
Ia=12.8 //current of phase A
Ib=13.1 //current of phase B
Ic=12.9 //current of phase C
//from blocked rotor
IBR=(Ia+Ib+Ic)/3 //ans may vary due to roundoff error
mprintf("IBR=%fA\n",IBR)
ZBR=VBR/(sqrt(3)*IBR)
mprintf("|ZBR|=%fΩ\n",ZBR)//ans may vary due to roundoff error
P1=179 //power in watts
P2=290 //power in watts
PBR=P1+P2
mprintf("PBR=%fW\n",PBR)
RBR=PBR/(3*(IBR^2))//ans may vary due to roundoff error
mprintf("RBR=%fΩ\n",RBR)
mprintf("θBR=%f\n",(acos(PBR/(sqrt(3)*VBR*IBR)))*(180/%pi))//ans may vary due to roundoff error
mprintf("X`BR=|ZBR|*sinθBR=%fΩ\n",ZBR*sin(acos(PBR/(sqrt(3)*VBR*IBR))))//ans may vary due to roundoff error
XBR=(f/f1)*(ZBR*sin(acos(PBR/(sqrt(3)*VBR*IBR))))
mprintf("XBR=(fB/f1)*X`BR=%fΩ\n",XBR)//ans may vary due to roundoff error
x1=0.4*XBR //designed reactance
x2=0.6*XBR //designed reactance
mprintf("x1=%fΩ\n",x1)//ans may vary due to roundoff error
mprintf("x2=%fΩ\n",x2)//ans may vary due to roundoff error
//from dc test
r1=0.5*(Vdc/Idc)
mprintf("r1=%fΩ\n",r1)//ans may vary due to roundoff error
r2=RBR-r1
mprintf("r2=%fΩ\n",r2)//ans may vary due to roundoff error
//from no load test
Ia=3.86 //current of phase A in amperes
Ib=3.86 //current of phase B in amperes
Ic=3.89 //current of phase C in amperes
Inl=(Ia+Ib+Ic)/3
mprintf("Inl=%fA\n",Inl)//ans may vary due to roundoff error
Znl=Vnl/(sqrt(3)*Inl)
mprintf("Znl=x1+Xm=%fΩ\n",Znl)//ans may vary due to roundoff error
Xm=Znl-x1
mprintf("Xm=Znl-x1=%fΩ\n",Xm)//ans may vary due to roundoff error
P1=550 //power in watts
P2=-350 //power in watts
Pnl=P1+P2
mprintf("Pnl=%fW\n",Pnl)//ans may vary due to roundoff error
Pfwc=Pnl-(3*Inl*Inl*r1)
mprintf("Pfwc=%fW\n",Pfwc)//ans may vary due to roundoff error
Prot=Pfwc
s=0.03
z2=(r2/s)+(%i*x2)
disp('z2='+complexstring(z2)+'Ω')//ans may vary due to roundoff error
mprintf("Z2=%fohms with a phase angle of %fdegrees\n",abs(z2),(acos(real(z2)/abs(z2)))*180/%pi)
Zf=(z2*(%i*Xm))/(z2+(%i*Xm))
disp('Zf='+complexstring(Zf)+'Ω')//ans may vary due to roundoff error
mprintf("Zf=%fohms with a phase angle of %fdegrees\n",abs(Zf),(acos(real(Zf)/abs(Zf)))*180/%pi)
Rf=real(Zf)
Zin=r1+Zf+(%i*x1)
disp('Zin='+complexstring(Zin)+'Ω')//ans may vary due to roundoff error
mprintf("Zin=%fohms with a phase angle of %fdegrees\n",abs(Zin),(acos(real(Zin)/abs(Zin)))*180/%pi)
mprintf("power factor=%f\n",(real(Zin)/abs(Zin)))//ans may vary due to roundoff error
I1=Vnl/(sqrt(3)*abs(Zin))
mprintf("|I1|=%fA\n",I1)//ans may vary due to roundoff error
Pin=(sqrt(3)*(real(Zin)/abs(Zin))*I1*Vnl)//ans is wrong in textbook
mprintf("power drawn from line=sqrt(3)*VL*|I|*cosθΦ=%fW\n",Pin)
Rf=real(Zf)
Pg=3*I1*I1*Rf
mprintf("Pg=%fW\n",Pg)//ans is wrong in textbook
DMP=Pg*(1-s)
mprintf("DMP=%fW\n",DMP)//ans is wrong in textbook
Pout=DMP-Prot
mprintf("output horsepower=%fhp\n",Pout/746)//ans may vary due to roundoff error,1 hp=746 watts
mprintf("η=Pout/Pin=%f\n",Pout/Pin)//ans may vary due to roundoff error
|
21fd3f8495466ba2d73329f8d6c559cb3b80287f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH3/EX3.23/Chapter3_Exampl23.sce | 13274156ad90c7d0141909f5bf290e7a054601d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,362 | sce | Chapter3_Exampl23.sce | clc
clear
//INPUT DATA
l=20;//Stroke in cm
d=15;//Bore in cm
N=400;//speed in rpm
Rc=22;//compression ratio
p1=101.325;//Pressure in kN/m^2
t1=303;//temperature in K
n1=1.3;//no of cycles
n2=1.35;//no of cycles
g=1.4;//constant
cp=1.005;//specific pressure
cv=0.718;//specific volume
R=0.287;//gas constnat
v1=0.003698;//specific volume in m^3/s
vs=0.00353;//specific volume in m^3/s
ro=2.68;//cutoff ratio
//CALCULATIONS
p2=p1*(Rc^(n1));//pressure in kN/m^2
t2=t1*(Rc^(n1-1));//temperature in K
t3=t2*(ro);//temperature in K
p4=p2*((ro/Rc)^n2);//maximum pressure in kN/m^2
t4=t3*(1/((Rc/ro)^(n2-1)));//maximum temperature in K
m=p1*v1/(R*t1);//mass flow rate in kg/s
wn=R*((t3-t2)+((t3-t4)/(n2-1))-((t2-t1)/(n1-1)));//work done in kJ/kg
pm=wn*m/(vs);//mean effective pressure in kN/m^2
Qs=cp*(t3-t2);//heat supplied in kJ/kg
nd=(wn/Qs)*100;//thermal efficiency in percentage
P=wn*m*N/60;//POWER DEVELOPED
//OUTPUT
printf('(a)The temperature and pressure at all corner points are \n pressure at point 1 is %3.2f kN/m^2 \n temperature at point 2 is %3.2f K \n temperature at point 3 is %3.2f K \n maximum pressure is %3.2f kN/m^2 \n temperature at point 4 is %3.2f K \n(b)The mean effective pressure is %3.3f kN/m^2 \n (c)Thermal efficiency is %3.2f percentage \n (d)Power developed is %3.2f kJ/s ',p2,t2,t3,p4,t4,pm,nd,P)
|
abb3918df3cbaa15a72207be819f8d3e33ef8414 | 993c10f7706af779d36ea4b5254792a34da554c1 | /ann/practice/Perceptron/perceptron.sci | 81628bde4f006555b4bcf079055b069edec90dbf | [] | no_license | francislz/college_codes | e1c113a29fcb704a243e5a942bf2c629157d315a | 41bbefbe13135eb2654815aeb546a44462847b87 | refs/heads/master | 2022-01-29T11:15:15.597217 | 2018-11-01T22:40:13 | 2018-11-01T22:40:13 | 155,784,263 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 149 | sci | perceptron.sci | // perceptron: function description
function y = perceptron(W, b, X)
u = W * X + b;
u(u >= 0) = 1;
u(u < 0) = 0;
y = u;
endfunction
|
6cab45e8502b9cfde2d18dd9435ec4c037a1c360 | 449d555969bfd7befe906877abab098c6e63a0e8 | /443/CH17/EX17.7/17_7.sce | a894d76be72aa0f7c934d15a560bdbcf578b390e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 408 | sce | 17_7.sce | pathname=get_absolute_file_path('17_7.sce')
filename=pathname+filesep()+'17_7_data.sci'
exec(filename)
//Brake mean effecive pressure(D and L remain same as previous problem)
pbm=(P*60000)/(0.25*%pi*D^2*L*N*0.5)*10^-5
//Torque developed by the engine
T=(P*60000)/(2*%pi*N)
printf("\n\nRESULTS\n\n")
printf("\nBrake mean effective pressure:%f\n",pbm)
printf("\nTorque developed by the engine:%f\n",T) |
4669f74258a13d32c3dc381a1ef0fcc9c1d0d6bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /2780/CH12/EX12.11/Ex12_11.sce | 520fe1f7eba812ed739cd503ba3874c37d202c67 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 219 | sce | Ex12_11.sce | clc
//to calculate skin depth
f=10^8 //frequency
sigma=3*10^7 //conductivity of the medium
muo=4*%pi*10^-7 //permeability of free space
del=sqrt(2/(2*%pi*f*sigma*muo))
disp("skin depth is del="+string(del)+"m")
|
2d952b86ac7a5975897d25508f1ac9d0fb27467a | 449d555969bfd7befe906877abab098c6e63a0e8 | /1727/CH2/EX2.16/2_16.sce | 0e732a8b89c37e2ba41ae0f731f56bf65a9867f8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 213 | sce | 2_16.sce | clc
//Initialization of variables
x=poly(0,"x")
//calculations
y=6*x^2 -6*x+1
z=roots(y)
//results
printf("For stability, s must be greater than %.2f and less than %.2f and must be less than 1",z(1),z(2))
|
70e44e3b884347022fa4bb411140b79e64c547c2 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3/Unix-Windows/scilab-2.3/macros/percent/%rxr.sci | 37ef85b26c83fd6728d1cb3572812084d47188ff | [
"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 | 182 | sci | %rxr.sci | function f=%rxr(s1,s2)
// %rxr(r1,r2)=r1.*r2 r1,r2 rationals
//!
[s1,s2]=sysconv(s1,s2)
[num,den]=simp(s1(2).*s2(2),s1(3).*s2(3))
f=tlist(['r','num','den','dt'],num,den,s1(4))
|
bba2bcd5152bbe2356bfdfcb69b2cea978422363 | 0c7d100cb0cf4ca584a252d56aef57d8692e87bd | /Automatique/TP4/TP.sce | a813f584abd825a72cea7b20eecc37e171d76701 | [] | no_license | MacBootglass/insa | 1957913df94ce0742e19ec400e258fec032a3619 | 612acee69e8195f3202aede45fede79fabf47d01 | refs/heads/master | 2021-01-10T22:36:39.551539 | 2017-04-26T09:23:02 | 2017-04-26T09:23:02 | 54,901,623 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,540 | sce | TP.sce | clear;
clc();
xdel(winsid());
function [tm, tmBis, tr5, depassement] = cara(y, t, K)
tr5 = max([t(max(find(y>=(1.05*K)))), t(max(find(y<=(0.95*K))))]);
tm = t(min(find(y>=0.9*max(y))))- t(max(find(y<=0.1*max(y))));
tmBis = t(min(find(y>=K)));
depassement = ((max(y)-K)/K)*100;
endfunction
function [wc0, fc0, margePhase, margeGain] = perf(sys)
[phase,fc0] = p_margin(sys);
wc0 = 2 * %pi * fc0;
//[gain,ph] = dbphi(repfreq(sys,fc0));
margePhase = 180 - abs(phase);
[margeGain, freqG] = g_margin(sys);
endfunction
function affCara(tr5, tm, tmBis, depassement)
printf("\t- Temps de réponse en seconde pour laquelle le signal ne dépasse plus 5 pourcents de sa valeur finale: %f \n", tr5);
printf("\t- Temps de montée en seconde (passage de 10 à 90 pourcents de la valeur finale): %f \n", tm);
printf("\t- Temps de montée en seconde (temps pour atteindre la valeur finale): %f \n", tmBis);
printf("\t- Dépassement en pourcentage: %f \n", depassement);
endfunction
function affPerf(wc0, fc0, margePhase, margeGain)
printf('\t- Pulsation de coupure wc0: %f \n', wc0);
printf('\t- Fréquence de coupure fc0: %f \n', fc0);
printf('\t- Marge de phase : %f \n', margePhase);
printf('\t- Marge de gain: %f \n', margeGain);
endfunction
// PARTIE 1.1
//Calcul
K2 = 20;
T1 = 0.1;
T2 = 0.01;
T3 = 0.001;
p = %s;
H2 = (K2*(1+T1*p)) / ((1+T2*p)*(1+T3*p));
tH2 = (0:T3/100:100*T3);
sysH2 = syslin('c', H2);
yH2 = csim('step', tH2, sysH2);
[tmH2, tmBisH2, trH2, depassementH2] = cara(yH2, tH2, K2);
[wc0_H2, fc0_H2, margePhaseH2, margeGainH2] = perf(sysH2);
//Affichage
figure(1);
title("Réponse indicielle de H2(p)");
xlabel("Temps (s)");
ylabel("Amplitude");
plot2d(tH2, yH2');
figure(2);
title("Réponse fréquentielle de H2(p)");
bode(sysH2, 10^-2, 10^4);
printf("\n--------------------------------------\n");
printf("Partie 1.1\n");
printf("--------------------------------------\n");
affCara(trH2, tmH2, tmBisH2, depassementH2);
affPerf(wc0_H2, fc0_H2, margePhaseH2, margeGainH2);
//Partie 1.2
//Calcul
wc0 = 10000;
Ti = 10/wc0;
Kp2 = (T3*wc0*sqrt(1+(T2*wc0)^2))/(K2*sqrt(1+(T1*wc0)^2));
C2 = Kp2*((1+Ti*p)/(Ti*p));
H2BO = H2*C2;
H2BF = H2BO/(1+H2BO);
tH2BF = (0:Ti/100:Ti);
sysH2BO = syslin('c', H2BO);
sysH2BF = syslin('c', H2BF);
yH2BF = csim('step', tH2BF, sysH2BF);
K2BF = yH2BF(length(yH2BF));
[tmH2BF, tmBisH2BF, trH2BF, depassementH2BF] = cara(yH2BF, tH2BF, K2BF);
[wc0_H2BO, fc0_H2BO, margePhaseH2BO, margeGainH2BO] = perf(sysH2BO);
//Affichage
figure(3)
title("Réponse fréquentielle de H2BO(p)");
bode(sysH2BO);
figure(4)
title("Réponse indicielle de H2BF(p)");
xlabel("Temps (s)");
ylabel("Amplitude");
plot2d(tH2BF, yH2BF');
printf("\n--------------------------------------\n");
printf("Partie 1.2\n");
printf("--------------------------------------\n");
affCara(trH2BF, tmH2BF, tmBisH2BF, depassementH2BF);
affPerf(wc0_H2BO, fc0_H2BO, margePhaseH2BO, margeGainH2BO);
//Partie 2.1
//Calcul
K1 = 93;
m = 0.12;
w0 = 1.8;
H1 = K1/(1+(2*m*p)/w0+(p^2)/(w0^2));
tH1 = (0:w0/10:10*w0);
sysH1 = syslin('c', H1);
yH1 = csim('step', tH1, sysH1);
[wc0_H1, fc0_H1, margePhaseH1, margeGainH1] = perf(sysH1);
[wc0_H2BF, fc0_H2BF, margePhaseH2BF, margeGainH2BF] = perf(sysH2BF);
//Affichage
figure(5)
title("Réponse fréquentielle de H1(p)");
bode(sysH1);
figure(6)
title("Réponse fréquentielle de H2BF(p)");
bode(sysH2BF, 10^-2, 10^4);
printf("\n--------------------------------------\n");
printf("Partie 2.1\n");
printf("--------------------------------------\n");
printf("Performances H1:\n");
affPerf(wc0_H1, fc0_H1, margePhaseH1, margeGainH1);
printf("Performances H2BF:\n");
affPerf(wc0_H2BF, fc0_H2BF, margePhaseH2BF, margeGainH2BF);
//Partie 2.2 et 2.3
function partie2_3(m, K1, w0, wc0, fig, affFig)
//Calcul
Ti = 10/wc0;
phiH1 = -atan(((2*m*wc0)/(w0))/(1-(wc0/w0)^2));
mPhase = (60/180)*%pi;
Td = tan(mPhase - %pi/2 - atan(10) - phiH1)/wc0;
num = abs(Ti*wc0)*sqrt(((2*m*wc0)/w0)^2 + (1-(wc0/w0)^2)^2);
den = abs(K1)*sqrt(1+(Ti*wc0)^2)*sqrt(1+(Td*wc0)^2);
Kp1Bis = num/den;
Kp1 = 0.207;
t = (0:Ti/100:5*Ti);
C1 = (Kp1Bis * (1+Td*p) * (1+Ti*p)) /(Ti*p);
H1BO = H1*C1;
H1BF = H1BO/(1+H1BO);
sysH1BO = syslin('c', H1BO);
sysH1BF = syslin('c', H1BF);
yH1BF = csim('step', t, sysH1BF);
KH1BF = yH1BF(length(yH1BF));
[tm, tmBis, tr, depassement] = cara(yH1BF, t, KH1BF);
[wc_0, fc0, margePhase, margeGain] = perf(sysH1BO);
//Affichage
printf("\nSynthèse du régulateur de traction pour m=%f, K1=%f, w0=%f \n", m, K1, w0);
printf("\t- phiH1: %f \n", phiH1);
printf("\t- Ti: %f \n", Ti);
printf("\t- Td: %f \n", Td);
printf("\t- Kp1 trouvé: %f\n", Kp1Bis);
affCara(tr, tm, tmBis, depassement);
affPerf(wc_0, fc0, margePhase, margeGain);
if affFig == 1 then
figure(fig(1));
title("Réponse fréquentielle de H1B0(p)");
bode(sysH1BO);
figure(fig(2));
title("Réponse indicielle de H1BF(p)");
xlabel("Temps (s)");
ylabel("Amplitude");
plot2d(t, yH1BF');
plot2d(t, KH1BF*ones(1,length(yH1BF)), 21);
end
endfunction
printf("\n--------------------------------------\n");
printf("Partie 2.2 et 2.3\n");
printf("--------------------------------------\n");
partie2_3(0.12, 93, 1.8, 6.925, [7,8], 1);
partie2_3(0.038, 172, 2.25, 6.925, [9,10], 1);
partie2_3(0.27, 74.7, 1.1, 6.925, [11, 12], 1);
|
9da7f52ea350d10f8324fc3871d2f7897b2cdb17 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3782/CH3/EX3.20/Ex3_20.sce | cf59899d11d7e8c822ba073f9c99a5e11b428ec1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 2,241 | sce | Ex3_20.sce |
//
//given
BB_AB=248+(15/60)
BB_BC=326+(15/60)
BB_CD=46+(0/60)
BB_DE=38+(15/60)
BB_EA=147+(45/60)
FB_AB=68+(15/60)
FB_BC=148+(45/60)
FB_CD=224+(30/60)
FB_DE=217+(15/60)
FB_EA=327+(45/60)
//(a)
includedA=-FB_AB+BB_EA
includedB=-FB_BC+BB_AB
includedC=BB_BC-FB_CD
includedD=360-(171+(15/60))
exteriorD=FB_DE-BB_CD
exteriorE=FB_EA-BB_DE
includedE=360-(289+(30/60))
//convert into mins and degrees
deg1=int(includedA)
mins1=int((includedA-deg1)*60)
deg2=int(includedB)
mins2=int((includedB-deg2)*60)
deg3=int(includedC)
mins3=int((includedC-deg3)*60)
deg4=int(exteriorD)
mins4=int((exteriorD-deg4)*60)
deg5=int(includedD)
mins5=int((includedD-deg5)*60)
deg6=int(exteriorE)
mins6=int((exteriorE-deg6)*60)
deg7=int(includedE)
mins7=int((includedE-deg7)*60)
n=5
check=(2*n-4)*90
summ=includedA+includedB+includedC+includedD+includedE
printf("\n included angle A= %0.3f degrees %0.3f minutes",deg1,mins1)
printf("\n included angle B= %0.3f degrees %0.3f minutes",deg2,mins2)
printf("\n included angle C= %0.3f degrees %0.3f minutes",deg3,mins3)
printf("\n exterior angle D= %0.3f degrees %0.3f minutes",deg4,mins4)
printf("\n included angle D= %0.3f degrees %0.3f minutes",deg5,mins5)
printf("\n exterior angle D= %0.3f degrees %0.3f minutes",deg6,mins6)
printf("\n included angle E= %0.3f degrees %0.3f minutes",deg7,mins7)
printf("\n %0.3f degrees %0.3f degrees ",check,summ)
//(b)
printf("\n %0.3f correct %0.3f correct %0.3f correct", FB_AB,FB_BC,BB_AB)
FB_BC=(328+(45/60))-(326+(15/60))
FB_CD=(224+(30/60))+FB_BC
BB_CD=227-180
correctionatD=1
FB_DE=(217+(15/60))+1
BB_DE=FB_DE-180
deg1=int(FB_AB)
mins1=int((FB_AB-deg1)*60)
deg2=int(FB_CD)
mins2=int((FB_CD-deg2)*60)
deg3=int(BB_CD)
mins3=int((BB_CD-deg3)*60)
deg4=int(FB_DE)
mins4=int((FB_DE-deg4)*60)
deg5=int(BB_DE)
mins5=int((BB_DE-deg5)*60)
printf("\n correction= %0.3f ",correctionatD)
printf("\n corrected values are:")
printf("\n FB_AB= %0.3f degrees %0.3f minutes",deg1,mins1)
printf("\n FB_CD= %0.3f degrees %0.3f minutes",deg2,mins2)
printf("\n BB_CD= %0.3f degrees %0.3f minutes",deg3,mins3)
printf("\n FB_DE= %0.3f degrees %0.3f minutes",deg4,mins4)
printf("\n BB_DE= %0.3f degrees %0.3f minutes",deg5,mins5)
printf("\n AB=100m, BC=100m,CD=50m, scale=20m for plot")
|
830a7a89fbacf2141f336fe623ec1337a4437831 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2825/CH19/EX19.6/Ex19_6.sce | ccf84a3f33d1bcb7ba199e9c9c25e03fa6dc2431 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 131 | sce | Ex19_6.sce | //Ex19_6 Pg-959
clc
dec=9 //decimal input
bin=dec2bin(dec) //binary output
disp("The binary equivalent of 9 is")
disp(bin)
|
16cb4dbd7e054d84182bc64091ece18bf50c5a5b | d8cab241a02c8d06f859a4adbf2748d68c08d385 | /Jacobi.sce | 06d67503f441924a7d8f6db5b86f72f8f058a8a4 | [] | no_license | eluire/CN | 6327b9619a6e00d2870912830393def2ca82b856 | e2027e0d20c549bb1a79ce830c6affcf4cbe1149 | refs/heads/master | 2021-09-16T07:13:23.367948 | 2018-06-18T10:51:21 | 2018-06-18T10:51:21 | 126,038,180 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 354 | sce | Jacobi.sce | clc
xold=zeros(4,1);
xnew=zeros(4,1);
p=5
i=0
while(1)
xnew(1)=((0.3*xold(2)+0.6*xold(3)+1.8)/3)
xnew(2)=((0.6*xold(1)+0.6*xold(3)+10.8)/6)
xnew(3)=((1.6*xold(2)+6.4*xold(4)-8)/8)
xnew(4)=((0.2*xold(1)+0.6*xold(2)-0.4*xold(3)+3)/2)
erro_rel=(max(abs(xnew-xold)))/(max(abs(xnew)));
xold=xnew
i=i+1
if(erro_rel<10^-p)
break
end
end
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.