Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Why is Matlab not writing out all the terms in an expansion?

2 visualizaciones (últimos 30 días)
Lillian
Lillian el 12 de Jul. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I am trying to expand some polynomials, and I typed: >> y1
Syms s1 s2 s3 s4;
y1 = (s1^2 - 4*s2 + 8*s4^(1/2))*(4*s2 - s1^2 + 8*s4^(1/2));
>> expand(y1)
And Matlab told me that
ans =
- s1^4 + 8*s1^2*s2 - 16*s2^2 + 64*s4.
But I'm pretty sure the answer should have six terms, so what's happening?
Thanks.
  2 comentarios
Azzi Abdelmalek
Azzi Abdelmalek el 13 de Jul. de 2014
The result is correct, just check it again
Lillian
Lillian el 13 de Jul. de 2014
Oh, you're right. And I typed in the expressions wrong. Thanks.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by