You are on page 1of 2

!

x matrisinin oluturulmas

do j=1,d
do i=1,d
x(i)= u(i,j)
end do
end do

! b matrisinin oluturulmas

do j=2,f

do i=2,f-1

b(:)= u(i,j)

end do
end do

for i=1:66
for j=1:65
k=1;

x(i,k)= A(i,1);
y(k,j)= A(j+1,1)
end
end

You might also like