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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
56259cbcd4fe7cba4b1ce39fc80bc94f3a5f7dc6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1673/CH3/EX3.22/3_22.sce | e68596aec90ce72caa2c1eba2045b7fe7fd2db4a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 364 | sce | 3_22.sce | //newton's general interpolation formula
//example 3.22
//page 114
clc;clear;close;
x=[300 304 305 307];
y=[2.4771 2.4829 2.4843 2.4871];
for i=1:3
d1(i)=(y(i+1)-y(i))/(x(i+1)-x(i));
end
for i=1:2
d2(i)=(d1(i+1)-d1(i))/(x(i+2)-x(i));
end
x0=301;
log301=y(1)+(x0-x(1))*d1(1)+(x0-x(2))*d2(1);
printf(' valure of log(%d) is :%0.4f',x0,log301);
|
c1130da5d8e612a79328ea349d19a2ea7360a6b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1019/CH8/EX8.18/Example_8_18.sce | bafe51699c17cd6e9ae4cfcd1459a8b7772cc74d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | Example_8_18.sce | //Example 8.18
clear;
clc;
//Given
delHo=241.82;//Enthalpy of reaction in kJ mol^-1
delSo=44.4;//Entropy of the reaction in J K^-1 mol^-1
K=1;//equillibrium constant for the reaction
//To determine the temperature
delGo=0;//since delGo=RTlog(k) and log(1)=0
T=(delHo*1000)/delSo;//temperature in K
mprintf('Temperature at which K=1 is %f K',T);
//end |
0d07fcdd15281cf73ffa6b64b7f20c89c90c69b9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3507/CH21/EX21.1/Ex21_1.sce | 49644cd4775c1c7e9138e3d8bb03ece19102c2a1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 233 | sce | Ex21_1.sce | //chapter21
//example21.1
//page456
Vcc=10 // V
Vbe=0.7 // V
Rb=47d3 // ohm
Rc=1d3 // ohm
gain=100
Ic_sat=Vcc/Rc
Ib=Ic_sat/gain
V_plus=Ib*Rb+Vbe
printf("voltage required to saturate transistor = +%.3f V \n",V_plus)
|
f4b5dd3bdb7152ec61a86aa27b56fa3a94716df3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH4/EX4.4/Ch04Ex4.sce | fbfe47889fa292910e86d8381ad9021cea02cd9f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | Ch04Ex4.sce | // Scilab Code Ex4.4:: Page-4.6 (2009)
clc; clear;
ip = 60; // Polarizing angle, degrees
A = 60; // Angle of equilateral prism, degrees
mu = tand(ip); // Refractive index of the material from Brewster's law
// For angle of minimum deviation in prism, delta_m, refractive index
// mu = sind((A+delta_m)/2)/sind(A/2), solving for delta_m
delta_m = 2*asind(mu*sind(A/2))-A; // Angle of minimum deviation, degrees
printf("\nThe angle of minimum deviation for green light = %2d degrees", ceil(delta_m));
// Result
// The angle of minimum deviation for green light = 60 degrees
|
23cd6decc7e4bba05d9f5728065fb1a5b43f6d80 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3685/CH22/EX22.6/Ex22_6.sce | 6f803f6a6cee5529c5813f5dbdfcda070be05777 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 434 | sce | Ex22_6.sce | clc
// Given that
F = .90 // Fraction of electrons leaving the cathode ray reach the anode without making a collision
x = 0.2 // Distance between cathode ray and anode in m
d = 3.6e-10 // Diameter of ion in m
t = 2000 // Temperature of electron in K
printf("\n Example 22.6 \n")
lambda = x/(log(1/F))
sigma = %pi*(d^2)
n = 4/(sigma*lambda)
p = n*(1.38*10^-23)*(t)
printf("\n Pressure in the cathode ray tube = %f Pa",p)
|
fb32e6bc299aa2353785a7ff1b2fce64e8bb4c04 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1092/CH8/EX8.6/Example8_6.sce | 5e3e4e3d193dddf0f77fbd72b315263527a5b26f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,058 | sce | Example8_6.sce | // Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 8: AC DYNAMO TORQUE RELATIONS - SYNCHRONOUS MOTORS
// Example 8-6
clear; clc; close; // Clear the work space and console.
// Given data as per Example 8-4
// Y-connected synchronous dynamo
P = 2 ; // No. of poles
hp = 1000 ; // power rating of the synchronous motor in hp
V_L = 6000 ; // Line voltage in volt
f = 60 ; // Frequency in Hz
R_a = 0.52 ; // Effective armature resistance in ohm
X_s = 4.2 ; // Synchronous reactance in ohm
P_t = 811 ; // Input power in kW
PF = 0.8 ; // Power factor leading
// Calculated values from Example 8-4
E_gp = 3687 ; // Generated voltage/phase in volt
I_a = 97.55 ; // Phase armature current in A
phi = (42.45 - 0); // Phase angle between E_gp and I_a in degrees
// where 42.45 and 0 are phase angles of E_gp and I_a in degrees respectively.
// Calculations
// case a
P_p = E_gp * I_a * cosd(phi) / 1000; // Mechanical power developed per phase in kW
P_t_a = 3 * P_p ; // Total mechanical power developed in kW
// case b
P_t_b = P_t_a / 0.746 ; // Internal power developed in hp at rated load
// case c
S = 120 * f / P ; // Speed of the motor in rpm
T_int = ( P_t_b * 5252 ) / S ; // Internal torque developed in lb-ft
// case d
T_ext = ( hp * 5252 ) / 3600 ; // External torque developed in lb-ft
eta = (T_ext / T_int) * 100 ; // Motor efficiency in percent
// Display the results
disp("Example 8-6 Solution : ");
printf(" \n a: Similar to a dc motor, the mechanical power developed in the armature");
printf(" \n is the product of the induced EMF per phase, the armature current");
printf(" \n per phase, and the cosine of the angle between them.\n");
printf(" \n P_p = %.3f kW \n P_t = %.1f kW \n", P_p, P_t_a );
printf(" \n b: P_t = %.1f hp \n ", P_t_b );
printf(" \n c: T_int = %.f lb-ft \n ", T_int );
printf(" \n d: T_ext = %d lb-ft \n", T_ext );
printf(" \n Motor Efficiency,\n eta = %.1f percent ", eta );
|
c584086d813f15a4737fd14a39e904607bff0db1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1109/CH3/EX3.11/3_11.sce | 80597040d4511e4b5b75b5f3f515cf8145d30658 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 843 | sce | 3_11.sce | clear;
clc;
l=50;Zo=692*exp(%i*(-%pi/(180/12)));a=0.00755;b=0.0355;Zr=300;f=1000;Vs=10;
P=a+(%i*b);
Zin=Zo*((Zr*cosh(P*l))+(Zo*sinh(P*l)))/((Zo*cosh(P*l))+(Zr*sinh(P*l)));
Is=Vs/Zin*(10)^-1;
A=real(Is);
B=imag(Is);
printf("-Sending end current = %f /_ %f Amp\n",round(abs(Is)*10^5)/10^5,round(atan(B,A)*180*10/%pi)/10);
Vr=Vs*((cosh(P*l))-((Zo*sinh(P*l))/Zin));
C=real(Vr);
D=imag(Vr);
printf("-Receiving end voltage = %f /_ %f volts\n",round(abs(Vr)*10)/10,round(atan(D,C)*180/%pi));
Ir=Vr/Zr;
E=real(Ir);
F=imag(Ir);
printf("-Receiving end current = %f /_ %f Amp\n",round(abs(Ir)*1000)/1000,round(atan(F,E)*180/%pi));
modIr=abs(Ir);
Rr=Zr;
Pr=((modIr)^2)*Rr;
theta=atan((imag(Zin))/(real(Zin)));
modIs=abs(Is);
Ps=Vs*modIs*cos(theta);
n=(Pr/Ps)*10;
printf("-Efficiency of transmission(in percentage)= %f",round(n));
|
0fd602bdb21cc4399709d45a3c402ec9c6699151 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1571/CH13/EX13.4/Chapter13_Example4.sce | 4338cf44a50e00cd6d5f69858688ab96bee64805 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 484 | sce | Chapter13_Example4.sce | clc
clear
//INPUT
m=32;//mass of the oxygen molecule in gm
n=1.67*10^-27;//mass of one electron
k=1.38*10^-23;//boltzzmann constant in ergs/cal
t=200;//temperature of the oxygen in K
c=(100+101)/2;//average speed of the oxygen molecule in m/s
//CALCULATIONS
a=m*n/(2*3.14*k*t);
p=4*3.14*(a^(3/2))*(c^2)*(2.303^(-a));//probability that the oxygen speed is lies between in m/sec
//OUTPUT
mprintf('probability that the oxygen speed is lies between is %3.16f m/sec',p)
|
f36788eacb11f943c11a344494248fc51791e364 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1847/CH5/EX5.4/Ch05Ex4.sce | d3bc08c44c80484c787e9124dc9589e0ae2f456b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 414 | sce | Ch05Ex4.sce | // Scilab Code Ex5.4 :: Page-5.20 (2009)
clc;clear;
f = 1e+06; // Frequency of revolution of electron, Hz
rate_phi_B = 25; // Rate of change of magnetic flux, wb/s
E = f*rate_phi_B; // Energy of 'f' revolutios, eV
printf("\nThe energy of the electron in Betatron after %g revolutions = %3.1e eV", f, E);
// Result
// The energy of the electron in Betatron after 1e+06 revolutions = 2.5e+07 eV
|
93d22fde60a4bf4a3dc896d9a50b09e82f39b666 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3720/CH9/EX9.11/Ex9_11.sce | 6b71573204b7d2fe54ecb6a7de137fd7cd74924f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 483 | sce | Ex9_11.sce | //Example 9_11
clc;clear;funcprot(0);
// Given values
V=1.0;// Uniform velocity in m/s
w=2.0;// Width in m
psi_w=0; // m^2/s
psi_d=1.0;// m^2/s
// Calculation
V_1=psi_d-psi_w; // The volume flow rate per unit width (V/w)in m^3/s
v=V_1*w;// m^3/s
printf('The total volume flow rate through the slot,v =%0.1f m^3/s\n',v);
delta=0.21;// m
psi_a=1.6;// m^2/s
psi_b=1.8;// m^2/s
V_2=psi_b-psi_a;
V_a=(1/delta)*V_2;
printf('The speed at point A,V_a =%0.2f m/s\n',V_a);
|
23f17c9963e00ff171510bc9fd944b60bb0a1e2c | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH7/EX7.3/Ex7_3.sce | d044d619e68398671a652f6569403f7c329bebb0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,485 | sce | Ex7_3.sce | //Fluid Systems by Shiv Kumar
//Chapter 7 - Performance of water turbine
//Example 7.3
//To Find (a) The Discharge required (b) The Diameter of Wheel (c) The Diameter and number of jets required (d)The Specific Speed
clc
clear
//Given:
P=8200; //Power Developed, kW
H=128; // Head , m
N=210; // Speed, rpm
Cv=0.98; // Co-efficient of Velocity
eta_H=89/100; //Hydraulic Efficiency
Ku=0.45; // Speed Ratio
dbyD=1/10; //Ratio of jet diameter to wheel Diameter
eta_m=92/100; //Mechanical Efficiency
//Data required
rho=1000; //Density of Water, Kg/m^3
g=9.81; // Acceleration due to gravity, m/s^2
//Assumptions:
eta_v=100/100; // Volumetric efficiency is 100%
//Computations
D=Ku*sqrt(2*g*H)*60/(%pi*N); //Wheel Diameter, m
d=D*dbyD; // Jet diameter, m
eta_o=eta_H*eta_m*eta_v; //Overall Efficiency
Q=P*1000/(rho*g*H*eta_o); //Net Discharge, m^3/s
q=(%pi/4)*d^2*Cv*sqrt(2*g*H); //Discharge through one jet, m^3/s
n=round(Q/q); //Number of jets
Ns= N*P^(1/2)/(H^(5/4)); //Specific Speed, SI Units
//Results
printf("(a) The Discharge required, Q =%.3f m^3/s\n",Q)
printf("(b) The Diameter of Wheel, D =%.2f m\n",D)
printf("(c) The Diameter, d=%.3f m and\n number of jets required =%.f \n",d,n)
printf("(d)The Specific Speed, Ns=%.2f (SI Units)\n",Ns) //The Answer Vary due to Round off Error
|
1f0a1b6b037dc04c980bee3bbe5ef8e7d7d6b3e4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /24/CH3/EX3.7/Example3_7.sce | 66662638901e5fb6383f07d42c83539649b20c54 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 411 | sce | Example3_7.sce | exec("degree_rad.sci",-1)
exec("cross_product.sci",-1)
//Given that
a = [18 * cos(dtor(250)), 18 * sin(dtor(250)),0]
b = [0,0,12]
//Sample Problem 3-7
printf("**Sample Problem 3-7**\n")
cross_ab = crossproduct(a,b)
angle_x = acos(cross_ab(1)/norm(cross_ab))
printf("The magnitude of cross product of given vectors is %f \n and angle with the x axis in degrees is %f", norm(cross_ab),rtod(angle_x)) |
d312ceb0e901ea31143a1a13446c2572ce8abe1c | 95beaf56de829d390a567f241221c582c4b682ed | /projet/irls.sce | f2526500033b29822f1854fb4c47e6c0f75f2bce | [] | no_license | the-mousaillon/compressive-sensing | 85d5d5ce814ad8ec20271a3b932144e35e640041 | bfa3acf166be6a8141d1eb2064523e7de8f19db7 | refs/heads/master | 2020-04-17T15:02:05.840745 | 2019-03-20T12:55:21 | 2019-03-20T12:55:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 966 | sce | irls.sce | function y = calculCoeff(alpha, p, epsilon)
n = length(alpha)
W = zeros(n, n)
for i=1:n
W(i,i) = (abs(alpha(i))^2 + epsilon)^(p/2 -1)
end
y = W
endfunction
function y = irls(X, D, p, itermax, epsilon)
i = 0
alphak1 = D'*inv(D*D')*X
W = calculCoeff(alphak1, p, epsilon)
Q=inv(W'*W)
alphak = Q*D'*inv(D*Q*D')*X
while (i < itermax)
if (abs(norm(alphak) - norm(alphak1)) > sqrt(epsilon)/100) then
alphak1 = alphak
W = calculCoeff(alphak, p, epsilon)
Q=inv(W'*W)
alphak=Q*D'*inv(D*Q*D')*X
i=i+1
else
if epsilon > 1e-8 then
alphak1 = alphak
epsilon = epsilon/10
W = calculCoeff(alphak, p, epsilon)
Q=inv(W'*W)
alphak= Q*D'*inv(D*Q*D')*X
end
i=i+1
end
disp(epsilon)
end
y = alphak
endfunction
|
48a0df65e63d4cc2f2bca5d96291a94c8e932288 | f542bc49c4d04b47d19c88e7c89d5db60922e34e | /PresentationFiles_Subjects/CONT/YL18CXQ/ATWM1_Working_Memory_MEG_YL18CXQ_Session2/ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | e46802838b81d5a9a641ecc3ad5f911ef3efbda1 | [] | no_license | atwm1/Presentation | 65c674180f731f050aad33beefffb9ba0caa6688 | 9732a004ca091b184b670c56c55f538ff6600c08 | refs/heads/master | 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 49,596 | sce | ATWM1_Working_Memory_MEG_Nonsalient_Cued_Run2.sce | # ATWM1 MEG Experiment
scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2";
#scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
scenario_type = trials; # for MEG
#scan_period = 2000; # TR
#pulses_per_scan = 1;
#pulse_code = 1;
pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 36;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 382; width = 382; color = 0, 0, 0;} frame1;
box { height = 369; width = 369; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 369; width = 369; color = 42, 42, 42;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# Start of experiment (MEG only) - sync with CTF software
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
} expStart;
time = 0;
duration = 1000;
code = "ExpStart";
port_code = 80;
};
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 10000;
#mri_pulse = 1;
code = "BaselinePre";
port_code = 91;
};
TEMPLATE "ATWM1_Working_Memory_MEG.tem" {
trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
43 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_179 gabor_069 gabor_004 gabor_094 gabor_179 gabor_069_alt gabor_004_alt gabor_094 "2_1_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_179_069_004_094_target_position_1_4_retrieval_position_1" gabor_133_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_1_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2192 fixation_cross gabor_007 gabor_078 gabor_057 gabor_134 gabor_007_alt gabor_078 gabor_057 gabor_134_alt "2_2_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_007_078_057_134_target_position_2_3_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_2_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_028_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_177 gabor_098 gabor_117 gabor_044 gabor_177_alt gabor_098 gabor_117 gabor_044_alt "2_3_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_177_098_117_044_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_071_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_3_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_071_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_036 gabor_004 gabor_159 gabor_087 gabor_036 gabor_004_alt gabor_159_alt gabor_087 "2_4_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_036_004_159_087_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_4_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_163 gabor_046 gabor_086 gabor_025 gabor_163 gabor_046_alt gabor_086 gabor_025_alt "2_5_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_163_046_086_025_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_086_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_5_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_086_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 1992 fixation_cross gabor_012 gabor_069 gabor_047 gabor_134 gabor_012 gabor_069_alt gabor_047_alt gabor_134 "2_6_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_2000_gabor_patch_orientation_012_069_047_134_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_096_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_096_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_130 gabor_075 gabor_151 gabor_042 gabor_130_alt gabor_075 gabor_151 gabor_042_alt "2_7_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_130_075_151_042_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_106_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_7_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_106_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_056 gabor_004 gabor_117 gabor_140 gabor_056_alt gabor_004 gabor_117 gabor_140_alt "2_8_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_056_004_117_140_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_8_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_167_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1842 2992 1892 fixation_cross gabor_007 gabor_064 gabor_025 gabor_150 gabor_007_alt gabor_064_alt gabor_025 gabor_150 "2_9_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1850_3000_1900_gabor_patch_orientation_007_064_025_150_target_position_3_4_retrieval_position_2" gabor_circ gabor_114_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_9_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_114_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_067 gabor_125 gabor_020 gabor_042 gabor_067 gabor_125_alt gabor_020_alt gabor_042 "2_10_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_067_125_020_042_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_target_position_1_4 "2_10_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 1892 fixation_cross gabor_051 gabor_117 gabor_141 gabor_170 gabor_051_alt gabor_117 gabor_141_alt gabor_170 "2_11_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_1900_gabor_patch_orientation_051_117_141_170_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_170_framed blank blank blank blank fixation_cross_target_position_2_4 "2_11_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2092 2992 2192 fixation_cross gabor_131 gabor_114 gabor_152 gabor_179 gabor_131_alt gabor_114 gabor_152_alt gabor_179 "2_12_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2100_3000_2200_gabor_patch_orientation_131_114_152_179_target_position_2_4_retrieval_position_2" gabor_circ gabor_065_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_12_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1842 2992 2342 fixation_cross gabor_177 gabor_014 gabor_140 gabor_030 gabor_177 gabor_014_alt gabor_140 gabor_030_alt "2_13_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1850_3000_2350_gabor_patch_orientation_177_014_140_030_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_13_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_084 gabor_144 gabor_038 gabor_019 gabor_084_alt gabor_144_alt gabor_038 gabor_019 "2_14_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_084_144_038_019_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_3_4 "2_14_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1842 2992 2542 fixation_cross gabor_174 gabor_091 gabor_058 gabor_020 gabor_174_alt gabor_091 gabor_058 gabor_020_alt "2_15_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1850_3000_2550_gabor_patch_orientation_174_091_058_020_target_position_2_3_retrieval_position_1" gabor_174_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_15_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_174_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2342 fixation_cross gabor_005 gabor_129 gabor_175 gabor_145 gabor_005 gabor_129_alt gabor_175_alt gabor_145 "2_16_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_005_129_175_145_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_095_framed blank blank blank blank fixation_cross_target_position_1_4 "2_16_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 1992 fixation_cross gabor_122 gabor_017 gabor_141 gabor_081 gabor_122_alt gabor_017 gabor_141_alt gabor_081 "2_17_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2000_gabor_patch_orientation_122_017_141_081_target_position_2_4_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_17_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2242 2992 2142 fixation_cross gabor_116 gabor_048 gabor_167 gabor_032 gabor_116 gabor_048_alt gabor_167_alt gabor_032 "2_18_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2250_3000_2150_gabor_patch_orientation_116_048_167_032_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_032_framed blank blank blank blank fixation_cross_target_position_1_4 "2_18_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2142 2992 2592 fixation_cross gabor_147 gabor_028 gabor_106 gabor_075 gabor_147 gabor_028_alt gabor_106_alt gabor_075 "2_19_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2600_gabor_patch_orientation_147_028_106_075_target_position_1_4_retrieval_position_2" gabor_circ gabor_028_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_19_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_028_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2092 fixation_cross gabor_162 gabor_053 gabor_107 gabor_025 gabor_162_alt gabor_053_alt gabor_107 gabor_025 "2_20_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_162_053_107_025_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_025_framed blank blank blank blank fixation_cross_target_position_3_4 "2_20_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2292 fixation_cross gabor_067 gabor_049 gabor_089 gabor_023 gabor_067 gabor_049 gabor_089_alt gabor_023_alt "2_21_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2300_gabor_patch_orientation_067_049_089_023_target_position_1_2_retrieval_position_2" gabor_circ gabor_004_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_21_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_004 gabor_135 gabor_064 gabor_023 gabor_004 gabor_135_alt gabor_064 gabor_023_alt "2_22_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_004_135_064_023_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_064_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_22_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_064_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_166 gabor_098 gabor_014 gabor_083 gabor_166 gabor_098_alt gabor_014_alt gabor_083 "2_23_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_166_098_014_083_target_position_1_4_retrieval_position_1" gabor_166_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_23_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2192 fixation_cross gabor_132 gabor_076 gabor_166 gabor_005 gabor_132_alt gabor_076 gabor_166 gabor_005_alt "2_24_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_132_076_166_005_target_position_2_3_retrieval_position_2" gabor_circ gabor_026_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_24_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_026_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 2042 fixation_cross gabor_011 gabor_093 gabor_035 gabor_116 gabor_011_alt gabor_093 gabor_035 gabor_116_alt "2_25_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_011_093_035_116_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_035_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_25_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2042 2992 2542 fixation_cross gabor_007 gabor_141 gabor_112 gabor_023 gabor_007_alt gabor_141_alt gabor_112 gabor_023 "2_26_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2050_3000_2550_gabor_patch_orientation_007_141_112_023_target_position_3_4_retrieval_position_2" gabor_circ gabor_141_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_26_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_141_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2542 fixation_cross gabor_105 gabor_163 gabor_080 gabor_138 gabor_105 gabor_163_alt gabor_080 gabor_138_alt "2_27_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2550_gabor_patch_orientation_105_163_080_138_target_position_1_3_retrieval_position_1" gabor_105_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_27_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_105_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2142 2992 2392 fixation_cross gabor_056 gabor_115 gabor_084 gabor_028 gabor_056_alt gabor_115_alt gabor_084 gabor_028 "2_28_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2150_3000_2400_gabor_patch_orientation_056_115_084_028_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_084_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_28_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_084_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2242 2992 2442 fixation_cross gabor_102 gabor_082 gabor_133 gabor_171 gabor_102_alt gabor_082 gabor_133 gabor_171_alt "2_29_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2250_3000_2450_gabor_patch_orientation_102_082_133_171_target_position_2_3_retrieval_position_1" gabor_150_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_29_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_150_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_012 gabor_101 gabor_180 gabor_160 gabor_012_alt gabor_101 gabor_180_alt gabor_160 "2_30_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_012_101_180_160_target_position_2_4_retrieval_position_2" gabor_circ gabor_101_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_30_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_101_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_092 gabor_065 gabor_016 gabor_177 gabor_092_alt gabor_065 gabor_016_alt gabor_177 "2_31_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_092_065_016_177_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_177_framed blank blank blank blank fixation_cross_target_position_2_4 "2_31_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_177_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2592 fixation_cross gabor_060 gabor_148 gabor_034 gabor_007 gabor_060 gabor_148_alt gabor_034 gabor_007_alt "2_32_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2600_gabor_patch_orientation_060_148_034_007_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_32_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2592 fixation_cross gabor_016 gabor_032 gabor_068 gabor_083 gabor_016 gabor_032_alt gabor_068_alt gabor_083 "2_33_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_016_032_068_083_target_position_1_4_retrieval_position_1" gabor_154_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_33_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 2442 fixation_cross gabor_044 gabor_082 gabor_097 gabor_158 gabor_044_alt gabor_082_alt gabor_097 gabor_158 "2_34_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_2450_gabor_patch_orientation_044_082_097_158_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_021_framed blank blank blank blank fixation_cross_target_position_3_4 "2_34_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2092 2992 1992 fixation_cross gabor_057 gabor_016 gabor_170 gabor_128 gabor_057_alt gabor_016_alt gabor_170 gabor_128 "2_35_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_057_016_170_128_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_target_position_3_4 "2_35_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_096 gabor_128 gabor_180 gabor_020 gabor_096 gabor_128_alt gabor_180_alt gabor_020 "2_36_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_096_128_180_020_target_position_1_4_retrieval_position_1" gabor_096_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_36_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1792 2992 2592 fixation_cross gabor_115 gabor_180 gabor_040 gabor_158 gabor_115 gabor_180 gabor_040_alt gabor_158_alt "2_37_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1800_3000_2600_gabor_patch_orientation_115_180_040_158_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_37_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_090_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1942 2992 2092 fixation_cross gabor_089 gabor_138 gabor_012 gabor_171 gabor_089_alt gabor_138_alt gabor_012 gabor_171 "2_38_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1950_3000_2100_gabor_patch_orientation_089_138_012_171_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_171_framed blank blank blank blank fixation_cross_target_position_3_4 "2_38_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1892 2992 2242 fixation_cross gabor_048 gabor_167 gabor_125 gabor_011 gabor_048_alt gabor_167_alt gabor_125 gabor_011 "2_39_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1900_3000_2250_gabor_patch_orientation_048_167_125_011_target_position_3_4_retrieval_position_1" gabor_094_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_39_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_094_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_107 gabor_069 gabor_175 gabor_039 gabor_107 gabor_069 gabor_175_alt gabor_039_alt "2_40_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_107_069_175_039_target_position_1_2_retrieval_position_1" gabor_107_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_40_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_107_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_001 gabor_172 gabor_149 gabor_063 gabor_001_alt gabor_172 gabor_149 gabor_063_alt "2_41_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_001_172_149_063_target_position_2_3_retrieval_position_2" gabor_circ gabor_037_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_41_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_037_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1792 2992 2342 fixation_cross gabor_122 gabor_032 gabor_004 gabor_061 gabor_122_alt gabor_032_alt gabor_004 gabor_061 "2_42_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1800_3000_2350_gabor_patch_orientation_122_032_004_061_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_144_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_42_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_144_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_092 gabor_143 gabor_053 gabor_110 gabor_092_alt gabor_143 gabor_053 gabor_110_alt "2_43_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_092_143_053_110_target_position_2_3_retrieval_position_2" gabor_circ gabor_143_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_43_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2492 fixation_cross gabor_035 gabor_015 gabor_175 gabor_102 gabor_035_alt gabor_015 gabor_175 gabor_102_alt "2_44_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_035_015_175_102_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_125_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_44_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_125_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 2192 fixation_cross gabor_040 gabor_002 gabor_180 gabor_160 gabor_040_alt gabor_002 gabor_180_alt gabor_160 "2_45_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_040_002_180_160_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_023_framed blank blank blank blank fixation_cross_target_position_2_4 "2_45_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_023_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 2192 2992 2242 fixation_cross gabor_035 gabor_157 gabor_175 gabor_052 gabor_035_alt gabor_157 gabor_175_alt gabor_052 "2_46_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_2200_3000_2250_gabor_patch_orientation_035_157_175_052_target_position_2_4_retrieval_position_1" gabor_085_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_46_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_085_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_169 gabor_110 gabor_059 gabor_140 gabor_169 gabor_110_alt gabor_059_alt gabor_140 "2_47_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_169_110_059_140_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_004_framed blank blank blank blank fixation_cross_target_position_1_4 "2_47_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_115 gabor_161 gabor_056 gabor_034 gabor_115_alt gabor_161 gabor_056_alt gabor_034 "2_48_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_115_161_056_034_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_080_framed blank blank blank blank fixation_cross_target_position_2_4 "2_48_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_080_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1992 2992 2092 fixation_cross gabor_110 gabor_051 gabor_141 gabor_171 gabor_110 gabor_051_alt gabor_141 gabor_171_alt "2_49_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2000_3000_2100_gabor_patch_orientation_110_051_141_171_target_position_1_3_retrieval_position_2" gabor_circ gabor_051_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_49_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_051_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2242 2992 1942 fixation_cross gabor_128 gabor_045 gabor_159 gabor_097 gabor_128_alt gabor_045 gabor_159 gabor_097_alt "2_50_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_128_045_159_097_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_021_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_50_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_026 gabor_057 gabor_073 gabor_042 gabor_026_alt gabor_057_alt gabor_073 gabor_042 "2_51_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_026_057_073_042_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_089_framed blank blank blank blank fixation_cross_target_position_3_4 "2_51_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 2192 2992 2142 fixation_cross gabor_082 gabor_171 gabor_035 gabor_003 gabor_082 gabor_171_alt gabor_035_alt gabor_003 "2_52_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2200_3000_2150_gabor_patch_orientation_082_171_035_003_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_003_framed blank blank blank blank fixation_cross_target_position_1_4 "2_52_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_003_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 1992 fixation_cross gabor_062 gabor_079 gabor_148 gabor_104 gabor_062 gabor_079 gabor_148_alt gabor_104_alt "2_53_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_062_079_148_104_target_position_1_2_retrieval_position_2" gabor_circ gabor_079_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_53_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_079_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2042 2992 1892 fixation_cross gabor_109 gabor_046 gabor_151 gabor_168 gabor_109_alt gabor_046 gabor_151_alt gabor_168 "2_54_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2050_3000_1900_gabor_patch_orientation_109_046_151_168_target_position_2_4_retrieval_position_2" gabor_circ gabor_092_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_54_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_092_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2142 2992 2042 fixation_cross gabor_154 gabor_001 gabor_081 gabor_114 gabor_154 gabor_001_alt gabor_081 gabor_114_alt "2_55_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2150_3000_2050_gabor_patch_orientation_154_001_081_114_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_55_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 63 292 292 399 125 1742 2992 1942 fixation_cross gabor_006 gabor_124 gabor_095 gabor_165 gabor_006 gabor_124_alt gabor_095_alt gabor_165 "2_56_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_006_124_095_165_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_56_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_140_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_177 gabor_031 gabor_149 gabor_064 gabor_177_alt gabor_031 gabor_149 gabor_064_alt "2_57_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_177_031_149_064_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_57_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 2542 fixation_cross gabor_137 gabor_093 gabor_015 gabor_066 gabor_137_alt gabor_093 gabor_015_alt gabor_066 "2_58_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_2550_gabor_patch_orientation_137_093_015_066_target_position_2_4_retrieval_position_2" gabor_circ gabor_093_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_58_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_093_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1792 2992 2142 fixation_cross gabor_171 gabor_049 gabor_014 gabor_123 gabor_171 gabor_049 gabor_014_alt gabor_123_alt "2_59_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1800_3000_2150_gabor_patch_orientation_171_049_014_123_target_position_1_2_retrieval_position_1" gabor_171_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_59_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1992 2992 2142 fixation_cross gabor_081 gabor_061 gabor_151 gabor_122 gabor_081 gabor_061_alt gabor_151 gabor_122_alt "2_60_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_081_061_151_122_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_151_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_60_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_151_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 1892 fixation_cross gabor_007 gabor_052 gabor_031 gabor_136 gabor_007_alt gabor_052 gabor_031 gabor_136_alt "2_61_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_1900_gabor_patch_orientation_007_052_031_136_target_position_2_3_retrieval_position_2" gabor_circ gabor_097_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_61_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_097_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 2442 fixation_cross gabor_033 gabor_089 gabor_007 gabor_173 gabor_033 gabor_089_alt gabor_007_alt gabor_173 "2_62_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_2450_gabor_patch_orientation_033_089_007_173_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_007_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_62_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_007_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1742 2992 1892 fixation_cross gabor_133 gabor_073 gabor_006 gabor_161 gabor_133_alt gabor_073 gabor_006_alt gabor_161 "2_63_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_133_073_006_161_target_position_2_4_retrieval_position_2" gabor_circ gabor_073_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_63_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_073_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_032 gabor_116 gabor_092 gabor_143 gabor_032 gabor_116_alt gabor_092_alt gabor_143 "2_64_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_032_116_092_143_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_143_framed blank blank blank blank fixation_cross_target_position_1_4 "2_64_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 62 292 292 399 125 1842 2992 2192 fixation_cross gabor_007 gabor_156 gabor_066 gabor_129 gabor_007_alt gabor_156_alt gabor_066 gabor_129 "2_65_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_300_300_399_1850_3000_2200_gabor_patch_orientation_007_156_066_129_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_129_framed blank blank blank blank fixation_cross_target_position_3_4 "2_65_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_129_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_127 gabor_044 gabor_016 gabor_091 gabor_127 gabor_044_alt gabor_016_alt gabor_091 "2_66_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_127_044_016_091_target_position_1_4_retrieval_position_1" gabor_175_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_66_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_102 gabor_079 gabor_117 gabor_160 gabor_102_alt gabor_079 gabor_117 gabor_160_alt "2_67_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_102_079_117_160_target_position_2_3_retrieval_position_2" gabor_circ gabor_031_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_67_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_031_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 2142 2992 1992 fixation_cross gabor_172 gabor_009 gabor_123 gabor_082 gabor_172 gabor_009 gabor_123_alt gabor_082_alt "2_68_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_2150_3000_2000_gabor_patch_orientation_172_009_123_082_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_target_position_1_2 "2_68_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_082_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 61 292 292 399 125 1942 2992 2492 fixation_cross gabor_066 gabor_041 gabor_008 gabor_154 gabor_066 gabor_041 gabor_008_alt gabor_154_alt "2_69_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_300_300_399_1950_3000_2500_gabor_patch_orientation_066_041_008_154_target_position_1_2_retrieval_position_2" gabor_circ gabor_091_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_69_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_091_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
43 64 292 292 399 125 1742 2992 1942 fixation_cross gabor_031 gabor_159 gabor_054 gabor_136 gabor_031_alt gabor_159 gabor_054_alt gabor_136 "2_70_Encoding_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_300_300_399_1750_3000_1950_gabor_patch_orientation_031_159_054_136_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_054_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_70_Retrieval_Working_Memory_MEG_P1_RL_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_054_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 5000;
code = "BaselinePost";
port_code = 92;
}; |
176f50161d068b97369146f4cb9b7f68631ffd7c | 5c35e3133eb6ed4ccd14a5eaf3672132a6d88abc | /res/ideal.tst | f0844232f3edd35352524b93f344dca3770f7ce0 | [] | no_license | myasnikovsg/NeuralNetwork | 72ebb5edebc14ca5d47fbbf7746975cde89d82c4 | 417c8b795c4b7897d0ccfa0b5c2ce38070393fa7 | refs/heads/master | 2020-06-06T11:10:29.609547 | 2014-01-15T13:49:49 | 2014-01-15T13:49:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 22 | tst | ideal.tst | 4
0.0
1.0
1.0
0.0 |
d18164be50585d178ea6c8f69275f9557d5458db | 449d555969bfd7befe906877abab098c6e63a0e8 | /1844/CH2/EX2.6/2Q6.sce | 0a66e171ea112f4e92576eaa890c77dba50c4bda | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | 2Q6.sce | clc
x=(4.86)
n=2
x1=0.005
ex=0.0025
s1=n*x^(n-1)*x1
es=n*x^(n-1)*ex
sn2= x^n + es
sn3= x^n - es
printf('The maximum error =%f\n',s1)
printf(' Hence the most probable error = +/- %f\n',es)
printf(' The most probable limits of quantity s are %f',sn2)
printf(' and %f\n',sn3)
|
aa22ca8bd69a556073c1938dba810f31c92bb2f4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /181/CH6/EX6.1/example6_1.sce | 74590ca917f2400d5a5236b756ec0a91858b2eed | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 577 | sce | example6_1.sce | // Determine approximate drain-source resistance
// Basic Electronics
// By Debashis De
// First Edition, 2010
// Dorling Kindersley Pvt. Ltd. India
// Example 6-1 in page 274
clear; clc; close;
// Given data
I_ds=10*10^-3; // Drain current in mA
Vp=-2; // Peak voltage in V
Vgs=[0 -0.5]; // Values of Vgs in V
// Calculation
alp=[1 2];
for i=1:2
r=Vp^2/(2*I_ds*(Vgs(i)-Vp));
printf("(%0.0f)r_ds when Vgs = %d V is %0.2f ohm\n",alp(i),Vgs(i),r);
end
// Result
// (a) When Vgs = 0 V, r_ds = 100 ohms
// (b) When Vgs = 0.5 V, r_ds = 133.33 ohms |
728d5d166c0c25d51761316d5a9f1b9958ba6d25 | d7087cf730b37f76170323e080c090f8094979ac | /test/exec/if_command_2.tst | 98f298ad6bd106107e3830640cc5751e9b585357 | [] | no_license | VladimirMeshcheriakov/42sh | 025dffe358b86f48eaf7751a5cb08d4d5d5366c4 | 52d782255592526d0838bc40269f6e71f6a51017 | refs/heads/master | 2023-03-15T17:26:20.575439 | 2015-06-26T12:44:05 | 2015-06-26T12:44:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 115 | tst | if_command_2.tst | <cmd>
../build/42sh</cmd>
<ref>
bash</ref>
<stdin>
if echo true
then
echo true
else
echo false
fi
</stdin>
|
2d8c9abd0ec29dc03b7814944249237c83ba3854 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2276/CH8/EX8.5/chapter8_ex5.sce | 5bd4f94fa8a0c43f0b171255e289bba9632c6a49 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | chapter8_ex5.sce | clc
clear
//input
//three resistors are connected in delta
r=30;//resistance of each resistor in ohms
v=240;//supply voltage in volts
f=50;//supply frequency in hertz
//calculations
ip=v/r;//phase current in amperes
il=ip*(3^0.5);//line current in amperes
//output
mprintf('the phase and line currents are %3.0f A and %3.1f A respectively',ip,il)
|
62a000c863274497cdf3a49e928e7d0fff41e2c3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /887/CH13/EX13.6/13_6.sce | a7699d7d93e6f54525655c9cd0f277cf976ff1f1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 876 | sce | 13_6.sce | clc
//ex13.6
V_CC=15;
V_BB=5;
V_BE=0.7; //assuming the device is in the active state
R_C=2*10^3;
R_E=2*10^3;
i_E=(V_BB-V_BE)/R_E; //emitter current
printf(" All the values in the textbook are Approximated hence the values in this code differ from those of Textbook")
//a)B=100
disp('For beta B=100:')
B=100; //beta value
i_B=i_E/(B+1); //base current
i_C=B*i_B; //collector current
V_CE=V_CC-i_C*R_C-i_E*R_E; //collector to emitter voltage
disp(i_C,'collector current in amperes')
disp(V_CE,'collector to emitter voltage in volts')
//b)B=300
disp('For beta B=300:')
B=300; //beta value
i_B=i_E/(B+1); //base current
i_C=B*i_B; //collector current
V_CE=V_CC-i_C*R_C-i_E*R_E; //collector to emitter voltage
disp(i_C,'collector current in amperes')
disp(V_CE,'collector to emitter voltage in volts')
|
82e3076aa2d11b5021cf19eeacf60c66f97ebd89 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3014/CH6/EX6.2/Ex6_2.sce | 875b9ca11fcadbde69c04ae403651820819df83c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | Ex6_2.sce |
clc
//Given that
v = 5760 // Velocity in m/s
T = 1.6 // Thickness of quartz crystal in mm
printf("Example 6.2\n")
nu = v/(2*T*1e-3)// Calculation of fundamental frequency
printf("Fundamental frequency of crystal is %f MHz.\n\n\n",nu/1e6)
|
da513c598e3b1223263296bec1ab84c3ef2b6311 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1373/CH7/EX7.5/Chapter7_Example5.sce | 0b205e88beb3559e2e221ad5e6574daa6d66380a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,431 | sce | Chapter7_Example5.sce | //Chapter-7, Example 7.5, Page 286
//=============================================================================
clc
clear
//INPUT DATA
P=8;//Pressure of air in kN/m^2
Ta=250;//Temperature of air in degree C
L=1;//Length of the palte in m
W=0.3;//Width of the plate in m
v=8;//Velocity of air in m/s
Tp=78;//Temperature of plate in degree C
R=287;//Universal gas constant in J/kg.K
//CALCULATIONS
Tf=(Ta+Tp)/2;//Film temperature in degree C
Cp=1018;//Specific heat of air at 164 degree C and 1 atm pressure
kw=(30.8*10^-6);//Kinematic viscosity of air at 164 degree C and 1 atm pressure
k=0.0364;//Thermal conductivity of air at 164 degree C and 1 atm pressure
Pr=0.69;//prant number of air at 164 degree C and 1 atm pressure
k1=kw*(101330/(P*1000));//Kinematic viscosity of air at 164 degree C and 8kN/m^2 pressure
Re=(v*L)/k1;//Reynolds number
h=0.662*(k/L)*sqrt(Re)*Pr^(1/3);//Heat transfer coefficient in W/m.K
Q=2*h*L*W*(Ta-Tp);//Rate of heat removal in W
p=(P*1000)/(R*(Tf+273));//Density in kg/m^3
St=(h/(p*Cp*v));//Stanton number
Cfx2=(St*Pr^(2/3));//Colburn factor
ts=(Cfx2*p*v^2);//Average shear stress in N/m^2
D=(ts*W*L);//Drag force on one side of plate in N
D2=(2*D)/10^-3;//Total drag force on both sides of plate in N
//OUTPUT
mprintf('The drag force exerted on the plate is %3.2f*10^-3 N',D2)
//=================================END OF PROGRAM==============================
|
eae2ee508e3397e28a77585361a0d01e0c1be115 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3665/CH13/EX13.6/Ex13_6.sce | 34c967bb67ffa3bbb0f6809e4f883f032a24397d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 217 | sce | Ex13_6.sce | clc//
//
//
//Variable declaration
Pout=40; //power(mW)
Pin=100; //power(mW)
//Calculation
al=-10*log10(Pout/Pin); //attenuation loss(dB)
//Result
printf("\n attenuation loss is %0.2f dB",al)
|
0adc97b9bdedcd60e582ea65bf06bc5a5a33d3d6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /23/CH7/EX7.3/Example_7_3.sce | b324f5e424f9e4d144fccbd1fb032fd8e426315b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 992 | sce | Example_7_3.sce | clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
//Example 7.3
//Caption : Program to Find the Critical Pressure and the Discharge Pressure
//Given Values
T1=573.15;//[K]
R=8314;
P1=700;//[KPa]
M=18.015;
Gamma=1.3;
u0=30;//[m/s]
//(a)
//Using Eqn(7.12)
//K=P2/P1=(2/(Gamma+1))^(Gamma/(Gamma-1))
K=approx((2/(Gamma+1))^(Gamma/(Gamma-1)),2);//rounding to 2 decimal places
P1V1=round(R*T1/M);//m^2/s^2
//Using Eqn(7.11)
//u_throat^2=u^2+2(Gamma)(P1V1)/(Gamma-1)[1-(P2/P1)^((Gamma-1)/Gamma))]
u_throat=approx(sqrt(u0^2+((2*Gamma*P1V1/(Gamma-1))*(1-(K^((Gamma-1)/Gamma))))),2);
disp(K,'(a)Critical Pressure ratio(P2/P1)')
disp(' m/s',u_throat,' Velocity at the throat')
//(b)Mach No 2.0
u=2*u_throat;
K=(1-((u^2-u0^2)*(Gamma-1)/(2*Gamma*P1V1)))^(Gamma/(Gamma-1));//K=P2/P1
P2=round(K*P1);
disp('KPa',P2,'(b)Discharge Pressure for Mach Number of 2.0')
//End |
4252b49e9655582510fb8907d9093f4491b528c7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1991/CH6/EX6.16/16.sce | 1d224c8c63fd1336744307cab98ab4094e65686b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 337 | sce | 16.sce | clc
clear
//input
d=3*10^-3//thickness of sheet
l=12*10^-3//seperated distance
//calculation
x=1/40//law of conservation of energy
y=x*d/l//from x
//output
printf("the ratio of temperature gradient in rubber to polystyrene is %3.3f0",x)
printf("\nthe ratio of temperature difference across rubber and polystyrene is %3.3e",y)
|
75fefe7099fb8368df53201db54fdd95fe82245e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3176/CH3/EX3.2/Ex3_2.sce | 6b984f70ea35df9e843d47e1dde0a3e23922b9d8 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 798 | sce | Ex3_2.sce | //Ex3_2
// Illustration of Power Law Transformation
// Version : Scilab 5.4.1
// Operating System : Window-xp, Window-7
//Toolbox: Image Processing Design 8.3.1-1
//Toolbox: SIVP 0.5.3.1-2
//Reference book name : Digital Image Processing
//book author: Rafael C. Gonzalez and Richard E. Woods
clc;
close;
clear;
xdel(winsid())//to close all currently open figure(s).
gray=imread("Ex3_2.tif");
gray=im2double(gray);
figure,ShowImage(gray,'Gray Image');
title('Original Image','color','blue','fontsize',4);
[M,N]=size(gray);
c=1;
gamma=[3 4 5];
for i=1:length(gamma)
b=c.*(gray).^gamma(i); //Gamma transformation
b=mat2gray(b);
figure,ShowImage(b,'Gray Image');
title('Enhance Image after Gamma transformation','color','blue','fontsize',4);
end
|
2e2b6afe6f9f15bcb194ff97cee9c8675a3a0a3b | 97135f725c599527ba0fd95a5289373c755daf3b | /Examples/test-suite/scilab/struct_initialization_runme.sci | 230f0f9078ff3423bfe4016719f79d1407ddc720 | [] | no_license | maqalaqil/swag-c- | b8880cfc92424d5bbca1fe15ed98663a41063f27 | 6fd1ba2bf1d353f24c116a3c89a8540292b86a7d | refs/heads/master | 2020-07-06T21:02:08.949652 | 2019-09-01T07:56:55 | 2019-09-01T07:56:55 | 203,137,066 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 477 | sci | struct_initialization_runme.sci | exec("alaqiltest.start", -1);
if StructC_x_get(instanceC1_get()) <> 10 then alaqiltesterror(); end
if StructD_x_get(instanceD1_get()) <> 10 then alaqiltesterror(); end
if StructD_x_get(instanceD2_get()) <> 20 then alaqiltesterror(); end
if StructD_x_get(instanceD3_get()) <> 30 then alaqiltesterror(); end
if StructE_x_get(instanceE1_get()) <> 1 then alaqiltesterror(); end
if StructF_x_get(instanceF1_get()) <> 1 then alaqiltesterror(); end
exec("alaqiltest.quit", -1); |
239e1ee62d0936bc056c3396067503e4c0edea8b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH7/EX7.1/7_01.sce | 322e8e386e0b8db287bcec0256147b9e519bc7c5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 208 | sce | 7_01.sce | //Chapter 7, Problem 1
clc;
phi=150*10^-6; //Flux
A=200*100*10^-6; //Cross sectional area
B=phi/A; //Calculating flux density
printf("Flux density = %f T",B);
|
fc105cd063bb95f798426ab51fcfa7e9089b9b36 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1949/CH5/EX5.15/Ex5_15.sce | 2f6b749191a92a486932388707019cf49e700589 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 722 | sce | Ex5_15.sce | //Chapter-5,Example 5_15,Page 5-31
clc()
//Given Values:
m=1.676*10^-27 //mass of neutron
h=6.63*10^-34 //Planck's constant
lam=2*10^-12 //wavelength of neutron
c=3*10^8 //Velocity of light
//Calculations:
p=h/lam //momentum of neutron
KE=p^2/(2*m) //Kinetic Energy of neutron in joules
printf('Kinetic Energy of electron is =%.21f Joules \n \n',KE)
//velocity of particle is same as group velocity. Thus,
vg=p/m //group velocity
printf(' group velocity of neutron is =%.0f m/s \n \n',vg)
//using, vg*vp=c^2
vp=c^2/vg //phase velocity
printf(' phase velocity of neutron is =%.0f m/s \n \n',vp)
|
8ad903e4dd01fb67545058da68e59006be0cbc21 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1553/CH26/EX26.3/26Ex3.sce | e81ec99104a88dc2b5d229d8d646f2d6c6c9aea0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 202 | sce | 26Ex3.sce | //Chapter 26 Ex 3
clc;
close;
clear;
t1=190; t2=200; //converted into seconds
dist1=1000; //converted into kilometers
dist2=(dist1*(t2-t1))/t2;
mprintf("A beats B by %d meters",dist2);
|
0985ee46b61b2a66d3ad5b0c81bd465535f5f526 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3769/CH10/EX10.8/Ex10_8.sce | 8f4d94d58021740215487115611a9456016df22b | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 183 | sce | Ex10_8.sce | clear
//Given
e=1.6*10**-19
f=6.8*10**15
n=1
r=0.53*10**-10
//Calculation
//
I=e*f
M=n*I*%pi*r**2
//Result
printf("\n Equivalent magnetic moment is %0.1f *10**-24 Am**2",M*10**24)
|
fb83ffa57768f0d8789e1fbc58876bb9f2700e67 | eb7eeb04a23a477e06f3c0e3d099889caee468b4 | /src/examples/scilab/scilab_wave_ws/scilabsaasexample.sce | d7613c66d6f487b18cee4ad63bacb6036ef415a3 | [] | no_license | mikeg64/iome | 55699b7d7b3d5c1b006d9c82efe5136b8c909dfd | cc1c94433133e32776dcf16704ec4ec337b1b4a0 | refs/heads/master | 2020-03-30T15:57:33.056341 | 2016-04-13T09:24:27 | 2016-04-13T09:24:27 | 151,387,236 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,204 | sce | scilabsaasexample.sce | //tdp=getenv('SCILAB_HOME')+'/share/scilab/contrib/iome_toolbox/loader.sce';
//tdp=getenv('SCILAB_HOME')+'/contrib/iome_toolbox/loader.sce';
tdp=getenv('SCI')+'/contrib/iome_toolbox/loader.sce';
exec(tdp);
//this application is started using the io start scilab application
exec('../paramssaastest1.sce');
exec('../wave2d.sce');
//open the file generated
//portfile='ioserverinfo.txt'; //add comment if we are not running standalone
//portfile='ioserverinfo.txt'; //remove comment if we are not running standalone
portfile='mysim0_port.txt';
fd=mopen(portfile,'r');
//res=mfscanf(fd,'%d %d %s')
res=mfscanf(fd,'%d')
mclose(fd);
//port=res(1) id=res(2) hostname=res(3)
//elist=iome(res(3),res(1),res(2));
elist=iome('localhost',res(1),0);
try
readsimulation('simfile.xml',elist);
[params1,params2,metadata]=loadsim(elist); //remove comment if we are not running standalone
catch
disp('failed to load sim');
end
mkdir(metadata.directory);
mkdir('dx');
try
wavetype=params1.wavetype; //travelling
nsteps=params1.nsteps;
maxamplitude=params1.maxamplitude;
wavenumber=params1.wavenumber;
wavefreq=params1.wavefreq;
delta=params1.delta;
nmax=params1.nmax;
deltat=params1.deltat;
steeringenabled=params2.steeringenabled;
finishsteering=params2.finishsteering;
//params2
tstep=params2.tstep;
jobname=params2.jobname;;
//chdir( jobname);
//outfile='.out';
//formfile='.form';
outfile=jobname+'.out';
formfile=jobname+'.form';
// x=1:1:nmax(1);
//y=1:1:nmax(2);
fdform=mopen(formfile,'w');
mfprintf(fdform, '%d %d %d\n',nsteps, nmax(1), nmax(2));
mclose(fdform);
fd=mopen(outfile,'w');
for i=tstep:tstep+nsteps
z=wave2d(i*deltat, wavetype, maxamplitude, wavenumber, wavefreq, delta,nmax);
//Write data to output
mfprintf(fd, '%d %d %d\n',i, nmax(1), nmax(2));
for j1=1:nmax(1)
for j2=1:nmax(2)
mfprintf(fd, '%f',z(j1,j2));
end
mfprintf(fd, '\n');
end
end //end of cycling over steps
mclose(fd);
catch
disp('failed to run sim');
end
exitiome(elist);
simulationstatus(elist);
//remove comment if we are not running standalone
exit();
|
8ea431e2a9ff2521bf0e751b5d93bf1456a23d24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1871/CH8/EX8.1/Ch08Ex1.sce | 6313e7f4c6acfa38030457c6acd226e78c1f0919 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 466 | sce | Ch08Ex1.sce | // Scilab code Ex8.1 : Pg:327(2008)
clc;clear;
function [dec]= binary_decimal(n) // Function to convert binary to decimal
dec = 0;
i = 0;
while (n <> 0)
rem = n-fix(n./10).*10;
n = int(n/10);
dec = dec + rem*2.^i;
i = i + 1;
end
endfunction
num = 11001; // Initialize the binary number
printf("%d in binary = %d in decimal", num, binary_decimal(num));
// Result
// 11001 in binary = 25 in decimal
|
134dd4925c61545b13d44d9e49db9ede07339e16 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2135/CH2/EX2.28/Exa_2_28.sce | 037206a0e9df6c8af8de305ac66e92b92cf78619 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Exa_2_28.sce | //Exa 2.28
clc;
clear;
close;
format('v',5);
//Given Data :
V1=200/1000;//m^3
p1=4;//bar
T1=400;//K
p2=1;//bar
H3subH2=72;//KJ
Cp=1;//KJ/KgK
Cv=0.714;//KJ/KgK
Gamma=Cp/Cv;
R=Cp-Cv;//KJ/KgK
//p*V=m*R*T
m=p1*10^5*V1/R/1000/T1;//Kg
T2=T1*(p2/p1)^((Gamma-1)/Gamma);//K
V2=p1*V1/T1*T2/p2;//m^3
W1_2=m*R*(T1-T2)/(Gamma-1);//KJ
disp(W1_2,"Work done W1-2 in KJ : ");
//H3subH2=m*Cp(T3-T2);
T3=(H3subH2+m*Cp*T2)/m/Cp;//K
W2_3=m*R*(T3-T2);//KJ
W=W1_2+W2_3;//KJ
disp(W,"Workdone in KJ : ");
//W=m*R*(T1-T3)/(n-1)
n=m*R*(T1-T3)/W+1;//
disp(n,"Index of expansion : ");
|
ee37a66a725e866b709514158657675b4d97ed87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1994/CH2/EX2.1/Example2_1.sce | d9acdb51215414d064cc6294d970df633456ac7d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 220 | sce | Example2_1.sce |
//Chapter-2,Example2_1,pg 2_9
Vr=10
n=4
Res=0.5//resolution
Rt=Vr/((2^n)*Res)
Rf=10*10^3
R=Rt*Rf
printf("input resistance\n")
printf("r=%.2f ohm\n",R)
printf("feedback resistance\n")
printf("Rf=%.f ohm",Rf)
|
61a5255238d19dc7e20f3f6e71db6158f584c753 | 717ddeb7e700373742c617a95e25a2376565112c | /608/CH43/EX43.14/43_14.sce | 7c4e0ff7085df2c74596a740a8dc58e1e4fe0a82 | [] | 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 | 1,326 | sce | 43_14.sce | //Problem 43.14:The circuit diagram of an air-cored transformer winding is shown in Figure 43.17. The coefficient of coupling between primary and secondary windings is 0.70. Determine for the circuit (a) the mutual inductance M, (b) the primary current I1 and (c) the secondary terminal p.d.
//initializing the variables:
re = 40; // in Volts
thetae1 = 0; // in degrees
R1 = 5; // in ohm
L1 = 0.001; // in Henry
L2 = 0.006; // in Henry
R2 = 40; // in ohm
rzl = 200; // in ohm
thetazl = -60; // in degrees
k = 0.70
f = 20000; // in Hz
//calculation:
w = 2*%pi*f
//voltage
E1 = re*cos(thetae1*%pi/180) + %i*re*sin(thetae1*%pi/180)
//impedance
ZL = rzl*cos(thetazl*%pi/180) + %i*rzl*sin(thetazl*%pi/180)
//mutual inductance, M
M = k*(L1*L2)^0.5
//Applying Kirchhoff’s voltage law to the primary circuit gives
//(R1 + %i*w*L1)*I1 - %i*w*M*I2 = E1
//Applying Kirchhoff’s voltage law to the secondary circuit gives
//-1*%i*w*M*I1 + ( R2 + ZL + %i*w*L2)*I2 = 0
//solving these two
I1 = E1/((R1 +%i*w*L1) - (%i*w*M)^2/(R2 + ZL + %i*w*L2))
//secondary terminal p.d.
pd = I2*ZL
printf("\n\n Result \n\n")
printf("\n mutual induction M is %.2E H",M)
printf("\n primary current I1 is %.2f +(%.2f)i A",real(I1), imag(I1))
printf("\n secondary terminal p.d. is %.2f +(%.2f)i V",real(pd), imag(pd))
|
f45d458a1905828cf2dac313d0fc242cdacb158d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH11/EX11.12/Ex11_12.sce | 4f8f4afc66a32a0838edc5df6d1d4e03e97666f7 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 329 | sce | Ex11_12.sce | clc();
clear;
//Given :
Eg = 1.1;// Energy gap in eV
T1 = 300 ;// Temperature in K
T2 = 473; // Temperature in K (273+ 200 = 473 K)
k = 8.62*10^-5 ; // in eV
// sigma = A*exp(-Eg/(2*k*T))
//Ratio = sigma_473/sigma_300
Ratio = exp((-Eg/(2*k))*((1/T2)-(1/T1)));
printf("Thus, sigma_473 is %d times sigma_300",Ratio);
|
19c7ec743a81771a396a4c45fac5578e286b22f8 | 9b0b812d05ded19d5548c376bbb45ae55f1f1081 | /is_visited.sci | cacf49255ee0e38376a3b3a14e2aacc422e8b8c0 | [] | no_license | mitap45/tsp-ratmoleapproach-scilab | 05724c500f0908d45d22676a1fa08c0af13bc700 | 251a1c4679df42eb7d9a4868bb6c2d56f28dd71b | refs/heads/master | 2021-01-24T07:09:16.818836 | 2017-06-04T19:21:03 | 2017-06-04T19:21:03 | 93,333,895 | 0 | 0 | null | 2017-06-04T19:19:17 | 2017-06-04T18:38:20 | Scilab | UTF-8 | Scilab | false | false | 332 | sci | is_visited.sci | // Muratcan İTAP Sezgisel yöntemler ve uygulamaları dersi projesi
// Alınan şehrin o fare tarafından ziyaret edilip edilmediğinin belirlendiği fonksiyon
function state = is_visited(MolesMat, i, p, n)
state = %f;
for j=2:n
if MolesMat(i,j) == p then
state = %t;
end
end
endfunction
|
b35795c07b984aca41e1ba5c35b18b73657c0d24 | 449d555969bfd7befe906877abab098c6e63a0e8 | /929/CH1/EX1.7.b/Example1_7_b.sce | 83c857be959d60565c7ce6402aa000ac7620bb6a | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 303 | sce | Example1_7_b.sce | //Example 1.7(b)
clear;
clc;
Gerrormax=0.1;// Maximum Gain Error Percentage
//But Gerror100/T ->Gerrormax=100/Tmin -> Tmin=100/Gerrormax
Tmin=100/Gerrormax;
Aideal=100;
b=1/Aideal;//Feedback Factor
amin=Tmin/b;//Minimum Open Loop Gain
printf("\nOpen Loop Gain (a)>=%.f",amin); |
5ea81a05703d36df6788a3b77b2c8f0eb9771bb6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1640/CH5/EX5.2/5_2.sce | 1a312db77aa4c9216c1f9da84d550d319cd4de6c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 255 | sce | 5_2.sce | clc
//initialisation of variables
d= 3 //ft
l= 5280 //ft
v= 3 //ft/sec
f= 0.005
g= 32.2 //ft/sec^2
C= 115
//CALCULATIONS
hf= 4*f*l*v^2/(2*g*v)
m= d/4
hf1= (v/C)^2*4*l/3
//RESULTS
printf ('hf = %.2f ft ',hf)
printf ('\n hf = %.2f ft ',hf1)
|
076ffabdfd1ce42e4bf63bedfd62b9609ac0518e | 05322c42d547b8f7ef0ed28007c446f13325041e | /bench/matrix-mult.tst | 0a9b8bb44e31bd6adaa9f10a5383a1704a348ee5 | [] | no_license | AntonErtl/rafts | dbc0b78cef4fa705d3054c440158880e7319f36a | cd6749d35aa81683096d255f1d36bdbeb0aac639 | refs/heads/master | 2021-04-06T05:22:17.277237 | 2018-03-12T17:14:57 | 2018-03-12T17:14:57 | 124,918,105 | 5 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,306 | tst | matrix-mult.tst | .( Loading Matrix Multiplication benchmark...) cr
\ NOTE: This version needs 0.5MB data space
\ A classical benchmark of an O(n**3) algorithm; Matrix Multiplication
\
\ Part of the programs gathered by John Hennessy for the MIPS
\ RISC project at Stanford. Translated to forth by Marty Fraeman,
\ Johns Hopkins University/Applied Physics Laboratory.
\ MM forth2c doesn't have it !
: mybounds over + swap ;
variable seed
: initiate-seed ( -- ) 74755 seed ! ;
: random ( -- n ) seed @ 1309 * 13849 + 65535 and dup seed ! ;
200 constant row-size
row-size cells constant row-byte-size
row-size row-size * constant mat-size
mat-size cells constant mat-byte-size
align create ima mat-byte-size allot
align create imb mat-byte-size allot
align create imr mat-byte-size allot
: initiate-matrix ( m[row-size][row-size] -- )
mat-byte-size mybounds do
random dup 120 / 120 * - 60 - i !
cell +loop
;
: innerproduct ( a[row][*] b[*][column] -- int)
0 row-size 0 do
>r over @ over @ * r> + >r
cell+ swap row-byte-size + swap
r>
loop
>r 2drop r>
;
: main ( -- )
initiate-seed
ima initiate-matrix
imb initiate-matrix
imr ima mat-byte-size mybounds do
imb row-byte-size mybounds do
j i innerproduct over ! cell+
cell +loop
row-size cells +loop
drop
;
|
e92e170ace57e4c9c4a9bc38b2c2a397c75e01c2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /764/CH12/EX12.6.a/data12_6.sci | c07d0209d62698171d79cef21f8f33b0ad570bd9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 405 | sci | data12_6.sci |
//(Brakes) Example 12.6
//Limit of the product pv
pv = 2
//Coefficient of friction between the drum and the friction lining mu
mu = 0.2
//Gear ratio between the brake and cable drum g
g = 4
//Permissible intensity of pressure on friction lining pmax (N/mm2)
pmax = 1
//Radius of the brake drum Rb (mm)
Rb = 200
//Radius of the cable drum Rc (mm)
Rc = 150
//Mass attached to the cable drum m (kg)
m = 500
|
adad3175816612c4e87df7c03f197b843e9e53c9 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3739/CH4/EX4.5/EX4_5.sce | 934d03979e3ada5c468f06622681dbe2029ff2ba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 667 | sce | EX4_5.sce | //Chapter 4, Example 4.5, page 138
clc
//Initialisation
d=1000 //distance in km
re=6370 //earth radius in km
dt=30 //in degree
pi=3.14
//Calculation
teta=d*(2*re)**-1 //theta in radians
tet=teta*180*pi**-1 //theta in degree
w1=90-dt-tet
a=sin(w1*3.14/180)/re
a1=sin((90+dt)*3.14/180)
h=(a1*a**-1)-re //height
//Results
printf("(1) virtual height of the reflection point = %d km",h) //The answer provided in the textbook is wrong
|
7ab043d19035f87f51c4fc23faddb04c79c54a2f | 449d555969bfd7befe906877abab098c6e63a0e8 | /2672/CH4/EX4.28/Ex4_28.sce | bc0bb2cbd67244f9bfa9714422beefa02989a242 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 656 | sce | Ex4_28.sce | //Example 4_28
clc;
clear;
close;
format('v',8);
//data for intrinsic Ge
//n0=p0=ni;///for intrinsic
ni=2.5*10^13;//cm^-3
mu_n=3800;//cm^2/V-s
mu_p=1800;//cm^2/V-s
mu=mu_n+mu_p;//cm^2/V-s
e=1.6*10^-19;//C/electron
sigma=e*ni*(mu);//(s/cm)
disp(sigma,"(a) Conductivity of intrinsic Ge(s/cm) : ");
format('v',5);
n=4.41*10^22;//cm^-3//Concentration of Ge atom
ND=n/10^7;//cm^-3
n0=ND;//cm^-3
p0=ni^2/ND;//cm^-3
sigma=n0*e*mu_n;//s/cm(n0<<p0, n0 neglected)
disp(sigma,"(b) Conductivity(s/cm)");
NA=n/10^7;//cm^-3
p0=NA;//cm^-3
n0=ni^2/NA;//cm^-3
sigma=p0*e*mu_p;//s/cm(p0<<n0, p0 neglected)
disp(sigma,"(c) Conductivity(s/cm)");
|
a63b66b4b58099de40554f255b25b0d2ca5430f2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /42/CH8/EX8.14/sadiku_8_14.sce | 29e271009e1e200154887a7bfec78d31689a68b5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 134 | sce | sadiku_8_14.sce | clear;
clc;
p=10*10^-2 ,a=1*10^-2 ,Ur=1000, Uo=4*%pi*10^-7,n=200,phi=.5*10^-3;
U=Uo*Ur;
I=phi*2*%pi*p/(Uo*Ur*n*%pi*a*a);
disp(I); |
e8b0a470d533e578cf47463814fbbd4a92d78e65 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2300/CH13/EX13.16.1/Ex13_1.sce | e42f8cd8f050e7af32180d6f13bf3dd502422eea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 604 | sce | Ex13_1.sce | //scilab 5.4.1
//Windows 7 operating system
//chapter 13 Field-Effect Transistors
clc
clear
ND=2*10^21//ND=donor concentration in m^-3 of an n-channel silicon JFET
e=1.6*10^-19//e=charge of an electron
E=12*8.854*10^-12//E=permittivity of the material where 12=dielectric constant of silicon(given)
a=(4*10^-6)/2//2*a=channel width in metres and 2*a=4*10^-6
Vp=(e*ND*(a^2))/(2*E)
format("v",5)
disp("V",Vp,"The pinch-off voltage is =")
VGS=-2//VGS=gate source voltage
//Vp=VDsat-VGS where VDsat=saturation voltage
VDsat=Vp+VGS
format("v",5)
disp("V",VDsat,"The saturation voltage is =")
|
1cdcd6f3d4a50b3f1f3205eb8d5526744446b2cd | 683d2599aa2be1a5f74b928d545b20e7ea656cd1 | /microdaq/macros/mdaq_mem_get.sci | 1548dee05473f390312556909c29d6ccf247cfc5 | [
"BSD-3-Clause"
] | permissive | pj1974/Scilab | 5c7fb67d5cae5ac0cdf78e3dd66b97ba50f9fc95 | cd54f1bd8502d6914ad6ff5271ca0e6e3d323935 | refs/heads/master | 2020-12-25T17:12:56.934984 | 2015-10-06T17:16:11 | 2015-10-06T17:16:11 | 41,862,822 | 0 | 0 | null | 2015-09-03T14:00:56 | 2015-09-03T14:00:56 | null | UTF-8 | Scilab | false | false | 1,137 | sci | mdaq_mem_get.sci | function [data,result] = mdaq_mem_get(start_index, data_size, vector_size)
data = [];
result = 0;
if start_index < 1 | start_index > 4000000 then
disp("ERROR: Incorrect start index - use values from 1 to 4000000!")
return;
end
if data_size < 1 then
disp("ERROR: Incorrect data size!");
return;
end
if vector_size < 1 then
disp("ERROR: Incorrect data vector size!");
return;
end
size_mod = modulo(data_size, vector_size)
if size_mod <> 0 then
disp("ERROR: Incorrect data and vector size!");
return;
end
connection_id = mdaq_open();
if connection_id < 0 then
disp('ERROR: Unable to connect to MicroDAQ device - check your setup!');
return;
end
row_size = vector_size;
col_size = data_size / vector_size;
[data result] = call("sci_mlink_mem_get2",..
connection_id, 1, 'i',..
start_index, 2, 'i',..
data_size, 3, 'i',..
"out",..
[row_size, col_size] , 4, 'r',..
[1,1], 5, 'i');
mdaq_close(connection_id);
endfunction
|
6feb8048bcfebb0c4a6b99fd1d1afcec09e173cb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2279/CH3/EX3.10/Ex3_10.sce | 08efe6700455893c6d252e2319a0b577ff63120c | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 752 | sce | Ex3_10.sce | //Example 3.10
clc
clear all
t=0:0.01:20;
function y=signal(x)
y=x
endfunction
//Assume v(t) as ramp signal
v1=t;
v2=t+2;
//Assume R=1
i1=signal(v1)
i2=signal(v2)
a=2;
b=2;
subplot(4,2,1)
plot(t,a*v1)
xtitle("a*v1(t)","t in sec","a*v1(t)");
subplot(4,2,2)
plot(t,signal(a*v1))
xtitle("a*i1(t)","t in sec","a*i1(t)");
subplot(4,2,3)
plot(t,b*v2)
xtitle("b*v2(t)","t in sec","b*v2(t)");
subplot(4,2,4)
plot(t,signal(b*v2))
xtitle("b*i2(t)","t in sec","b*i2(t)");
c=(a*v1)+(b*v2);
subplot(4,2,5)
plot(t,c)
xtitle("v3(t)","t in sec","v3(t)");
subplot(4,2,6)
plot(t,signal(c))
xtitle("i3(t)","t in sec","i3(t)");
subplot(4,2,8)
plot(t,signal(a*v1)+signal(b*v2))
xtitle("LINEAR SYSTEM","t in sec","a*i1(t)+b*i2(t)");
|
639a634556bbcdd25920517e24c8b65cc9c5bc2e | 449d555969bfd7befe906877abab098c6e63a0e8 | /503/CH8/EX8.34/ch8_34.sci | 34f59a7eb0895e2d68c76b5d98409f40901a311f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 185 | sci | ch8_34.sci | //to calculate value of syncpower
clc;
V=6600;
E=V/sqrt(3);
P=12;
dl=1*P/2;
r=20000*10^3;
I=r/(sqrt(3)*V);
Xs=1.65;
Psy=dl*(%pi/180)*E^2/Xs;
disp(Psy,'sync power(W)'); |
8d21777c3247c766a63963ccac0ec3ca4557171d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2309/CH5/EX5.16/Ex5_16.sce | 3645662baa12f4e7c597d98c716c2781b9b23fbc | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 697 | sce | Ex5_16.sce | // Chapter 5 Example 16
//==============================================================================
clc;
clear;
// Magnesium has HCP structure
// for HCF(Hexagonal closed packed structure) consider the relation between 'c' and 'a';
// c/a = sqrt(8/3) = 1.6329
//input data
r = 0.1605*10^-9; // radius of magnesium atom in m
// Calculations
a = 2*r // lattice constant of HCP
c = a*sqrt(8/3); // relation b/w c and a in HCP
V = (3*3^0.5)*(a*a*c)/2; //Volume of unit cell in m^3
// Output
mprintf('Volume of the unit cell of magnesium = %3.3e m^3',V);
//==============================================================================
|
9fcb61f1b4d048d11ea9a74cd35b6befeb66ce73 | 449d555969bfd7befe906877abab098c6e63a0e8 | /551/CH5/EX5.42/42.sce | e942b6209b7f4c767f3aa2b7cdd4247ee47401b2 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 535 | sce | 42.sce | clc
cv=1.25; //kJ/kg.K
T1=530; //K
v1=0.0624; //m^3/kg
v2=0.186; //m^3/kg
dT_31=25; //K
T3=T1-dT_31; //K
dT_21=165; //K
T2=T1-dT_21; //K
// Path 1-2 : Reversible adiabatic process
ds_12=0;
// To calculate (s3–s1) a reversible path has to be selected joining 3 and 1.This is achieved by selecting the reversible adiabatic path 1-2 and the reversible constant volume process 2-3.
// Path 1-3 : Adiabatic process
v3=0.186; //m^3/kg
v3=v2;
ds_13=cv*log(T3/T2);
disp("Chang in entropy = ")
disp(ds_13)
disp("kJ/kgK") |
a31a8925aa2a7570a1a1de5e913bfd09dc9a5acf | 9bc415d58bf063a1bca303fea640e644333dbdbd | /Scilab/Sinais_e_Sistemas/Funcao_de_Transferencia.sci | e6f3f7f29ff69a10ac1566ee0f796dec65d93cad | [] | no_license | Roast-Lord/SMGcodes | 36e55be6c1cc17af91ab2e3f5117c78684f20604 | b75107be829fb4373dc1bc4b8696fe4b9cec437a | refs/heads/main | 2023-07-05T05:25:50.557705 | 2021-08-17T17:46:25 | 2021-08-17T17:46:25 | 301,012,145 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 230 | sci | Funcao_de_Transferencia.sci | function H=Funcao_de_Transferencia(a,b)
npolos=length(a)-1
nzeros=length(b)-1
q=poly(0,'q')
num=0;
den=1;
for p=1:npolos
den=den+a(p+1)*q^p;
end
for p=0:nzeros
num=num+b(p+1)*q^p;
end
H=num/den;
endfunction
|
02d17523b1d53c3905635c7c75dc2c6e5d4fb151 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3862/CH4/EX4.16/Ex4_16.sce | ce6ff84921e9ed4c2a105ac19fcf556aaf5f6367 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,155 | sce | Ex4_16.sce | clear
// The section is divided into three rectangles A1, A2 and A3
//
//variable declaration
A1=80.0*12.0 //Area of 1,mm^2
A2=(150.0-22.0)*12.0 //Area of 2,mm^2
A3=120.0*10.0 //Area of 3,mm^2
A=A1+A2+A3 //Total area,mm^2
//Due to symmetry, centroid lies on axis y-y. The bottom fibre (1)–(1) is chosen as reference axis to locate the centroid
Y1=150-6
Y2=(128/2) +10
Y3=5
X1=60.0
X2=60.0
X3=60.0
yc=(A1*X1+A2*X2+A3*X3)/A
xc=(A1*Y1+A2*Y2+A3*Y3)/A
//With reference to the centroidal axis x-x and y-y, the centroid of the rectangles A1 is g1 (0.0, 150-6-yc), that of A2 is g2 (0.0, 75-yc) and that of A3 is g3 (0.0, yc-5 ).
Iyy=(12*((80**3))/12)+(128*((12**3))/12)+(10*((120**3))/12)
Ixx=(80.0*(12.0**3)/12.0)+(A1*((150-6-yc)**2))+(12*(128**3.0)/12.0)+(A2*((75-yc)**2))+(120*(10**3)/12.0)+(A3*((150-10-6-yc)**2))
PolarmomentofInertia=Ixx+Iyy
printf("\n Polar moment of Inertia= %0.0f mm^4",PolarmomentofInertia)
kxx=sqrt(Ixx/A)
printf("\n kxx= %0.2f mm",kxx)
kyy=sqrt(Iyy/A)
printf("\n kyy= %0.2f mm",kyy)
|
62aa4d18d41b0f9ea308d86fc28aeaae3bdc8cbf | 449d555969bfd7befe906877abab098c6e63a0e8 | /278/CH23/EX23.1/ex_23_1.sce | 3f0e22cdd8360ea522259078eeb381d5541b8e8e | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 172 | sce | ex_23_1.sce | //find
clc
//solution
//given
D=50//mm
d=5//mm
n=20//mm
W=500//N
C=D/d
Ks=1+(1/(2*C))
t=Ks*[8*W*D/(%pi*d^3)]//N/mm^2
printf("shear stress acting is,%f N/mm^2",t) |
703e80c4493d21a669a174f88bf6c7dee1f05abd | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/inttype.man.tst | dac59fb4132df84cc2c262c04bb595c3bf5836c2 | [
"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 | 43 | tst | inttype.man.tst | clear;lines(0);
x=uint16(1:10);
inttype(x)
|
48f93907f3a680e0989eff679fd1dc2717ba3e15 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH17/EX17.11/Ex17_11.sce | 66232cc7838f1151e7a754d19561b1b78898b6d0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 371 | sce | Ex17_11.sce | //Variable declaration:
//From example 17.10:
Qf = 64 //Fin heat transfer rate (W)
Q1 = 1.48 //Total heat transfer rate without the fin (W)
//Calculation:
E = Qf/Q1 //Fin effectiveness
//Result:
printf("The fin effectiveness is : %.1f",E)
if E>2 then
printf("Hence, the use of the fin is justified.")
end
|
fbc27932f9f7bf5768ea57c27ac34c9887478c18 | fabc48f29c1a9611501fae0c34433b44d5617bd0 | /scilab/primTest3.sce | dc91cef8957d51f8e0a3dd97ba15368e41e7cb4b | [] | no_license | rubiruchi/automatic-power-optimization | 51e7a9575619e0232595be18ed4b02e2fcd48bc8 | 575471ea5ae392d60365508bf84d58ad4d32764a | refs/heads/master | 2020-04-21T06:22:14.980063 | 2018-12-26T09:51:02 | 2018-12-26T09:51:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,469 | sce | primTest3.sce | x1 = [-1000000 -1000000 -1000000 -1000000 -79.937408 -72.400325;
-1000000 -1000000 -1000000 -1000000 -1000000 -79.214156;
-1000000 -1000000 -1000000 -76.05308 -1000000 -1000000.;
-1000000 -1000000 -74.472734 -1000000 -1000000 -1000000.;
-79.862467 -1000000 -1000000 -1000000 -1000000 -1000000.;
-74.879083 -1000000 -1000000 -1000000 -1000000 -1000000.;
-79.549133 -1000000 -1000000 -1000000 -1000000 -1000000.;
-1000000 -1000000 -1000000 -1000000 -1000000 -79.40397;
-1000000 -1000000 -74.268819 -61.44108 -1000000 -1000000.;
-1000000 -79.954615 -74.232487 -70.277902 -1000000 -79.139971];
x2=[-79.962655 -79.025532 -1000000 -1000000;
-1000000 -79.755308 -1000000 -79.996737;
-1000000 -1000000 -76.714974 -1000000;
-1000000 -1000000 -62.306888 -75.815712;
-1000000 -1000000 -1000000 -1000000;
-1000000 -79.189023 -1000000 -1000000;
-1000000 -75.503285 -1000000 -79.56212;
-78.610513 -1000000 -1000000 -78.695141;
-1000000. -1000000 -1000000 -72.974843;
-77.064733 -73.090527 -68.302841 -1000000];
x=[x1 x2];
disp(x);
MIN_LEVEL = -1000000;
//define the system constants
NUM_NODES = 10;
newNodeLevel = -1.*x;
MAX_LEVEL = -1*MIN_LEVEL;
[newGraph,mincost] = primOptimization(NUM_NODES,newNodeLevel,MAX_LEVEL,MIN_LEVEL);
newGraph=-1.*newGraph;
disp('Minimun cost');
disp(mincost);
disp('Minimun graph');
disp(newGraph);
|
bc17c73f1a9851385af26e9c2bee7f3e9ca055dd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1883/CH2/EX2.4.10/Example2_17.sce | 21037771540f93b36f3caa600324f8016d71c8e3 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 407 | sce | Example2_17.sce | //Chapter-2,Example2_4_10,pg 2-28
N=5000*10^2 //Number of lines per meter
wavelength=6000*10^-10 //wavelength of light
m_max=1/(N*wavelength)
//for absent spectra
n=[1 2 3]
m=3*n //as b = 2a and m = ((a+b)/a)*n
printf('\n The order of absent spectra is m = %.0f ',m_max)
|
c4d7c70adbdb5cb734468c376b0cee288c3864f6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3774/CH6/EX6.6/Ex6_6.sce | f2305b2814bc039f76683dc960f62e3f58262f09 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 562 | sce | Ex6_6.sce | // exa 6.6 Pg 176
clc;clear;close;
// Given Data
Tmax=400;// N.mm
Tmin=200;// N.mm
Mmax=500;// N.mm
Mmin=250;// N.mm
Sut=540;// MPa
Syt=420;// MPa
n=2;// factor of safety
Se=0.35*Sut;// MPa
Mm=(Mmax+Mmin)/2;// N.m
Ma=(Mmax-Mmin)/2;// N.m
Tm=(Tmax+Tmin)/2;// N.m
Ta=(Tmax-Tmin)/2;// N.m
Sys=0.5*Syt// MPa
Ses=0.5*Se;// MPa
// Max. Distortion energy theory - Syt/n = 32/%pi/d**3*sqrt((Mm+Ma*(Syt/Se)**2)+0.75*(Tm+Ta*(Sys/Ses))**2)
d = (32/%pi*sqrt((Mm+Ma*(Syt/Se))**2+0.75*(Tm+Ta*(Sys/Ses))**2)*1000/(Syt/n))**(1/3) ; // mm
printf('shaft diameter = %.f mm.',d)
|
0a0954aec81f760eab1f3d88c22bf37e29db05ba | 717ddeb7e700373742c617a95e25a2376565112c | /278/CH9/EX9.8/ex_9_6.sce | 2afa1730b48b87baadae00a3d9d32f3089438b38 | [] | 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 | 765 | sce | ex_9_6.sce | //find rivet dia,pitch,thickness and eff
clc
//solution
//given
t=10//mm
ft=80//N/mm^2
T=60//N/mm^2
pi=3.14
//d=6*sqrt(t)//mm
//choose standard value of d from table 9.3
d=19//mm
//let p is pitch of rivets
Ps=1*1.875*(pi/4)*d^2*T//N//shearing resistance of rivet
//Pt=(p-d)*t*ft=(p-19)*800//N//tearing resistance of plate
//Ps=Pt
p=19+(31900/800)//mm
//pmax=C*t+41.28=58.78mm whihc is equal to p
t1=0.625*t//mm
Pt=(p-d)*t*ft//=(p-19)*800//N
P=p*t*ft//N//strength of the unriveted
printf("the value of forces is,%f N\n,%f N\n",Pt,Ps)
//eff=(least of Pt,Ps)/P
eff=Ps/P//least is Ps
printf("the eff is,%f\n",eff)
printf("the pitch is,%f mm\n",p)
printf("the thickness of cover plate is,%f mm\n",t1)
printf("the diameter of rivets is,%f mm",d) |
8879c5babef64bb43458386db80bbac199c230b8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3636/CH11/EX11.8/Ex11_8.sce | 001c49ef4fa9f63fd871ee741f1d33379fc41ef9 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 424 | sce | Ex11_8.sce | clear;
clc;
Rth_sink=4 //resistance in C/W
Rth_case=1.5 //in C/W
T2=200 //Temperature in C
T1=27 //Room temperature in C
P=20 //power in W
//Calculation
Rth=(T2-T1)/P
Tdev=T2
Tamb=T1
Rth_dp=Rth
Rth_ps=Rth_case //case-sink resistance
Rth_sa=Rth_sink //sink-ambient resistance
PD=(Tdev-Tamb)/(Rth_dp+Rth_ps+Rth_sa)
mprintf("Actual power dissipation= %2.2f W",PD) //The answers vary due to round off error
|
87ea7457ba138eebc0eeb4b1727a2e479f753d1b | 44a15e4bb1e6caceda9ee02880890d520e993306 | /Foundation Code/NOPA_gametime.sce | f8b4f30d405284ef980df32a42605fb29f37ae3f | [] | no_license | CNL-R/TripleSequences | 3ac8be0b491b3a77e3a5fd859c9580d6be650a78 | 46d75c6d074b4e011961916a908c1d21d8944784 | refs/heads/master | 2021-01-01T19:14:21.755538 | 2017-08-16T21:18:27 | 2017-08-16T21:18:27 | 98,548,330 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 6,359 | sce | NOPA_gametime.sce | #header
default_background_color = 64, 64, 64;
write_codes = true;
pulse_width = 5;
active_buttons = 2;
button_codes = 254,255;
no_logfile = false;
###############################################################################
#SDL portion of code
begin;
$image_on = 300;
bitmap { filename = ""; preload = false; } bmp_image;
bitmap { filename = "flat.bmp"; preload = true; } flat_image;
wavefile {filename = ""; preload = false;} wav_sound;
text { caption = "+"; font_size = 10; font_color = 255,255,0; transparent_color = 64,64,64;
} fixcross;
text { caption = " "; font_size = 10; font_color = 64,64,64; transparent_color = 64,64,64;
} nada;
text { caption = "This is the Target Stimulus!! \n Study it and press the '1' button when ready to continue"; font_size = 32; font_color = 200,0,20; transparent_color = 64,64,64;
} traintxt;
text { caption = "Press the '3' button to repeat the stimulus (as many times as you wish)"; font_size = 20; font_color = 255,255,255; transparent_color = 64,64,64;
} repeattxt;
text { caption = "Take a short break, press the '1' button when you are ready to proceed"; font_size = 20; font_color = 0,220,200;
} breaktxt;
text { caption = "a"; font_size = 20; font_color = 0,220,205;
} counttxt1;
picture { text fixcross; x = 0; y = 0; text nada; x = 0; y = 320; text nada; x = 0; y = 420;
} default;
picture {bitmap bmp_image; x = 0; y = 0;} trial_pic;
picture {text repeattxt; x = 0; y = 320; text traintxt; x = 0; y = 420; text fixcross; x = 0; y = 0;} repeat_pic;
picture {bitmap bmp_image; x = 0; y = 0; text repeattxt; x = 0; y = 320; text traintxt; x = 0; y = 420;} odd_pic;
picture { text breaktxt; x = 0; y = 0; text counttxt1; x = 0; y = -200;} break_pic;
sound {wavefile wav_sound;} trial_aud;
trial { nothing{}; time = 0; port_code = 252;} pause_off;
trial { nothing{}; time = 0; port_code = 253;} pause_on;
trial {
picture default;
time = 0;
stimulus_event {
picture trial_pic; # REMEMBER: ONSET TIMES HAVE NOT BEEN DEFINED
duration = $image_on;
} av_vis_evt;
stimulus_event {
sound trial_aud;
port_code = 222;
code = "StimOn";
parallel = true;
}av_aud_evt;
stimulus_event {nothing{}; time = 60; port_code = 222;
}code2;
stimulus_event {nothing{}; time = 120; port_code = 222;
}code3;
stimulus_event {nothing{}; time = 180; port_code = 222;
}code4;
} av_trl;
trial {
picture default;
time = 0;
stimulus_event {
picture odd_pic;
duration = $image_on; # REMEMBER: ONSET TIMES HAVE NOT BEEN DEFINED
} odd_vis_evt;
stimulus_event {
sound trial_aud;
parallel = true;
}odd_aud_evt;
} oddball_train;
trial { # Instructions that last til button press
trial_duration = forever;
trial_type = specific_response;
terminator_button = 1,2;
stimulus_event {
picture repeat_pic;
} train_vis_event;
} repeat_train;
trial {
trial_duration = forever;
trial_type = correct_response;
stimulus_event {
picture break_pic;
target_button = 2;
} break_event;
} break_time;
###############################################################################
begin_pcl;
int nblocks = 15;
int startingblock = 1;#It could be problematic if there were a crash mid-experiment, this allows you to start at a block other than 1
####################################
string filebase = "Block"; # Root string of text files containing stimulus file names
####################################
#########################
# Some timing stuff to make the stims oh so perfectly synchronized
double period = display_device.refresh_period();
double max_scheduling_delay = 15;
double display_device_latency = 5;
double sound_card_latency = 10;
double additional_delay = 10; #play with this value to dial in the timing
int refresh_period_time = int(max_scheduling_delay / period) + 1;
double expected_picture_time = refresh_period_time * period;
int visoffset = int( expected_picture_time - period / 2 );
int audoffset = int( expected_picture_time + display_device_latency + additional_delay - sound_card_latency + 0.5);
av_vis_evt.set_time(visoffset);
odd_vis_evt.set_time(visoffset);
av_aud_evt.set_time(audoffset);
odd_aud_evt.set_time(audoffset);
###########################
string filename;
int isi;
loop
int i = startingblock;
until i > nblocks begin
filename = filebase + string(i) + ".txt";# Load in stimulus file names from text file
array <string> stims[0]; #Create array for all stims listed in file
input_file stimsf = new input_file; #Create input_file object
stimsf.open(filename); #Open file defined at top into input_file object
loop
string sname = stimsf.get_line();#Read the contents of the file into the stims array
until !stimsf.last_succeeded() begin
stims.add(sname);
sname = stimsf.get_line();
end;
stimsf.close(); #Close the file
int nstims = stims.count(); #number of stimuli to be presented per block
loop
int j = 1;
array<string> stim_temp[0];
until j > stims.count() begin
stims[j].split( " ", stim_temp);
if j == 1 then
if int(stim_temp[1]) == 0 then
odd_pic.set_part(1, bmp_image);
bmp_image.set_filename(stim_temp[2]);
bmp_image.load();
wav_sound.set_filename("silence_57.wav");
wav_sound.load();
else
odd_pic.set_part(1, flat_image);
wav_sound.set_filename(stim_temp[2]);
wav_sound.load();
end;
default.set_part(2, repeattxt);
default.set_part(3, traintxt);
loop
until false begin
oddball_train.present();
repeat_train.present();
if response_manager.last_response() == 2 then
break
end;
end;
default.set_part(2, nada);
default.set_part(3, nada);
default.present();
wait_interval(300);
pause_off.present();
wait_interval(2000);
else
wav_sound.set_filename(stim_temp[6]);
bmp_image.set_filename(stim_temp[5]);
wav_sound.load();
bmp_image.load();
av_aud_evt.set_port_code(int(stim_temp[1]));
code2.set_port_code(int(stim_temp[2]));
code3.set_port_code(int(stim_temp[3]));
code4.set_port_code(int(stim_temp[4]));
av_trl.present();
term.print_line(stims.count()-j);
isi = random(1200,2400);
wait_interval(isi);
end;
j = j + 1;
end;
pause_on.present();
if i < nblocks then
counttxt1.set_caption( "You have completed " + string(i) + " out of " + string(nblocks) + " blocks" );
counttxt1.redraw();
term.print_line("Break Time");
break_time.present();
end;
i = i + 1;
end |
3bc61550844f43efc81e03eb40144a7ea000992a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3755/CH5/EX5.3/Ex5_3.sce | 088a844f6f8cfa9fd857434e63e4afc70bf14dea | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Ex5_3.sce | clear
//
//
//
//Variable declaration
T=327+273; //temperature(K)
b=2.897*10^-3; //value of b(mK)
//Calculations
lamda_m=b/T; //wavelength(m)
//Result
printf("\n wavelength is %0.0f angstrom",lamda_m*10^10)
|
75b3344a847cf30e116e3478a84d6378791f8f4e | 449d555969bfd7befe906877abab098c6e63a0e8 | /2006/CH11/EX11.9/ex11_9.sce | a42ffd78d5424988643985b0ee5c4139680a643d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 448 | sce | ex11_9.sce | clc;
Tcammonia=405.9;
Tcwater=647.3;
Tr=0.576; // Condition of similarity
Twater=Tcwater*Tr; // At reduced temperature Temperature of water
Tammonia=Tcammonia*Tr;//At reduced temperature Temperature of ammonia
// From steam table at Twater
hfgwater=2257;// specific enthalpy in kJ/kg
hfgammonia=Tcammonia/Tcwater *hfgwater; // Latent heat of vaporization of ammonia
disp ("kJ/kg",hfgammonia,"Latent heat of vaporization of ammonia =");
|
b9ef52bfadbf811322b154287e9dead692d1d53d | 449d555969bfd7befe906877abab098c6e63a0e8 | /1151/CH1/EX1.4/example4.sce | 9d0c9a78d17fa0f85ae589301f1b89429f04846d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 153 | sce | example4.sce | //find transfer function of lag network
printf("syms R1 R2 C\n ei=(R1+R2+(1/C)*s);\n eo=(R2+(1/C)*s);\n G=eo/ei;\n transfer function Eo(s)/Ei(s)is:G")
|
39a07f08e877aeffed607abe0d32a6543f4f41af | 1232196a72221f6cc0ee0a9a47111ef1188dafe9 | /xcos_blocks/c4_func.sci | 91a457cfd0263c77f60e82cf271288cc612f9d48 | [] | no_license | sumagin/rasp30 | 06dc2ee1587a4eaf3cf5fb992375b8589617f882 | a11dcffaed22dbac1f93c2f4798a48c7b0b1f795 | refs/heads/master | 2021-01-24T23:51:54.459864 | 2016-07-08T22:03:43 | 2016-07-08T22:03:43 | 16,685,217 | 2 | 3 | null | 2015-07-23T15:28:49 | 2014-02-10T05:17:38 | C | UTF-8 | Scilab | false | false | 511 | sci | c4_func.sci | function block=c4_func(block,flag)
if flag==1
rr = 1:block.ipar(1)
block.outptr(1)(rr)=block.x(2*rr-1)
elseif flag==0
jj = 1:block.ipar(1)
T = 1 ./(2*%pi*block.rpar(2*jj-1))
tau2 = T./block.rpar(2*jj)
tau1 =(T^2)./tau2
a= -1 ./tau2
b=1 ./tau1
c=1 ./(tau1.*tau2)
block.xd(2*jj-1)=block.x(2*jj)+a.*block.inptr(1)(jj);
block.xd(2*jj)=-c.*block.x(2*jj-1)-b.*block.x(2*jj)-a.*b.*block.inptr(1)(jj);
end
endfunction
|
d896898278f1b256f05068e631b9b2c7c841794f | b26cbe6bc3e201f030705aaf9eb82da94def231f | /tests/Morisita_RP-017.tst | 8f13a0edf39ef662d1cca143d868dcd4c31df1f3 | [] | no_license | RP-pbm/Recurrence-plot | f86c5cd85460661b01a609f8f4281d2cda6b4e07 | b5da95f9b30c1a924a002102219bf0a2ad47df2c | refs/heads/master | 2022-07-24T12:11:34.163543 | 2022-07-09T19:32:43 | 2022-07-09T19:32:43 | 92,934,698 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 31 | tst | Morisita_RP-017.tst | ../inputs/pops-10x2-rand-01.ssv |
2f19b5418417513d8b5fc7249989a12f0aa3b733 | 584105ff5b87869494a42f632079668e4c3f82de | /TestCases/convolver/test2.sce~ | eb94189e9808f2f2714de847810d405d28090122 | [] | no_license | kevgeo/FOSSEE-Computer-Vision | 0ceb1aafb800580498ea7d79982003714d88fb48 | 9ca5ceae56d11d81a178a9dafddc809238e412ba | refs/heads/master | 2021-01-17T21:11:31.309967 | 2016-08-01T14:45:40 | 2016-08-01T14:45:40 | 63,127,286 | 6 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,611 | test2.sce~ |
//Reading grayscale image
I1 = imread("box.png");
//Kernel or filter and convolution on image is done with this kernel
//This kernel will give same image with no change
a = [0 0 0; 0 1 0; 0 0 0];
//Perforing convolution
//Checking if it accept scalar value zero which is an error
out1 = convolver(I1,"size",3,"values",a,"scalar",0);
//output-> Invalid scalar value. Please enter value more than zero.
//Reading image
I2 = imread("lena.jpeg");
//Kernel or filter and convolution on image is done with this kernel
//This kernel will give same image with no change
a = [0 0 0; 0 1 0; 0 0 0];
//Perforing convolution
//Checking if it accept scalar value zero which is an error
out2 = convolver(I2,"size",3,"values",a,"scalar",0);
//output-> Invalid scalar value. Please enter value more than zero.
//Reading image
I3 = imread("clc1.jpg");
//Kernel or filter and convolution on image is done with this kernel
//This kernel will give same image with no change
a = [0 0 0; 0 1 0; 0 0 0];
//Perforing convolution
//Checking if it accept scalar value zero which is an error
out3 = convolver(I3,"size",3,"values",a,"scalar",0);
//output-> Invalid scalar value. Please enter value more than zero.
//Reading grayscale image
I4 = imread("left01.jpg");
//Kernel or filter and convolution on image is done with this kernel
//This kernel will give same image with no change
a = [0 0 0; 0 1 0; 0 0 0];
//Perforing convolution
//Checking if it accept scalar value zero which is an error
out4 = convolver(I4,"size",3,"values",a,"scalar",0);
//output-> Invalid scalar value. Please enter value more than zero.
| |
cbf8661b13839d9aee66c293438014b88d4062f0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1409/CH5/EX5.11/5_11.sce | 0bbe0018257c1efc64a0d007fbd9029c1d6b24c1 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 287 | sce | 5_11.sce | clc;
//page no 5-22
//Example 5.11
//Given frequency deviation is 50kHz and maximum modulating frequency is 15kHz
fd=50;//in kHz
fm=15;//in kHz
beta1=fd/fm;
disp(beta1,'Modulation index=');
//Using Carson's rule
BW=2*(beta1+1)*fm;
disp(+'kHz',BW,'Transmission bandwidth is');
|
5608db3360a23ab1c30532ecae7e7f9673187070 | 449d555969bfd7befe906877abab098c6e63a0e8 | /48/CH5/EX5.1/eg_5_1.sce | d7bee4eefe390e4a2ac81ac4ce7381778b27c469 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 836 | sce | eg_5_1.sce | clc;
clear;
//Takes x input and check whether it is valid logic level or not.
x=input("x = ");
while(x~=0 & x~=1)
disp("enter a valid logical level");
x=input("x = ");
end
//Takes y input and check whether it is valid logic level or not.
y=input("y = ");
while(y~=0 & y~=1)
disp("enter a valid logical level");
y=input("y = ");
end
//Takes z input and check whether it is valid logic level or not.
z=input("z = ");
while(z~=0 & z~=1)
disp("enter a valid logical level");
z=input("z = ");
end
p1=bitand(bitand(bitcmp(x,1),bitcmp(y,1)),z);
p2=bitand(bitand(bitcmp(x,1),y),bitcmp(z,1));
p3=bitand(bitand(bitcmp(y,1),x),bitcmp(z,1));
p4=bitand(bitand(x,y),z);
p=bitor(bitor(p1,p2),bitor(p3,p4));
disp(p,"The output of the odd parity generator circuit is");
disp("p= x^y^z+x^yz^+xy^z^+xyz"); |
5c8ed49630265fbe68aef312cdf5ce103313debd | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH19/EX19.3/Example19_3.sce | d61d9a19da572d3eeba91d2b8468ef0c05327a55 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 361 | sce | Example19_3.sce | //computation of standard emf of a cell
clear;
clc;
printf("\t Example 19.3\n");
E0cathode=0.8;//standard electrode potential of cathode(Ag+/Ag), V
E0anode=-2.37;//standard electrode potential of anode(Mg2+/Mg), V
E0cell=E0cathode-E0anode;//standard emf of the cell, V
printf("\t the standard emf of the cell is : %4.2f V\n",E0cell);
//End
|
0ab650d12ad8c32b609c82e4d7872ad4ab5fa968 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1976/CH5/EX5.7/Ex5_7.sce | ff5dcb7984bcca7c8424b2ddb03eb5366ed4529f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 884 | sce | Ex5_7.sce |
//To determine the Voltage Required and Current Drawn
//Page 299
clc;
clear;
t=2*(10^-2); //Thickness
A=150*(10^-4); //Area of the slab
Er=4; //Relative Permittivity
pf=0.04; //Power Factor
f=30*(10^6); //Frequency of supply
w=2*%pi*f; //Angular Frequency
P=200; //Power Required
Eo=8.854*(10^-12); //Permittivity of free space
C=Er*Eo*A/t; //Capacitance
Xc=1/(C*w); //Capacitative Reactance
phi=acosd(pf); //power factor angle
R=tand(phi)*Xc; //Resistance
V=sqrt(P*R); //Voltage
I1=V/R; //Current
Ic=V/Xc; //Curent through the Capacitor
It=sqrt((I1^2)+(Ic^2)); //Total Current
Vn=600; //Limited Voltage
Rn=(Vn^2)/P; //New Resistance
wn=tand(phi)/(C*Rn); //New Angular Frequency
fn=wn/(2*%pi); //New Frequnency
printf('The Current And Voltage are %g A and %g V respectively\n',It,V)
printf('For the New Voltage the frequency is %g MHz\n',(fn/(10^6)))
|
1d36ff8f1d1801754baa74c91c99ac42d2d14bbe | 449d555969bfd7befe906877abab098c6e63a0e8 | /494/CH3/EX3.2/3_2.sce | 00c2585495fa29d749654134791da99fa43f06a4 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 450 | sce | 3_2.sce | //All the quantities are expressed in SI units
rho = 1.225; //freestream density of air along the streamline
p_1 = 101314.1; //pressure at point 1
v_1 = 3.05; //velocity at point 1
v_2 = 57.91; //velocity at point 2
//The pressure at point 2 on the given streamline can be given as
p_2 = p_1 + 1/2*rho*((v_1^2) - (v_2^2));
printf("\nRESULTS\n--------\nThe pressure at point 2 is\n p2 = %5.2f Pa\n",p_2) |
f99e898f7b88cda84def1cb010bb1b05a79e0aff | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH3/EX3.13/Example_13.sce | fe6f94a342415db28fda1fcae832e8f972e5ef17 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 447 | sce | Example_13.sce | //Chapter-3,Example 13,Page 60
clc;
close;
//Reaction.....N(14) + He(4) ---> O(17) +H(1)
m_r= 18.01140 // total mass of reactants in a.m.u.
m_p= 18.01264 // total mass of product in a.m.u.
m= m_p -m_r // increase in mass
Q_value= m*931 // in electron volt since 1 a.m.u. =931 MeV
//since mass is increased after reaction
// Q value is negative
printf('the Q value for the reaction is %.2f MeV',-Q_value)
|
0981f975c10910033eb90d61cc64370f00c177fb | d465fcea94a1198464d7f8a912244e8a6dcf41f9 | /system/kiks_scale.sci | cf77f987d743577bbf969626096772008bfc1439 | [] | no_license | manasdas17/kiks-scilab | 4f4064ed7619cad9e2117a6c0040a51056c938ee | 37dc68914547c9d0f423008d44e973ba296de67b | refs/heads/master | 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 708 | sci | kiks_scale.sci | function [ret] = kiks_scale(a,rsz,csz)
// Ouput variables initialisation (not found in input variables)
ret=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
// downsample a matrix
[rows,cols] = size(mtlb_double(a));
if mtlb_logic([rows,cols],"==",mtlb_double([rsz,csz])) then
ret = a;
return;
end;
rscale = rows/mtlb_double(rsz);
cscale = cols/mtlb_double(csz);
rix = round(mtlb_imp(1,rscale,rows));
cix = round(mtlb_imp(1,cscale,cols));
ret = a(rix,cix);
endfunction
|
74d5575c2f10a10d2e78ed93c16e18ee67c9459a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3751/CH11/EX11.12/Ex11_12.sce | 0f946d77da5dfb214e1a5c3d51275d0194bc0726 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,770 | sce | Ex11_12.sce | //Fluid Systems - By - Shiv Kumar
//Chapter 11- Centrifugal Pumps
//Example 11.12
//To Determine (i)Manometric Efficiency (ii)Vane Angle at Inlet (iii)The Least Speed at which the pump commence to work.
clc
clear
//Given Data:-
Do=0.5; //Outer Diameter of the Impeller, m
N=600; //Speed, rpm
Q=8000; //Discharge, litres/min.
Hm=8.5; //Manometric Head, m
Di=0.25; //Inner Diameter of Impeller, m
beta_o=45; //Vane Angle at outlet, degrees
Af=0.06; //Area of Flow, m^2
//Data Used:-
g=9.81; //Acceleration due to gravity, m/s^2
//Computations:-
Q=Q/60000; //m^3/s
Vfo=Q/Af; //m/s
Vfi=Vfo;
ui=%pi*Di*N/60; //Tangential velocity of Impeller at Inlet,m/s
uo=%pi*Do*N/60; // Tangential velocity of Impeller at Outlet, m/s
Vwo=uo-Vfo/tand(beta_o); //m/s
//(i) Manometric Efficiency, eta_man
eta_man=g*Hm/(Vwo*uo)*100; //In Percentage
//(ii) Vane Angle at Inlet, beta_i
beta_i=atand(Vfi/ui); //degrees
//(iii) The Least Speed at which the pump commence to work, Nmin
Nmin=120*Vwo*Do*(eta_man/100)/(%pi*(Do^2-Di^2)); //rpm
//Results:-
printf(" (i) Manometric Efficiency, eta_man =%.2f Percent \n ",eta_man ) //The answer vary due to round off error
printf(" (ii) Vane Angle at Inlet, beta_i=%.2f Degrees \n ",beta_i ) //The answer vary due to round off error
printf(" (iii) The Least Speed at which the pump commence to work, Nmin=%.2f rpm \n",Nmin ) //The answer vary due to round off error
|
9baca297c418bb8ab5b4bfc97ee1024aee53e500 | 449d555969bfd7befe906877abab098c6e63a0e8 | /884/CH16/EX16.11/Example16_11.sce | d9211892502c7601d111d346cd83f94b50a963f5 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 564 | sce | Example16_11.sce | //separation by fractional precipitation
clear;
clc;
printf("\t Example 16.11\n");
//for Br
Br=0.02;//conc of Ag+ ions, M
Ksp1=7.7*10^-13;//solubility product of AgBr
Ag1=Ksp1/Br;//conc of Ag+ ions at saturated state, M
//for Cl
Ksp2=1.6*10^-10;//solubility product of AgCl
Cl=0.02;//conc of Cl- ions, M
Ag2=Ksp2/Cl;//conc of Ag+ ions at saturated state, M
printf("\t to precipitate Br- without precipitating Cl- the concentration of Ag must be greater than %2.1f *10^-11 M but less than %2.1f *10^-9 M\n",Ag1*10^11,Ag2*10^9);
//End
|
3822b5bd1aff531a9af07b38b81f4c4cb7441248 | 5f2ca8e18735204f5995ac7e44a6e301eb23ea0b | /scripts/tests/util/aerodynamics_coef_gen.sce | d0c8927e673063d020a878c8c85d2f5d2fef66b8 | [] | no_license | Jettanakorn/mcflight | 4e7d4e20976e8f3621bf13fec2a8b522ecfc49a9 | e6579a11e10c5e9ae9ee558f464a6b88e1ae7a26 | refs/heads/master | 2023-03-17T10:49:28.906700 | 2019-10-30T20:20:58 | 2019-10-30T20:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,001 | sce | aerodynamics_coef_gen.sce | //<-- NO CHECK REF -->
exec('trim/trim_f16.sci');
// Tests based on values in Table 3.6-2 of Steven And Lewis 2nd edition
trim_csv = read_csv('tests/trim_straight_level.csv');
nlin = size(trim_csv)(1);
mprintf('alpha_deg,beta_deg,elev_deg,ail_deg,rudder_deg,VT_ftps,p_rps,q_rps,r_rps,xcg_mac,CX,CY,CZ,Cl,Cm,Cn\n');
for i = 2:nlin
v_ref = strtod(trim_csv(i,1));
throttle_ref = strtod(trim_csv(i,2));
aoa_ref = strtod(trim_csv(i,3));
elev_ref = strtod(trim_csv(i,4));
[X, controls, params] = trim_straight_level(v_ref);
[XD, outputs] = eqm(0, X, controls, params);
mprintf('%.3f,%.3f,%.3f,%.3f,%.3f,%.3f,',X(2)/%pi*180, X(3)/%pi*180, controls.elev_deg, controls.ail_deg, controls.rudder_deg, X(1));
mprintf('%.3f,%.3f,%.3f,%.3f,',X(7), X(8), X(9), params.xcg);
mprintf('%.3f,%.3f,%.3f,',outputs.aero_forces(1),outputs.aero_forces(2),outputs.aero_forces(3));
mprintf('%.3f,%.3f,%.3f\n',outputs.aero_moments(1),outputs.aero_moments(2),outputs.aero_moments(3));
end
|
3b33158a95e29bfc057a01dae8368c7a829fa873 | 449d555969bfd7befe906877abab098c6e63a0e8 | /746/DEPENDENCIES/12_06.sci | bde4e1e59d1b24e0062a28e0a395ea5d832f4bc0 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 274 | sci | 12_06.sci | //Diameter of pipe(in m):
D=7.16*10^-3;
//Stagnation pressure(in kPa):
p0=101;
//Stagnation temperature(in K):
T0=296;
//Pressure at section 1(in kPa):
p1=98.5;
//Temperature at section 2(in K):
T2=287;
//Gas constant(in N-m/kg-K):
R=287;
//Value of k:
k=1.4;
|
be610c03a27dc80726155cf0034686859a776b4a | eec0cb8a9a3987d4e28fc22c89750a158a00ea84 | /Assignment1_team8/Project_01/Assignment1_team8/Q1/MsopF.tst | e2ceeb1c4dd89af34232d4144b41565a2efd31ce | [] | no_license | Archaic-Mage/CS2310_LAB_Assignments | 8ac90e0123de95f5cf8db709cd7761962bf8cef2 | e922b59fc1350db3f23b07b8f5986ac54f197c8d | refs/heads/main | 2023-08-29T23:42:07.913682 | 2021-11-16T14:00:05 | 2021-11-16T14:00:05 | 401,640,543 | 1 | 1 | null | 2021-10-01T05:55:36 | 2021-08-31T09:10:15 | Scilab | UTF-8 | Scilab | false | false | 1,055 | tst | MsopF.tst | load MsopF.hdl,
output-file MsopF.out,
compare-to MsopF.cmp,
output-list w%B3.1.3 x%B3.1.3 y%B3.1.3 z%B3.1.3 out%B3.1.3;
set w 0,
set x 0,
set y 0,
set z 0,
eval,
output;
set w 0,
set x 0,
set y 0,
set z 1,
eval,
output;
set w 0,
set x 0,
set y 1,
set z 0,
eval,
output;
set w 0,
set x 0,
set y 1,
set z 1,
eval,
output;
set w 0,
set x 1,
set y 0,
set z 0,
eval,
output;
set w 0,
set x 1,
set y 0,
set z 1,
eval,
output;
set w 0,
set x 1,
set y 1,
set z 0,
eval,
output;
set w 0,
set x 1,
set y 1,
set z 1,
eval,
output;
set w 1,
set x 0,
set y 0,
set z 0,
eval,
output;
set w 1,
set x 0,
set y 0,
set z 1,
eval,
output;
set w 1,
set x 0,
set y 1,
set z 0,
eval,
output;
set w 1,
set x 0,
set y 1,
set z 1,
eval,
output;
set w 1,
set x 1,
set y 0,
set z 0,
eval,
output;
set w 1,
set x 1,
set y 0,
set z 1,
eval,
output;
set w 1,
set x 1,
set y 1,
set z 0,
eval,
output;
set w 1,
set x 1,
set y 1,
set z 1,
eval,
output;
|
5e539dde2c06042cb688cfa7327d670595c6f2b8 | 01ecab2f6eeeff384acae2c4861aa9ad1b3f6861 | /sci2blif/sci2blif_added_blocks/hhneuron.sce | 1be21f4e56e1b45574c04af82c89b97670bec568 | [] | no_license | jhasler/rasp30 | 9a7c2431d56c879a18b50c2d43e487d413ceccb0 | 3612de44eaa10babd7298d2e0a7cddf4a4b761f6 | refs/heads/master | 2023-05-25T08:21:31.003675 | 2023-05-11T16:19:59 | 2023-05-11T16:19:59 | 62,917,238 | 3 | 3 | null | null | null | null | UTF-8 | Scilab | false | false | 1,523 | sce | hhneuron.sce | //**************************** HH Neuron ******************************
if (blk_name.entries(bl) =='hhneuron') then
mputl("# HH Neuron",fd_w);
for ss = 1:scs_m.objs(bl).model.ipar(1)
mputl(".subckt hhneuron in[0]=net"+string(blk(blk_objs(bl),2))+ "_" + string(ss)+" in[1]=net"+string(blk(blk_objs(bl),3))+ "_" + string(ss)+" in[2]=net"+string(blk(blk_objs(bl),4))+ "_" + string(ss)+" in[3]=net"+string(blk(blk_objs(bl),5))+ "_" + string(ss)+" out[0]=net"+ string(blk(blk_objs(bl),2+numofip))+ "_" + string(ss)+" out[1]=net"+ string(blk(blk_objs(bl),3+numofip))+ "_" + string(ss)+" out[2]=net"+ string(blk(blk_objs(bl),4+numofip))+ "_" + string(ss)+ " #hhneuron_fg[0] =0&hh_leak =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-8)))+"&hh_vinbias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-7)))+"&hh_nabias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-6)))+"&hh_kbias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-5)))+"&hh_fbpfetbias =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-4)))+"&hh_ota_p_bias[0] =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-3)))+"&hh_ota_n_bias[0] =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-2)))+"&hh_ota_p_bias[1] =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss-1)))+"&hh_ota_n_bias[1] =" +string(sprintf('%1.2e',scs_m.objs(blk_objs(bl)).model.rpar(9*ss))),fd_w);
mputl(" ",fd_w)
end
end
|
45757dfb97cf480044bce966269d069874b5042d | 1bb72df9a084fe4f8c0ec39f778282eb52750801 | /test/TEC2.prev.tst | c421c9df8743a5f7c3534dbb8452dfe42f52721e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gfis/ramath | 498adfc7a6d353d4775b33020fdf992628e3fbff | b09b48639ddd4709ffb1c729e33f6a4b9ef676b5 | refs/heads/master | 2023-08-17T00:10:37.092379 | 2023-08-04T07:48:00 | 2023-08-04T07:48:00 | 30,116,803 | 2 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 139,669 | tst | TEC2.prev.tst | Expanding for base=2, level=10, reasons+features=base,similiar invall,norm
Refined variables=x,y
[0+1x,0+1y]: unknown -> [1] [0,0] x²-y³+2
---------------- level 0
expanding queue[0]^-1,meter=[2,2]: x²-y³+2
[1+2x,1+2y]: unknown -> [1] [1,1] 2x+2x²-3y-6y²-4y³+1
endexp[0]
---------------- level 1
expanding queue[1]^0,meter=[2,2]: 2x+2x²-3y-6y²-4y³+1
[1+4x,3+4y]: unknown -> [2] [0,1] 2x+4x²-27y-36y²-16y³-6
-> solution [5,3],NONTRIVIAL
[3+4x,3+4y]: unknown -> [3] [1,1] 6x+4x²-27y-36y²-16y³-4
endexp[1]
---------------- level 2
expanding queue[2]^1,meter=[2,2]: 2x+4x²-27y-36y²-16y³-6
[1+8x,3+8y]: unknown -> [4] [0,0] 2x+8x²-27y-72y²-64y³-3
[5+8x,3+8y]: unknown -> [5] [1,0] 10x+8x²-27y-72y²-64y³
-> solution [5,3],NONTRIVIAL
endexp[2]
expanding queue[3]^1,meter=[2,2]: 6x+4x²-27y-36y²-16y³-4
[3+8x,3+8y]: unknown -> [6] [0,0] 6x+8x²-27y-72y²-64y³-2
[7+8x,3+8y]: unknown -> [7] [1,0] 14x+8x²-27y-72y²-64y³+3
endexp[3]
---------------- level 3
expanding queue[4]^2,meter=[2,2]: 2x+8x²-27y-72y²-64y³-3
[1+16x,11+16y]: unknown -> [8] [0,1] 2x+16x²-363y-528y²-256y³-83
[9+16x,11+16y]: unknown -> [9] [1,1] 18x+16x²-363y-528y²-256y³-78
endexp[4]
expanding queue[5]^2,meter=[2,2]: 10x+8x²-27y-72y²-64y³
[5+16x,3+16y]: unknown -> [10] [0,0] 10x+16x²-27y-144y²-256y³
-> solution [5,3],NONTRIVIAL
[13+16x,3+16y]: unknown -> [11] [1,0] 26x+16x²-27y-144y²-256y³+9
endexp[5]
expanding queue[6]^3,meter=[2,2]: 6x+8x²-27y-72y²-64y³-2
[3+16x,3+16y]: unknown -> [12] [0,0] 6x+16x²-27y-144y²-256y³-1
[11+16x,3+16y]: unknown -> [13] [1,0] 22x+16x²-27y-144y²-256y³+6
endexp[6]
expanding queue[7]^3,meter=[2,2]: 14x+8x²-27y-72y²-64y³+3
[7+16x,11+16y]: unknown -> [14] [0,1] 14x+16x²-363y-528y²-256y³-80
[15+16x,11+16y]: unknown -> [15] [1,1] 30x+16x²-363y-528y²-256y³-69
endexp[7]
---------------- level 4
expanding queue[8]^4,meter=[2,2]: 2x+16x²-363y-528y²-256y³-83
[1+32x,27+32y]: unknown -> [16] [0,1] 2x+32x²-2187y-2592y²-1024y³-615
[17+32x,27+32y]: unknown -> [17] [1,1] 34x+32x²-2187y-2592y²-1024y³-606
endexp[8]
expanding queue[9]^4,meter=[2,2]: 18x+16x²-363y-528y²-256y³-78
[9+32x,11+32y]: unknown -> [18] [0,0] 18x+32x²-363y-1056y²-1024y³-39
[25+32x,11+32y]: unknown -> [19] [1,0] 50x+32x²-363y-1056y²-1024y³-22
endexp[9]
expanding queue[10]^5,meter=[2,2]: 10x+16x²-27y-144y²-256y³
[5+32x,3+32y]: unknown -> [20] [0,0] 10x+32x²-27y-288y²-1024y³
-> solution [5,3],NONTRIVIAL
[21+32x,3+32y]: unknown -> [21] [1,0] 42x+32x²-27y-288y²-1024y³+13
endexp[10]
expanding queue[11]^5,meter=[2,2]: 26x+16x²-27y-144y²-256y³+9
[13+32x,19+32y]: unknown -> [22] [0,1] 26x+32x²-1083y-1824y²-1024y³-209
[29+32x,19+32y]: unknown -> [23] [1,1] 58x+32x²-1083y-1824y²-1024y³-188
endexp[11]
expanding queue[12]^6,meter=[2,2]: 6x+16x²-27y-144y²-256y³-1
[3+32x,19+32y]: unknown -> [24] [0,1] 6x+32x²-1083y-1824y²-1024y³-214
[19+32x,19+32y]: unknown -> [25] [1,1] 38x+32x²-1083y-1824y²-1024y³-203
endexp[12]
expanding queue[13]^6,meter=[2,2]: 22x+16x²-27y-144y²-256y³+6
[11+32x,3+32y]: unknown -> [26] [0,0] 22x+32x²-27y-288y²-1024y³+3
[27+32x,3+32y]: unknown -> [27] [1,0] 54x+32x²-27y-288y²-1024y³+22
endexp[13]
expanding queue[14]^7,meter=[2,2]: 14x+16x²-363y-528y²-256y³-80
[7+32x,11+32y]: unknown -> [28] [0,0] 14x+32x²-363y-1056y²-1024y³-40
[23+32x,11+32y]: unknown -> [29] [1,0] 46x+32x²-363y-1056y²-1024y³-25
endexp[14]
expanding queue[15]^7,meter=[2,2]: 30x+16x²-363y-528y²-256y³-69
[15+32x,27+32y]: unknown -> [30] [0,1] 30x+32x²-2187y-2592y²-1024y³-608
[31+32x,27+32y]: unknown -> [31] [1,1] 62x+32x²-2187y-2592y²-1024y³-585
endexp[15]
---------------- level 5
expanding queue[16]^8,meter=[2,2]: 2x+32x²-2187y-2592y²-1024y³-615
[1+64x,59+64y]: unknown -> [32] [0,1] 2x+64x²-10443y-11328y²-4096y³-3209
[33+64x,59+64y]: unknown -> [33] [1,1] 66x+64x²-10443y-11328y²-4096y³-3192
endexp[16]
expanding queue[17]^8,meter=[2,2]: 34x+32x²-2187y-2592y²-1024y³-606
[17+64x,27+64y]: unknown -> [34] [0,0] 34x+64x²-2187y-5184y²-4096y³-303
[49+64x,27+64y]: unknown -> [35] [1,0] 98x+64x²-2187y-5184y²-4096y³-270
endexp[17]
expanding queue[18]^9,meter=[2,2]: 18x+32x²-363y-1056y²-1024y³-39
[9+64x,43+64y]: unknown -> [36] [0,1] 18x+64x²-5547y-8256y²-4096y³-1241
[41+64x,43+64y]: unknown -> [37] [1,1] 82x+64x²-5547y-8256y²-4096y³-1216
endexp[18]
expanding queue[19]^9,meter=[2,2]: 50x+32x²-363y-1056y²-1024y³-22
[25+64x,11+64y]: unknown -> [38] [0,0] 50x+64x²-363y-2112y²-4096y³-11
[57+64x,11+64y]: unknown -> [39] [1,0] 114x+64x²-363y-2112y²-4096y³+30
endexp[19]
expanding queue[20]^10,meter=[2,2]: 10x+32x²-27y-288y²-1024y³
[5+64x,3+64y]: unknown -> [40] [0,0] 10x+64x²-27y-576y²-4096y³
-> solution [5,3],NONTRIVIAL
[37+64x,3+64y]: unknown -> [41] [1,0] 74x+64x²-27y-576y²-4096y³+21
endexp[20]
expanding queue[21]^10,meter=[2,2]: 42x+32x²-27y-288y²-1024y³+13
[21+64x,35+64y]: unknown -> [42] [0,1] 42x+64x²-3675y-6720y²-4096y³-663
[53+64x,35+64y]: unknown -> [43] [1,1] 106x+64x²-3675y-6720y²-4096y³-626
endexp[21]
expanding queue[22]^11,meter=[2,2]: 26x+32x²-1083y-1824y²-1024y³-209
[13+64x,51+64y]: unknown -> [44] [0,1] 26x+64x²-7803y-9792y²-4096y³-2070
[45+64x,51+64y]: unknown -> [45] [1,1] 90x+64x²-7803y-9792y²-4096y³-2041
endexp[22]
expanding queue[23]^11,meter=[2,2]: 58x+32x²-1083y-1824y²-1024y³-188
[29+64x,19+64y]: unknown -> [46] [0,0] 58x+64x²-1083y-3648y²-4096y³-94
[61+64x,19+64y]: unknown -> [47] [1,0] 122x+64x²-1083y-3648y²-4096y³-49
endexp[23]
expanding queue[24]^12,meter=[2,2]: 6x+32x²-1083y-1824y²-1024y³-214
[3+64x,19+64y]: unknown -> [48] [0,0] 6x+64x²-1083y-3648y²-4096y³-107
[35+64x,19+64y]: unknown -> [49] [1,0] 70x+64x²-1083y-3648y²-4096y³-88
endexp[24]
expanding queue[25]^12,meter=[2,2]: 38x+32x²-1083y-1824y²-1024y³-203
[19+64x,51+64y]: unknown -> [50] [0,1] 38x+64x²-7803y-9792y²-4096y³-2067
[51+64x,51+64y]: unknown -> [51] [1,1] 102x+64x²-7803y-9792y²-4096y³-2032
endexp[25]
expanding queue[26]^13,meter=[2,2]: 22x+32x²-27y-288y²-1024y³+3
[11+64x,35+64y]: unknown -> [52] [0,1] 22x+64x²-3675y-6720y²-4096y³-668
[43+64x,35+64y]: unknown -> [53] [1,1] 86x+64x²-3675y-6720y²-4096y³-641
endexp[26]
expanding queue[27]^13,meter=[2,2]: 54x+32x²-27y-288y²-1024y³+22
[27+64x,3+64y]: unknown -> [54] [0,0] 54x+64x²-27y-576y²-4096y³+11
[59+64x,3+64y]: unknown -> [55] [1,0] 118x+64x²-27y-576y²-4096y³+54
endexp[27]
expanding queue[28]^14,meter=[2,2]: 14x+32x²-363y-1056y²-1024y³-40
[7+64x,11+64y]: unknown -> [56] [0,0] 14x+64x²-363y-2112y²-4096y³-20
[39+64x,11+64y]: unknown -> [57] [1,0] 78x+64x²-363y-2112y²-4096y³+3
endexp[28]
expanding queue[29]^14,meter=[2,2]: 46x+32x²-363y-1056y²-1024y³-25
[23+64x,43+64y]: unknown -> [58] [0,1] 46x+64x²-5547y-8256y²-4096y³-1234
[55+64x,43+64y]: unknown -> [59] [1,1] 110x+64x²-5547y-8256y²-4096y³-1195
endexp[29]
expanding queue[30]^15,meter=[2,2]: 30x+32x²-2187y-2592y²-1024y³-608
[15+64x,27+64y]: unknown -> [60] [0,0] 30x+64x²-2187y-5184y²-4096y³-304
[47+64x,27+64y]: unknown -> [61] [1,0] 94x+64x²-2187y-5184y²-4096y³-273
endexp[30]
expanding queue[31]^15,meter=[2,2]: 62x+32x²-2187y-2592y²-1024y³-585
[31+64x,59+64y]: unknown -> [62] [0,1] 62x+64x²-10443y-11328y²-4096y³-3194
[63+64x,59+64y]: unknown -> [63] [1,1] 126x+64x²-10443y-11328y²-4096y³-3147
endexp[31]
---------------- level 6
expanding queue[32]^16,meter=[2,2]: 2x+64x²-10443y-11328y²-4096y³-3209
[1+128x,123+128y]: unknown -> [64] [0,1] 2x+128x²-45387y-47232y²-16384y³-14538
[65+128x,123+128y]: unknown -> [65] [1,1] 130x+128x²-45387y-47232y²-16384y³-14505
endexp[32]
expanding queue[33]^16,meter=[2,2]: 66x+64x²-10443y-11328y²-4096y³-3192
[33+128x,59+128y]: unknown -> [66] [0,0] 66x+128x²-10443y-22656y²-16384y³-1596
[97+128x,59+128y]: unknown -> [67] [1,0] 194x+128x²-10443y-22656y²-16384y³-1531
endexp[33]
expanding queue[34]^17,meter=[2,2]: 34x+64x²-2187y-5184y²-4096y³-303
[17+128x,91+128y]: unknown -> [68] [0,1] 34x+128x²-24843y-34944y²-16384y³-5885
[81+128x,91+128y]: unknown -> [69] [1,1] 162x+128x²-24843y-34944y²-16384y³-5836
endexp[34]
expanding queue[35]^17,meter=[2,2]: 98x+64x²-2187y-5184y²-4096y³-270
[49+128x,27+128y]: unknown -> [70] [0,0] 98x+128x²-2187y-10368y²-16384y³-135
[113+128x,27+128y]: unknown -> [71] [1,0] 226x+128x²-2187y-10368y²-16384y³-54
endexp[35]
expanding queue[36]^18,meter=[2,2]: 18x+64x²-5547y-8256y²-4096y³-1241
[9+128x,107+128y]: unknown -> [72] [0,1] 18x+128x²-34347y-41088y²-16384y³-9570
[73+128x,107+128y]: unknown -> [73] [1,1] 146x+128x²-34347y-41088y²-16384y³-9529
endexp[36]
expanding queue[37]^18,meter=[2,2]: 82x+64x²-5547y-8256y²-4096y³-1216
[41+128x,43+128y]: unknown -> [74] [0,0] 82x+128x²-5547y-16512y²-16384y³-608
[105+128x,43+128y]: unknown -> [75] [1,0] 210x+128x²-5547y-16512y²-16384y³-535
endexp[37]
expanding queue[38]^19,meter=[2,2]: 50x+64x²-363y-2112y²-4096y³-11
[25+128x,75+128y]: unknown -> [76] [0,1] 50x+128x²-16875y-28800y²-16384y³-3291
[89+128x,75+128y]: unknown -> [77] [1,1] 178x+128x²-16875y-28800y²-16384y³-3234
endexp[38]
expanding queue[39]^19,meter=[2,2]: 114x+64x²-363y-2112y²-4096y³+30
[57+128x,11+128y]: unknown -> [78] [0,0] 114x+128x²-363y-4224y²-16384y³+15
[121+128x,11+128y]: unknown -> [79] [1,0] 242x+128x²-363y-4224y²-16384y³+104
endexp[39]
expanding queue[40]^20,meter=[2,2]: 10x+64x²-27y-576y²-4096y³
[5+128x,3+128y]: unknown -> [80] [0,0] 10x+128x²-27y-1152y²-16384y³
-> solution [5,3],NONTRIVIAL
[69+128x,3+128y]: unknown -> [81] [1,0] 138x+128x²-27y-1152y²-16384y³+37
endexp[40]
expanding queue[41]^20,meter=[2,2]: 74x+64x²-27y-576y²-4096y³+21
[37+128x,67+128y]: unknown -> [82] [0,1] 74x+128x²-13467y-25728y²-16384y³-2339
[101+128x,67+128y]: unknown -> [83] [1,1] 202x+128x²-13467y-25728y²-16384y³-2270
endexp[41]
expanding queue[42]^21,meter=[2,2]: 42x+64x²-3675y-6720y²-4096y³-663
[21+128x,99+128y]: unknown -> [84] [0,1] 42x+128x²-29403y-38016y²-16384y³-7577
[85+128x,99+128y]: unknown -> [85] [1,1] 170x+128x²-29403y-38016y²-16384y³-7524
endexp[42]
expanding queue[43]^21,meter=[2,2]: 106x+64x²-3675y-6720y²-4096y³-626
[53+128x,35+128y]: unknown -> [86] [0,0] 106x+128x²-3675y-13440y²-16384y³-313
[117+128x,35+128y]: unknown -> [87] [1,0] 234x+128x²-3675y-13440y²-16384y³-228
endexp[43]
expanding queue[44]^22,meter=[2,2]: 26x+64x²-7803y-9792y²-4096y³-2070
[13+128x,51+128y]: unknown -> [88] [0,0] 26x+128x²-7803y-19584y²-16384y³-1035
[77+128x,51+128y]: unknown -> [89] [1,0] 154x+128x²-7803y-19584y²-16384y³-990
endexp[44]
expanding queue[45]^22,meter=[2,2]: 90x+64x²-7803y-9792y²-4096y³-2041
[45+128x,115+128y]: unknown -> [90] [0,1] 90x+128x²-39675y-44160y²-16384y³-11866
[109+128x,115+128y]: unknown -> [91] [1,1] 218x+128x²-39675y-44160y²-16384y³-11789
endexp[45]
expanding queue[46]^23,meter=[2,2]: 58x+64x²-1083y-3648y²-4096y³-94
[29+128x,19+128y]: unknown -> [92] [0,0] 58x+128x²-1083y-7296y²-16384y³-47
[93+128x,19+128y]: unknown -> [93] [1,0] 186x+128x²-1083y-7296y²-16384y³+14
endexp[46]
expanding queue[47]^23,meter=[2,2]: 122x+64x²-1083y-3648y²-4096y³-49
[61+128x,83+128y]: unknown -> [94] [0,1] 122x+128x²-20667y-31872y²-16384y³-4438
[125+128x,83+128y]: unknown -> [95] [1,1] 250x+128x²-20667y-31872y²-16384y³-4345
endexp[47]
expanding queue[48]^24,meter=[2,2]: 6x+64x²-1083y-3648y²-4096y³-107
[3+128x,83+128y]: unknown -> [96] [0,1] 6x+128x²-20667y-31872y²-16384y³-4467
[67+128x,83+128y]: unknown -> [97] [1,1] 134x+128x²-20667y-31872y²-16384y³-4432
endexp[48]
expanding queue[49]^24,meter=[2,2]: 70x+64x²-1083y-3648y²-4096y³-88
[35+128x,19+128y]: unknown -> [98] [0,0] 70x+128x²-1083y-7296y²-16384y³-44
[99+128x,19+128y]: unknown -> [99] [1,0] 198x+128x²-1083y-7296y²-16384y³+23
endexp[49]
expanding queue[50]^25,meter=[2,2]: 38x+64x²-7803y-9792y²-4096y³-2067
[19+128x,115+128y]: unknown -> [100] [0,1] 38x+128x²-39675y-44160y²-16384y³-11879
[83+128x,115+128y]: unknown -> [101] [1,1] 166x+128x²-39675y-44160y²-16384y³-11828
endexp[50]
expanding queue[51]^25,meter=[2,2]: 102x+64x²-7803y-9792y²-4096y³-2032
[51+128x,51+128y]: unknown -> [102] [0,0] 102x+128x²-7803y-19584y²-16384y³-1016
[115+128x,51+128y]: unknown -> [103] [1,0] 230x+128x²-7803y-19584y²-16384y³-933
endexp[51]
expanding queue[52]^26,meter=[2,2]: 22x+64x²-3675y-6720y²-4096y³-668
[11+128x,35+128y]: unknown -> [104] [0,0] 22x+128x²-3675y-13440y²-16384y³-334
[75+128x,35+128y]: unknown -> [105] [1,0] 150x+128x²-3675y-13440y²-16384y³-291
endexp[52]
expanding queue[53]^26,meter=[2,2]: 86x+64x²-3675y-6720y²-4096y³-641
[43+128x,99+128y]: unknown -> [106] [0,1] 86x+128x²-29403y-38016y²-16384y³-7566
[107+128x,99+128y]: unknown -> [107] [1,1] 214x+128x²-29403y-38016y²-16384y³-7491
endexp[53]
expanding queue[54]^27,meter=[2,2]: 54x+64x²-27y-576y²-4096y³+11
[27+128x,67+128y]: unknown -> [108] [0,1] 54x+128x²-13467y-25728y²-16384y³-2344
[91+128x,67+128y]: unknown -> [109] [1,1] 182x+128x²-13467y-25728y²-16384y³-2285
endexp[54]
expanding queue[55]^27,meter=[2,2]: 118x+64x²-27y-576y²-4096y³+54
[59+128x,3+128y]: unknown -> [110] [0,0] 118x+128x²-27y-1152y²-16384y³+27
[123+128x,3+128y]: unknown -> [111] [1,0] 246x+128x²-27y-1152y²-16384y³+118
endexp[55]
expanding queue[56]^28,meter=[2,2]: 14x+64x²-363y-2112y²-4096y³-20
[7+128x,11+128y]: unknown -> [112] [0,0] 14x+128x²-363y-4224y²-16384y³-10
[71+128x,11+128y]: unknown -> [113] [1,0] 142x+128x²-363y-4224y²-16384y³+29
endexp[56]
expanding queue[57]^28,meter=[2,2]: 78x+64x²-363y-2112y²-4096y³+3
[39+128x,75+128y]: unknown -> [114] [0,1] 78x+128x²-16875y-28800y²-16384y³-3284
[103+128x,75+128y]: unknown -> [115] [1,1] 206x+128x²-16875y-28800y²-16384y³-3213
endexp[57]
expanding queue[58]^29,meter=[2,2]: 46x+64x²-5547y-8256y²-4096y³-1234
[23+128x,43+128y]: unknown -> [116] [0,0] 46x+128x²-5547y-16512y²-16384y³-617
[87+128x,43+128y]: unknown -> [117] [1,0] 174x+128x²-5547y-16512y²-16384y³-562
endexp[58]
expanding queue[59]^29,meter=[2,2]: 110x+64x²-5547y-8256y²-4096y³-1195
[55+128x,107+128y]: unknown -> [118] [0,1] 110x+128x²-34347y-41088y²-16384y³-9547
[119+128x,107+128y]: unknown -> [119] [1,1] 238x+128x²-34347y-41088y²-16384y³-9460
endexp[59]
expanding queue[60]^30,meter=[2,2]: 30x+64x²-2187y-5184y²-4096y³-304
[15+128x,27+128y]: unknown -> [120] [0,0] 30x+128x²-2187y-10368y²-16384y³-152
[79+128x,27+128y]: unknown -> [121] [1,0] 158x+128x²-2187y-10368y²-16384y³-105
endexp[60]
expanding queue[61]^30,meter=[2,2]: 94x+64x²-2187y-5184y²-4096y³-273
[47+128x,91+128y]: unknown -> [122] [0,1] 94x+128x²-24843y-34944y²-16384y³-5870
[111+128x,91+128y]: unknown -> [123] [1,1] 222x+128x²-24843y-34944y²-16384y³-5791
endexp[61]
expanding queue[62]^31,meter=[2,2]: 62x+64x²-10443y-11328y²-4096y³-3194
[31+128x,59+128y]: unknown -> [124] [0,0] 62x+128x²-10443y-22656y²-16384y³-1597
[95+128x,59+128y]: unknown -> [125] [1,0] 190x+128x²-10443y-22656y²-16384y³-1534
endexp[62]
expanding queue[63]^31,meter=[2,2]: 126x+64x²-10443y-11328y²-4096y³-3147
[63+128x,123+128y]: unknown -> [126] [0,1] 126x+128x²-45387y-47232y²-16384y³-14507
[127+128x,123+128y]: unknown -> [127] [1,1] 254x+128x²-45387y-47232y²-16384y³-14412
endexp[63]
---------------- level 7
expanding queue[64]^32,meter=[2,2]: 2x+128x²-45387y-47232y²-16384y³-14538
[1+256x,123+256y]: unknown -> [128] [0,0] 2x+256x²-45387y-94464y²-65536y³-7269
[129+256x,123+256y]: unknown -> [129] [1,0] 258x+256x²-45387y-94464y²-65536y³-7204
endexp[64]
expanding queue[65]^32,meter=[2,2]: 130x+128x²-45387y-47232y²-16384y³-14505
[65+256x,251+256y]: unknown -> [130] [0,1] 130x+256x²-189003y-192768y²-65536y³-61754
[193+256x,251+256y]: unknown -> [131] [1,1] 386x+256x²-189003y-192768y²-65536y³-61625
endexp[65]
expanding queue[66]^33,meter=[2,2]: 66x+128x²-10443y-22656y²-16384y³-1596
[33+256x,59+256y]: unknown -> [132] [0,0] 66x+256x²-10443y-45312y²-65536y³-798
[161+256x,59+256y]: unknown -> [133] [1,0] 322x+256x²-10443y-45312y²-65536y³-701
endexp[66]
expanding queue[67]^33,meter=[2,2]: 194x+128x²-10443y-22656y²-16384y³-1531
[97+256x,187+256y]: unknown -> [134] [0,1] 194x+256x²-104907y-143616y²-65536y³-25507
[225+256x,187+256y]: unknown -> [135] [1,1] 450x+256x²-104907y-143616y²-65536y³-25346
endexp[67]
expanding queue[68]^34,meter=[2,2]: 34x+128x²-24843y-34944y²-16384y³-5885
[17+256x,219+256y]: unknown -> [136] [0,1] 34x+256x²-143883y-168192y²-65536y³-41028
[145+256x,219+256y]: unknown -> [137] [1,1] 290x+256x²-143883y-168192y²-65536y³-40947
endexp[68]
expanding queue[69]^34,meter=[2,2]: 162x+128x²-24843y-34944y²-16384y³-5836
[81+256x,91+256y]: unknown -> [138] [0,0] 162x+256x²-24843y-69888y²-65536y³-2918
[209+256x,91+256y]: unknown -> [139] [1,0] 418x+256x²-24843y-69888y²-65536y³-2773
endexp[69]
expanding queue[70]^35,meter=[2,2]: 98x+128x²-2187y-10368y²-16384y³-135
[49+256x,155+256y]: unknown -> [140] [0,1] 98x+256x²-72075y-119040y²-65536y³-14537
[177+256x,155+256y]: unknown -> [141] [1,1] 354x+256x²-72075y-119040y²-65536y³-14424
endexp[70]
expanding queue[71]^35,meter=[2,2]: 226x+128x²-2187y-10368y²-16384y³-54
[113+256x,27+256y]: unknown -> [142] [0,0] 226x+256x²-2187y-20736y²-65536y³-27
[241+256x,27+256y]: unknown -> [143] [1,0] 482x+256x²-2187y-20736y²-65536y³+150
endexp[71]
expanding queue[72]^36,meter=[2,2]: 18x+128x²-34347y-41088y²-16384y³-9570
[9+256x,107+256y]: unknown -> [144] [0,0] 18x+256x²-34347y-82176y²-65536y³-4785
[137+256x,107+256y]: unknown -> [145] [1,0] 274x+256x²-34347y-82176y²-65536y³-4712
endexp[72]
expanding queue[73]^36,meter=[2,2]: 146x+128x²-34347y-41088y²-16384y³-9529
[73+256x,235+256y]: unknown -> [146] [0,1] 146x+256x²-165675y-180480y²-65536y³-50674
[201+256x,235+256y]: unknown -> [147] [1,1] 402x+256x²-165675y-180480y²-65536y³-50537
endexp[73]
expanding queue[74]^37,meter=[2,2]: 82x+128x²-5547y-16512y²-16384y³-608
[41+256x,43+256y]: unknown -> [148] [0,0] 82x+256x²-5547y-33024y²-65536y³-304
[169+256x,43+256y]: unknown -> [149] [1,0] 338x+256x²-5547y-33024y²-65536y³-199
endexp[74]
expanding queue[75]^37,meter=[2,2]: 210x+128x²-5547y-16512y²-16384y³-535
[105+256x,171+256y]: unknown -> [150] [0,1] 210x+256x²-87723y-131328y²-65536y³-19489
[233+256x,171+256y]: unknown -> [151] [1,1] 466x+256x²-87723y-131328y²-65536y³-19320
endexp[75]
expanding queue[76]^38,meter=[2,2]: 50x+128x²-16875y-28800y²-16384y³-3291
[25+256x,203+256y]: unknown -> [152] [0,1] 50x+256x²-123627y-155904y²-65536y³-32675
[153+256x,203+256y]: unknown -> [153] [1,1] 306x+256x²-123627y-155904y²-65536y³-32586
endexp[76]
expanding queue[77]^38,meter=[2,2]: 178x+128x²-16875y-28800y²-16384y³-3234
[89+256x,75+256y]: unknown -> [154] [0,0] 178x+256x²-16875y-57600y²-65536y³-1617
[217+256x,75+256y]: unknown -> [155] [1,0] 434x+256x²-16875y-57600y²-65536y³-1464
endexp[77]
expanding queue[78]^39,meter=[2,2]: 114x+128x²-363y-4224y²-16384y³+15
[57+256x,139+256y]: unknown -> [156] [0,1] 114x+256x²-57963y-106752y²-65536y³-10478
[185+256x,139+256y]: unknown -> [157] [1,1] 370x+256x²-57963y-106752y²-65536y³-10357
endexp[78]
expanding queue[79]^39,meter=[2,2]: 242x+128x²-363y-4224y²-16384y³+104
[121+256x,11+256y]: unknown -> [158] [0,0] 242x+256x²-363y-8448y²-65536y³+52
[249+256x,11+256y]: unknown -> [159] [1,0] 498x+256x²-363y-8448y²-65536y³+237
endexp[79]
expanding queue[80]^40,meter=[2,2]: 10x+128x²-27y-1152y²-16384y³
[5+256x,3+256y]: unknown -> [160] [0,0] 10x+256x²-27y-2304y²-65536y³
-> solution [5,3],NONTRIVIAL
[133+256x,3+256y]: unknown -> [161] [1,0] 266x+256x²-27y-2304y²-65536y³+69
endexp[80]
expanding queue[81]^40,meter=[2,2]: 138x+128x²-27y-1152y²-16384y³+37
[69+256x,131+256y]: unknown -> [162] [0,1] 138x+256x²-51483y-100608y²-65536y³-8763
[197+256x,131+256y]: unknown -> [163] [1,1] 394x+256x²-51483y-100608y²-65536y³-8630
endexp[81]
expanding queue[82]^41,meter=[2,2]: 74x+128x²-13467y-25728y²-16384y³-2339
[37+256x,195+256y]: unknown -> [164] [0,1] 74x+256x²-114075y-149760y²-65536y³-28959
[165+256x,195+256y]: unknown -> [165] [1,1] 330x+256x²-114075y-149760y²-65536y³-28858
endexp[82]
expanding queue[83]^41,meter=[2,2]: 202x+128x²-13467y-25728y²-16384y³-2270
[101+256x,67+256y]: unknown -> [166] [0,0] 202x+256x²-13467y-51456y²-65536y³-1135
[229+256x,67+256y]: unknown -> [167] [1,0] 458x+256x²-13467y-51456y²-65536y³-970
endexp[83]
expanding queue[84]^42,meter=[2,2]: 42x+128x²-29403y-38016y²-16384y³-7577
[21+256x,227+256y]: unknown -> [168] [0,1] 42x+256x²-154587y-174336y²-65536y³-45690
[149+256x,227+256y]: unknown -> [169] [1,1] 298x+256x²-154587y-174336y²-65536y³-45605
endexp[84]
expanding queue[85]^42,meter=[2,2]: 170x+128x²-29403y-38016y²-16384y³-7524
[85+256x,99+256y]: unknown -> [170] [0,0] 170x+256x²-29403y-76032y²-65536y³-3762
[213+256x,99+256y]: unknown -> [171] [1,0] 426x+256x²-29403y-76032y²-65536y³-3613
endexp[85]
expanding queue[86]^43,meter=[2,2]: 106x+128x²-3675y-13440y²-16384y³-313
[53+256x,163+256y]: unknown -> [172] [0,1] 106x+256x²-79707y-125184y²-65536y³-16906
[181+256x,163+256y]: unknown -> [173] [1,1] 362x+256x²-79707y-125184y²-65536y³-16789
endexp[86]
expanding queue[87]^43,meter=[2,2]: 234x+128x²-3675y-13440y²-16384y³-228
[117+256x,35+256y]: unknown -> [174] [0,0] 234x+256x²-3675y-26880y²-65536y³-114
[245+256x,35+256y]: unknown -> [175] [1,0] 490x+256x²-3675y-26880y²-65536y³+67
endexp[87]
expanding queue[88]^44,meter=[2,2]: 26x+128x²-7803y-19584y²-16384y³-1035
[13+256x,179+256y]: unknown -> [176] [0,1] 26x+256x²-96123y-137472y²-65536y³-22403
[141+256x,179+256y]: unknown -> [177] [1,1] 282x+256x²-96123y-137472y²-65536y³-22326
endexp[88]
expanding queue[89]^44,meter=[2,2]: 154x+128x²-7803y-19584y²-16384y³-990
[77+256x,51+256y]: unknown -> [178] [0,0] 154x+256x²-7803y-39168y²-65536y³-495
[205+256x,51+256y]: unknown -> [179] [1,0] 410x+256x²-7803y-39168y²-65536y³-354
endexp[89]
expanding queue[90]^45,meter=[2,2]: 90x+128x²-39675y-44160y²-16384y³-11866
[45+256x,115+256y]: unknown -> [180] [0,0] 90x+256x²-39675y-88320y²-65536y³-5933
[173+256x,115+256y]: unknown -> [181] [1,0] 346x+256x²-39675y-88320y²-65536y³-5824
endexp[90]
expanding queue[91]^45,meter=[2,2]: 218x+128x²-39675y-44160y²-16384y³-11789
[109+256x,243+256y]: unknown -> [182] [0,1] 218x+256x²-177147y-186624y²-65536y³-56004
[237+256x,243+256y]: unknown -> [183] [1,1] 474x+256x²-177147y-186624y²-65536y³-55831
endexp[91]
expanding queue[92]^46,meter=[2,2]: 58x+128x²-1083y-7296y²-16384y³-47
[29+256x,147+256y]: unknown -> [184] [0,1] 58x+256x²-64827y-112896y²-65536y³-12405
[157+256x,147+256y]: unknown -> [185] [1,1] 314x+256x²-64827y-112896y²-65536y³-12312
endexp[92]
expanding queue[93]^46,meter=[2,2]: 186x+128x²-1083y-7296y²-16384y³+14
[93+256x,19+256y]: unknown -> [186] [0,0] 186x+256x²-1083y-14592y²-65536y³+7
[221+256x,19+256y]: unknown -> [187] [1,0] 442x+256x²-1083y-14592y²-65536y³+164
endexp[93]
expanding queue[94]^47,meter=[2,2]: 122x+128x²-20667y-31872y²-16384y³-4438
[61+256x,83+256y]: unknown -> [188] [0,0] 122x+256x²-20667y-63744y²-65536y³-2219
[189+256x,83+256y]: unknown -> [189] [1,0] 378x+256x²-20667y-63744y²-65536y³-2094
endexp[94]
expanding queue[95]^47,meter=[2,2]: 250x+128x²-20667y-31872y²-16384y³-4345
[125+256x,211+256y]: unknown -> [190] [0,1] 250x+256x²-133563y-162048y²-65536y³-36634
[253+256x,211+256y]: unknown -> [191] [1,1] 506x+256x²-133563y-162048y²-65536y³-36445
endexp[95]
expanding queue[96]^48,meter=[2,2]: 6x+128x²-20667y-31872y²-16384y³-4467
[3+256x,211+256y]: unknown -> [192] [0,1] 6x+256x²-133563y-162048y²-65536y³-36695
[131+256x,211+256y]: unknown -> [193] [1,1] 262x+256x²-133563y-162048y²-65536y³-36628
endexp[96]
expanding queue[97]^48,meter=[2,2]: 134x+128x²-20667y-31872y²-16384y³-4432
[67+256x,83+256y]: unknown -> [194] [0,0] 134x+256x²-20667y-63744y²-65536y³-2216
[195+256x,83+256y]: unknown -> [195] [1,0] 390x+256x²-20667y-63744y²-65536y³-2085
endexp[97]
expanding queue[98]^49,meter=[2,2]: 70x+128x²-1083y-7296y²-16384y³-44
[35+256x,19+256y]: unknown -> [196] [0,0] 70x+256x²-1083y-14592y²-65536y³-22
[163+256x,19+256y]: unknown -> [197] [1,0] 326x+256x²-1083y-14592y²-65536y³+77
endexp[98]
expanding queue[99]^49,meter=[2,2]: 198x+128x²-1083y-7296y²-16384y³+23
[99+256x,147+256y]: unknown -> [198] [0,1] 198x+256x²-64827y-112896y²-65536y³-12370
[227+256x,147+256y]: unknown -> [199] [1,1] 454x+256x²-64827y-112896y²-65536y³-12207
endexp[99]
expanding queue[100]^50,meter=[2,2]: 38x+128x²-39675y-44160y²-16384y³-11879
[19+256x,243+256y]: unknown -> [200] [0,1] 38x+256x²-177147y-186624y²-65536y³-56049
[147+256x,243+256y]: unknown -> [201] [1,1] 294x+256x²-177147y-186624y²-65536y³-55966
endexp[100]
expanding queue[101]^50,meter=[2,2]: 166x+128x²-39675y-44160y²-16384y³-11828
[83+256x,115+256y]: unknown -> [202] [0,0] 166x+256x²-39675y-88320y²-65536y³-5914
[211+256x,115+256y]: unknown -> [203] [1,0] 422x+256x²-39675y-88320y²-65536y³-5767
endexp[101]
expanding queue[102]^51,meter=[2,2]: 102x+128x²-7803y-19584y²-16384y³-1016
[51+256x,51+256y]: unknown -> [204] [0,0] 102x+256x²-7803y-39168y²-65536y³-508
[179+256x,51+256y]: unknown -> [205] [1,0] 358x+256x²-7803y-39168y²-65536y³-393
endexp[102]
expanding queue[103]^51,meter=[2,2]: 230x+128x²-7803y-19584y²-16384y³-933
[115+256x,179+256y]: unknown -> [206] [0,1] 230x+256x²-96123y-137472y²-65536y³-22352
[243+256x,179+256y]: unknown -> [207] [1,1] 486x+256x²-96123y-137472y²-65536y³-22173
endexp[103]
expanding queue[104]^52,meter=[2,2]: 22x+128x²-3675y-13440y²-16384y³-334
[11+256x,35+256y]: unknown -> [208] [0,0] 22x+256x²-3675y-26880y²-65536y³-167
[139+256x,35+256y]: unknown -> [209] [1,0] 278x+256x²-3675y-26880y²-65536y³-92
endexp[104]
expanding queue[105]^52,meter=[2,2]: 150x+128x²-3675y-13440y²-16384y³-291
[75+256x,163+256y]: unknown -> [210] [0,1] 150x+256x²-79707y-125184y²-65536y³-16895
[203+256x,163+256y]: unknown -> [211] [1,1] 406x+256x²-79707y-125184y²-65536y³-16756
endexp[105]
expanding queue[106]^53,meter=[2,2]: 86x+128x²-29403y-38016y²-16384y³-7566
[43+256x,99+256y]: unknown -> [212] [0,0] 86x+256x²-29403y-76032y²-65536y³-3783
[171+256x,99+256y]: unknown -> [213] [1,0] 342x+256x²-29403y-76032y²-65536y³-3676
endexp[106]
expanding queue[107]^53,meter=[2,2]: 214x+128x²-29403y-38016y²-16384y³-7491
[107+256x,227+256y]: unknown -> [214] [0,1] 214x+256x²-154587y-174336y²-65536y³-45647
[235+256x,227+256y]: unknown -> [215] [1,1] 470x+256x²-154587y-174336y²-65536y³-45476
endexp[107]
expanding queue[108]^54,meter=[2,2]: 54x+128x²-13467y-25728y²-16384y³-2344
[27+256x,67+256y]: unknown -> [216] [0,0] 54x+256x²-13467y-51456y²-65536y³-1172
[155+256x,67+256y]: unknown -> [217] [1,0] 310x+256x²-13467y-51456y²-65536y³-1081
endexp[108]
expanding queue[109]^54,meter=[2,2]: 182x+128x²-13467y-25728y²-16384y³-2285
[91+256x,195+256y]: unknown -> [218] [0,1] 182x+256x²-114075y-149760y²-65536y³-28932
[219+256x,195+256y]: unknown -> [219] [1,1] 438x+256x²-114075y-149760y²-65536y³-28777
endexp[109]
expanding queue[110]^55,meter=[2,2]: 118x+128x²-27y-1152y²-16384y³+27
[59+256x,131+256y]: unknown -> [220] [0,1] 118x+256x²-51483y-100608y²-65536y³-8768
[187+256x,131+256y]: unknown -> [221] [1,1] 374x+256x²-51483y-100608y²-65536y³-8645
endexp[110]
expanding queue[111]^55,meter=[2,2]: 246x+128x²-27y-1152y²-16384y³+118
[123+256x,3+256y]: unknown -> [222] [0,0] 246x+256x²-27y-2304y²-65536y³+59
[251+256x,3+256y]: unknown -> [223] [1,0] 502x+256x²-27y-2304y²-65536y³+246
endexp[111]
expanding queue[112]^56,meter=[2,2]: 14x+128x²-363y-4224y²-16384y³-10
[7+256x,11+256y]: unknown -> [224] [0,0] 14x+256x²-363y-8448y²-65536y³-5
[135+256x,11+256y]: unknown -> [225] [1,0] 270x+256x²-363y-8448y²-65536y³+66
endexp[112]
expanding queue[113]^56,meter=[2,2]: 142x+128x²-363y-4224y²-16384y³+29
[71+256x,139+256y]: unknown -> [226] [0,1] 142x+256x²-57963y-106752y²-65536y³-10471
[199+256x,139+256y]: unknown -> [227] [1,1] 398x+256x²-57963y-106752y²-65536y³-10336
endexp[113]
expanding queue[114]^57,meter=[2,2]: 78x+128x²-16875y-28800y²-16384y³-3284
[39+256x,75+256y]: unknown -> [228] [0,0] 78x+256x²-16875y-57600y²-65536y³-1642
[167+256x,75+256y]: unknown -> [229] [1,0] 334x+256x²-16875y-57600y²-65536y³-1539
endexp[114]
expanding queue[115]^57,meter=[2,2]: 206x+128x²-16875y-28800y²-16384y³-3213
[103+256x,203+256y]: unknown -> [230] [0,1] 206x+256x²-123627y-155904y²-65536y³-32636
[231+256x,203+256y]: unknown -> [231] [1,1] 462x+256x²-123627y-155904y²-65536y³-32469
endexp[115]
expanding queue[116]^58,meter=[2,2]: 46x+128x²-5547y-16512y²-16384y³-617
[23+256x,171+256y]: unknown -> [232] [0,1] 46x+256x²-87723y-131328y²-65536y³-19530
[151+256x,171+256y]: unknown -> [233] [1,1] 302x+256x²-87723y-131328y²-65536y³-19443
endexp[116]
expanding queue[117]^58,meter=[2,2]: 174x+128x²-5547y-16512y²-16384y³-562
[87+256x,43+256y]: unknown -> [234] [0,0] 174x+256x²-5547y-33024y²-65536y³-281
[215+256x,43+256y]: unknown -> [235] [1,0] 430x+256x²-5547y-33024y²-65536y³-130
endexp[117]
expanding queue[118]^59,meter=[2,2]: 110x+128x²-34347y-41088y²-16384y³-9547
[55+256x,235+256y]: unknown -> [236] [0,1] 110x+256x²-165675y-180480y²-65536y³-50683
[183+256x,235+256y]: unknown -> [237] [1,1] 366x+256x²-165675y-180480y²-65536y³-50564
endexp[118]
expanding queue[119]^59,meter=[2,2]: 238x+128x²-34347y-41088y²-16384y³-9460
[119+256x,107+256y]: unknown -> [238] [0,0] 238x+256x²-34347y-82176y²-65536y³-4730
[247+256x,107+256y]: unknown -> [239] [1,0] 494x+256x²-34347y-82176y²-65536y³-4547
endexp[119]
expanding queue[120]^60,meter=[2,2]: 30x+128x²-2187y-10368y²-16384y³-152
[15+256x,27+256y]: unknown -> [240] [0,0] 30x+256x²-2187y-20736y²-65536y³-76
[143+256x,27+256y]: unknown -> [241] [1,0] 286x+256x²-2187y-20736y²-65536y³+3
endexp[120]
expanding queue[121]^60,meter=[2,2]: 158x+128x²-2187y-10368y²-16384y³-105
[79+256x,155+256y]: unknown -> [242] [0,1] 158x+256x²-72075y-119040y²-65536y³-14522
[207+256x,155+256y]: unknown -> [243] [1,1] 414x+256x²-72075y-119040y²-65536y³-14379
endexp[121]
expanding queue[122]^61,meter=[2,2]: 94x+128x²-24843y-34944y²-16384y³-5870
[47+256x,91+256y]: unknown -> [244] [0,0] 94x+256x²-24843y-69888y²-65536y³-2935
[175+256x,91+256y]: unknown -> [245] [1,0] 350x+256x²-24843y-69888y²-65536y³-2824
endexp[122]
expanding queue[123]^61,meter=[2,2]: 222x+128x²-24843y-34944y²-16384y³-5791
[111+256x,219+256y]: unknown -> [246] [0,1] 222x+256x²-143883y-168192y²-65536y³-40981
[239+256x,219+256y]: unknown -> [247] [1,1] 478x+256x²-143883y-168192y²-65536y³-40806
endexp[123]
expanding queue[124]^62,meter=[2,2]: 62x+128x²-10443y-22656y²-16384y³-1597
[31+256x,187+256y]: unknown -> [248] [0,1] 62x+256x²-104907y-143616y²-65536y³-25540
[159+256x,187+256y]: unknown -> [249] [1,1] 318x+256x²-104907y-143616y²-65536y³-25445
endexp[124]
expanding queue[125]^62,meter=[2,2]: 190x+128x²-10443y-22656y²-16384y³-1534
[95+256x,59+256y]: unknown -> [250] [0,0] 190x+256x²-10443y-45312y²-65536y³-767
[223+256x,59+256y]: unknown -> [251] [1,0] 446x+256x²-10443y-45312y²-65536y³-608
endexp[125]
expanding queue[126]^63,meter=[2,2]: 126x+128x²-45387y-47232y²-16384y³-14507
[63+256x,251+256y]: unknown -> [252] [0,1] 126x+256x²-189003y-192768y²-65536y³-61755
[191+256x,251+256y]: unknown -> [253] [1,1] 382x+256x²-189003y-192768y²-65536y³-61628
endexp[126]
expanding queue[127]^63,meter=[2,2]: 254x+128x²-45387y-47232y²-16384y³-14412
[127+256x,123+256y]: unknown -> [254] [0,0] 254x+256x²-45387y-94464y²-65536y³-7206
[255+256x,123+256y]: unknown -> [255] [1,0] 510x+256x²-45387y-94464y²-65536y³-7015
endexp[127]
---------------- level 8
expanding queue[128]^64,meter=[2,2]: 2x+256x²-45387y-94464y²-65536y³-7269
[1+512x,379+512y]: unknown -> [256] [0,1] 2x+512x²-430923y-582144y²-262144y³-106328
[257+512x,379+512y]: unknown -> [257] [1,1] 514x+512x²-430923y-582144y²-262144y³-106199
endexp[128]
expanding queue[129]^64,meter=[2,2]: 258x+256x²-45387y-94464y²-65536y³-7204
[129+512x,123+512y]: unknown -> [258] [0,0] 258x+512x²-45387y-188928y²-262144y³-3602
[385+512x,123+512y]: unknown -> [259] [1,0] 770x+512x²-45387y-188928y²-262144y³-3345
endexp[129]
expanding queue[130]^65,meter=[2,2]: 130x+256x²-189003y-192768y²-65536y³-61754
[65+512x,251+512y]: unknown -> [260] [0,0] 130x+512x²-189003y-385536y²-262144y³-30877
[321+512x,251+512y]: unknown -> [261] [1,0] 642x+512x²-189003y-385536y²-262144y³-30684
endexp[130]
expanding queue[131]^65,meter=[2,2]: 386x+256x²-189003y-192768y²-65536y³-61625
[193+512x,507+512y]: unknown -> [262] [0,1] 386x+512x²-771147y-778752y²-262144y³-254466
[449+512x,507+512y]: unknown -> [263] [1,1] 898x+512x²-771147y-778752y²-262144y³-254145
endexp[131]
expanding queue[132]^66,meter=[2,2]: 66x+256x²-10443y-45312y²-65536y³-798
[33+512x,59+512y]: unknown -> [264] [0,0] 66x+512x²-10443y-90624y²-262144y³-399
[289+512x,59+512y]: unknown -> [265] [1,0] 578x+512x²-10443y-90624y²-262144y³-238
endexp[132]
expanding queue[133]^66,meter=[2,2]: 322x+256x²-10443y-45312y²-65536y³-701
[161+512x,315+512y]: unknown -> [266] [0,1] 322x+512x²-297675y-483840y²-262144y³-60996
[417+512x,315+512y]: unknown -> [267] [1,1] 834x+512x²-297675y-483840y²-262144y³-60707
endexp[133]
expanding queue[134]^67,meter=[2,2]: 194x+256x²-104907y-143616y²-65536y³-25507
[97+512x,443+512y]: unknown -> [268] [0,1] 194x+512x²-588747y-680448y²-262144y³-169783
[353+512x,443+512y]: unknown -> [269] [1,1] 706x+512x²-588747y-680448y²-262144y³-169558
endexp[134]
expanding queue[135]^67,meter=[2,2]: 450x+256x²-104907y-143616y²-65536y³-25346
[225+512x,187+512y]: unknown -> [270] [0,0] 450x+512x²-104907y-287232y²-262144y³-12673
[481+512x,187+512y]: unknown -> [271] [1,0] 962x+512x²-104907y-287232y²-262144y³-12320
endexp[135]
expanding queue[136]^68,meter=[2,2]: 34x+256x²-143883y-168192y²-65536y³-41028
[17+512x,219+512y]: unknown -> [272] [0,0] 34x+512x²-143883y-336384y²-262144y³-20514
[273+512x,219+512y]: unknown -> [273] [1,0] 546x+512x²-143883y-336384y²-262144y³-20369
endexp[136]
expanding queue[137]^68,meter=[2,2]: 290x+256x²-143883y-168192y²-65536y³-40947
[145+512x,475+512y]: unknown -> [274] [0,1] 290x+512x²-676875y-729600y²-262144y³-209279
[401+512x,475+512y]: unknown -> [275] [1,1] 802x+512x²-676875y-729600y²-262144y³-209006
endexp[137]
expanding queue[138]^69,meter=[2,2]: 162x+256x²-24843y-69888y²-65536y³-2918
[81+512x,91+512y]: unknown -> [276] [0,0] 162x+512x²-24843y-139776y²-262144y³-1459
[337+512x,91+512y]: unknown -> [277] [1,0] 674x+512x²-24843y-139776y²-262144y³-1250
endexp[138]
expanding queue[139]^69,meter=[2,2]: 418x+256x²-24843y-69888y²-65536y³-2773
[209+512x,347+512y]: unknown -> [278] [0,1] 418x+512x²-361227y-532992y²-262144y³-81520
[465+512x,347+512y]: unknown -> [279] [1,1] 930x+512x²-361227y-532992y²-262144y³-81183
endexp[139]
expanding queue[140]^70,meter=[2,2]: 98x+256x²-72075y-119040y²-65536y³-14537
[49+512x,411+512y]: unknown -> [280] [0,1] 98x+512x²-506763y-631296y²-262144y³-135594
[305+512x,411+512y]: unknown -> [281] [1,1] 610x+512x²-506763y-631296y²-262144y³-135417
endexp[140]
expanding queue[141]^70,meter=[2,2]: 354x+256x²-72075y-119040y²-65536y³-14424
[177+512x,155+512y]: unknown -> [282] [0,0] 354x+512x²-72075y-238080y²-262144y³-7212
[433+512x,155+512y]: unknown -> [283] [1,0] 866x+512x²-72075y-238080y²-262144y³-6907
endexp[141]
expanding queue[142]^71,meter=[2,2]: 226x+256x²-2187y-20736y²-65536y³-27
[113+512x,283+512y]: unknown -> [284] [0,1] 226x+512x²-240267y-434688y²-262144y³-44243
[369+512x,283+512y]: unknown -> [285] [1,1] 738x+512x²-240267y-434688y²-262144y³-44002
endexp[142]
expanding queue[143]^71,meter=[2,2]: 482x+256x²-2187y-20736y²-65536y³+150
[241+512x,27+512y]: unknown -> [286] [0,0] 482x+512x²-2187y-41472y²-262144y³+75
[497+512x,27+512y]: unknown -> [287] [1,0] 994x+512x²-2187y-41472y²-262144y³+444
endexp[143]
expanding queue[144]^72,meter=[2,2]: 18x+256x²-34347y-82176y²-65536y³-4785
[9+512x,363+512y]: unknown -> [288] [0,1] 18x+512x²-395307y-557568y²-262144y³-93422
[265+512x,363+512y]: unknown -> [289] [1,1] 530x+512x²-395307y-557568y²-262144y³-93285
endexp[144]
expanding queue[145]^72,meter=[2,2]: 274x+256x²-34347y-82176y²-65536y³-4712
[137+512x,107+512y]: unknown -> [290] [0,0] 274x+512x²-34347y-164352y²-262144y³-2356
[393+512x,107+512y]: unknown -> [291] [1,0] 786x+512x²-34347y-164352y²-262144y³-2091
endexp[145]
expanding queue[146]^73,meter=[2,2]: 146x+256x²-165675y-180480y²-65536y³-50674
[73+512x,235+512y]: unknown -> [292] [0,0] 146x+512x²-165675y-360960y²-262144y³-25337
[329+512x,235+512y]: unknown -> [293] [1,0] 658x+512x²-165675y-360960y²-262144y³-25136
endexp[146]
expanding queue[147]^73,meter=[2,2]: 402x+256x²-165675y-180480y²-65536y³-50537
[201+512x,491+512y]: unknown -> [294] [0,1] 402x+512x²-723243y-754176y²-262144y³-231114
[457+512x,491+512y]: unknown -> [295] [1,1] 914x+512x²-723243y-754176y²-262144y³-230785
endexp[147]
expanding queue[148]^74,meter=[2,2]: 82x+256x²-5547y-33024y²-65536y³-304
[41+512x,43+512y]: unknown -> [296] [0,0] 82x+512x²-5547y-66048y²-262144y³-152
[297+512x,43+512y]: unknown -> [297] [1,0] 594x+512x²-5547y-66048y²-262144y³+17
endexp[148]
expanding queue[149]^74,meter=[2,2]: 338x+256x²-5547y-33024y²-65536y³-199
[169+512x,299+512y]: unknown -> [298] [0,1] 338x+512x²-268203y-459264y²-262144y³-52153
[425+512x,299+512y]: unknown -> [299] [1,1] 850x+512x²-268203y-459264y²-262144y³-51856
endexp[149]
expanding queue[150]^75,meter=[2,2]: 210x+256x²-87723y-131328y²-65536y³-19489
[105+512x,427+512y]: unknown -> [300] [0,1] 210x+512x²-546987y-655872y²-262144y³-152038
[361+512x,427+512y]: unknown -> [301] [1,1] 722x+512x²-546987y-655872y²-262144y³-151805
endexp[150]
expanding queue[151]^75,meter=[2,2]: 466x+256x²-87723y-131328y²-65536y³-19320
[233+512x,171+512y]: unknown -> [302] [0,0] 466x+512x²-87723y-262656y²-262144y³-9660
[489+512x,171+512y]: unknown -> [303] [1,0] 978x+512x²-87723y-262656y²-262144y³-9299
endexp[151]
expanding queue[152]^76,meter=[2,2]: 50x+256x²-123627y-155904y²-65536y³-32675
[25+512x,459+512y]: unknown -> [304] [0,1] 50x+512x²-632043y-705024y²-262144y³-188871
[281+512x,459+512y]: unknown -> [305] [1,1] 562x+512x²-632043y-705024y²-262144y³-188718
endexp[152]
expanding queue[153]^76,meter=[2,2]: 306x+256x²-123627y-155904y²-65536y³-32586
[153+512x,203+512y]: unknown -> [306] [0,0] 306x+512x²-123627y-311808y²-262144y³-16293
[409+512x,203+512y]: unknown -> [307] [1,0] 818x+512x²-123627y-311808y²-262144y³-16012
endexp[153]
expanding queue[154]^77,meter=[2,2]: 178x+256x²-16875y-57600y²-65536y³-1617
[89+512x,331+512y]: unknown -> [308] [0,1] 178x+512x²-328683y-508416y²-262144y³-70814
[345+512x,331+512y]: unknown -> [309] [1,1] 690x+512x²-328683y-508416y²-262144y³-70597
endexp[154]
expanding queue[155]^77,meter=[2,2]: 434x+256x²-16875y-57600y²-65536y³-1464
[217+512x,75+512y]: unknown -> [310] [0,0] 434x+512x²-16875y-115200y²-262144y³-732
[473+512x,75+512y]: unknown -> [311] [1,0] 946x+512x²-16875y-115200y²-262144y³-387
endexp[155]
expanding queue[156]^78,meter=[2,2]: 114x+256x²-57963y-106752y²-65536y³-10478
[57+512x,139+512y]: unknown -> [312] [0,0] 114x+512x²-57963y-213504y²-262144y³-5239
[313+512x,139+512y]: unknown -> [313] [1,0] 626x+512x²-57963y-213504y²-262144y³-5054
endexp[156]
expanding queue[157]^78,meter=[2,2]: 370x+256x²-57963y-106752y²-65536y³-10357
[185+512x,395+512y]: unknown -> [314] [0,1] 370x+512x²-468075y-606720y²-262144y³-120304
[441+512x,395+512y]: unknown -> [315] [1,1] 882x+512x²-468075y-606720y²-262144y³-119991
endexp[157]
expanding queue[158]^79,meter=[2,2]: 242x+256x²-363y-8448y²-65536y³+52
[121+512x,11+512y]: unknown -> [316] [0,0] 242x+512x²-363y-16896y²-262144y³+26
[377+512x,11+512y]: unknown -> [317] [1,0] 754x+512x²-363y-16896y²-262144y³+275
endexp[158]
expanding queue[159]^79,meter=[2,2]: 498x+256x²-363y-8448y²-65536y³+237
[249+512x,267+512y]: unknown -> [318] [0,1] 498x+512x²-213867y-410112y²-262144y³-37055
[505+512x,267+512y]: unknown -> [319] [1,1] 1010x+512x²-213867y-410112y²-262144y³-36678
endexp[159]
expanding queue[160]^80,meter=[2,2]: 10x+256x²-27y-2304y²-65536y³
[5+512x,3+512y]: unknown -> [320] [0,0] 10x+512x²-27y-4608y²-262144y³
-> solution [5,3],NONTRIVIAL
[261+512x,3+512y]: unknown -> [321] [1,0] 522x+512x²-27y-4608y²-262144y³+133
endexp[160]
expanding queue[161]^80,meter=[2,2]: 266x+256x²-27y-2304y²-65536y³+69
[133+512x,259+512y]: unknown -> [322] [0,1] 266x+512x²-201243y-397824y²-262144y³-33899
[389+512x,259+512y]: unknown -> [323] [1,1] 778x+512x²-201243y-397824y²-262144y³-33638
endexp[161]
expanding queue[162]^81,meter=[2,2]: 138x+256x²-51483y-100608y²-65536y³-8763
[69+512x,387+512y]: unknown -> [324] [0,1] 138x+512x²-449307y-594432y²-262144y³-113195
[325+512x,387+512y]: unknown -> [325] [1,1] 650x+512x²-449307y-594432y²-262144y³-112998
endexp[162]
expanding queue[163]^81,meter=[2,2]: 394x+256x²-51483y-100608y²-65536y³-8630
[197+512x,131+512y]: unknown -> [326] [0,0] 394x+512x²-51483y-201216y²-262144y³-4315
[453+512x,131+512y]: unknown -> [327] [1,0] 906x+512x²-51483y-201216y²-262144y³-3990
endexp[163]
expanding queue[164]^82,meter=[2,2]: 74x+256x²-114075y-149760y²-65536y³-28959
[37+512x,451+512y]: unknown -> [328] [0,1] 74x+512x²-610203y-692736y²-262144y³-179165
[293+512x,451+512y]: unknown -> [329] [1,1] 586x+512x²-610203y-692736y²-262144y³-179000
endexp[164]
expanding queue[165]^82,meter=[2,2]: 330x+256x²-114075y-149760y²-65536y³-28858
[165+512x,195+512y]: unknown -> [330] [0,0] 330x+512x²-114075y-299520y²-262144y³-14429
[421+512x,195+512y]: unknown -> [331] [1,0] 842x+512x²-114075y-299520y²-262144y³-14136
endexp[165]
expanding queue[166]^83,meter=[2,2]: 202x+256x²-13467y-51456y²-65536y³-1135
[101+512x,323+512y]: unknown -> [332] [0,1] 202x+512x²-312987y-496128y²-262144y³-65797
[357+512x,323+512y]: unknown -> [333] [1,1] 714x+512x²-312987y-496128y²-262144y³-65568
endexp[166]
expanding queue[167]^83,meter=[2,2]: 458x+256x²-13467y-51456y²-65536y³-970
[229+512x,67+512y]: unknown -> [334] [0,0] 458x+512x²-13467y-102912y²-262144y³-485
[485+512x,67+512y]: unknown -> [335] [1,0] 970x+512x²-13467y-102912y²-262144y³-128
endexp[167]
expanding queue[168]^84,meter=[2,2]: 42x+256x²-154587y-174336y²-65536y³-45690
[21+512x,227+512y]: unknown -> [336] [0,0] 42x+512x²-154587y-348672y²-262144y³-22845
[277+512x,227+512y]: unknown -> [337] [1,0] 554x+512x²-154587y-348672y²-262144y³-22696
endexp[168]
expanding queue[169]^84,meter=[2,2]: 298x+256x²-154587y-174336y²-65536y³-45605
[149+512x,483+512y]: unknown -> [338] [0,1] 298x+512x²-699867y-741888y²-262144y³-220032
[405+512x,483+512y]: unknown -> [339] [1,1] 810x+512x²-699867y-741888y²-262144y³-219755
endexp[169]
expanding queue[170]^85,meter=[2,2]: 170x+256x²-29403y-76032y²-65536y³-3762
[85+512x,99+512y]: unknown -> [340] [0,0] 170x+512x²-29403y-152064y²-262144y³-1881
[341+512x,99+512y]: unknown -> [341] [1,0] 682x+512x²-29403y-152064y²-262144y³-1668
endexp[170]
expanding queue[171]^85,meter=[2,2]: 426x+256x²-29403y-76032y²-65536y³-3613
[213+512x,355+512y]: unknown -> [342] [0,1] 426x+512x²-378075y-545280y²-262144y³-87292
[469+512x,355+512y]: unknown -> [343] [1,1] 938x+512x²-378075y-545280y²-262144y³-86951
endexp[171]
expanding queue[172]^86,meter=[2,2]: 106x+256x²-79707y-125184y²-65536y³-16906
[53+512x,163+512y]: unknown -> [344] [0,0] 106x+512x²-79707y-250368y²-262144y³-8453
[309+512x,163+512y]: unknown -> [345] [1,0] 618x+512x²-79707y-250368y²-262144y³-8272
endexp[172]
expanding queue[173]^86,meter=[2,2]: 362x+256x²-79707y-125184y²-65536y³-16789
[181+512x,419+512y]: unknown -> [346] [0,1] 362x+512x²-526683y-643584y²-262144y³-143608
[437+512x,419+512y]: unknown -> [347] [1,1] 874x+512x²-526683y-643584y²-262144y³-143299
endexp[173]
expanding queue[174]^87,meter=[2,2]: 234x+256x²-3675y-26880y²-65536y³-114
[117+512x,35+512y]: unknown -> [348] [0,0] 234x+512x²-3675y-53760y²-262144y³-57
[373+512x,35+512y]: unknown -> [349] [1,0] 746x+512x²-3675y-53760y²-262144y³+188
endexp[174]
expanding queue[175]^87,meter=[2,2]: 490x+256x²-3675y-26880y²-65536y³+67
[245+512x,291+512y]: unknown -> [350] [0,1] 490x+512x²-254043y-446976y²-262144y³-48012
[501+512x,291+512y]: unknown -> [351] [1,1] 1002x+512x²-254043y-446976y²-262144y³-47639
endexp[175]
expanding queue[176]^88,meter=[2,2]: 26x+256x²-96123y-137472y²-65536y³-22403
[13+512x,435+512y]: unknown -> [352] [0,1] 26x+512x²-567675y-668160y²-262144y³-160767
[269+512x,435+512y]: unknown -> [353] [1,1] 538x+512x²-567675y-668160y²-262144y³-160626
endexp[176]
expanding queue[177]^88,meter=[2,2]: 282x+256x²-96123y-137472y²-65536y³-22326
[141+512x,179+512y]: unknown -> [354] [0,0] 282x+512x²-96123y-274944y²-262144y³-11163
[397+512x,179+512y]: unknown -> [355] [1,0] 794x+512x²-96123y-274944y²-262144y³-10894
endexp[177]
expanding queue[178]^89,meter=[2,2]: 154x+256x²-7803y-39168y²-65536y³-495
[77+512x,307+512y]: unknown -> [356] [0,1] 154x+512x²-282747y-471552y²-262144y³-56501
[333+512x,307+512y]: unknown -> [357] [1,1] 666x+512x²-282747y-471552y²-262144y³-56296
endexp[178]
expanding queue[179]^89,meter=[2,2]: 410x+256x²-7803y-39168y²-65536y³-354
[205+512x,51+512y]: unknown -> [358] [0,0] 410x+512x²-7803y-78336y²-262144y³-177
[461+512x,51+512y]: unknown -> [359] [1,0] 922x+512x²-7803y-78336y²-262144y³+156
endexp[179]
expanding queue[180]^90,meter=[2,2]: 90x+256x²-39675y-88320y²-65536y³-5933
[45+512x,371+512y]: unknown -> [360] [0,1] 90x+512x²-412923y-569856y²-262144y³-99732
[301+512x,371+512y]: unknown -> [361] [1,1] 602x+512x²-412923y-569856y²-262144y³-99559
endexp[180]
expanding queue[181]^90,meter=[2,2]: 346x+256x²-39675y-88320y²-65536y³-5824
[173+512x,115+512y]: unknown -> [362] [0,0] 346x+512x²-39675y-176640y²-262144y³-2912
[429+512x,115+512y]: unknown -> [363] [1,0] 858x+512x²-39675y-176640y²-262144y³-2611
endexp[181]
expanding queue[182]^91,meter=[2,2]: 218x+256x²-177147y-186624y²-65536y³-56004
[109+512x,243+512y]: unknown -> [364] [0,0] 218x+512x²-177147y-373248y²-262144y³-28002
[365+512x,243+512y]: unknown -> [365] [1,0] 730x+512x²-177147y-373248y²-262144y³-27765
endexp[182]
expanding queue[183]^91,meter=[2,2]: 474x+256x²-177147y-186624y²-65536y³-55831
[237+512x,499+512y]: unknown -> [366] [0,1] 474x+512x²-747003y-766464y²-262144y³-242569
[493+512x,499+512y]: unknown -> [367] [1,1] 986x+512x²-747003y-766464y²-262144y³-242204
endexp[183]
expanding queue[184]^92,meter=[2,2]: 58x+256x²-64827y-112896y²-65536y³-12405
[29+512x,403+512y]: unknown -> [368] [0,1] 58x+512x²-487227y-619008y²-262144y³-127832
[285+512x,403+512y]: unknown -> [369] [1,1] 570x+512x²-487227y-619008y²-262144y³-127675
endexp[184]
expanding queue[185]^92,meter=[2,2]: 314x+256x²-64827y-112896y²-65536y³-12312
[157+512x,147+512y]: unknown -> [370] [0,0] 314x+512x²-64827y-225792y²-262144y³-6156
[413+512x,147+512y]: unknown -> [371] [1,0] 826x+512x²-64827y-225792y²-262144y³-5871
endexp[185]
expanding queue[186]^93,meter=[2,2]: 186x+256x²-1083y-14592y²-65536y³+7
[93+512x,275+512y]: unknown -> [372] [0,1] 186x+512x²-226875y-422400y²-262144y³-40602
[349+512x,275+512y]: unknown -> [373] [1,1] 698x+512x²-226875y-422400y²-262144y³-40381
endexp[186]
expanding queue[187]^93,meter=[2,2]: 442x+256x²-1083y-14592y²-65536y³+164
[221+512x,19+512y]: unknown -> [374] [0,0] 442x+512x²-1083y-29184y²-262144y³+82
[477+512x,19+512y]: unknown -> [375] [1,0] 954x+512x²-1083y-29184y²-262144y³+431
endexp[187]
expanding queue[188]^94,meter=[2,2]: 122x+256x²-20667y-63744y²-65536y³-2219
[61+512x,339+512y]: unknown -> [376] [0,1] 122x+512x²-344763y-520704y²-262144y³-76083
[317+512x,339+512y]: unknown -> [377] [1,1] 634x+512x²-344763y-520704y²-262144y³-75894
endexp[188]
expanding queue[189]^94,meter=[2,2]: 378x+256x²-20667y-63744y²-65536y³-2094
[189+512x,83+512y]: unknown -> [378] [0,0] 378x+512x²-20667y-127488y²-262144y³-1047
[445+512x,83+512y]: unknown -> [379] [1,0] 890x+512x²-20667y-127488y²-262144y³-730
endexp[189]
expanding queue[190]^95,meter=[2,2]: 250x+256x²-133563y-162048y²-65536y³-36634
[125+512x,211+512y]: unknown -> [380] [0,0] 250x+512x²-133563y-324096y²-262144y³-18317
[381+512x,211+512y]: unknown -> [381] [1,0] 762x+512x²-133563y-324096y²-262144y³-18064
endexp[190]
expanding queue[191]^95,meter=[2,2]: 506x+256x²-133563y-162048y²-65536y³-36445
[253+512x,467+512y]: unknown -> [382] [0,1] 506x+512x²-654267y-717312y²-262144y³-198796
[509+512x,467+512y]: unknown -> [383] [1,1] 1018x+512x²-654267y-717312y²-262144y³-198415
endexp[191]
expanding queue[192]^96,meter=[2,2]: 6x+256x²-133563y-162048y²-65536y³-36695
[3+512x,467+512y]: unknown -> [384] [0,1] 6x+512x²-654267y-717312y²-262144y³-198921
[259+512x,467+512y]: unknown -> [385] [1,1] 518x+512x²-654267y-717312y²-262144y³-198790
endexp[192]
expanding queue[193]^96,meter=[2,2]: 262x+256x²-133563y-162048y²-65536y³-36628
[131+512x,211+512y]: unknown -> [386] [0,0] 262x+512x²-133563y-324096y²-262144y³-18314
[387+512x,211+512y]: unknown -> [387] [1,0] 774x+512x²-133563y-324096y²-262144y³-18055
endexp[193]
expanding queue[194]^97,meter=[2,2]: 134x+256x²-20667y-63744y²-65536y³-2216
[67+512x,83+512y]: unknown -> [388] [0,0] 134x+512x²-20667y-127488y²-262144y³-1108
[323+512x,83+512y]: unknown -> [389] [1,0] 646x+512x²-20667y-127488y²-262144y³-913
endexp[194]
expanding queue[195]^97,meter=[2,2]: 390x+256x²-20667y-63744y²-65536y³-2085
[195+512x,339+512y]: unknown -> [390] [0,1] 390x+512x²-344763y-520704y²-262144y³-76016
[451+512x,339+512y]: unknown -> [391] [1,1] 902x+512x²-344763y-520704y²-262144y³-75693
endexp[195]
expanding queue[196]^98,meter=[2,2]: 70x+256x²-1083y-14592y²-65536y³-22
[35+512x,19+512y]: unknown -> [392] [0,0] 70x+512x²-1083y-29184y²-262144y³-11
[291+512x,19+512y]: unknown -> [393] [1,0] 582x+512x²-1083y-29184y²-262144y³+152
endexp[196]
expanding queue[197]^98,meter=[2,2]: 326x+256x²-1083y-14592y²-65536y³+77
[163+512x,275+512y]: unknown -> [394] [0,1] 326x+512x²-226875y-422400y²-262144y³-40567
[419+512x,275+512y]: unknown -> [395] [1,1] 838x+512x²-226875y-422400y²-262144y³-40276
endexp[197]
expanding queue[198]^99,meter=[2,2]: 198x+256x²-64827y-112896y²-65536y³-12370
[99+512x,147+512y]: unknown -> [396] [0,0] 198x+512x²-64827y-225792y²-262144y³-6185
[355+512x,147+512y]: unknown -> [397] [1,0] 710x+512x²-64827y-225792y²-262144y³-5958
endexp[198]
expanding queue[199]^99,meter=[2,2]: 454x+256x²-64827y-112896y²-65536y³-12207
[227+512x,403+512y]: unknown -> [398] [0,1] 454x+512x²-487227y-619008y²-262144y³-127733
[483+512x,403+512y]: unknown -> [399] [1,1] 966x+512x²-487227y-619008y²-262144y³-127378
endexp[199]
expanding queue[200]^100,meter=[2,2]: 38x+256x²-177147y-186624y²-65536y³-56049
[19+512x,499+512y]: unknown -> [400] [0,1] 38x+512x²-747003y-766464y²-262144y³-242678
[275+512x,499+512y]: unknown -> [401] [1,1] 550x+512x²-747003y-766464y²-262144y³-242531
endexp[200]
expanding queue[201]^100,meter=[2,2]: 294x+256x²-177147y-186624y²-65536y³-55966
[147+512x,243+512y]: unknown -> [402] [0,0] 294x+512x²-177147y-373248y²-262144y³-27983
[403+512x,243+512y]: unknown -> [403] [1,0] 806x+512x²-177147y-373248y²-262144y³-27708
endexp[201]
expanding queue[202]^101,meter=[2,2]: 166x+256x²-39675y-88320y²-65536y³-5914
[83+512x,115+512y]: unknown -> [404] [0,0] 166x+512x²-39675y-176640y²-262144y³-2957
[339+512x,115+512y]: unknown -> [405] [1,0] 678x+512x²-39675y-176640y²-262144y³-2746
endexp[202]
expanding queue[203]^101,meter=[2,2]: 422x+256x²-39675y-88320y²-65536y³-5767
[211+512x,371+512y]: unknown -> [406] [0,1] 422x+512x²-412923y-569856y²-262144y³-99649
[467+512x,371+512y]: unknown -> [407] [1,1] 934x+512x²-412923y-569856y²-262144y³-99310
endexp[203]
expanding queue[204]^102,meter=[2,2]: 102x+256x²-7803y-39168y²-65536y³-508
[51+512x,51+512y]: unknown -> [408] [0,0] 102x+512x²-7803y-78336y²-262144y³-254
[307+512x,51+512y]: unknown -> [409] [1,0] 614x+512x²-7803y-78336y²-262144y³-75
endexp[204]
expanding queue[205]^102,meter=[2,2]: 358x+256x²-7803y-39168y²-65536y³-393
[179+512x,307+512y]: unknown -> [410] [0,1] 358x+512x²-282747y-471552y²-262144y³-56450
[435+512x,307+512y]: unknown -> [411] [1,1] 870x+512x²-282747y-471552y²-262144y³-56143
endexp[205]
expanding queue[206]^103,meter=[2,2]: 230x+256x²-96123y-137472y²-65536y³-22352
[115+512x,179+512y]: unknown -> [412] [0,0] 230x+512x²-96123y-274944y²-262144y³-11176
[371+512x,179+512y]: unknown -> [413] [1,0] 742x+512x²-96123y-274944y²-262144y³-10933
endexp[206]
expanding queue[207]^103,meter=[2,2]: 486x+256x²-96123y-137472y²-65536y³-22173
[243+512x,435+512y]: unknown -> [414] [0,1] 486x+512x²-567675y-668160y²-262144y³-160652
[499+512x,435+512y]: unknown -> [415] [1,1] 998x+512x²-567675y-668160y²-262144y³-160281
endexp[207]
expanding queue[208]^104,meter=[2,2]: 22x+256x²-3675y-26880y²-65536y³-167
[11+512x,291+512y]: unknown -> [416] [0,1] 22x+512x²-254043y-446976y²-262144y³-48129
[267+512x,291+512y]: unknown -> [417] [1,1] 534x+512x²-254043y-446976y²-262144y³-47990
endexp[208]
expanding queue[209]^104,meter=[2,2]: 278x+256x²-3675y-26880y²-65536y³-92
[139+512x,35+512y]: unknown -> [418] [0,0] 278x+512x²-3675y-53760y²-262144y³-46
[395+512x,35+512y]: unknown -> [419] [1,0] 790x+512x²-3675y-53760y²-262144y³+221
endexp[209]
expanding queue[210]^105,meter=[2,2]: 150x+256x²-79707y-125184y²-65536y³-16895
[75+512x,419+512y]: unknown -> [420] [0,1] 150x+512x²-526683y-643584y²-262144y³-143661
[331+512x,419+512y]: unknown -> [421] [1,1] 662x+512x²-526683y-643584y²-262144y³-143458
endexp[210]
expanding queue[211]^105,meter=[2,2]: 406x+256x²-79707y-125184y²-65536y³-16756
[203+512x,163+512y]: unknown -> [422] [0,0] 406x+512x²-79707y-250368y²-262144y³-8378
[459+512x,163+512y]: unknown -> [423] [1,0] 918x+512x²-79707y-250368y²-262144y³-8047
endexp[211]
expanding queue[212]^106,meter=[2,2]: 86x+256x²-29403y-76032y²-65536y³-3783
[43+512x,355+512y]: unknown -> [424] [0,1] 86x+512x²-378075y-545280y²-262144y³-87377
[299+512x,355+512y]: unknown -> [425] [1,1] 598x+512x²-378075y-545280y²-262144y³-87206
endexp[212]
expanding queue[213]^106,meter=[2,2]: 342x+256x²-29403y-76032y²-65536y³-3676
[171+512x,99+512y]: unknown -> [426] [0,0] 342x+512x²-29403y-152064y²-262144y³-1838
[427+512x,99+512y]: unknown -> [427] [1,0] 854x+512x²-29403y-152064y²-262144y³-1539
endexp[213]
expanding queue[214]^107,meter=[2,2]: 214x+256x²-154587y-174336y²-65536y³-45647
[107+512x,483+512y]: unknown -> [428] [0,1] 214x+512x²-699867y-741888y²-262144y³-220053
[363+512x,483+512y]: unknown -> [429] [1,1] 726x+512x²-699867y-741888y²-262144y³-219818
endexp[214]
expanding queue[215]^107,meter=[2,2]: 470x+256x²-154587y-174336y²-65536y³-45476
[235+512x,227+512y]: unknown -> [430] [0,0] 470x+512x²-154587y-348672y²-262144y³-22738
[491+512x,227+512y]: unknown -> [431] [1,0] 982x+512x²-154587y-348672y²-262144y³-22375
endexp[215]
expanding queue[216]^108,meter=[2,2]: 54x+256x²-13467y-51456y²-65536y³-1172
[27+512x,67+512y]: unknown -> [432] [0,0] 54x+512x²-13467y-102912y²-262144y³-586
[283+512x,67+512y]: unknown -> [433] [1,0] 566x+512x²-13467y-102912y²-262144y³-431
endexp[216]
expanding queue[217]^108,meter=[2,2]: 310x+256x²-13467y-51456y²-65536y³-1081
[155+512x,323+512y]: unknown -> [434] [0,1] 310x+512x²-312987y-496128y²-262144y³-65770
[411+512x,323+512y]: unknown -> [435] [1,1] 822x+512x²-312987y-496128y²-262144y³-65487
endexp[217]
expanding queue[218]^109,meter=[2,2]: 182x+256x²-114075y-149760y²-65536y³-28932
[91+512x,195+512y]: unknown -> [436] [0,0] 182x+512x²-114075y-299520y²-262144y³-14466
[347+512x,195+512y]: unknown -> [437] [1,0] 694x+512x²-114075y-299520y²-262144y³-14247
endexp[218]
expanding queue[219]^109,meter=[2,2]: 438x+256x²-114075y-149760y²-65536y³-28777
[219+512x,451+512y]: unknown -> [438] [0,1] 438x+512x²-610203y-692736y²-262144y³-179074
[475+512x,451+512y]: unknown -> [439] [1,1] 950x+512x²-610203y-692736y²-262144y³-178727
endexp[219]
expanding queue[220]^110,meter=[2,2]: 118x+256x²-51483y-100608y²-65536y³-8768
[59+512x,131+512y]: unknown -> [440] [0,0] 118x+512x²-51483y-201216y²-262144y³-4384
[315+512x,131+512y]: unknown -> [441] [1,0] 630x+512x²-51483y-201216y²-262144y³-4197
endexp[220]
expanding queue[221]^110,meter=[2,2]: 374x+256x²-51483y-100608y²-65536y³-8645
[187+512x,387+512y]: unknown -> [442] [0,1] 374x+512x²-449307y-594432y²-262144y³-113136
[443+512x,387+512y]: unknown -> [443] [1,1] 886x+512x²-449307y-594432y²-262144y³-112821
endexp[221]
expanding queue[222]^111,meter=[2,2]: 246x+256x²-27y-2304y²-65536y³+59
[123+512x,259+512y]: unknown -> [444] [0,1] 246x+512x²-201243y-397824y²-262144y³-33904
[379+512x,259+512y]: unknown -> [445] [1,1] 758x+512x²-201243y-397824y²-262144y³-33653
endexp[222]
expanding queue[223]^111,meter=[2,2]: 502x+256x²-27y-2304y²-65536y³+246
[251+512x,3+512y]: unknown -> [446] [0,0] 502x+512x²-27y-4608y²-262144y³+123
[507+512x,3+512y]: unknown -> [447] [1,0] 1014x+512x²-27y-4608y²-262144y³+502
endexp[223]
expanding queue[224]^112,meter=[2,2]: 14x+256x²-363y-8448y²-65536y³-5
[7+512x,267+512y]: unknown -> [448] [0,1] 14x+512x²-213867y-410112y²-262144y³-37176
[263+512x,267+512y]: unknown -> [449] [1,1] 526x+512x²-213867y-410112y²-262144y³-37041
endexp[224]
expanding queue[225]^112,meter=[2,2]: 270x+256x²-363y-8448y²-65536y³+66
[135+512x,11+512y]: unknown -> [450] [0,0] 270x+512x²-363y-16896y²-262144y³+33
[391+512x,11+512y]: unknown -> [451] [1,0] 782x+512x²-363y-16896y²-262144y³+296
endexp[225]
expanding queue[226]^113,meter=[2,2]: 142x+256x²-57963y-106752y²-65536y³-10471
[71+512x,395+512y]: unknown -> [452] [0,1] 142x+512x²-468075y-606720y²-262144y³-120361
[327+512x,395+512y]: unknown -> [453] [1,1] 654x+512x²-468075y-606720y²-262144y³-120162
endexp[226]
expanding queue[227]^113,meter=[2,2]: 398x+256x²-57963y-106752y²-65536y³-10336
[199+512x,139+512y]: unknown -> [454] [0,0] 398x+512x²-57963y-213504y²-262144y³-5168
[455+512x,139+512y]: unknown -> [455] [1,0] 910x+512x²-57963y-213504y²-262144y³-4841
endexp[227]
expanding queue[228]^114,meter=[2,2]: 78x+256x²-16875y-57600y²-65536y³-1642
[39+512x,75+512y]: unknown -> [456] [0,0] 78x+512x²-16875y-115200y²-262144y³-821
[295+512x,75+512y]: unknown -> [457] [1,0] 590x+512x²-16875y-115200y²-262144y³-654
endexp[228]
expanding queue[229]^114,meter=[2,2]: 334x+256x²-16875y-57600y²-65536y³-1539
[167+512x,331+512y]: unknown -> [458] [0,1] 334x+512x²-328683y-508416y²-262144y³-70775
[423+512x,331+512y]: unknown -> [459] [1,1] 846x+512x²-328683y-508416y²-262144y³-70480
endexp[229]
expanding queue[230]^115,meter=[2,2]: 206x+256x²-123627y-155904y²-65536y³-32636
[103+512x,203+512y]: unknown -> [460] [0,0] 206x+512x²-123627y-311808y²-262144y³-16318
[359+512x,203+512y]: unknown -> [461] [1,0] 718x+512x²-123627y-311808y²-262144y³-16087
endexp[230]
expanding queue[231]^115,meter=[2,2]: 462x+256x²-123627y-155904y²-65536y³-32469
[231+512x,459+512y]: unknown -> [462] [0,1] 462x+512x²-632043y-705024y²-262144y³-188768
[487+512x,459+512y]: unknown -> [463] [1,1] 974x+512x²-632043y-705024y²-262144y³-188409
endexp[231]
expanding queue[232]^116,meter=[2,2]: 46x+256x²-87723y-131328y²-65536y³-19530
[23+512x,171+512y]: unknown -> [464] [0,0] 46x+512x²-87723y-262656y²-262144y³-9765
[279+512x,171+512y]: unknown -> [465] [1,0] 558x+512x²-87723y-262656y²-262144y³-9614
endexp[232]
expanding queue[233]^116,meter=[2,2]: 302x+256x²-87723y-131328y²-65536y³-19443
[151+512x,427+512y]: unknown -> [466] [0,1] 302x+512x²-546987y-655872y²-262144y³-152015
[407+512x,427+512y]: unknown -> [467] [1,1] 814x+512x²-546987y-655872y²-262144y³-151736
endexp[233]
expanding queue[234]^117,meter=[2,2]: 174x+256x²-5547y-33024y²-65536y³-281
[87+512x,299+512y]: unknown -> [468] [0,1] 174x+512x²-268203y-459264y²-262144y³-52194
[343+512x,299+512y]: unknown -> [469] [1,1] 686x+512x²-268203y-459264y²-262144y³-51979
endexp[234]
expanding queue[235]^117,meter=[2,2]: 430x+256x²-5547y-33024y²-65536y³-130
[215+512x,43+512y]: unknown -> [470] [0,0] 430x+512x²-5547y-66048y²-262144y³-65
[471+512x,43+512y]: unknown -> [471] [1,0] 942x+512x²-5547y-66048y²-262144y³+278
endexp[235]
expanding queue[236]^118,meter=[2,2]: 110x+256x²-165675y-180480y²-65536y³-50683
[55+512x,491+512y]: unknown -> [472] [0,1] 110x+512x²-723243y-754176y²-262144y³-231187
[311+512x,491+512y]: unknown -> [473] [1,1] 622x+512x²-723243y-754176y²-262144y³-231004
endexp[236]
expanding queue[237]^118,meter=[2,2]: 366x+256x²-165675y-180480y²-65536y³-50564
[183+512x,235+512y]: unknown -> [474] [0,0] 366x+512x²-165675y-360960y²-262144y³-25282
[439+512x,235+512y]: unknown -> [475] [1,0] 878x+512x²-165675y-360960y²-262144y³-24971
endexp[237]
expanding queue[238]^119,meter=[2,2]: 238x+256x²-34347y-82176y²-65536y³-4730
[119+512x,107+512y]: unknown -> [476] [0,0] 238x+512x²-34347y-164352y²-262144y³-2365
[375+512x,107+512y]: unknown -> [477] [1,0] 750x+512x²-34347y-164352y²-262144y³-2118
endexp[238]
expanding queue[239]^119,meter=[2,2]: 494x+256x²-34347y-82176y²-65536y³-4547
[247+512x,363+512y]: unknown -> [478] [0,1] 494x+512x²-395307y-557568y²-262144y³-93303
[503+512x,363+512y]: unknown -> [479] [1,1] 1006x+512x²-395307y-557568y²-262144y³-92928
endexp[239]
expanding queue[240]^120,meter=[2,2]: 30x+256x²-2187y-20736y²-65536y³-76
[15+512x,27+512y]: unknown -> [480] [0,0] 30x+512x²-2187y-41472y²-262144y³-38
[271+512x,27+512y]: unknown -> [481] [1,0] 542x+512x²-2187y-41472y²-262144y³+105
endexp[240]
expanding queue[241]^120,meter=[2,2]: 286x+256x²-2187y-20736y²-65536y³+3
[143+512x,283+512y]: unknown -> [482] [0,1] 286x+512x²-240267y-434688y²-262144y³-44228
[399+512x,283+512y]: unknown -> [483] [1,1] 798x+512x²-240267y-434688y²-262144y³-43957
endexp[241]
expanding queue[242]^121,meter=[2,2]: 158x+256x²-72075y-119040y²-65536y³-14522
[79+512x,155+512y]: unknown -> [484] [0,0] 158x+512x²-72075y-238080y²-262144y³-7261
[335+512x,155+512y]: unknown -> [485] [1,0] 670x+512x²-72075y-238080y²-262144y³-7054
endexp[242]
expanding queue[243]^121,meter=[2,2]: 414x+256x²-72075y-119040y²-65536y³-14379
[207+512x,411+512y]: unknown -> [486] [0,1] 414x+512x²-506763y-631296y²-262144y³-135515
[463+512x,411+512y]: unknown -> [487] [1,1] 926x+512x²-506763y-631296y²-262144y³-135180
endexp[243]
expanding queue[244]^122,meter=[2,2]: 94x+256x²-24843y-69888y²-65536y³-2935
[47+512x,347+512y]: unknown -> [488] [0,1] 94x+512x²-361227y-532992y²-262144y³-81601
[303+512x,347+512y]: unknown -> [489] [1,1] 606x+512x²-361227y-532992y²-262144y³-81426
endexp[244]
expanding queue[245]^122,meter=[2,2]: 350x+256x²-24843y-69888y²-65536y³-2824
[175+512x,91+512y]: unknown -> [490] [0,0] 350x+512x²-24843y-139776y²-262144y³-1412
[431+512x,91+512y]: unknown -> [491] [1,0] 862x+512x²-24843y-139776y²-262144y³-1109
endexp[245]
expanding queue[246]^123,meter=[2,2]: 222x+256x²-143883y-168192y²-65536y³-40981
[111+512x,475+512y]: unknown -> [492] [0,1] 222x+512x²-676875y-729600y²-262144y³-209296
[367+512x,475+512y]: unknown -> [493] [1,1] 734x+512x²-676875y-729600y²-262144y³-209057
endexp[246]
expanding queue[247]^123,meter=[2,2]: 478x+256x²-143883y-168192y²-65536y³-40806
[239+512x,219+512y]: unknown -> [494] [0,0] 478x+512x²-143883y-336384y²-262144y³-20403
[495+512x,219+512y]: unknown -> [495] [1,0] 990x+512x²-143883y-336384y²-262144y³-20036
endexp[247]
expanding queue[248]^124,meter=[2,2]: 62x+256x²-104907y-143616y²-65536y³-25540
[31+512x,187+512y]: unknown -> [496] [0,0] 62x+512x²-104907y-287232y²-262144y³-12770
[287+512x,187+512y]: unknown -> [497] [1,0] 574x+512x²-104907y-287232y²-262144y³-12611
endexp[248]
expanding queue[249]^124,meter=[2,2]: 318x+256x²-104907y-143616y²-65536y³-25445
[159+512x,443+512y]: unknown -> [498] [0,1] 318x+512x²-588747y-680448y²-262144y³-169752
[415+512x,443+512y]: unknown -> [499] [1,1] 830x+512x²-588747y-680448y²-262144y³-169465
endexp[249]
expanding queue[250]^125,meter=[2,2]: 190x+256x²-10443y-45312y²-65536y³-767
[95+512x,315+512y]: unknown -> [500] [0,1] 190x+512x²-297675y-483840y²-262144y³-61029
[351+512x,315+512y]: unknown -> [501] [1,1] 702x+512x²-297675y-483840y²-262144y³-60806
endexp[250]
expanding queue[251]^125,meter=[2,2]: 446x+256x²-10443y-45312y²-65536y³-608
[223+512x,59+512y]: unknown -> [502] [0,0] 446x+512x²-10443y-90624y²-262144y³-304
[479+512x,59+512y]: unknown -> [503] [1,0] 958x+512x²-10443y-90624y²-262144y³+47
endexp[251]
expanding queue[252]^126,meter=[2,2]: 126x+256x²-189003y-192768y²-65536y³-61755
[63+512x,507+512y]: unknown -> [504] [0,1] 126x+512x²-771147y-778752y²-262144y³-254531
[319+512x,507+512y]: unknown -> [505] [1,1] 638x+512x²-771147y-778752y²-262144y³-254340
endexp[252]
expanding queue[253]^126,meter=[2,2]: 382x+256x²-189003y-192768y²-65536y³-61628
[191+512x,251+512y]: unknown -> [506] [0,0] 382x+512x²-189003y-385536y²-262144y³-30814
[447+512x,251+512y]: unknown -> [507] [1,0] 894x+512x²-189003y-385536y²-262144y³-30495
endexp[253]
expanding queue[254]^127,meter=[2,2]: 254x+256x²-45387y-94464y²-65536y³-7206
[127+512x,123+512y]: unknown -> [508] [0,0] 254x+512x²-45387y-188928y²-262144y³-3603
[383+512x,123+512y]: unknown -> [509] [1,0] 766x+512x²-45387y-188928y²-262144y³-3348
endexp[254]
expanding queue[255]^127,meter=[2,2]: 510x+256x²-45387y-94464y²-65536y³-7015
[255+512x,379+512y]: unknown -> [510] [0,1] 510x+512x²-430923y-582144y²-262144y³-106201
[511+512x,379+512y]: unknown -> [511] [1,1] 1022x+512x²-430923y-582144y²-262144y³-105818
endexp[255]
---------------- level 9
expanding queue[256]^128,meter=[2,2]: 2x+512x²-430923y-582144y²-262144y³-106328
[1+1024x,379+1024y]: unknown -> [512] [0,0] 2x+1024x²-430923y-1164288y²-1048576y³-53164
[513+1024x,379+1024y]: unknown -> [513] [1,0] 1026x+1024x²-430923y-1164288y²-1048576y³-52907
endexp[256]
expanding queue[257]^128,meter=[2,2]: 514x+512x²-430923y-582144y²-262144y³-106199
[257+1024x,891+1024y]: unknown -> [514] [0,1] 514x+1024x²-2381643y-2737152y²-1048576y³-690705
[769+1024x,891+1024y]: unknown -> [515] [1,1] 1538x+1024x²-2381643y-2737152y²-1048576y³-690192
endexp[257]
expanding queue[258]^129,meter=[2,2]: 258x+512x²-45387y-188928y²-262144y³-3602
[129+1024x,123+1024y]: unknown -> [516] [0,0] 258x+1024x²-45387y-377856y²-1048576y³-1801
[641+1024x,123+1024y]: unknown -> [517] [1,0] 1282x+1024x²-45387y-377856y²-1048576y³-1416
endexp[258]
expanding queue[259]^129,meter=[2,2]: 770x+512x²-45387y-188928y²-262144y³-3345
[385+1024x,635+1024y]: unknown -> [518] [0,1] 770x+1024x²-1209675y-1950720y²-1048576y³-249902
[897+1024x,635+1024y]: unknown -> [519] [1,1] 1794x+1024x²-1209675y-1950720y²-1048576y³-249261
endexp[259]
expanding queue[260]^130,meter=[2,2]: 130x+512x²-189003y-385536y²-262144y³-30877
[65+1024x,763+1024y]: unknown -> [520] [0,1] 130x+1024x²-1746507y-2343936y²-1048576y³-433780
[577+1024x,763+1024y]: unknown -> [521] [1,1] 1154x+1024x²-1746507y-2343936y²-1048576y³-433459
endexp[260]
expanding queue[261]^130,meter=[2,2]: 642x+512x²-189003y-385536y²-262144y³-30684
[321+1024x,251+1024y]: unknown -> [522] [0,0] 642x+1024x²-189003y-771072y²-1048576y³-15342
[833+1024x,251+1024y]: unknown -> [523] [1,0] 1666x+1024x²-189003y-771072y²-1048576y³-14765
endexp[261]
expanding queue[262]^131,meter=[2,2]: 386x+512x²-771147y-778752y²-262144y³-254466
[193+1024x,507+1024y]: unknown -> [524] [0,0] 386x+1024x²-771147y-1557504y²-1048576y³-127233
[705+1024x,507+1024y]: unknown -> [525] [1,0] 1410x+1024x²-771147y-1557504y²-1048576y³-126784
endexp[262]
expanding queue[263]^131,meter=[2,2]: 898x+512x²-771147y-778752y²-262144y³-254145
[449+1024x,1019+1024y]: unknown -> [526] [0,1] 898x+1024x²-3115083y-3130368y²-1048576y³-1033094
[961+1024x,1019+1024y]: unknown -> [527] [1,1] 1922x+1024x²-3115083y-3130368y²-1048576y³-1032389
endexp[263]
expanding queue[264]^132,meter=[2,2]: 66x+512x²-10443y-90624y²-262144y³-399
[33+1024x,571+1024y]: unknown -> [528] [0,1] 66x+1024x²-978123y-1754112y²-1048576y³-181805
[545+1024x,571+1024y]: unknown -> [529] [1,1] 1090x+1024x²-978123y-1754112y²-1048576y³-181516
endexp[264]
expanding queue[265]^132,meter=[2,2]: 578x+512x²-10443y-90624y²-262144y³-238
[289+1024x,59+1024y]: unknown -> [530] [0,0] 578x+1024x²-10443y-181248y²-1048576y³-119
[801+1024x,59+1024y]: unknown -> [531] [1,0] 1602x+1024x²-10443y-181248y²-1048576y³+426
endexp[265]
expanding queue[266]^133,meter=[2,2]: 322x+512x²-297675y-483840y²-262144y³-60996
[161+1024x,315+1024y]: unknown -> [532] [0,0] 322x+1024x²-297675y-967680y²-1048576y³-30498
[673+1024x,315+1024y]: unknown -> [533] [1,0] 1346x+1024x²-297675y-967680y²-1048576y³-30081
endexp[266]
expanding queue[267]^133,meter=[2,2]: 834x+512x²-297675y-483840y²-262144y³-60707
[417+1024x,827+1024y]: unknown -> [534] [0,1] 834x+1024x²-2051787y-2540544y²-1048576y³-552183
[929+1024x,827+1024y]: unknown -> [535] [1,1] 1858x+1024x²-2051787y-2540544y²-1048576y³-551510
endexp[267]
expanding queue[268]^134,meter=[2,2]: 194x+512x²-588747y-680448y²-262144y³-169783
[97+1024x,955+1024y]: unknown -> [536] [0,1] 194x+1024x²-2736075y-2933760y²-1048576y³-850561
[609+1024x,955+1024y]: unknown -> [537] [1,1] 1218x+1024x²-2736075y-2933760y²-1048576y³-850208
endexp[268]
expanding queue[269]^134,meter=[2,2]: 706x+512x²-588747y-680448y²-262144y³-169558
[353+1024x,443+1024y]: unknown -> [538] [0,0] 706x+1024x²-588747y-1360896y²-1048576y³-84779
[865+1024x,443+1024y]: unknown -> [539] [1,0] 1730x+1024x²-588747y-1360896y²-1048576y³-84170
endexp[269]
expanding queue[270]^135,meter=[2,2]: 450x+512x²-104907y-287232y²-262144y³-12673
[225+1024x,699+1024y]: unknown -> [540] [0,1] 450x+1024x²-1465803y-2147328y²-1048576y³-333478
[737+1024x,699+1024y]: unknown -> [541] [1,1] 1474x+1024x²-1465803y-2147328y²-1048576y³-332997
endexp[270]
expanding queue[271]^135,meter=[2,2]: 962x+512x²-104907y-287232y²-262144y³-12320
[481+1024x,187+1024y]: unknown -> [542] [0,0] 962x+1024x²-104907y-574464y²-1048576y³-6160
[993+1024x,187+1024y]: unknown -> [543] [1,0] 1986x+1024x²-104907y-574464y²-1048576y³-5423
endexp[271]
expanding queue[272]^136,meter=[2,2]: 34x+512x²-143883y-336384y²-262144y³-20514
[17+1024x,219+1024y]: unknown -> [544] [0,0] 34x+1024x²-143883y-672768y²-1048576y³-10257
[529+1024x,219+1024y]: unknown -> [545] [1,0] 1058x+1024x²-143883y-672768y²-1048576y³-9984
endexp[272]
expanding queue[273]^136,meter=[2,2]: 546x+512x²-143883y-336384y²-262144y³-20369
[273+1024x,731+1024y]: unknown -> [546] [0,1] 546x+1024x²-1603083y-2245632y²-1048576y³-381390
[785+1024x,731+1024y]: unknown -> [547] [1,1] 1570x+1024x²-1603083y-2245632y²-1048576y³-380861
endexp[273]
expanding queue[274]^137,meter=[2,2]: 290x+512x²-676875y-729600y²-262144y³-209279
[145+1024x,987+1024y]: unknown -> [548] [0,1] 290x+1024x²-2922507y-3032064y²-1048576y³-938949
[657+1024x,987+1024y]: unknown -> [549] [1,1] 1314x+1024x²-2922507y-3032064y²-1048576y³-938548
endexp[274]
expanding queue[275]^137,meter=[2,2]: 802x+512x²-676875y-729600y²-262144y³-209006
[401+1024x,475+1024y]: unknown -> [550] [0,0] 802x+1024x²-676875y-1459200y²-1048576y³-104503
[913+1024x,475+1024y]: unknown -> [551] [1,0] 1826x+1024x²-676875y-1459200y²-1048576y³-103846
endexp[275]
expanding queue[276]^138,meter=[2,2]: 162x+512x²-24843y-139776y²-262144y³-1459
[81+1024x,603+1024y]: unknown -> [552] [0,1] 162x+1024x²-1090827y-1852416y²-1048576y³-214111
[593+1024x,603+1024y]: unknown -> [553] [1,1] 1186x+1024x²-1090827y-1852416y²-1048576y³-213774
endexp[276]
expanding queue[277]^138,meter=[2,2]: 674x+512x²-24843y-139776y²-262144y³-1250
[337+1024x,91+1024y]: unknown -> [554] [0,0] 674x+1024x²-24843y-279552y²-1048576y³-625
[849+1024x,91+1024y]: unknown -> [555] [1,0] 1698x+1024x²-24843y-279552y²-1048576y³-32
endexp[277]
expanding queue[278]^139,meter=[2,2]: 418x+512x²-361227y-532992y²-262144y³-81520
[209+1024x,347+1024y]: unknown -> [556] [0,0] 418x+1024x²-361227y-1065984y²-1048576y³-40760
[721+1024x,347+1024y]: unknown -> [557] [1,0] 1442x+1024x²-361227y-1065984y²-1048576y³-40295
endexp[278]
expanding queue[279]^139,meter=[2,2]: 930x+512x²-361227y-532992y²-262144y³-81183
[465+1024x,859+1024y]: unknown -> [558] [0,1] 930x+1024x²-2213643y-2638848y²-1048576y³-618773
[977+1024x,859+1024y]: unknown -> [559] [1,1] 1954x+1024x²-2213643y-2638848y²-1048576y³-618052
endexp[279]
expanding queue[280]^140,meter=[2,2]: 98x+512x²-506763y-631296y²-262144y³-135594
[49+1024x,411+1024y]: unknown -> [560] [0,0] 98x+1024x²-506763y-1262592y²-1048576y³-67797
[561+1024x,411+1024y]: unknown -> [561] [1,0] 1122x+1024x²-506763y-1262592y²-1048576y³-67492
endexp[280]
expanding queue[281]^140,meter=[2,2]: 610x+512x²-506763y-631296y²-262144y³-135417
[305+1024x,923+1024y]: unknown -> [562] [0,1] 610x+1024x²-2555787y-2835456y²-1048576y³-767810
[817+1024x,923+1024y]: unknown -> [563] [1,1] 1634x+1024x²-2555787y-2835456y²-1048576y³-767249
endexp[281]
expanding queue[282]^141,meter=[2,2]: 354x+512x²-72075y-238080y²-262144y³-7212
[177+1024x,155+1024y]: unknown -> [564] [0,0] 354x+1024x²-72075y-476160y²-1048576y³-3606
[689+1024x,155+1024y]: unknown -> [565] [1,0] 1378x+1024x²-72075y-476160y²-1048576y³-3173
endexp[282]
expanding queue[283]^141,meter=[2,2]: 866x+512x²-72075y-238080y²-262144y³-6907
[433+1024x,667+1024y]: unknown -> [566] [0,1] 866x+1024x²-1334667y-2049024y²-1048576y³-289603
[945+1024x,667+1024y]: unknown -> [567] [1,1] 1890x+1024x²-1334667y-2049024y²-1048576y³-288914
endexp[283]
expanding queue[284]^142,meter=[2,2]: 226x+512x²-240267y-434688y²-262144y³-44243
[113+1024x,795+1024y]: unknown -> [568] [0,1] 226x+1024x²-1896075y-2442240y²-1048576y³-490671
[625+1024x,795+1024y]: unknown -> [569] [1,1] 1250x+1024x²-1896075y-2442240y²-1048576y³-490302
endexp[284]
expanding queue[285]^142,meter=[2,2]: 738x+512x²-240267y-434688y²-262144y³-44002
[369+1024x,283+1024y]: unknown -> [570] [0,0] 738x+1024x²-240267y-869376y²-1048576y³-22001
[881+1024x,283+1024y]: unknown -> [571] [1,0] 1762x+1024x²-240267y-869376y²-1048576y³-21376
endexp[285]
expanding queue[286]^143,meter=[2,2]: 482x+512x²-2187y-41472y²-262144y³+75
[241+1024x,539+1024y]: unknown -> [572] [0,1] 482x+1024x²-871563y-1655808y²-1048576y³-152864
[753+1024x,539+1024y]: unknown -> [573] [1,1] 1506x+1024x²-871563y-1655808y²-1048576y³-152367
endexp[286]
expanding queue[287]^143,meter=[2,2]: 994x+512x²-2187y-41472y²-262144y³+444
[497+1024x,27+1024y]: unknown -> [574] [0,0] 994x+1024x²-2187y-82944y²-1048576y³+222
[1009+1024x,27+1024y]: unknown -> [575] [1,0] 2018x+1024x²-2187y-82944y²-1048576y³+975
endexp[287]
expanding queue[288]^144,meter=[2,2]: 18x+512x²-395307y-557568y²-262144y³-93422
[9+1024x,363+1024y]: unknown -> [576] [0,0] 18x+1024x²-395307y-1115136y²-1048576y³-46711
[521+1024x,363+1024y]: unknown -> [577] [1,0] 1042x+1024x²-395307y-1115136y²-1048576y³-46446
endexp[288]
expanding queue[289]^144,meter=[2,2]: 530x+512x²-395307y-557568y²-262144y³-93285
[265+1024x,875+1024y]: unknown -> [578] [0,1] 530x+1024x²-2296875y-2688000y²-1048576y³-654152
[777+1024x,875+1024y]: unknown -> [579] [1,1] 1554x+1024x²-2296875y-2688000y²-1048576y³-653631
endexp[289]
expanding queue[290]^145,meter=[2,2]: 274x+512x²-34347y-164352y²-262144y³-2356
[137+1024x,107+1024y]: unknown -> [580] [0,0] 274x+1024x²-34347y-328704y²-1048576y³-1178
[649+1024x,107+1024y]: unknown -> [581] [1,0] 1298x+1024x²-34347y-328704y²-1048576y³-785
endexp[290]
expanding queue[291]^145,meter=[2,2]: 786x+512x²-34347y-164352y²-262144y³-2091
[393+1024x,619+1024y]: unknown -> [582] [0,1] 786x+1024x²-1149483y-1901568y²-1048576y³-231467
[905+1024x,619+1024y]: unknown -> [583] [1,1] 1810x+1024x²-1149483y-1901568y²-1048576y³-230818
endexp[291]
expanding queue[292]^146,meter=[2,2]: 146x+512x²-165675y-360960y²-262144y³-25337
[73+1024x,747+1024y]: unknown -> [584] [0,1] 146x+1024x²-1674027y-2294784y²-1048576y³-407058
[585+1024x,747+1024y]: unknown -> [585] [1,1] 1170x+1024x²-1674027y-2294784y²-1048576y³-406729
endexp[292]
expanding queue[293]^146,meter=[2,2]: 658x+512x²-165675y-360960y²-262144y³-25136
[329+1024x,235+1024y]: unknown -> [586] [0,0] 658x+1024x²-165675y-721920y²-1048576y³-12568
[841+1024x,235+1024y]: unknown -> [587] [1,0] 1682x+1024x²-165675y-721920y²-1048576y³-11983
endexp[293]
expanding queue[294]^147,meter=[2,2]: 402x+512x²-723243y-754176y²-262144y³-231114
[201+1024x,491+1024y]: unknown -> [588] [0,0] 402x+1024x²-723243y-1508352y²-1048576y³-115557
[713+1024x,491+1024y]: unknown -> [589] [1,0] 1426x+1024x²-723243y-1508352y²-1048576y³-115100
endexp[294]
expanding queue[295]^147,meter=[2,2]: 914x+512x²-723243y-754176y²-262144y³-230785
[457+1024x,1003+1024y]: unknown -> [590] [0,1] 914x+1024x²-3018027y-3081216y²-1048576y³-985174
[969+1024x,1003+1024y]: unknown -> [591] [1,1] 1938x+1024x²-3018027y-3081216y²-1048576y³-984461
endexp[295]
expanding queue[296]^148,meter=[2,2]: 82x+512x²-5547y-66048y²-262144y³-152
[41+1024x,43+1024y]: unknown -> [592] [0,0] 82x+1024x²-5547y-132096y²-1048576y³-76
[553+1024x,43+1024y]: unknown -> [593] [1,0] 1106x+1024x²-5547y-132096y²-1048576y³+221
endexp[296]
expanding queue[297]^148,meter=[2,2]: 594x+512x²-5547y-66048y²-262144y³+17
[297+1024x,555+1024y]: unknown -> [594] [0,1] 594x+1024x²-924075y-1704960y²-1048576y³-166861
[809+1024x,555+1024y]: unknown -> [595] [1,1] 1618x+1024x²-924075y-1704960y²-1048576y³-166308
endexp[297]
expanding queue[298]^149,meter=[2,2]: 338x+512x²-268203y-459264y²-262144y³-52153
[169+1024x,811+1024y]: unknown -> [596] [0,1] 338x+1024x²-1973163y-2491392y²-1048576y³-520882
[681+1024x,811+1024y]: unknown -> [597] [1,1] 1362x+1024x²-1973163y-2491392y²-1048576y³-520457
endexp[298]
expanding queue[299]^149,meter=[2,2]: 850x+512x²-268203y-459264y²-262144y³-51856
[425+1024x,299+1024y]: unknown -> [598] [0,0] 850x+1024x²-268203y-918528y²-1048576y³-25928
[937+1024x,299+1024y]: unknown -> [599] [1,0] 1874x+1024x²-268203y-918528y²-1048576y³-25247
endexp[299]
expanding queue[300]^150,meter=[2,2]: 210x+512x²-546987y-655872y²-262144y³-152038
[105+1024x,427+1024y]: unknown -> [600] [0,0] 210x+1024x²-546987y-1311744y²-1048576y³-76019
[617+1024x,427+1024y]: unknown -> [601] [1,0] 1234x+1024x²-546987y-1311744y²-1048576y³-75658
endexp[300]
expanding queue[301]^150,meter=[2,2]: 722x+512x²-546987y-655872y²-262144y³-151805
[361+1024x,939+1024y]: unknown -> [602] [0,1] 722x+1024x²-2645163y-2884608y²-1048576y³-808404
[873+1024x,939+1024y]: unknown -> [603] [1,1] 1746x+1024x²-2645163y-2884608y²-1048576y³-807787
endexp[301]
expanding queue[302]^151,meter=[2,2]: 466x+512x²-87723y-262656y²-262144y³-9660
[233+1024x,171+1024y]: unknown -> [604] [0,0] 466x+1024x²-87723y-525312y²-1048576y³-4830
[745+1024x,171+1024y]: unknown -> [605] [1,0] 1490x+1024x²-87723y-525312y²-1048576y³-4341
endexp[302]
expanding queue[303]^151,meter=[2,2]: 978x+512x²-87723y-262656y²-262144y³-9299
[489+1024x,683+1024y]: unknown -> [606] [0,1] 978x+1024x²-1399467y-2098176y²-1048576y³-310911
[1001+1024x,683+1024y]: unknown -> [607] [1,1] 2002x+1024x²-1399467y-2098176y²-1048576y³-310166
endexp[303]
expanding queue[304]^152,meter=[2,2]: 50x+512x²-632043y-705024y²-262144y³-188871
[25+1024x,971+1024y]: unknown -> [608] [0,1] 50x+1024x²-2828523y-2982912y²-1048576y³-894041
[537+1024x,971+1024y]: unknown -> [609] [1,1] 1074x+1024x²-2828523y-2982912y²-1048576y³-893760
endexp[304]
expanding queue[305]^152,meter=[2,2]: 562x+512x²-632043y-705024y²-262144y³-188718
[281+1024x,459+1024y]: unknown -> [610] [0,0] 562x+1024x²-632043y-1410048y²-1048576y³-94359
[793+1024x,459+1024y]: unknown -> [611] [1,0] 1586x+1024x²-632043y-1410048y²-1048576y³-93822
endexp[305]
expanding queue[306]^153,meter=[2,2]: 306x+512x²-123627y-311808y²-262144y³-16293
[153+1024x,715+1024y]: unknown -> [612] [0,1] 306x+1024x²-1533675y-2196480y²-1048576y³-356936
[665+1024x,715+1024y]: unknown -> [613] [1,1] 1330x+1024x²-1533675y-2196480y²-1048576y³-356527
endexp[306]
expanding queue[307]^153,meter=[2,2]: 818x+512x²-123627y-311808y²-262144y³-16012
[409+1024x,203+1024y]: unknown -> [614] [0,0] 818x+1024x²-123627y-623616y²-1048576y³-8006
[921+1024x,203+1024y]: unknown -> [615] [1,0] 1842x+1024x²-123627y-623616y²-1048576y³-7341
endexp[307]
expanding queue[308]^154,meter=[2,2]: 178x+512x²-328683y-508416y²-262144y³-70814
[89+1024x,331+1024y]: unknown -> [616] [0,0] 178x+1024x²-328683y-1016832y²-1048576y³-35407
[601+1024x,331+1024y]: unknown -> [617] [1,0] 1202x+1024x²-328683y-1016832y²-1048576y³-35062
endexp[308]
expanding queue[309]^154,meter=[2,2]: 690x+512x²-328683y-508416y²-262144y³-70597
[345+1024x,843+1024y]: unknown -> [618] [0,1] 690x+1024x²-2131947y-2589696y²-1048576y³-584920
[857+1024x,843+1024y]: unknown -> [619] [1,1] 1714x+1024x²-2131947y-2589696y²-1048576y³-584319
endexp[309]
expanding queue[310]^155,meter=[2,2]: 434x+512x²-16875y-115200y²-262144y³-732
[217+1024x,75+1024y]: unknown -> [620] [0,0] 434x+1024x²-16875y-230400y²-1048576y³-366
[729+1024x,75+1024y]: unknown -> [621] [1,0] 1458x+1024x²-16875y-230400y²-1048576y³+107
endexp[310]
expanding queue[311]^155,meter=[2,2]: 946x+512x²-16875y-115200y²-262144y³-387
[473+1024x,587+1024y]: unknown -> [622] [0,1] 946x+1024x²-1033707y-1803264y²-1048576y³-197303
[985+1024x,587+1024y]: unknown -> [623] [1,1] 1970x+1024x²-1033707y-1803264y²-1048576y³-196574
endexp[311]
expanding queue[312]^156,meter=[2,2]: 114x+512x²-57963y-213504y²-262144y³-5239
[57+1024x,651+1024y]: unknown -> [624] [0,1] 114x+1024x²-1271403y-1999872y²-1048576y³-269425
[569+1024x,651+1024y]: unknown -> [625] [1,1] 1138x+1024x²-1271403y-1999872y²-1048576y³-269112
endexp[312]
expanding queue[313]^156,meter=[2,2]: 626x+512x²-57963y-213504y²-262144y³-5054
[313+1024x,139+1024y]: unknown -> [626] [0,0] 626x+1024x²-57963y-427008y²-1048576y³-2527
[825+1024x,139+1024y]: unknown -> [627] [1,0] 1650x+1024x²-57963y-427008y²-1048576y³-1958
endexp[313]
expanding queue[314]^157,meter=[2,2]: 370x+512x²-468075y-606720y²-262144y³-120304
[185+1024x,395+1024y]: unknown -> [628] [0,0] 370x+1024x²-468075y-1213440y²-1048576y³-60152
[697+1024x,395+1024y]: unknown -> [629] [1,0] 1394x+1024x²-468075y-1213440y²-1048576y³-59711
endexp[314]
expanding queue[315]^157,meter=[2,2]: 882x+512x²-468075y-606720y²-262144y³-119991
[441+1024x,907+1024y]: unknown -> [630] [0,1] 882x+1024x²-2467947y-2786304y²-1048576y³-728465
[953+1024x,907+1024y]: unknown -> [631] [1,1] 1906x+1024x²-2467947y-2786304y²-1048576y³-727768
endexp[315]
expanding queue[316]^158,meter=[2,2]: 242x+512x²-363y-16896y²-262144y³+26
[121+1024x,11+1024y]: unknown -> [632] [0,0] 242x+1024x²-363y-33792y²-1048576y³+13
[633+1024x,11+1024y]: unknown -> [633] [1,0] 1266x+1024x²-363y-33792y²-1048576y³+390
endexp[316]
expanding queue[317]^158,meter=[2,2]: 754x+512x²-363y-16896y²-262144y³+275
[377+1024x,523+1024y]: unknown -> [634] [0,1] 754x+1024x²-820587y-1606656y²-1048576y³-139564
[889+1024x,523+1024y]: unknown -> [635] [1,1] 1778x+1024x²-820587y-1606656y²-1048576y³-138931
endexp[317]
expanding queue[318]^159,meter=[2,2]: 498x+512x²-213867y-410112y²-262144y³-37055
[249+1024x,779+1024y]: unknown -> [636] [0,1] 498x+1024x²-1820523y-2393088y²-1048576y³-461589
[761+1024x,779+1024y]: unknown -> [637] [1,1] 1522x+1024x²-1820523y-2393088y²-1048576y³-461084
endexp[318]
expanding queue[319]^159,meter=[2,2]: 1010x+512x²-213867y-410112y²-262144y³-36678
[505+1024x,267+1024y]: unknown -> [638] [0,0] 1010x+1024x²-213867y-820224y²-1048576y³-18339
[1017+1024x,267+1024y]: unknown -> [639] [1,0] 2034x+1024x²-213867y-820224y²-1048576y³-17578
endexp[319]
expanding queue[320]^160,meter=[2,2]: 10x+512x²-27y-4608y²-262144y³
[5+1024x,3+1024y]: unknown -> [640] [0,0] 10x+1024x²-27y-9216y²-1048576y³
-> solution [5,3],NONTRIVIAL
[517+1024x,3+1024y]: unknown -> [641] [1,0] 1034x+1024x²-27y-9216y²-1048576y³+261
endexp[320]
expanding queue[321]^160,meter=[2,2]: 522x+512x²-27y-4608y²-262144y³+133
[261+1024x,515+1024y]: unknown -> [642] [0,1] 522x+1024x²-795675y-1582080y²-1048576y³-133323
[773+1024x,515+1024y]: unknown -> [643] [1,1] 1546x+1024x²-795675y-1582080y²-1048576y³-132806
endexp[321]
expanding queue[322]^161,meter=[2,2]: 266x+512x²-201243y-397824y²-262144y³-33899
[133+1024x,771+1024y]: unknown -> [644] [0,1] 266x+1024x²-1783323y-2368512y²-1048576y³-447555
[645+1024x,771+1024y]: unknown -> [645] [1,1] 1290x+1024x²-1783323y-2368512y²-1048576y³-447166
endexp[322]
expanding queue[323]^161,meter=[2,2]: 778x+512x²-201243y-397824y²-262144y³-33638
[389+1024x,259+1024y]: unknown -> [646] [0,0] 778x+1024x²-201243y-795648y²-1048576y³-16819
[901+1024x,259+1024y]: unknown -> [647] [1,0] 1802x+1024x²-201243y-795648y²-1048576y³-16174
endexp[323]
expanding queue[324]^162,meter=[2,2]: 138x+512x²-449307y-594432y²-262144y³-113195
[69+1024x,899+1024y]: unknown -> [648] [0,1] 138x+1024x²-2424603y-2761728y²-1048576y³-709539
[581+1024x,899+1024y]: unknown -> [649] [1,1] 1162x+1024x²-2424603y-2761728y²-1048576y³-709214
endexp[324]
expanding queue[325]^162,meter=[2,2]: 650x+512x²-449307y-594432y²-262144y³-112998
[325+1024x,387+1024y]: unknown -> [650] [0,0] 650x+1024x²-449307y-1188864y²-1048576y³-56499
[837+1024x,387+1024y]: unknown -> [651] [1,0] 1674x+1024x²-449307y-1188864y²-1048576y³-55918
endexp[325]
expanding queue[326]^163,meter=[2,2]: 394x+512x²-51483y-201216y²-262144y³-4315
[197+1024x,643+1024y]: unknown -> [652] [0,1] 394x+1024x²-1240347y-1975296y²-1048576y³-259579
[709+1024x,643+1024y]: unknown -> [653] [1,1] 1418x+1024x²-1240347y-1975296y²-1048576y³-259126
endexp[326]
expanding queue[327]^163,meter=[2,2]: 906x+512x²-51483y-201216y²-262144y³-3990
[453+1024x,131+1024y]: unknown -> [654] [0,0] 906x+1024x²-51483y-402432y²-1048576y³-1995
[965+1024x,131+1024y]: unknown -> [655] [1,0] 1930x+1024x²-51483y-402432y²-1048576y³-1286
endexp[327]
expanding queue[328]^164,meter=[2,2]: 74x+512x²-610203y-692736y²-262144y³-179165
[37+1024x,963+1024y]: unknown -> [656] [0,1] 74x+1024x²-2782107y-2958336y²-1048576y³-872124
[549+1024x,963+1024y]: unknown -> [657] [1,1] 1098x+1024x²-2782107y-2958336y²-1048576y³-871831
endexp[328]
expanding queue[329]^164,meter=[2,2]: 586x+512x²-610203y-692736y²-262144y³-179000
[293+1024x,451+1024y]: unknown -> [658] [0,0] 586x+1024x²-610203y-1385472y²-1048576y³-89500
[805+1024x,451+1024y]: unknown -> [659] [1,0] 1610x+1024x²-610203y-1385472y²-1048576y³-88951
endexp[329]
expanding queue[330]^165,meter=[2,2]: 330x+512x²-114075y-299520y²-262144y³-14429
[165+1024x,707+1024y]: unknown -> [660] [0,1] 330x+1024x²-1499547y-2171904y²-1048576y³-345084
[677+1024x,707+1024y]: unknown -> [661] [1,1] 1354x+1024x²-1499547y-2171904y²-1048576y³-344663
endexp[330]
expanding queue[331]^165,meter=[2,2]: 842x+512x²-114075y-299520y²-262144y³-14136
[421+1024x,195+1024y]: unknown -> [662] [0,0] 842x+1024x²-114075y-599040y²-1048576y³-7068
[933+1024x,195+1024y]: unknown -> [663] [1,0] 1866x+1024x²-114075y-599040y²-1048576y³-6391
endexp[331]
expanding queue[332]^166,meter=[2,2]: 202x+512x²-312987y-496128y²-262144y³-65797
[101+1024x,835+1024y]: unknown -> [664] [0,1] 202x+1024x²-2091675y-2565120y²-1048576y³-568528
[613+1024x,835+1024y]: unknown -> [665] [1,1] 1226x+1024x²-2091675y-2565120y²-1048576y³-568171
endexp[332]
expanding queue[333]^166,meter=[2,2]: 714x+512x²-312987y-496128y²-262144y³-65568
[357+1024x,323+1024y]: unknown -> [666] [0,0] 714x+1024x²-312987y-992256y²-1048576y³-32784
[869+1024x,323+1024y]: unknown -> [667] [1,0] 1738x+1024x²-312987y-992256y²-1048576y³-32171
endexp[333]
expanding queue[334]^167,meter=[2,2]: 458x+512x²-13467y-102912y²-262144y³-485
[229+1024x,579+1024y]: unknown -> [668] [0,1] 458x+1024x²-1005723y-1778688y²-1048576y³-189504
[741+1024x,579+1024y]: unknown -> [669] [1,1] 1482x+1024x²-1005723y-1778688y²-1048576y³-189019
endexp[334]
expanding queue[335]^167,meter=[2,2]: 970x+512x²-13467y-102912y²-262144y³-128
[485+1024x,67+1024y]: unknown -> [670] [0,0] 970x+1024x²-13467y-205824y²-1048576y³-64
[997+1024x,67+1024y]: unknown -> [671] [1,0] 1994x+1024x²-13467y-205824y²-1048576y³+677
endexp[335]
expanding queue[336]^168,meter=[2,2]: 42x+512x²-154587y-348672y²-262144y³-22845
[21+1024x,739+1024y]: unknown -> [672] [0,1] 42x+1024x²-1638363y-2270208y²-1048576y³-394124
[533+1024x,739+1024y]: unknown -> [673] [1,1] 1066x+1024x²-1638363y-2270208y²-1048576y³-393847
endexp[336]
expanding queue[337]^168,meter=[2,2]: 554x+512x²-154587y-348672y²-262144y³-22696
[277+1024x,227+1024y]: unknown -> [674] [0,0] 554x+1024x²-154587y-697344y²-1048576y³-11348
[789+1024x,227+1024y]: unknown -> [675] [1,0] 1578x+1024x²-154587y-697344y²-1048576y³-10815
endexp[337]
expanding queue[338]^169,meter=[2,2]: 298x+512x²-699867y-741888y²-262144y³-220032
[149+1024x,483+1024y]: unknown -> [676] [0,0] 298x+1024x²-699867y-1483776y²-1048576y³-110016
[661+1024x,483+1024y]: unknown -> [677] [1,0] 1322x+1024x²-699867y-1483776y²-1048576y³-109611
endexp[338]
expanding queue[339]^169,meter=[2,2]: 810x+512x²-699867y-741888y²-262144y³-219755
[405+1024x,995+1024y]: unknown -> [678] [0,1] 810x+1024x²-2970075y-3056640y²-1048576y³-961827
[917+1024x,995+1024y]: unknown -> [679] [1,1] 1834x+1024x²-2970075y-3056640y²-1048576y³-961166
endexp[339]
expanding queue[340]^170,meter=[2,2]: 170x+512x²-29403y-152064y²-262144y³-1881
[85+1024x,611+1024y]: unknown -> [680] [0,1] 170x+1024x²-1119963y-1876992y²-1048576y³-222746
[597+1024x,611+1024y]: unknown -> [681] [1,1] 1194x+1024x²-1119963y-1876992y²-1048576y³-222405
endexp[340]
expanding queue[341]^170,meter=[2,2]: 682x+512x²-29403y-152064y²-262144y³-1668
[341+1024x,99+1024y]: unknown -> [682] [0,0] 682x+1024x²-29403y-304128y²-1048576y³-834
[853+1024x,99+1024y]: unknown -> [683] [1,0] 1706x+1024x²-29403y-304128y²-1048576y³-237
endexp[341]
expanding queue[342]^171,meter=[2,2]: 426x+512x²-378075y-545280y²-262144y³-87292
[213+1024x,355+1024y]: unknown -> [684] [0,0] 426x+1024x²-378075y-1090560y²-1048576y³-43646
[725+1024x,355+1024y]: unknown -> [685] [1,0] 1450x+1024x²-378075y-1090560y²-1048576y³-43177
endexp[342]
expanding queue[343]^171,meter=[2,2]: 938x+512x²-378075y-545280y²-262144y³-86951
[469+1024x,867+1024y]: unknown -> [686] [0,1] 938x+1024x²-2255067y-2663424y²-1048576y³-636225
[981+1024x,867+1024y]: unknown -> [687] [1,1] 1962x+1024x²-2255067y-2663424y²-1048576y³-635500
endexp[343]
expanding queue[344]^172,meter=[2,2]: 106x+512x²-79707y-250368y²-262144y³-8453
[53+1024x,675+1024y]: unknown -> [688] [0,1] 106x+1024x²-1366875y-2073600y²-1048576y³-300336
[565+1024x,675+1024y]: unknown -> [689] [1,1] 1130x+1024x²-1366875y-2073600y²-1048576y³-300027
endexp[344]
expanding queue[345]^172,meter=[2,2]: 618x+512x²-79707y-250368y²-262144y³-8272
[309+1024x,163+1024y]: unknown -> [690] [0,0] 618x+1024x²-79707y-500736y²-1048576y³-4136
[821+1024x,163+1024y]: unknown -> [691] [1,0] 1642x+1024x²-79707y-500736y²-1048576y³-3571
endexp[345]
expanding queue[346]^173,meter=[2,2]: 362x+512x²-526683y-643584y²-262144y³-143608
[181+1024x,419+1024y]: unknown -> [692] [0,0] 362x+1024x²-526683y-1287168y²-1048576y³-71804
[693+1024x,419+1024y]: unknown -> [693] [1,0] 1386x+1024x²-526683y-1287168y²-1048576y³-71367
endexp[346]
expanding queue[347]^173,meter=[2,2]: 874x+512x²-526683y-643584y²-262144y³-143299
[437+1024x,931+1024y]: unknown -> [694] [0,1] 874x+1024x²-2600283y-2860032y²-1048576y³-787855
[949+1024x,931+1024y]: unknown -> [695] [1,1] 1898x+1024x²-2600283y-2860032y²-1048576y³-787162
endexp[347]
expanding queue[348]^174,meter=[2,2]: 234x+512x²-3675y-53760y²-262144y³-57
[117+1024x,547+1024y]: unknown -> [696] [0,1] 234x+1024x²-897627y-1680384y²-1048576y³-159818
[629+1024x,547+1024y]: unknown -> [697] [1,1] 1258x+1024x²-897627y-1680384y²-1048576y³-159445
endexp[348]
expanding queue[349]^174,meter=[2,2]: 746x+512x²-3675y-53760y²-262144y³+188
[373+1024x,35+1024y]: unknown -> [698] [0,0] 746x+1024x²-3675y-107520y²-1048576y³+94
[885+1024x,35+1024y]: unknown -> [699] [1,0] 1770x+1024x²-3675y-107520y²-1048576y³+723
endexp[349]
expanding queue[350]^175,meter=[2,2]: 490x+512x²-254043y-446976y²-262144y³-48012
[245+1024x,291+1024y]: unknown -> [700] [0,0] 490x+1024x²-254043y-893952y²-1048576y³-24006
[757+1024x,291+1024y]: unknown -> [701] [1,0] 1514x+1024x²-254043y-893952y²-1048576y³-23505
endexp[350]
expanding queue[351]^175,meter=[2,2]: 1002x+512x²-254043y-446976y²-262144y³-47639
[501+1024x,803+1024y]: unknown -> [702] [0,1] 1002x+1024x²-1934427y-2466816y²-1048576y³-505401
[1013+1024x,803+1024y]: unknown -> [703] [1,1] 2026x+1024x²-1934427y-2466816y²-1048576y³-504644
endexp[351]
expanding queue[352]^176,meter=[2,2]: 26x+512x²-567675y-668160y²-262144y³-160767
[13+1024x,947+1024y]: unknown -> [704] [0,1] 26x+1024x²-2690427y-2909184y²-1048576y³-829373
[525+1024x,947+1024y]: unknown -> [705] [1,1] 1050x+1024x²-2690427y-2909184y²-1048576y³-829104
endexp[352]
expanding queue[353]^176,meter=[2,2]: 538x+512x²-567675y-668160y²-262144y³-160626
[269+1024x,435+1024y]: unknown -> [706] [0,0] 538x+1024x²-567675y-1336320y²-1048576y³-80313
[781+1024x,435+1024y]: unknown -> [707] [1,0] 1562x+1024x²-567675y-1336320y²-1048576y³-79788
endexp[353]
expanding queue[354]^177,meter=[2,2]: 282x+512x²-96123y-274944y²-262144y³-11163
[141+1024x,691+1024y]: unknown -> [708] [0,1] 282x+1024x²-1432443y-2122752y²-1048576y³-322187
[653+1024x,691+1024y]: unknown -> [709] [1,1] 1306x+1024x²-1432443y-2122752y²-1048576y³-321790
endexp[354]
expanding queue[355]^177,meter=[2,2]: 794x+512x²-96123y-274944y²-262144y³-10894
[397+1024x,179+1024y]: unknown -> [710] [0,0] 794x+1024x²-96123y-549888y²-1048576y³-5447
[909+1024x,179+1024y]: unknown -> [711] [1,0] 1818x+1024x²-96123y-549888y²-1048576y³-4794
endexp[355]
expanding queue[356]^178,meter=[2,2]: 154x+512x²-282747y-471552y²-262144y³-56501
[77+1024x,819+1024y]: unknown -> [712] [0,1] 154x+1024x²-2012283y-2515968y²-1048576y³-536472
[589+1024x,819+1024y]: unknown -> [713] [1,1] 1178x+1024x²-2012283y-2515968y²-1048576y³-536139
endexp[356]
expanding queue[357]^178,meter=[2,2]: 666x+512x²-282747y-471552y²-262144y³-56296
[333+1024x,307+1024y]: unknown -> [714] [0,0] 666x+1024x²-282747y-943104y²-1048576y³-28148
[845+1024x,307+1024y]: unknown -> [715] [1,0] 1690x+1024x²-282747y-943104y²-1048576y³-27559
endexp[357]
expanding queue[358]^179,meter=[2,2]: 410x+512x²-7803y-78336y²-262144y³-177
[205+1024x,563+1024y]: unknown -> [716] [0,1] 410x+1024x²-950907y-1729536y²-1048576y³-174230
[717+1024x,563+1024y]: unknown -> [717] [1,1] 1434x+1024x²-950907y-1729536y²-1048576y³-173769
endexp[358]
expanding queue[359]^179,meter=[2,2]: 922x+512x²-7803y-78336y²-262144y³+156
[461+1024x,51+1024y]: unknown -> [718] [0,0] 922x+1024x²-7803y-156672y²-1048576y³+78
[973+1024x,51+1024y]: unknown -> [719] [1,0] 1946x+1024x²-7803y-156672y²-1048576y³+795
endexp[359]
expanding queue[360]^180,meter=[2,2]: 90x+512x²-412923y-569856y²-262144y³-99732
[45+1024x,371+1024y]: unknown -> [720] [0,0] 90x+1024x²-412923y-1139712y²-1048576y³-49866
[557+1024x,371+1024y]: unknown -> [721] [1,0] 1114x+1024x²-412923y-1139712y²-1048576y³-49565
endexp[360]
expanding queue[361]^180,meter=[2,2]: 602x+512x²-412923y-569856y²-262144y³-99559
[301+1024x,883+1024y]: unknown -> [722] [0,1] 602x+1024x²-2339067y-2712576y²-1048576y³-672241
[813+1024x,883+1024y]: unknown -> [723] [1,1] 1626x+1024x²-2339067y-2712576y²-1048576y³-671684
endexp[361]
expanding queue[362]^181,meter=[2,2]: 346x+512x²-39675y-176640y²-262144y³-2912
[173+1024x,115+1024y]: unknown -> [724] [0,0] 346x+1024x²-39675y-353280y²-1048576y³-1456
[685+1024x,115+1024y]: unknown -> [725] [1,0] 1370x+1024x²-39675y-353280y²-1048576y³-1027
endexp[362]
expanding queue[363]^181,meter=[2,2]: 858x+512x²-39675y-176640y²-262144y³-2611
[429+1024x,627+1024y]: unknown -> [726] [0,1] 858x+1024x²-1179387y-1926144y²-1048576y³-240535
[941+1024x,627+1024y]: unknown -> [727] [1,1] 1882x+1024x²-1179387y-1926144y²-1048576y³-239850
endexp[363]
expanding queue[364]^182,meter=[2,2]: 218x+512x²-177147y-373248y²-262144y³-28002
[109+1024x,243+1024y]: unknown -> [728] [0,0] 218x+1024x²-177147y-746496y²-1048576y³-14001
[621+1024x,243+1024y]: unknown -> [729] [1,0] 1242x+1024x²-177147y-746496y²-1048576y³-13636
endexp[364]
expanding queue[365]^182,meter=[2,2]: 730x+512x²-177147y-373248y²-262144y³-27765
[365+1024x,755+1024y]: unknown -> [730] [0,1] 730x+1024x²-1710075y-2319360y²-1048576y³-420152
[877+1024x,755+1024y]: unknown -> [731] [1,1] 1754x+1024x²-1710075y-2319360y²-1048576y³-419531
endexp[365]
expanding queue[366]^183,meter=[2,2]: 474x+512x²-747003y-766464y²-262144y³-242569
[237+1024x,1011+1024y]: unknown -> [732] [0,1] 474x+1024x²-3066363y-3105792y²-1048576y³-1009090
[749+1024x,1011+1024y]: unknown -> [733] [1,1] 1498x+1024x²-3066363y-3105792y²-1048576y³-1008597
endexp[366]
expanding queue[367]^183,meter=[2,2]: 986x+512x²-747003y-766464y²-262144y³-242204
[493+1024x,499+1024y]: unknown -> [734] [0,0] 986x+1024x²-747003y-1532928y²-1048576y³-121102
[1005+1024x,499+1024y]: unknown -> [735] [1,0] 2010x+1024x²-747003y-1532928y²-1048576y³-120353
endexp[367]
expanding queue[368]^184,meter=[2,2]: 58x+512x²-487227y-619008y²-262144y³-127832
[29+1024x,403+1024y]: unknown -> [736] [0,0] 58x+1024x²-487227y-1238016y²-1048576y³-63916
[541+1024x,403+1024y]: unknown -> [737] [1,0] 1082x+1024x²-487227y-1238016y²-1048576y³-63631
endexp[368]
expanding queue[369]^184,meter=[2,2]: 570x+512x²-487227y-619008y²-262144y³-127675
[285+1024x,915+1024y]: unknown -> [738] [0,1] 570x+1024x²-2511675y-2810880y²-1048576y³-748027
[797+1024x,915+1024y]: unknown -> [739] [1,1] 1594x+1024x²-2511675y-2810880y²-1048576y³-747486
endexp[369]
expanding queue[370]^185,meter=[2,2]: 314x+512x²-64827y-225792y²-262144y³-6156
[157+1024x,147+1024y]: unknown -> [740] [0,0] 314x+1024x²-64827y-451584y²-1048576y³-3078
[669+1024x,147+1024y]: unknown -> [741] [1,0] 1338x+1024x²-64827y-451584y²-1048576y³-2665
endexp[370]
expanding queue[371]^185,meter=[2,2]: 826x+512x²-64827y-225792y²-262144y³-5871
[413+1024x,659+1024y]: unknown -> [742] [0,1] 826x+1024x²-1302843y-2024448y²-1048576y³-279317
[925+1024x,659+1024y]: unknown -> [743] [1,1] 1850x+1024x²-1302843y-2024448y²-1048576y³-278648
endexp[371]
expanding queue[372]^186,meter=[2,2]: 186x+512x²-226875y-422400y²-262144y³-40602
[93+1024x,275+1024y]: unknown -> [744] [0,0] 186x+1024x²-226875y-844800y²-1048576y³-20301
[605+1024x,275+1024y]: unknown -> [745] [1,0] 1210x+1024x²-226875y-844800y²-1048576y³-19952
endexp[372]
expanding queue[373]^186,meter=[2,2]: 698x+512x²-226875y-422400y²-262144y³-40381
[349+1024x,787+1024y]: unknown -> [746] [0,1] 698x+1024x²-1858107y-2417664y²-1048576y³-475900
[861+1024x,787+1024y]: unknown -> [747] [1,1] 1722x+1024x²-1858107y-2417664y²-1048576y³-475295
endexp[373]
expanding queue[374]^187,meter=[2,2]: 442x+512x²-1083y-29184y²-262144y³+82
[221+1024x,19+1024y]: unknown -> [748] [0,0] 442x+1024x²-1083y-58368y²-1048576y³+41
[733+1024x,19+1024y]: unknown -> [749] [1,0] 1466x+1024x²-1083y-58368y²-1048576y³+518
endexp[374]
expanding queue[375]^187,meter=[2,2]: 954x+512x²-1083y-29184y²-262144y³+431
[477+1024x,531+1024y]: unknown -> [750] [0,1] 954x+1024x²-845883y-1631232y²-1048576y³-145990
[989+1024x,531+1024y]: unknown -> [751] [1,1] 1978x+1024x²-845883y-1631232y²-1048576y³-145257
endexp[375]
expanding queue[376]^188,meter=[2,2]: 122x+512x²-344763y-520704y²-262144y³-76083
[61+1024x,851+1024y]: unknown -> [752] [0,1] 122x+1024x²-2172603y-2614272y²-1048576y³-601847
[573+1024x,851+1024y]: unknown -> [753] [1,1] 1146x+1024x²-2172603y-2614272y²-1048576y³-601530
endexp[376]
expanding queue[377]^188,meter=[2,2]: 634x+512x²-344763y-520704y²-262144y³-75894
[317+1024x,339+1024y]: unknown -> [754] [0,0] 634x+1024x²-344763y-1041408y²-1048576y³-37947
[829+1024x,339+1024y]: unknown -> [755] [1,0] 1658x+1024x²-344763y-1041408y²-1048576y³-37374
endexp[377]
expanding queue[378]^189,meter=[2,2]: 378x+512x²-20667y-127488y²-262144y³-1047
[189+1024x,595+1024y]: unknown -> [756] [0,1] 378x+1024x²-1062075y-1827840y²-1048576y³-205673
[701+1024x,595+1024y]: unknown -> [757] [1,1] 1402x+1024x²-1062075y-1827840y²-1048576y³-205228
endexp[378]
expanding queue[379]^189,meter=[2,2]: 890x+512x²-20667y-127488y²-262144y³-730
[445+1024x,83+1024y]: unknown -> [758] [0,0] 890x+1024x²-20667y-254976y²-1048576y³-365
[957+1024x,83+1024y]: unknown -> [759] [1,0] 1914x+1024x²-20667y-254976y²-1048576y³+336
endexp[379]
expanding queue[380]^190,meter=[2,2]: 250x+512x²-133563y-324096y²-262144y³-18317
[125+1024x,723+1024y]: unknown -> [760] [0,1] 250x+1024x²-1568187y-2221056y²-1048576y³-369060
[637+1024x,723+1024y]: unknown -> [761] [1,1] 1274x+1024x²-1568187y-2221056y²-1048576y³-368679
endexp[380]
expanding queue[381]^190,meter=[2,2]: 762x+512x²-133563y-324096y²-262144y³-18064
[381+1024x,211+1024y]: unknown -> [762] [0,0] 762x+1024x²-133563y-648192y²-1048576y³-9032
[893+1024x,211+1024y]: unknown -> [763] [1,0] 1786x+1024x²-133563y-648192y²-1048576y³-8395
endexp[381]
expanding queue[382]^191,meter=[2,2]: 506x+512x²-654267y-717312y²-262144y³-198796
[253+1024x,467+1024y]: unknown -> [764] [0,0] 506x+1024x²-654267y-1434624y²-1048576y³-99398
[765+1024x,467+1024y]: unknown -> [765] [1,0] 1530x+1024x²-654267y-1434624y²-1048576y³-98889
endexp[382]
expanding queue[383]^191,meter=[2,2]: 1018x+512x²-654267y-717312y²-262144y³-198415
[509+1024x,979+1024y]: unknown -> [766] [0,1] 1018x+1024x²-2875323y-3007488y²-1048576y³-916069
[1021+1024x,979+1024y]: unknown -> [767] [1,1] 2042x+1024x²-2875323y-3007488y²-1048576y³-915304
endexp[383]
expanding queue[384]^192,meter=[2,2]: 6x+512x²-654267y-717312y²-262144y³-198921
[3+1024x,979+1024y]: unknown -> [768] [0,1] 6x+1024x²-2875323y-3007488y²-1048576y³-916322
[515+1024x,979+1024y]: unknown -> [769] [1,1] 1030x+1024x²-2875323y-3007488y²-1048576y³-916063
endexp[384]
expanding queue[385]^192,meter=[2,2]: 518x+512x²-654267y-717312y²-262144y³-198790
[259+1024x,467+1024y]: unknown -> [770] [0,0] 518x+1024x²-654267y-1434624y²-1048576y³-99395
[771+1024x,467+1024y]: unknown -> [771] [1,0] 1542x+1024x²-654267y-1434624y²-1048576y³-98880
endexp[385]
expanding queue[386]^193,meter=[2,2]: 262x+512x²-133563y-324096y²-262144y³-18314
[131+1024x,211+1024y]: unknown -> [772] [0,0] 262x+1024x²-133563y-648192y²-1048576y³-9157
[643+1024x,211+1024y]: unknown -> [773] [1,0] 1286x+1024x²-133563y-648192y²-1048576y³-8770
endexp[386]
expanding queue[387]^193,meter=[2,2]: 774x+512x²-133563y-324096y²-262144y³-18055
[387+1024x,723+1024y]: unknown -> [774] [0,1] 774x+1024x²-1568187y-2221056y²-1048576y³-368929
[899+1024x,723+1024y]: unknown -> [775] [1,1] 1798x+1024x²-1568187y-2221056y²-1048576y³-368286
endexp[387]
expanding queue[388]^194,meter=[2,2]: 134x+512x²-20667y-127488y²-262144y³-1108
[67+1024x,83+1024y]: unknown -> [776] [0,0] 134x+1024x²-20667y-254976y²-1048576y³-554
[579+1024x,83+1024y]: unknown -> [777] [1,0] 1158x+1024x²-20667y-254976y²-1048576y³-231
endexp[388]
expanding queue[389]^194,meter=[2,2]: 646x+512x²-20667y-127488y²-262144y³-913
[323+1024x,595+1024y]: unknown -> [778] [0,1] 646x+1024x²-1062075y-1827840y²-1048576y³-205606
[835+1024x,595+1024y]: unknown -> [779] [1,1] 1670x+1024x²-1062075y-1827840y²-1048576y³-205027
endexp[389]
expanding queue[390]^195,meter=[2,2]: 390x+512x²-344763y-520704y²-262144y³-76016
[195+1024x,339+1024y]: unknown -> [780] [0,0] 390x+1024x²-344763y-1041408y²-1048576y³-38008
[707+1024x,339+1024y]: unknown -> [781] [1,0] 1414x+1024x²-344763y-1041408y²-1048576y³-37557
endexp[390]
expanding queue[391]^195,meter=[2,2]: 902x+512x²-344763y-520704y²-262144y³-75693
[451+1024x,851+1024y]: unknown -> [782] [0,1] 902x+1024x²-2172603y-2614272y²-1048576y³-601652
[963+1024x,851+1024y]: unknown -> [783] [1,1] 1926x+1024x²-2172603y-2614272y²-1048576y³-600945
endexp[391]
expanding queue[392]^196,meter=[2,2]: 70x+512x²-1083y-29184y²-262144y³-11
[35+1024x,531+1024y]: unknown -> [784] [0,1] 70x+1024x²-845883y-1631232y²-1048576y³-146211
[547+1024x,531+1024y]: unknown -> [785] [1,1] 1094x+1024x²-845883y-1631232y²-1048576y³-145920
endexp[392]
expanding queue[393]^196,meter=[2,2]: 582x+512x²-1083y-29184y²-262144y³+152
[291+1024x,19+1024y]: unknown -> [786] [0,0] 582x+1024x²-1083y-58368y²-1048576y³+76
[803+1024x,19+1024y]: unknown -> [787] [1,0] 1606x+1024x²-1083y-58368y²-1048576y³+623
endexp[393]
expanding queue[394]^197,meter=[2,2]: 326x+512x²-226875y-422400y²-262144y³-40567
[163+1024x,787+1024y]: unknown -> [788] [0,1] 326x+1024x²-1858107y-2417664y²-1048576y³-475993
[675+1024x,787+1024y]: unknown -> [789] [1,1] 1350x+1024x²-1858107y-2417664y²-1048576y³-475574
endexp[394]
expanding queue[395]^197,meter=[2,2]: 838x+512x²-226875y-422400y²-262144y³-40276
[419+1024x,275+1024y]: unknown -> [790] [0,0] 838x+1024x²-226875y-844800y²-1048576y³-20138
[931+1024x,275+1024y]: unknown -> [791] [1,0] 1862x+1024x²-226875y-844800y²-1048576y³-19463
endexp[395]
expanding queue[396]^198,meter=[2,2]: 198x+512x²-64827y-225792y²-262144y³-6185
[99+1024x,659+1024y]: unknown -> [792] [0,1] 198x+1024x²-1302843y-2024448y²-1048576y³-279474
[611+1024x,659+1024y]: unknown -> [793] [1,1] 1222x+1024x²-1302843y-2024448y²-1048576y³-279119
endexp[396]
expanding queue[397]^198,meter=[2,2]: 710x+512x²-64827y-225792y²-262144y³-5958
[355+1024x,147+1024y]: unknown -> [794] [0,0] 710x+1024x²-64827y-451584y²-1048576y³-2979
[867+1024x,147+1024y]: unknown -> [795] [1,0] 1734x+1024x²-64827y-451584y²-1048576y³-2368
endexp[397]
expanding queue[398]^199,meter=[2,2]: 454x+512x²-487227y-619008y²-262144y³-127733
[227+1024x,915+1024y]: unknown -> [796] [0,1] 454x+1024x²-2511675y-2810880y²-1048576y³-748056
[739+1024x,915+1024y]: unknown -> [797] [1,1] 1478x+1024x²-2511675y-2810880y²-1048576y³-747573
endexp[398]
expanding queue[399]^199,meter=[2,2]: 966x+512x²-487227y-619008y²-262144y³-127378
[483+1024x,403+1024y]: unknown -> [798] [0,0] 966x+1024x²-487227y-1238016y²-1048576y³-63689
[995+1024x,403+1024y]: unknown -> [799] [1,0] 1990x+1024x²-487227y-1238016y²-1048576y³-62950
endexp[399]
expanding queue[400]^200,meter=[2,2]: 38x+512x²-747003y-766464y²-262144y³-242678
[19+1024x,499+1024y]: unknown -> [800] [0,0] 38x+1024x²-747003y-1532928y²-1048576y³-121339
[531+1024x,499+1024y]: unknown -> [801] [1,0] 1062x+1024x²-747003y-1532928y²-1048576y³-121064
endexp[400]
expanding queue[401]^200,meter=[2,2]: 550x+512x²-747003y-766464y²-262144y³-242531
[275+1024x,1011+1024y]: unknown -> [802] [0,1] 550x+1024x²-3066363y-3105792y²-1048576y³-1009071
[787+1024x,1011+1024y]: unknown -> [803] [1,1] 1574x+1024x²-3066363y-3105792y²-1048576y³-1008540
endexp[401]
expanding queue[402]^201,meter=[2,2]: 294x+512x²-177147y-373248y²-262144y³-27983
[147+1024x,755+1024y]: unknown -> [804] [0,1] 294x+1024x²-1710075y-2319360y²-1048576y³-420261
[659+1024x,755+1024y]: unknown -> [805] [1,1] 1318x+1024x²-1710075y-2319360y²-1048576y³-419858
endexp[402]
expanding queue[403]^201,meter=[2,2]: 806x+512x²-177147y-373248y²-262144y³-27708
[403+1024x,243+1024y]: unknown -> [806] [0,0] 806x+1024x²-177147y-746496y²-1048576y³-13854
[915+1024x,243+1024y]: unknown -> [807] [1,0] 1830x+1024x²-177147y-746496y²-1048576y³-13195
endexp[403]
expanding queue[404]^202,meter=[2,2]: 166x+512x²-39675y-176640y²-262144y³-2957
[83+1024x,627+1024y]: unknown -> [808] [0,1] 166x+1024x²-1179387y-1926144y²-1048576y³-240708
[595+1024x,627+1024y]: unknown -> [809] [1,1] 1190x+1024x²-1179387y-1926144y²-1048576y³-240369
endexp[404]
expanding queue[405]^202,meter=[2,2]: 678x+512x²-39675y-176640y²-262144y³-2746
[339+1024x,115+1024y]: unknown -> [810] [0,0] 678x+1024x²-39675y-353280y²-1048576y³-1373
[851+1024x,115+1024y]: unknown -> [811] [1,0] 1702x+1024x²-39675y-353280y²-1048576y³-778
endexp[405]
expanding queue[406]^203,meter=[2,2]: 422x+512x²-412923y-569856y²-262144y³-99649
[211+1024x,883+1024y]: unknown -> [812] [0,1] 422x+1024x²-2339067y-2712576y²-1048576y³-672286
[723+1024x,883+1024y]: unknown -> [813] [1,1] 1446x+1024x²-2339067y-2712576y²-1048576y³-671819
endexp[406]
expanding queue[407]^203,meter=[2,2]: 934x+512x²-412923y-569856y²-262144y³-99310
[467+1024x,371+1024y]: unknown -> [814] [0,0] 934x+1024x²-412923y-1139712y²-1048576y³-49655
[979+1024x,371+1024y]: unknown -> [815] [1,0] 1958x+1024x²-412923y-1139712y²-1048576y³-48932
endexp[407]
expanding queue[408]^204,meter=[2,2]: 102x+512x²-7803y-78336y²-262144y³-254
[51+1024x,51+1024y]: unknown -> [816] [0,0] 102x+1024x²-7803y-156672y²-1048576y³-127
[563+1024x,51+1024y]: unknown -> [817] [1,0] 1126x+1024x²-7803y-156672y²-1048576y³+180
endexp[408]
expanding queue[409]^204,meter=[2,2]: 614x+512x²-7803y-78336y²-262144y³-75
[307+1024x,563+1024y]: unknown -> [818] [0,1] 614x+1024x²-950907y-1729536y²-1048576y³-174179
[819+1024x,563+1024y]: unknown -> [819] [1,1] 1638x+1024x²-950907y-1729536y²-1048576y³-173616
endexp[409]
expanding queue[410]^205,meter=[2,2]: 358x+512x²-282747y-471552y²-262144y³-56450
[179+1024x,307+1024y]: unknown -> [820] [0,0] 358x+1024x²-282747y-943104y²-1048576y³-28225
[691+1024x,307+1024y]: unknown -> [821] [1,0] 1382x+1024x²-282747y-943104y²-1048576y³-27790
endexp[410]
expanding queue[411]^205,meter=[2,2]: 870x+512x²-282747y-471552y²-262144y³-56143
[435+1024x,819+1024y]: unknown -> [822] [0,1] 870x+1024x²-2012283y-2515968y²-1048576y³-536293
[947+1024x,819+1024y]: unknown -> [823] [1,1] 1894x+1024x²-2012283y-2515968y²-1048576y³-535602
endexp[411]
expanding queue[412]^206,meter=[2,2]: 230x+512x²-96123y-274944y²-262144y³-11176
[115+1024x,179+1024y]: unknown -> [824] [0,0] 230x+1024x²-96123y-549888y²-1048576y³-5588
[627+1024x,179+1024y]: unknown -> [825] [1,0] 1254x+1024x²-96123y-549888y²-1048576y³-5217
endexp[412]
expanding queue[413]^206,meter=[2,2]: 742x+512x²-96123y-274944y²-262144y³-10933
[371+1024x,691+1024y]: unknown -> [826] [0,1] 742x+1024x²-1432443y-2122752y²-1048576y³-322072
[883+1024x,691+1024y]: unknown -> [827] [1,1] 1766x+1024x²-1432443y-2122752y²-1048576y³-321445
endexp[413]
expanding queue[414]^207,meter=[2,2]: 486x+512x²-567675y-668160y²-262144y³-160652
[243+1024x,435+1024y]: unknown -> [828] [0,0] 486x+1024x²-567675y-1336320y²-1048576y³-80326
[755+1024x,435+1024y]: unknown -> [829] [1,0] 1510x+1024x²-567675y-1336320y²-1048576y³-79827
endexp[414]
expanding queue[415]^207,meter=[2,2]: 998x+512x²-567675y-668160y²-262144y³-160281
[499+1024x,947+1024y]: unknown -> [830] [0,1] 998x+1024x²-2690427y-2909184y²-1048576y³-829130
[1011+1024x,947+1024y]: unknown -> [831] [1,1] 2022x+1024x²-2690427y-2909184y²-1048576y³-828375
endexp[415]
expanding queue[416]^208,meter=[2,2]: 22x+512x²-254043y-446976y²-262144y³-48129
[11+1024x,803+1024y]: unknown -> [832] [0,1] 22x+1024x²-1934427y-2466816y²-1048576y³-505646
[523+1024x,803+1024y]: unknown -> [833] [1,1] 1046x+1024x²-1934427y-2466816y²-1048576y³-505379
endexp[416]
expanding queue[417]^208,meter=[2,2]: 534x+512x²-254043y-446976y²-262144y³-47990
[267+1024x,291+1024y]: unknown -> [834] [0,0] 534x+1024x²-254043y-893952y²-1048576y³-23995
[779+1024x,291+1024y]: unknown -> [835] [1,0] 1558x+1024x²-254043y-893952y²-1048576y³-23472
endexp[417]
expanding queue[418]^209,meter=[2,2]: 278x+512x²-3675y-53760y²-262144y³-46
[139+1024x,35+1024y]: unknown -> [836] [0,0] 278x+1024x²-3675y-107520y²-1048576y³-23
[651+1024x,35+1024y]: unknown -> [837] [1,0] 1302x+1024x²-3675y-107520y²-1048576y³+372
endexp[418]
expanding queue[419]^209,meter=[2,2]: 790x+512x²-3675y-53760y²-262144y³+221
[395+1024x,547+1024y]: unknown -> [838] [0,1] 790x+1024x²-897627y-1680384y²-1048576y³-159679
[907+1024x,547+1024y]: unknown -> [839] [1,1] 1814x+1024x²-897627y-1680384y²-1048576y³-159028
endexp[419]
expanding queue[420]^210,meter=[2,2]: 150x+512x²-526683y-643584y²-262144y³-143661
[75+1024x,931+1024y]: unknown -> [840] [0,1] 150x+1024x²-2600283y-2860032y²-1048576y³-788036
[587+1024x,931+1024y]: unknown -> [841] [1,1] 1174x+1024x²-2600283y-2860032y²-1048576y³-787705
endexp[420]
expanding queue[421]^210,meter=[2,2]: 662x+512x²-526683y-643584y²-262144y³-143458
[331+1024x,419+1024y]: unknown -> [842] [0,0] 662x+1024x²-526683y-1287168y²-1048576y³-71729
[843+1024x,419+1024y]: unknown -> [843] [1,0] 1686x+1024x²-526683y-1287168y²-1048576y³-71142
endexp[421]
expanding queue[422]^211,meter=[2,2]: 406x+512x²-79707y-250368y²-262144y³-8378
[203+1024x,163+1024y]: unknown -> [844] [0,0] 406x+1024x²-79707y-500736y²-1048576y³-4189
[715+1024x,163+1024y]: unknown -> [845] [1,0] 1430x+1024x²-79707y-500736y²-1048576y³-3730
endexp[422]
expanding queue[423]^211,meter=[2,2]: 918x+512x²-79707y-250368y²-262144y³-8047
[459+1024x,675+1024y]: unknown -> [846] [0,1] 918x+1024x²-1366875y-2073600y²-1048576y³-300133
[971+1024x,675+1024y]: unknown -> [847] [1,1] 1942x+1024x²-1366875y-2073600y²-1048576y³-299418
endexp[423]
expanding queue[424]^212,meter=[2,2]: 86x+512x²-378075y-545280y²-262144y³-87377
[43+1024x,867+1024y]: unknown -> [848] [0,1] 86x+1024x²-2255067y-2663424y²-1048576y³-636438
[555+1024x,867+1024y]: unknown -> [849] [1,1] 1110x+1024x²-2255067y-2663424y²-1048576y³-636139
endexp[424]
expanding queue[425]^212,meter=[2,2]: 598x+512x²-378075y-545280y²-262144y³-87206
[299+1024x,355+1024y]: unknown -> [850] [0,0] 598x+1024x²-378075y-1090560y²-1048576y³-43603
[811+1024x,355+1024y]: unknown -> [851] [1,0] 1622x+1024x²-378075y-1090560y²-1048576y³-43048
endexp[425]
expanding queue[426]^213,meter=[2,2]: 342x+512x²-29403y-152064y²-262144y³-1838
[171+1024x,99+1024y]: unknown -> [852] [0,0] 342x+1024x²-29403y-304128y²-1048576y³-919
[683+1024x,99+1024y]: unknown -> [853] [1,0] 1366x+1024x²-29403y-304128y²-1048576y³-492
endexp[426]
expanding queue[427]^213,meter=[2,2]: 854x+512x²-29403y-152064y²-262144y³-1539
[427+1024x,611+1024y]: unknown -> [854] [0,1] 854x+1024x²-1119963y-1876992y²-1048576y³-222575
[939+1024x,611+1024y]: unknown -> [855] [1,1] 1878x+1024x²-1119963y-1876992y²-1048576y³-221892
endexp[427]
expanding queue[428]^214,meter=[2,2]: 214x+512x²-699867y-741888y²-262144y³-220053
[107+1024x,995+1024y]: unknown -> [856] [0,1] 214x+1024x²-2970075y-3056640y²-1048576y³-961976
[619+1024x,995+1024y]: unknown -> [857] [1,1] 1238x+1024x²-2970075y-3056640y²-1048576y³-961613
endexp[428]
expanding queue[429]^214,meter=[2,2]: 726x+512x²-699867y-741888y²-262144y³-219818
[363+1024x,483+1024y]: unknown -> [858] [0,0] 726x+1024x²-699867y-1483776y²-1048576y³-109909
[875+1024x,483+1024y]: unknown -> [859] [1,0] 1750x+1024x²-699867y-1483776y²-1048576y³-109290
endexp[429]
expanding queue[430]^215,meter=[2,2]: 470x+512x²-154587y-348672y²-262144y³-22738
[235+1024x,227+1024y]: unknown -> [860] [0,0] 470x+1024x²-154587y-697344y²-1048576y³-11369
[747+1024x,227+1024y]: unknown -> [861] [1,0] 1494x+1024x²-154587y-697344y²-1048576y³-10878
endexp[430]
expanding queue[431]^215,meter=[2,2]: 982x+512x²-154587y-348672y²-262144y³-22375
[491+1024x,739+1024y]: unknown -> [862] [0,1] 982x+1024x²-1638363y-2270208y²-1048576y³-393889
[1003+1024x,739+1024y]: unknown -> [863] [1,1] 2006x+1024x²-1638363y-2270208y²-1048576y³-393142
endexp[431]
expanding queue[432]^216,meter=[2,2]: 54x+512x²-13467y-102912y²-262144y³-586
[27+1024x,67+1024y]: unknown -> [864] [0,0] 54x+1024x²-13467y-205824y²-1048576y³-293
[539+1024x,67+1024y]: unknown -> [865] [1,0] 1078x+1024x²-13467y-205824y²-1048576y³-10
endexp[432]
expanding queue[433]^216,meter=[2,2]: 566x+512x²-13467y-102912y²-262144y³-431
[283+1024x,579+1024y]: unknown -> [866] [0,1] 566x+1024x²-1005723y-1778688y²-1048576y³-189477
[795+1024x,579+1024y]: unknown -> [867] [1,1] 1590x+1024x²-1005723y-1778688y²-1048576y³-188938
endexp[433]
expanding queue[434]^217,meter=[2,2]: 310x+512x²-312987y-496128y²-262144y³-65770
[155+1024x,323+1024y]: unknown -> [868] [0,0] 310x+1024x²-312987y-992256y²-1048576y³-32885
[667+1024x,323+1024y]: unknown -> [869] [1,0] 1334x+1024x²-312987y-992256y²-1048576y³-32474
endexp[434]
expanding queue[435]^217,meter=[2,2]: 822x+512x²-312987y-496128y²-262144y³-65487
[411+1024x,835+1024y]: unknown -> [870] [0,1] 822x+1024x²-2091675y-2565120y²-1048576y³-568373
[923+1024x,835+1024y]: unknown -> [871] [1,1] 1846x+1024x²-2091675y-2565120y²-1048576y³-567706
endexp[435]
expanding queue[436]^218,meter=[2,2]: 182x+512x²-114075y-299520y²-262144y³-14466
[91+1024x,195+1024y]: unknown -> [872] [0,0] 182x+1024x²-114075y-599040y²-1048576y³-7233
[603+1024x,195+1024y]: unknown -> [873] [1,0] 1206x+1024x²-114075y-599040y²-1048576y³-6886
endexp[436]
expanding queue[437]^218,meter=[2,2]: 694x+512x²-114075y-299520y²-262144y³-14247
[347+1024x,707+1024y]: unknown -> [874] [0,1] 694x+1024x²-1499547y-2171904y²-1048576y³-344993
[859+1024x,707+1024y]: unknown -> [875] [1,1] 1718x+1024x²-1499547y-2171904y²-1048576y³-344390
endexp[437]
expanding queue[438]^219,meter=[2,2]: 438x+512x²-610203y-692736y²-262144y³-179074
[219+1024x,451+1024y]: unknown -> [876] [0,0] 438x+1024x²-610203y-1385472y²-1048576y³-89537
[731+1024x,451+1024y]: unknown -> [877] [1,0] 1462x+1024x²-610203y-1385472y²-1048576y³-89062
endexp[438]
expanding queue[439]^219,meter=[2,2]: 950x+512x²-610203y-692736y²-262144y³-178727
[475+1024x,963+1024y]: unknown -> [878] [0,1] 950x+1024x²-2782107y-2958336y²-1048576y³-871905
[987+1024x,963+1024y]: unknown -> [879] [1,1] 1974x+1024x²-2782107y-2958336y²-1048576y³-871174
endexp[439]
expanding queue[440]^220,meter=[2,2]: 118x+512x²-51483y-201216y²-262144y³-4384
[59+1024x,131+1024y]: unknown -> [880] [0,0] 118x+1024x²-51483y-402432y²-1048576y³-2192
[571+1024x,131+1024y]: unknown -> [881] [1,0] 1142x+1024x²-51483y-402432y²-1048576y³-1877
endexp[440]
expanding queue[441]^220,meter=[2,2]: 630x+512x²-51483y-201216y²-262144y³-4197
[315+1024x,643+1024y]: unknown -> [882] [0,1] 630x+1024x²-1240347y-1975296y²-1048576y³-259520
[827+1024x,643+1024y]: unknown -> [883] [1,1] 1654x+1024x²-1240347y-1975296y²-1048576y³-258949
endexp[441]
expanding queue[442]^221,meter=[2,2]: 374x+512x²-449307y-594432y²-262144y³-113136
[187+1024x,387+1024y]: unknown -> [884] [0,0] 374x+1024x²-449307y-1188864y²-1048576y³-56568
[699+1024x,387+1024y]: unknown -> [885] [1,0] 1398x+1024x²-449307y-1188864y²-1048576y³-56125
endexp[442]
expanding queue[443]^221,meter=[2,2]: 886x+512x²-449307y-594432y²-262144y³-112821
[443+1024x,899+1024y]: unknown -> [886] [0,1] 886x+1024x²-2424603y-2761728y²-1048576y³-709352
[955+1024x,899+1024y]: unknown -> [887] [1,1] 1910x+1024x²-2424603y-2761728y²-1048576y³-708653
endexp[443]
expanding queue[444]^222,meter=[2,2]: 246x+512x²-201243y-397824y²-262144y³-33904
[123+1024x,259+1024y]: unknown -> [888] [0,0] 246x+1024x²-201243y-795648y²-1048576y³-16952
[635+1024x,259+1024y]: unknown -> [889] [1,0] 1270x+1024x²-201243y-795648y²-1048576y³-16573
endexp[444]
expanding queue[445]^222,meter=[2,2]: 758x+512x²-201243y-397824y²-262144y³-33653
[379+1024x,771+1024y]: unknown -> [890] [0,1] 758x+1024x²-1783323y-2368512y²-1048576y³-447432
[891+1024x,771+1024y]: unknown -> [891] [1,1] 1782x+1024x²-1783323y-2368512y²-1048576y³-446797
endexp[445]
expanding queue[446]^223,meter=[2,2]: 502x+512x²-27y-4608y²-262144y³+123
[251+1024x,515+1024y]: unknown -> [892] [0,1] 502x+1024x²-795675y-1582080y²-1048576y³-133328
[763+1024x,515+1024y]: unknown -> [893] [1,1] 1526x+1024x²-795675y-1582080y²-1048576y³-132821
endexp[446]
expanding queue[447]^223,meter=[2,2]: 1014x+512x²-27y-4608y²-262144y³+502
[507+1024x,3+1024y]: unknown -> [894] [0,0] 1014x+1024x²-27y-9216y²-1048576y³+251
[1019+1024x,3+1024y]: unknown -> [895] [1,0] 2038x+1024x²-27y-9216y²-1048576y³+1014
endexp[447]
expanding queue[448]^224,meter=[2,2]: 14x+512x²-213867y-410112y²-262144y³-37176
[7+1024x,267+1024y]: unknown -> [896] [0,0] 14x+1024x²-213867y-820224y²-1048576y³-18588
[519+1024x,267+1024y]: unknown -> [897] [1,0] 1038x+1024x²-213867y-820224y²-1048576y³-18325
endexp[448]
expanding queue[449]^224,meter=[2,2]: 526x+512x²-213867y-410112y²-262144y³-37041
[263+1024x,779+1024y]: unknown -> [898] [0,1] 526x+1024x²-1820523y-2393088y²-1048576y³-461582
[775+1024x,779+1024y]: unknown -> [899] [1,1] 1550x+1024x²-1820523y-2393088y²-1048576y³-461063
endexp[449]
expanding queue[450]^225,meter=[2,2]: 270x+512x²-363y-16896y²-262144y³+33
[135+1024x,523+1024y]: unknown -> [900] [0,1] 270x+1024x²-820587y-1606656y²-1048576y³-139685
[647+1024x,523+1024y]: unknown -> [901] [1,1] 1294x+1024x²-820587y-1606656y²-1048576y³-139294
endexp[450]
expanding queue[451]^225,meter=[2,2]: 782x+512x²-363y-16896y²-262144y³+296
[391+1024x,11+1024y]: unknown -> [902] [0,0] 782x+1024x²-363y-33792y²-1048576y³+148
[903+1024x,11+1024y]: unknown -> [903] [1,0] 1806x+1024x²-363y-33792y²-1048576y³+795
endexp[451]
expanding queue[452]^226,meter=[2,2]: 142x+512x²-468075y-606720y²-262144y³-120361
[71+1024x,907+1024y]: unknown -> [904] [0,1] 142x+1024x²-2467947y-2786304y²-1048576y³-728650
[583+1024x,907+1024y]: unknown -> [905] [1,1] 1166x+1024x²-2467947y-2786304y²-1048576y³-728323
endexp[452]
expanding queue[453]^226,meter=[2,2]: 654x+512x²-468075y-606720y²-262144y³-120162
[327+1024x,395+1024y]: unknown -> [906] [0,0] 654x+1024x²-468075y-1213440y²-1048576y³-60081
[839+1024x,395+1024y]: unknown -> [907] [1,0] 1678x+1024x²-468075y-1213440y²-1048576y³-59498
endexp[453]
expanding queue[454]^227,meter=[2,2]: 398x+512x²-57963y-213504y²-262144y³-5168
[199+1024x,139+1024y]: unknown -> [908] [0,0] 398x+1024x²-57963y-427008y²-1048576y³-2584
[711+1024x,139+1024y]: unknown -> [909] [1,0] 1422x+1024x²-57963y-427008y²-1048576y³-2129
endexp[454]
expanding queue[455]^227,meter=[2,2]: 910x+512x²-57963y-213504y²-262144y³-4841
[455+1024x,651+1024y]: unknown -> [910] [0,1] 910x+1024x²-1271403y-1999872y²-1048576y³-269226
[967+1024x,651+1024y]: unknown -> [911] [1,1] 1934x+1024x²-1271403y-1999872y²-1048576y³-268515
endexp[455]
expanding queue[456]^228,meter=[2,2]: 78x+512x²-16875y-115200y²-262144y³-821
[39+1024x,587+1024y]: unknown -> [912] [0,1] 78x+1024x²-1033707y-1803264y²-1048576y³-197520
[551+1024x,587+1024y]: unknown -> [913] [1,1] 1102x+1024x²-1033707y-1803264y²-1048576y³-197225
endexp[456]
expanding queue[457]^228,meter=[2,2]: 590x+512x²-16875y-115200y²-262144y³-654
[295+1024x,75+1024y]: unknown -> [914] [0,0] 590x+1024x²-16875y-230400y²-1048576y³-327
[807+1024x,75+1024y]: unknown -> [915] [1,0] 1614x+1024x²-16875y-230400y²-1048576y³+224
endexp[457]
expanding queue[458]^229,meter=[2,2]: 334x+512x²-328683y-508416y²-262144y³-70775
[167+1024x,843+1024y]: unknown -> [916] [0,1] 334x+1024x²-2131947y-2589696y²-1048576y³-585009
[679+1024x,843+1024y]: unknown -> [917] [1,1] 1358x+1024x²-2131947y-2589696y²-1048576y³-584586
endexp[458]
expanding queue[459]^229,meter=[2,2]: 846x+512x²-328683y-508416y²-262144y³-70480
[423+1024x,331+1024y]: unknown -> [918] [0,0] 846x+1024x²-328683y-1016832y²-1048576y³-35240
[935+1024x,331+1024y]: unknown -> [919] [1,0] 1870x+1024x²-328683y-1016832y²-1048576y³-34561
endexp[459]
expanding queue[460]^230,meter=[2,2]: 206x+512x²-123627y-311808y²-262144y³-16318
[103+1024x,203+1024y]: unknown -> [920] [0,0] 206x+1024x²-123627y-623616y²-1048576y³-8159
[615+1024x,203+1024y]: unknown -> [921] [1,0] 1230x+1024x²-123627y-623616y²-1048576y³-7800
endexp[460]
expanding queue[461]^230,meter=[2,2]: 718x+512x²-123627y-311808y²-262144y³-16087
[359+1024x,715+1024y]: unknown -> [922] [0,1] 718x+1024x²-1533675y-2196480y²-1048576y³-356833
[871+1024x,715+1024y]: unknown -> [923] [1,1] 1742x+1024x²-1533675y-2196480y²-1048576y³-356218
endexp[461]
expanding queue[462]^231,meter=[2,2]: 462x+512x²-632043y-705024y²-262144y³-188768
[231+1024x,459+1024y]: unknown -> [924] [0,0] 462x+1024x²-632043y-1410048y²-1048576y³-94384
[743+1024x,459+1024y]: unknown -> [925] [1,0] 1486x+1024x²-632043y-1410048y²-1048576y³-93897
endexp[462]
expanding queue[463]^231,meter=[2,2]: 974x+512x²-632043y-705024y²-262144y³-188409
[487+1024x,971+1024y]: unknown -> [926] [0,1] 974x+1024x²-2828523y-2982912y²-1048576y³-893810
[999+1024x,971+1024y]: unknown -> [927] [1,1] 1998x+1024x²-2828523y-2982912y²-1048576y³-893067
endexp[463]
expanding queue[464]^232,meter=[2,2]: 46x+512x²-87723y-262656y²-262144y³-9765
[23+1024x,683+1024y]: unknown -> [928] [0,1] 46x+1024x²-1399467y-2098176y²-1048576y³-311144
[535+1024x,683+1024y]: unknown -> [929] [1,1] 1070x+1024x²-1399467y-2098176y²-1048576y³-310865
endexp[464]
expanding queue[465]^232,meter=[2,2]: 558x+512x²-87723y-262656y²-262144y³-9614
[279+1024x,171+1024y]: unknown -> [930] [0,0] 558x+1024x²-87723y-525312y²-1048576y³-4807
[791+1024x,171+1024y]: unknown -> [931] [1,0] 1582x+1024x²-87723y-525312y²-1048576y³-4272
endexp[465]
expanding queue[466]^233,meter=[2,2]: 302x+512x²-546987y-655872y²-262144y³-152015
[151+1024x,939+1024y]: unknown -> [932] [0,1] 302x+1024x²-2645163y-2884608y²-1048576y³-808509
[663+1024x,939+1024y]: unknown -> [933] [1,1] 1326x+1024x²-2645163y-2884608y²-1048576y³-808102
endexp[466]
expanding queue[467]^233,meter=[2,2]: 814x+512x²-546987y-655872y²-262144y³-151736
[407+1024x,427+1024y]: unknown -> [934] [0,0] 814x+1024x²-546987y-1311744y²-1048576y³-75868
[919+1024x,427+1024y]: unknown -> [935] [1,0] 1838x+1024x²-546987y-1311744y²-1048576y³-75205
endexp[467]
expanding queue[468]^234,meter=[2,2]: 174x+512x²-268203y-459264y²-262144y³-52194
[87+1024x,299+1024y]: unknown -> [936] [0,0] 174x+1024x²-268203y-918528y²-1048576y³-26097
[599+1024x,299+1024y]: unknown -> [937] [1,0] 1198x+1024x²-268203y-918528y²-1048576y³-25754
endexp[468]
expanding queue[469]^234,meter=[2,2]: 686x+512x²-268203y-459264y²-262144y³-51979
[343+1024x,811+1024y]: unknown -> [938] [0,1] 686x+1024x²-1973163y-2491392y²-1048576y³-520795
[855+1024x,811+1024y]: unknown -> [939] [1,1] 1710x+1024x²-1973163y-2491392y²-1048576y³-520196
endexp[469]
expanding queue[470]^235,meter=[2,2]: 430x+512x²-5547y-66048y²-262144y³-65
[215+1024x,555+1024y]: unknown -> [940] [0,1] 430x+1024x²-924075y-1704960y²-1048576y³-166902
[727+1024x,555+1024y]: unknown -> [941] [1,1] 1454x+1024x²-924075y-1704960y²-1048576y³-166431
endexp[470]
expanding queue[471]^235,meter=[2,2]: 942x+512x²-5547y-66048y²-262144y³+278
[471+1024x,43+1024y]: unknown -> [942] [0,0] 942x+1024x²-5547y-132096y²-1048576y³+139
[983+1024x,43+1024y]: unknown -> [943] [1,0] 1966x+1024x²-5547y-132096y²-1048576y³+866
endexp[471]
expanding queue[472]^236,meter=[2,2]: 110x+512x²-723243y-754176y²-262144y³-231187
[55+1024x,1003+1024y]: unknown -> [944] [0,1] 110x+1024x²-3018027y-3081216y²-1048576y³-985375
[567+1024x,1003+1024y]: unknown -> [945] [1,1] 1134x+1024x²-3018027y-3081216y²-1048576y³-985064
endexp[472]
expanding queue[473]^236,meter=[2,2]: 622x+512x²-723243y-754176y²-262144y³-231004
[311+1024x,491+1024y]: unknown -> [946] [0,0] 622x+1024x²-723243y-1508352y²-1048576y³-115502
[823+1024x,491+1024y]: unknown -> [947] [1,0] 1646x+1024x²-723243y-1508352y²-1048576y³-114935
endexp[473]
expanding queue[474]^237,meter=[2,2]: 366x+512x²-165675y-360960y²-262144y³-25282
[183+1024x,235+1024y]: unknown -> [948] [0,0] 366x+1024x²-165675y-721920y²-1048576y³-12641
[695+1024x,235+1024y]: unknown -> [949] [1,0] 1390x+1024x²-165675y-721920y²-1048576y³-12202
endexp[474]
expanding queue[475]^237,meter=[2,2]: 878x+512x²-165675y-360960y²-262144y³-24971
[439+1024x,747+1024y]: unknown -> [950] [0,1] 878x+1024x²-1674027y-2294784y²-1048576y³-406875
[951+1024x,747+1024y]: unknown -> [951] [1,1] 1902x+1024x²-1674027y-2294784y²-1048576y³-406180
endexp[475]
expanding queue[476]^238,meter=[2,2]: 238x+512x²-34347y-164352y²-262144y³-2365
[119+1024x,619+1024y]: unknown -> [952] [0,1] 238x+1024x²-1149483y-1901568y²-1048576y³-231604
[631+1024x,619+1024y]: unknown -> [953] [1,1] 1262x+1024x²-1149483y-1901568y²-1048576y³-231229
endexp[476]
expanding queue[477]^238,meter=[2,2]: 750x+512x²-34347y-164352y²-262144y³-2118
[375+1024x,107+1024y]: unknown -> [954] [0,0] 750x+1024x²-34347y-328704y²-1048576y³-1059
[887+1024x,107+1024y]: unknown -> [955] [1,0] 1774x+1024x²-34347y-328704y²-1048576y³-428
endexp[477]
expanding queue[478]^239,meter=[2,2]: 494x+512x²-395307y-557568y²-262144y³-93303
[247+1024x,875+1024y]: unknown -> [956] [0,1] 494x+1024x²-2296875y-2688000y²-1048576y³-654161
[759+1024x,875+1024y]: unknown -> [957] [1,1] 1518x+1024x²-2296875y-2688000y²-1048576y³-653658
endexp[478]
expanding queue[479]^239,meter=[2,2]: 1006x+512x²-395307y-557568y²-262144y³-92928
[503+1024x,363+1024y]: unknown -> [958] [0,0] 1006x+1024x²-395307y-1115136y²-1048576y³-46464
[1015+1024x,363+1024y]: unknown -> [959] [1,0] 2030x+1024x²-395307y-1115136y²-1048576y³-45705
endexp[479]
expanding queue[480]^240,meter=[2,2]: 30x+512x²-2187y-41472y²-262144y³-38
[15+1024x,27+1024y]: unknown -> [960] [0,0] 30x+1024x²-2187y-82944y²-1048576y³-19
[527+1024x,27+1024y]: unknown -> [961] [1,0] 1054x+1024x²-2187y-82944y²-1048576y³+252
endexp[480]
expanding queue[481]^240,meter=[2,2]: 542x+512x²-2187y-41472y²-262144y³+105
[271+1024x,539+1024y]: unknown -> [962] [0,1] 542x+1024x²-871563y-1655808y²-1048576y³-152849
[783+1024x,539+1024y]: unknown -> [963] [1,1] 1566x+1024x²-871563y-1655808y²-1048576y³-152322
endexp[481]
expanding queue[482]^241,meter=[2,2]: 286x+512x²-240267y-434688y²-262144y³-44228
[143+1024x,283+1024y]: unknown -> [964] [0,0] 286x+1024x²-240267y-869376y²-1048576y³-22114
[655+1024x,283+1024y]: unknown -> [965] [1,0] 1310x+1024x²-240267y-869376y²-1048576y³-21715
endexp[482]
expanding queue[483]^241,meter=[2,2]: 798x+512x²-240267y-434688y²-262144y³-43957
[399+1024x,795+1024y]: unknown -> [966] [0,1] 798x+1024x²-1896075y-2442240y²-1048576y³-490528
[911+1024x,795+1024y]: unknown -> [967] [1,1] 1822x+1024x²-1896075y-2442240y²-1048576y³-489873
endexp[483]
expanding queue[484]^242,meter=[2,2]: 158x+512x²-72075y-238080y²-262144y³-7261
[79+1024x,667+1024y]: unknown -> [968] [0,1] 158x+1024x²-1334667y-2049024y²-1048576y³-289780
[591+1024x,667+1024y]: unknown -> [969] [1,1] 1182x+1024x²-1334667y-2049024y²-1048576y³-289445
endexp[484]
expanding queue[485]^242,meter=[2,2]: 670x+512x²-72075y-238080y²-262144y³-7054
[335+1024x,155+1024y]: unknown -> [970] [0,0] 670x+1024x²-72075y-476160y²-1048576y³-3527
[847+1024x,155+1024y]: unknown -> [971] [1,0] 1694x+1024x²-72075y-476160y²-1048576y³-2936
endexp[485]
expanding queue[486]^243,meter=[2,2]: 414x+512x²-506763y-631296y²-262144y³-135515
[207+1024x,923+1024y]: unknown -> [972] [0,1] 414x+1024x²-2555787y-2835456y²-1048576y³-767859
[719+1024x,923+1024y]: unknown -> [973] [1,1] 1438x+1024x²-2555787y-2835456y²-1048576y³-767396
endexp[486]
expanding queue[487]^243,meter=[2,2]: 926x+512x²-506763y-631296y²-262144y³-135180
[463+1024x,411+1024y]: unknown -> [974] [0,0] 926x+1024x²-506763y-1262592y²-1048576y³-67590
[975+1024x,411+1024y]: unknown -> [975] [1,0] 1950x+1024x²-506763y-1262592y²-1048576y³-66871
endexp[487]
expanding queue[488]^244,meter=[2,2]: 94x+512x²-361227y-532992y²-262144y³-81601
[47+1024x,859+1024y]: unknown -> [976] [0,1] 94x+1024x²-2213643y-2638848y²-1048576y³-618982
[559+1024x,859+1024y]: unknown -> [977] [1,1] 1118x+1024x²-2213643y-2638848y²-1048576y³-618679
endexp[488]
expanding queue[489]^244,meter=[2,2]: 606x+512x²-361227y-532992y²-262144y³-81426
[303+1024x,347+1024y]: unknown -> [978] [0,0] 606x+1024x²-361227y-1065984y²-1048576y³-40713
[815+1024x,347+1024y]: unknown -> [979] [1,0] 1630x+1024x²-361227y-1065984y²-1048576y³-40154
endexp[489]
expanding queue[490]^245,meter=[2,2]: 350x+512x²-24843y-139776y²-262144y³-1412
[175+1024x,91+1024y]: unknown -> [980] [0,0] 350x+1024x²-24843y-279552y²-1048576y³-706
[687+1024x,91+1024y]: unknown -> [981] [1,0] 1374x+1024x²-24843y-279552y²-1048576y³-275
endexp[490]
expanding queue[491]^245,meter=[2,2]: 862x+512x²-24843y-139776y²-262144y³-1109
[431+1024x,603+1024y]: unknown -> [982] [0,1] 862x+1024x²-1090827y-1852416y²-1048576y³-213936
[943+1024x,603+1024y]: unknown -> [983] [1,1] 1886x+1024x²-1090827y-1852416y²-1048576y³-213249
endexp[491]
expanding queue[492]^246,meter=[2,2]: 222x+512x²-676875y-729600y²-262144y³-209296
[111+1024x,475+1024y]: unknown -> [984] [0,0] 222x+1024x²-676875y-1459200y²-1048576y³-104648
[623+1024x,475+1024y]: unknown -> [985] [1,0] 1246x+1024x²-676875y-1459200y²-1048576y³-104281
endexp[492]
expanding queue[493]^246,meter=[2,2]: 734x+512x²-676875y-729600y²-262144y³-209057
[367+1024x,987+1024y]: unknown -> [986] [0,1] 734x+1024x²-2922507y-3032064y²-1048576y³-938838
[879+1024x,987+1024y]: unknown -> [987] [1,1] 1758x+1024x²-2922507y-3032064y²-1048576y³-938215
endexp[493]
expanding queue[494]^247,meter=[2,2]: 478x+512x²-143883y-336384y²-262144y³-20403
[239+1024x,731+1024y]: unknown -> [988] [0,1] 478x+1024x²-1603083y-2245632y²-1048576y³-381407
[751+1024x,731+1024y]: unknown -> [989] [1,1] 1502x+1024x²-1603083y-2245632y²-1048576y³-380912
endexp[494]
expanding queue[495]^247,meter=[2,2]: 990x+512x²-143883y-336384y²-262144y³-20036
[495+1024x,219+1024y]: unknown -> [990] [0,0] 990x+1024x²-143883y-672768y²-1048576y³-10018
[1007+1024x,219+1024y]: unknown -> [991] [1,0] 2014x+1024x²-143883y-672768y²-1048576y³-9267
endexp[495]
expanding queue[496]^248,meter=[2,2]: 62x+512x²-104907y-287232y²-262144y³-12770
[31+1024x,187+1024y]: unknown -> [992] [0,0] 62x+1024x²-104907y-574464y²-1048576y³-6385
[543+1024x,187+1024y]: unknown -> [993] [1,0] 1086x+1024x²-104907y-574464y²-1048576y³-6098
endexp[496]
expanding queue[497]^248,meter=[2,2]: 574x+512x²-104907y-287232y²-262144y³-12611
[287+1024x,699+1024y]: unknown -> [994] [0,1] 574x+1024x²-1465803y-2147328y²-1048576y³-333447
[799+1024x,699+1024y]: unknown -> [995] [1,1] 1598x+1024x²-1465803y-2147328y²-1048576y³-332904
endexp[497]
expanding queue[498]^249,meter=[2,2]: 318x+512x²-588747y-680448y²-262144y³-169752
[159+1024x,443+1024y]: unknown -> [996] [0,0] 318x+1024x²-588747y-1360896y²-1048576y³-84876
[671+1024x,443+1024y]: unknown -> [997] [1,0] 1342x+1024x²-588747y-1360896y²-1048576y³-84461
endexp[498]
expanding queue[499]^249,meter=[2,2]: 830x+512x²-588747y-680448y²-262144y³-169465
[415+1024x,955+1024y]: unknown -> [998] [0,1] 830x+1024x²-2736075y-2933760y²-1048576y³-850402
[927+1024x,955+1024y]: unknown -> [999] [1,1] 1854x+1024x²-2736075y-2933760y²-1048576y³-849731
endexp[499]
expanding queue[500]^250,meter=[2,2]: 190x+512x²-297675y-483840y²-262144y³-61029
[95+1024x,827+1024y]: unknown -> [1000] [0,1] 190x+1024x²-2051787y-2540544y²-1048576y³-552344
[607+1024x,827+1024y]: unknown -> [1001] [1,1] 1214x+1024x²-2051787y-2540544y²-1048576y³-551993
endexp[500]
expanding queue[501]^250,meter=[2,2]: 702x+512x²-297675y-483840y²-262144y³-60806
[351+1024x,315+1024y]: unknown -> [1002] [0,0] 702x+1024x²-297675y-967680y²-1048576y³-30403
[863+1024x,315+1024y]: unknown -> [1003] [1,0] 1726x+1024x²-297675y-967680y²-1048576y³-29796
endexp[501]
expanding queue[502]^251,meter=[2,2]: 446x+512x²-10443y-90624y²-262144y³-304
[223+1024x,59+1024y]: unknown -> [1004] [0,0] 446x+1024x²-10443y-181248y²-1048576y³-152
[735+1024x,59+1024y]: unknown -> [1005] [1,0] 1470x+1024x²-10443y-181248y²-1048576y³+327
endexp[502]
expanding queue[503]^251,meter=[2,2]: 958x+512x²-10443y-90624y²-262144y³+47
[479+1024x,571+1024y]: unknown -> [1006] [0,1] 958x+1024x²-978123y-1754112y²-1048576y³-181582
[991+1024x,571+1024y]: unknown -> [1007] [1,1] 1982x+1024x²-978123y-1754112y²-1048576y³-180847
endexp[503]
expanding queue[504]^252,meter=[2,2]: 126x+512x²-771147y-778752y²-262144y³-254531
[63+1024x,1019+1024y]: unknown -> [1008] [0,1] 126x+1024x²-3115083y-3130368y²-1048576y³-1033287
[575+1024x,1019+1024y]: unknown -> [1009] [1,1] 1150x+1024x²-3115083y-3130368y²-1048576y³-1032968
endexp[504]
expanding queue[505]^252,meter=[2,2]: 638x+512x²-771147y-778752y²-262144y³-254340
[319+1024x,507+1024y]: unknown -> [1010] [0,0] 638x+1024x²-771147y-1557504y²-1048576y³-127170
[831+1024x,507+1024y]: unknown -> [1011] [1,0] 1662x+1024x²-771147y-1557504y²-1048576y³-126595
endexp[505]
expanding queue[506]^253,meter=[2,2]: 382x+512x²-189003y-385536y²-262144y³-30814
[191+1024x,251+1024y]: unknown -> [1012] [0,0] 382x+1024x²-189003y-771072y²-1048576y³-15407
[703+1024x,251+1024y]: unknown -> [1013] [1,0] 1406x+1024x²-189003y-771072y²-1048576y³-14960
endexp[506]
expanding queue[507]^253,meter=[2,2]: 894x+512x²-189003y-385536y²-262144y³-30495
[447+1024x,763+1024y]: unknown -> [1014] [0,1] 894x+1024x²-1746507y-2343936y²-1048576y³-433589
[959+1024x,763+1024y]: unknown -> [1015] [1,1] 1918x+1024x²-1746507y-2343936y²-1048576y³-432886
endexp[507]
expanding queue[508]^254,meter=[2,2]: 254x+512x²-45387y-188928y²-262144y³-3603
[127+1024x,635+1024y]: unknown -> [1016] [0,1] 254x+1024x²-1209675y-1950720y²-1048576y³-250031
[639+1024x,635+1024y]: unknown -> [1017] [1,1] 1278x+1024x²-1209675y-1950720y²-1048576y³-249648
endexp[508]
expanding queue[509]^254,meter=[2,2]: 766x+512x²-45387y-188928y²-262144y³-3348
[383+1024x,123+1024y]: unknown -> [1018] [0,0] 766x+1024x²-45387y-377856y²-1048576y³-1674
[895+1024x,123+1024y]: unknown -> [1019] [1,0] 1790x+1024x²-45387y-377856y²-1048576y³-1035
endexp[509]
expanding queue[510]^255,meter=[2,2]: 510x+512x²-430923y-582144y²-262144y³-106201
[255+1024x,891+1024y]: unknown -> [1020] [0,1] 510x+1024x²-2381643y-2737152y²-1048576y³-690706
[767+1024x,891+1024y]: unknown -> [1021] [1,1] 1534x+1024x²-2381643y-2737152y²-1048576y³-690195
endexp[510]
expanding queue[511]^255,meter=[2,2]: 1022x+512x²-430923y-582144y²-262144y³-105818
[511+1024x,379+1024y]: unknown -> [1022] [0,0] 1022x+1024x²-430923y-1164288y²-1048576y³-52909
[1023+1024x,379+1024y]: unknown -> [1023] [1,0] 2046x+1024x²-430923y-1164288y²-1048576y³-52142
endexp[511]
---------------- level 10
Maximum level 10 [1024] mod 2: x²-y³+2
|
b0d3a04350ab9e123437b5e01c6b55b63003e92e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1739/CH6/EX6.9/Exa6_9.sce | dc1190a85cf83bc74699ae16fbc5f5df329ec618 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 294 | sce | Exa6_9.sce | //Exa 6.9
clc;
clear;
close;
//given data :
format('v',5);
Po=200;//in uwatts
tau=10;//in ns
F=50;//in MHz
disp("We have : P(w)/P(o)=Po/((1+2*%pi*F*tau)^2)^(1/2)");
Pw=(Po*10^-6)/(1+(2*%pi*F*10^6*tau*10^-9)^2)^(1/2);//in Watts
disp(Pw*10^6,"Optical output power in micro watts : ") ; |
aa3278c5fb21b247b410d039d94888fcaf18fdd1 | e9d5f5cf984c905c31f197577d633705e835780a | /GED/nonlinear/scilab/nonlin_sw89/nonlin_sw89.sce | c05a14cf0e73955aae19969d99ed24069976e72b | [] | no_license | faiz-hub/dr-ged-benchmarks | 1ad57a69ed90fe7595c006efdc262d703e22d6c0 | 98b250db9e9f09d42b3413551ce7a346dd99400c | refs/heads/master | 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 5,408 | sce | nonlin_sw89.sce | // Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Swartz, C. L. E, 1898
//“Data reconciliation for generalized flowsheet applications.”
//197th National Meeting of the American Chemical Society, Dallas, TX.
// Data extracted from example 5.4 from:
// Romagnoli, José, and Mabel C. Sánchez. 1999. Process Systems Engineering - Volume 2 -
// Data Processing and Reconciliation for Chemical Process Operations. Edited by Elsevier.
// Modified flows and temperatures to obtain exact mass and energy balance
// 30 Variables
// 15 Flow rates
// 15 Temperatures
clear xm var jac nc nv nnzjac nnz_hess sparse_dg sparse_dh lower upper var_lin_type constr_lin_type constr_lhs constr_rhs flow_full flow temp_full temp coef
getd('.');
getd('../functions');
// exact flow measurements or estimates
// A1 A2 A3 A4 A5 A6 A7 A8 B1 B2 B3 C1 C2 D1 D2
flow_full =[ 954.4 954.4 401.7 401.7 401.7 552.7 552.7 954.4 253.2 253.2 253.2 308.1 308.1 680.1 680.1 ];
// information of measured, unmeasured (-1) or fixed variables
flow = [ 1000 -1 401.7 -1 -1 552.7 -1 -1 253.2 -1 -1 308.1 -1 -1 680.1];
// exact tempeature measurements or estimates
// A1 A2 A3 A4 A5 A6 A7 A8 B1 B2 B3 C1 C2 D1 D2
temp_full =[ 473.8 491.78 491.78 530.09 616.31 491.78 619 617.87 627.71 570.00 504.84 699.99 600.74 662.82 558.34];
// information of measured, unmeasured (-1) or fixed variables
// A1 A2 A3 A4 A5 A6 A7 A8 B1 B2 B3 C1 C2 D1 D2
temp = [ 466.33 -1 481.78 530.09 616.31 -1 619 614.92 618.11 -1 -1 694.99 -1 667.84 558.34];
// Enthalpy calculations:
// Stream in rows and coeficients (nu1 nu2 and nu3) in rows:
// A1 A2 A3 A4 A5 A6 A7 A8 B1 B2 B3 C1 C2 D1 D2
coef=[-6.8909 -6.8909 -6.8909 -6.8909 -6.8909 -6.8909 -6.8909 -6.8909 -14.8538 -14.8538 -14.8538 -28.2807 -28.2807 -11.4172 -11.4172;
0.0991 0.0991 0.0991 0.0991 0.0991 0.0991 0.0991 0.0991 0.1333 0.1333 0.1333 0.1385 0.1385 0.1229 0.1229;
1.1081e-4 1.1081e-4 1.1081e-4 1.1081e-4 1.1081e-4 1.1081e-4 1.1081e-4 1.1081e-4 7.539e-5 7.539e-5 7.539e-5 9.043e-5 9.043e-5 7.94e-5 7.94e-5];
nflow = length(flow_full);
ntemp = length(temp_full);
//the enthalpies:
temp_exp = [ones(1,ntemp)
temp_full
temp_full.^2];
enthalpy = sum(temp_exp.*coef, 'r');
xmfull =[flow_full(:); temp_full(:)];
xm = xmfull;
// the variance
var = ones(1,nflow + ntemp);
var(:,1:nflow) = (flow_full*0.02).^2;
var(:,nflow + 1: nflow + ntemp) = (0.75).^2;
var = var';
//The variable classification
[At, umeas, fixed] = jac_flowsheet_residuals(flow_full,temp_full, flow, temp, coef);
[red, just_measured, observ, non_obs, spec_cand] = qrlinclass(At,umeas)
// reconcile with all measured to reconcile with only redundant variables, uncomment the "red" assignments
measured = setdiff([1:30], umeas);
// to reconcile with all variables, uncomment bellow
//measured = [1:30];
red = measured;
// to run robust reconciliation,, one must choose between the folowing objective functions to set up the functions path and function parameters:
//WLS = 0
// Absolute sum of squares = 1
//Cauchy = 2
//Contamined Normal = 3
//Fair = 4
//Hampel = 5
//Logistic = 6
//Lorenztian = 7
//Quasi Weighted = 0
// run the configuration functions with the desired objective function type
obj_function_type = 0;
exec ../functions/setup_DR.sce;
// return the problem structure (jacobian, hessian, number of non-zeros, variable type, etc)
[nc, nv, nnzjac, nnz_hess, sparse_dg, sparse_dh, lower, upper, var_lin_type, constr_lin_type, constr_lhs, constr_rhs] = struct_energy_bal(flow_full, temp_full, coef);
params = init_param();
// We use the given Hessian
//params = add_param(params,"hessian_constant","yes");
params = add_param(params,"hessian_approximation","exact");
// uncheck bellow to test derivatives
//params = add_param(params,"derivative_test","second-order");
params = add_param(params,"derivative_test","first-order");
params = add_param(params,"tol",1e-6);
params = add_param(params,"acceptable_tol",1e-6);
//params = add_param(params,"mu_strategy","monotone");
params = add_param(params,"mu_strategy","adaptive");
params = add_param(params,"journal_level",5);
disp('begore start ipopt')
tic
// if the user want to use random initial guess, uncomment 2 lines bellow and comment the 3rd line
//xrand = rand(30,1);
//[x_sol, f_sol, extra] = ipopt(xrand, objfun, gradf, confun, dg1, sparse_dg, dh, sparse_dh, var_lin_type, constr_lin_type, constr_rhs, constr_lhs, lower, upper, params);
[x_sol, f_sol, extra] = ipopt(xmfull, objfun, gradf, confun, dg1, sparse_dg, dh, sparse_dh, var_lin_type, constr_lin_type, constr_rhs, constr_lhs, lower, upper, params);
toc
mprintf("\n\nSolution: , x\n");
for i = 1 : nv
mprintf("x[%d] = %e\n", i, x_sol(i));
end
mprintf("\n\nObjective value at optimal point\n");
mprintf("f(x*) = %e\n", f_sol);
|
ddc9f3ce8725c1b2cb08265acfe60a18d1fe915d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3640/CH4/EX4.5/Ex4_5.sce | 6422906bd385bbd0801f475da826b60dc4a99bce | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 486 | sce | Ex4_5.sce | clc
ns=1800 //synchronous speed in rev/min
n=1745 //initial speed in rev/min
hp=10 //hp rating of the motor horsepower(1 hp=746 Watts)
s=(ns-n)/ns
mprintf("s=%f\n",s)//ans may vary due to roundoff error
s=s/2 //slip at half torque
n1=ns*(1-s)//ans may vary due to roundoff error
mprintf("n=ns(1-s)=%frev/min\n",n1)
//output at half torque
mprintf("New horsepower output=%fhp\n",(0.5*hp*n1)/n)//ans may vary due to roundoff error,0.5 factor comes due to half torque
|
58a70c52eb1beed64f79080005198a1c097a2ffb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2243/CH7/EX7.3/Ex7_3.sce | ffdd815166ede19606485d2f914c13d2c9535f2d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 235 | sce | Ex7_3.sce | clc();
clear;
//Given :
RH= 109677.58; //Rydberg constant for Hydrogen in cm^-1
RHe = 109722.269; //Rydberg constant for Helium in cm^-1
//Ratio = M/m
Ratio = ((4*RH)- (RHe))/(4*(RHe-RH));
printf("M/m value is : %.1f ",Ratio);
|
940df3cd5892e7220524b44040d0488a7f853dd4 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1026/CH6/EX6.15/Example6_15.sce | 94b279aef14f8036326e6edda3b1f85955e76911 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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 | Example6_15.sce | //chapter6,Example6_15,pg 148
V1=1.4
I1=60*10^-3
V2=1.5
I2=85*10^-3
Rs1=V1/I1
Rs2=V2/I2
dV=V2-V1
dI=I2-I1
Rd=dV/dI
printf("static resistance\n")
printf("Rs1=%.2f ohm\n",Rs1)
printf("Rs2=%.2f ohm\n",Rs2)
printf("dynamic resistance\n")
printf("Rd=%.2f ohm",Rd)
|
b2c4390d599e23cde3ec63c39fc202808a37131a | 449d555969bfd7befe906877abab098c6e63a0e8 | /3544/CH2/EX2.65/Ex2_65.sce | 3d43b253736f2a2cd63b6088d90b411e89b515ae | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 257 | sce | Ex2_65.sce |
//Understanding key range
n = [2; 3]
states = []
for i=1:length(n)
printf("Bits: %d\n",n(i,1))
printf("No of states: %d",2^n(i,1));
disp("The states are:")
for j=0:2^n(i,1)-1
disp(dec2bin(j))
end
disp("")
end
|
9d608b292db20e51c803e9ffdb3df09045f7995c | e41b69b268c20a65548c08829feabfdd3a404a12 | /3DCosmos/Data/SlideShows/Calais2.sci | e7edb403b31fe5d8212bc7bf3cc9519008386f3b | [
"LicenseRef-scancode-khronos",
"MIT"
] | permissive | pvaut/Z-Flux | 870e254bf340047ed2a52d888bc6f5e09357a8a0 | 096d53d45237fb22f58304b82b1a90659ae7f6af | refs/heads/master | 2023-06-28T08:24:56.526409 | 2023-03-01T12:44:08 | 2023-03-01T12:44:08 | 7,296,248 | 1 | 1 | null | 2023-06-13T13:04:58 | 2012-12-23T15:40:26 | C | UTF-8 | Scilab | false | false | 393 | sci | Calais2.sci |
Picturefolder(datadir+"\StereoPictures\Calais");
Transition("Zoom",2);
SoundFolder(datadir+"\sounds");
ShowStereoPic("calaisbliksem1","Size":0.5,"Position":point(-0.05,0,-0.3));
#Delay(3);
AutoHidePrevious(false);
ShowStereoPic("calaisbliksem2","Size":0.5,"Position":point(0.15,0,0));
Delay(5);
AutoHidePrevious(true);
Transition("Fade",2);
ShowStereoPic("zon");
Delay(6);
loop;
|
b0e9aa18c107365640a37a862deb85a7dab2229f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1955/CH1/EX1.4/example4.sce | db75a4f833abfb8631bb7286339ce281a3276d42 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 669 | sce | example4.sce | clc
clear
//input data
W=100//Output power developed in kW
Q=0.1//Flow through device in m^3/s
d=800//Density of oil in kg/m^3
ntt=0.75//Total-to-total efficiency
C1=3//inlet flow velocity of oil in m/s
C2=10//outlet flow velocity of oil in m/s
//calculations
m=d*Q//Mass flow rate of oil in kg/s
h0=-(W/m)//Change in total enthalpy in kJ/kg
h0s=(h0/ntt)//Isentropic change in total enthalpy in kJ/kg
P0=((d*h0s)*(1/100))//Change in total pressure of oil in bar
P=P0-((d/(2000*100))*(C2^2-C1^2))//Change in static pressure in bar
//output
printf('The change in total pressure of oil is %3.1f bar\nThe change in static presure is %3.1f bar',P0,P)
|
593b420c13a3663b1c31281e5da706cb8aec451e | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.3.1/Unix-Windows/scilab-2.3/macros/percent/%lssos.sci | 5d1238de0939bf788941b62120d00a60e778dbcb | [
"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 | 80 | sci | %lssos.sci | function [r]=%lssos(s1,s2)
//%lssos(s1,s2) <=> s1==s2
r=s1(2)==[]&s1(5)==s2
|
136c5543e3e4a782fa850c8a96b6c490281f57b7 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH26/EX26.8/26_8.sce | 5b8dc23c850e449d1749d65c46c8bdc3393ae405 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 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,625 | sce | 26_8.sce | clear//
//Variables
VCC = 10.0 //Source voltage (in volts)
RE = 1.5 * 10**3 //Emitter resistance (in ohm)
R1 = 30.0 * 10**3 //Resistance (in ohm)
R2 = 20.0 * 10**3 //Resistance (in ohm)
beta1 = 150.0 //Common emitter current gain
beta2 = 100.0 //Common emitter current gain
VBE = 0.7 //Emitter-to-base voltage (in volts)
//Calculation
Ai = beta1 * beta2 //Overall current gain of transistor
VR2 = VCC * R2/(R1 + R2) //Voltage across resistor2 (in volts)
VB2 = VR2 - VBE //Voltage at the base of Q2 (in volts)
VE2 = VB2 - VBE //Voltage at the emitter of Q2 (in volts)
IE2 = VE2 / RE //Emitter current of Q2 (in Ampere)
r1e2 = 25.0/IE2 * 10**-3 //a.c. emitter diode resistance of Q2 (in ohm)
IB2 = IE2 / beta2 //Base current of Q2 (in Ampere)
IE1 = IB2 //Emitter current of Q2
r1e1 = 25.0/IE1 * 10**-3 //a.c. emitter diode resistance of Q1 (in ohm)
Ri1 = R1 * R2/(R1 + R2) //Total input resistance (in ohm)
Av = RE/(r1e1/beta2 + r1e2 + RE) //Overall voltage gain
//Result
printf("\n The overall current gain is %0.3f .",Ai)
printf("\n The a.c. emitter diode resistance of Q1 transistor is %0.1f ohm.\nThe a.c. emitter diode resistance of Q2 transistor is %0.2f ohm.",r1e1,r1e2)
printf("\n Total input resistance is %0.3f kilo-ohm.",Ri1 * 10**-3)
printf("\n Overall voltage gain is %0.2f .",Av)
|
c5c87da6b5a0cda1179a27cffb210f699ce0388f | 72d7c10733e74eafb60961874dedea7fa2a43569 | /9.Filters/demo_different_filters.sce | 1cca8c5ef699a32fcc42afb257f64265c620cbf1 | [] | no_license | AkshayNachappa/Scilab-Workshop | 8dc448c41a2e768f3d93bbed928705445b9c007b | 056436f38a1f3aad7d1e3669595718839108c40e | refs/heads/master | 2023-01-02T00:20:19.968404 | 2020-10-20T17:04:44 | 2020-10-20T17:04:44 | 297,102,650 | 2 | 2 | null | 2020-10-20T17:04:46 | 2020-09-20T15:12:27 | Scilab | UTF-8 | Scilab | false | false | 785 | sce | demo_different_filters.sce | // Hamming window
clf()
N=64;
w=window('hm',N);
subplot(121);plot2d(1:N,w,style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
subplot(122)
n=256;[W,fr]=frmag(w,n);
plot2d(fr,20*log10(W),style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
pause
//Kaiser window
clf()
N=64;
w=window('kr',N,6);
subplot(121);plot2d(1:N,w,style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
subplot(122)
n=256;[W,fr]=frmag(w,n);
plot2d(fr,20*log10(W),style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
pause
//Chebyshev window
clf()
N=64;
[w,df]=window('ch',N,[0.005,-1]);
subplot(121);plot2d(1:N,w,style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
subplot(122)
n=256;[W,fr]=frmag(w,n);
plot2d(fr,20*log10(W),style=color('blue'))
set(gca(),'grid',[1 1]*color('gray'))
|
cde67c31e6d9c168b8e1dc73387c970f6da37728 | 717ddeb7e700373742c617a95e25a2376565112c | /1514/CH18/EX18.8/18_8.sce | 4503a4c0c9d4c6238322f8dc2fd0a52fe1cb5f4e | [] | 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 | 421 | sce | 18_8.sce | //chapter 18
//example 18.8
//page no 581
clc;
clear all;
//given
eta=0.7;
Vbb=20;
VR1=eta*Vbb;
I1=2;//mA
R1=14/I1;
printf("\nR1=%d kohm,use standard value 6.8 kohm",R1);R1=6.8;
R2=(Vbb-14)/I1;
printf("\nR2=%d kohm,use standard value 2.7 kohm",R2);R2=2.7;
Rbb=R1+R2;
Vp=0.7+(Vbb*6.8)/Rbb;
Vv=1;//anode to cathode voltage drop
printf("\nVp=%d V",Vp);
printf("\nAnode to cathode voltage drop=%d V",Vv);
|
68cff0f0e3498b28c0451529f9e86fffec8ed1d8 | 0aacc4aca603f61e9ac05bdb6de5b3b783f797fe | /Mission-X1/X1_TFDC.sce | 191552b5cc40ee75fdd865d9df7ec121c029f5a8 | [] | no_license | ZHamsiou/EXOLIFE-A2 | cf6001f744bf26109af2b552ecc2fe055ab8efd7 | 675a20670231c2a0a6c73333c988b1e651cab264 | refs/heads/master | 2021-04-29T19:18:23.002372 | 2018-02-16T03:22:18 | 2018-02-16T03:22:18 | 121,710,650 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 355 | sce | X1_TFDC.sce | // Chargement du fichier X1.
// le fichier est stocké dans la variale "imgT".
load('X1.dat');
//Traitement de l'image de l'image par la valeur absolue
//et de la divion par 100
img=(abs(imgT))/100;
// On applique une transformée de fourrier discréte TFD centrée en 0
image=fftshift(img);
//Affichage de l'image
display_gray(image);
|
e4d1638a229c3d0f4698f8eccebe541b06f7284f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1529/CH20/EX20.16/20_16.sce | baeb8bf998b4cd755b61cd835df1768d1c9fe722 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 365 | sce | 20_16.sce | //Chapter 20, Problem 16
clc
P=12e3 //total power
pf=0.6 //power factor
ang=acos(pf)
ta=tan(ang)
P12=P*ta/3^(1/2)
//solving two equation by matrix method
A=[1 1;1 -1]
B=[12000;P12]
x=linsolve(A,-B)
printf("wattmeter 1 read = %.2f kW\n\n",x(1)/1000)
printf("wattmeter 2 read = %.2f kW\n\n",x(2)/1000)
|
ed8156641bb29b62be76bc149f34121e96a9a78a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2318/CH3/EX3.19/ex_3_19.sce | 46de4ade7c359244daf46b6b3d20db5c54dd9779 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 253 | sce | ex_3_19.sce | //Example 3.19:Resistance and Inductance
clc;
clear;
close;
f=1;//assume
r1=25;//ohms
i=50;//MH
x=r1+%i*(2*%pi*f*(i*10^-3));//
r2=2;//ohms
r=real(x)-r2;//ohms
l=imag(x)/(2*%pi*f);//henry
disp(r,"resistance is,(ohm)=")
disp(l*10^3,"inductance is,(mH)=")
|
8fbb111df1af71776d699ab0e1334e66a8dc8eb8 | a550430672dfb5984bd8561b894897323028b7f5 | /tests/results/kar11.tst | d8a4932a4a17bbe0f1dd0622edab025f407f68f2 | [] | no_license | carlosmata/LabelPropagation | c91f68489a941e6f8cfb15de478d2fe28eadbcad | 2f169cc4ece49a0d0f868fee15e5eefe02bbc6df | refs/heads/master | 2020-12-18T17:46:23.501020 | 2020-05-09T06:13:16 | 2020-05-09T06:13:16 | 235,474,033 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 162 | tst | kar11.tst | argc:7
Dataset: ../datasets/converted/karate.net
Nodes Edges Com Mod NMI Time
seq async 34 156 2 0.421598 -1 5.5368e-05
par async 34 156 3 0.052022 -1 0.067596
|
413dd3e11f6877d896cae1a90dbebddc6faca5bb | 449d555969bfd7befe906877abab098c6e63a0e8 | /2666/CH15/EX15.6/15_6.sce | 5a512b528d14fea7a15a958d04e099d06f914ebd | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 353 | sce | 15_6.sce | clc
//initialisation of variables
v=0.09995//psia
t1=35//F
t2=110//F
Pv=1.2748//ft
h=0.622//ft
p=14.7//ft
m=12.99//Btu lb dry air
m1=31.13//Btu per lb dry air
//CALCULATIONS
R=v/Pv*100//percent
S=h*(v/(p-v))//lb vapor per lb dry air
Q=m1-m//Btu per lb dry air
//RESULTS
printf('The head added in the heater is=% f Btu per lb dry air',Q)
|
7d3cd49e0441e18c12d7c87000492026040b1a53 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1664/CH10/EX10.4/Ex10_4.sce | 2fae5a47b53a0060e55d256a7c1ad83983206e05 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 250 | sce | Ex10_4.sce |
//Example NO.10.4
//Page No.307
clc;clear;
u = 18.4;//Magnetic moment -[uB].
uB = (9.27*10^-24);
a = (0.835*10^-9);//Lattice parameter-[m].
M = (u*uB/a^3);//Magnetization.
printf("\nSaturation magnetization for Ni ferrite is %3.3e A/m",M);
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.