MATLAB: How to set resolution for the numerical calculations in MATLAB

numerical resolution

My objection is to find the roots of a polynomial as precise as possible. Can I use format long (16 digits) to set the resolution? Can this resolution be set higher than this?

Best Answer

You would need to use Symbolic Toolbox, or one of John D'Errico's variable-precision packages in the File Exchange.