Removing exponent numbers from output for matlab with symbols

2 views (last 30 days)
I have created a matrix containing both double and symbols, and have used simplification and vpa to make it easier to read the matrix. But the output still looks strange.
Does anyone know how to remove the exponents numbers/notation in the matrix? I dont see the point of having e-34 multiplied with e33. See picture of a little part of the matrix.matrix.PNG

Answers (1)

Walter Roberson
Walter Roberson on 20 Feb 2019
You could expand() . Looking at those equations, you might also possibly be able to usefully simplify() after the expand()

Community Treasure Hunt

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

Start Hunting!