Skip to main content
8-Gravel
January 23, 2023
Solved

Expand in symbolic

  • January 23, 2023
  • 1 reply
  • 1519 views

Why mathcad does not expand the term fully in symbolic? AM I doing something wrong? P1 does not expand in subsequent equation how to make that happen?

Best answer by Werner_E

I see.

The last line uses the P1 in the first definition of function phi and here P1 still was an undefined variable.

One way to deal with the problem is to redefine function phi after you calculated P1

Werner_E_0-1674518654327.png

 

But the better way IMHO is to add P1 as an additional argument of function phi

Werner_E_1-1674518709317.png

 

 

1 reply

25-Diamond I
January 23, 2023

I am not sure what the problem is??

Werner_E_0-1674486526659.png

The parenthesis in the second expression are silly, but, alas, thats the way PTC has created Prime.

Its also not understandable why b is not cancelled when using "expand"

8-Gravel
January 23, 2023

In the last equation it has the term P! instead i want to use the expanded term how can I do that?

SS_9781956_0-1674486874213.png

 

Werner_E25-Diamond IAnswer
25-Diamond I
January 24, 2023

I see.

The last line uses the P1 in the first definition of function phi and here P1 still was an undefined variable.

One way to deal with the problem is to redefine function phi after you calculated P1

Werner_E_0-1674518654327.png

 

But the better way IMHO is to add P1 as an additional argument of function phi

Werner_E_1-1674518709317.png