photo

Nurullah sany


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
converting octave to matlab
A=[1 1 1; 2 1 3; 3 4 -2]; B=[4;7;9]; n=length(B); Aug= [A B] for i=1:n Aug(i,:)=Aug(i,:)./Aug(i,i); for j=1:n if j~=i key1=Aug(j...

3 years ago | 0