Could MATLAB please provide rref() without the rational conversion?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
KP
el 28 de Jun. de 2024
Respondida: John D'Errico
el 28 de Jun. de 2024
I am having the same problem as described in:
The answer given is an attached MATLAB file, "rrefNoRational.m" which is a copy of "rref.m" without the code that performs the rational conversion that is the cause of the problem. However, I cannot find the attached file. Could the file rrefNoRational.m please be provided?
Thank you for your time.
0 comentarios
Respuesta aceptada
John D'Errico
el 28 de Jun. de 2024
Just look at the code.
type rref
Do you see the very last thing it does is do the conversion? Just write your own version that does not have that last if clause in it, copied, except for those last 4 lines.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Special Functions 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!