when I compute the matrix determinant, I face with numbers like 6247838915​024199/225​1799813685​248. which is simply equal to 2.7746 ?

2 visualizaciones (últimos 30 días)
when I compute the matrix determinant, I face with numbers like 6247838915024199/2251799813685248. which is simply equal to 2.7746 ? how can I get rid of this kind of numbers?
Thanks in Advanced

Respuestas (1)

Walter Roberson
Walter Roberson el 30 de Oct. de 2012
You might have
format rat
in effect to cause it to display floating point numbers as rationals.
Alternately you might be using the symbolic toolbox, which computes as rationals unless told otherwise. To convert such a symbolic rational number, use vpa() or double()

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by