Feeds
답변 있음
what is function to find out adjoint of matrix............is there any command.......
you can also use this function function [b]=adj(a) s=size(a); ac=a; if s(1)~=s(2) disp('input matrix must be square') ...
    
  
what is function to find out adjoint of matrix............is there any command.......
you can also use this function function [b]=adj(a) s=size(a); ac=a; if s(1)~=s(2) disp('input matrix must be square') ...
거의 8년 전 | 0
