E = m*c^2 as Symbolic Equation

Hello,
I have been learning to use Symbolic Equations in MATLAB. I stumbled upon this question of writing Einstein's Mass Energy Equation in MATLAB. I tried the following code.
syms E m c
lhs = E
rhs = m * c^2
EinsteinEquation = lhs == rhs
But the output has been E = c^2 * m.
Why does this occur?
How to display the equation as I want it to be?

 Respuesta aceptada

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Preguntada:

JPS
el 12 de Sept. de 2020

Respondida:

el 12 de Sept. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by