Re: [julia-users] equivalent of issymmetric(A) in julia

2016-09-07 Thread Ahmed Mazari
thanks On Wed, Sep 7, 2016 at 2:55 PM, Yichao Yu wrote: > > > On Wed, Sep 7, 2016 at 8:48 AM, Ahmed Mazari > wrote: > >> Hello, >> l want to check whether my matrix is symmetric. in matlab we have the >> fucntion issymmetric(A) , do we have any function in matlab that does >> the same ? >> > >

Re: [julia-users] equivalent of issymmetric(A) in julia

2016-09-07 Thread Yichao Yu
On Wed, Sep 7, 2016 at 8:48 AM, Ahmed Mazari wrote: > Hello, > l want to check whether my matrix is symmetric. in matlab we have the > fucntion issymmetric(A) , do we have any function in matlab that does the > same ? > I don't know what exactly the matlab function does but we have `issymmetic`

[julia-users] equivalent of issymmetric(A) in julia

2016-09-07 Thread Ahmed Mazari
Hello, l want to check whether my matrix is symmetric. in matlab we have the fucntion issymmetric(A) , do we have any function in matlab that does the same ? thanks