eq1 =
x1 = 16/2;
y1 = 25/5;
fyx = -1/2;
fxy = 1/5;
x2 = fyx*y1
y2 = fxy*x1;
x3 = fyx*y2
y3 = fxy*x2;
x4 = fyx*y3
y4 = fxy*x3;
for i = 1:3
x2 = fyx*y1
y2 = fxy*x1;
y1 = y2;
x1 = x2;
end
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!