Community Profile

photo

milad yusefi


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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') ...

6 years ago | 0