Question: Is there any easy way to round all elements of a matrix under a certain threshold to zero?

I have a matrix with values of interest from .04<4 and I want to round all the terms that are ~10^-10 and lower to zero.  Is there an easy way to do this?  fnormal only works for lists!

Please Wait...