mily
mily

Reputation: 149

wxMaxima: Check whether a matrix is zeromatrix or not

Do we have a predefined function to check whether a matrix is a zero matrix or not? Else, how can this check be performed efficiently?

Upvotes: 1

Views: 88

Answers (1)

mily
mily

Reputation: 149

zeromatrixp (M) from the maxima manual is what I was looking for!

Upvotes: 1

Related Questions