How to get the modulus of complex symbolic expression?

8 visualizaciones (últimos 30 días)
Raptrick
Raptrick el 15 de Nov. de 2017
Comentada: Raptrick el 15 de Nov. de 2017
Dear all,
I want to calculate the modulus of complex symbolic expression but I do not get explicit results:
syms a b;
assume(a>0);
assume(b>0);
z = a + sqrt(-1)*b;
zabs = abs(z)
Results in:
zabs =
abs(a + b*1i)
I was expecting zabs = (a^2 +b^2)^(1/2). How do I get the result I want?
Patrick

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Nov. de 2017
rewrite(zabs, sqrt)

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox 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