cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Symbolic engine - strange results

o.svahn
9-Granite

Symbolic engine - strange results

Hello

I am new to MathCad but I always have this strange anomaly when using symbolic solve for a variabel power of 2.

 

Can anyone please explain if I do it wrong. Exampel file included. Thanks in advance.

3 REPLIES 3
LucMeekes
23-Emerald III
(To:o.svahn)

You wouldn't expect the two results you show as expected. A variable K shouldn't change to the unit Kelvin, a variable m should change to the unit metre. But this is due to the fact that you typed in these expressions, and Prime's famous autolabelling feature assumed that K and m are units, and turns them blue.

You should also know that the symbolic processor doesn't 'know' about units. At best it treats them like unknown variables.

 

Apart from that, and to your actual question:

What if you add 'simplify' to the symbolic evaluation?

 

And additionally: You are using Prime 6, where you have the option to choose between two symbolic solvers: The 'new' one , which is the default, or the former one (MuPad). Do they both give the same answer?

 

Finally: It is known for a long time, with Mathcad as well as Prime, that the output of the symbolic solver is hard to control. There are few options for that. Here's the output for Mathcad 11 (which uses yet another symbolic processor (Maple):

LucMeekes_0-1615658568204.png

 

Success!
Luc

 

You are not doing anything wrong.

 

Controlling the the way an output from the symbolic is displayed is hard to impossible. In Mathcad/Prime we don't have many options to do so. You may use additionally "simplify", "simplify,max", "factor", "expand", "collect,..." or the like (sometimes with unexpected results) but in general you'll have to accept the output as is.

You should also consider that in math a fraction is considered "simplified" when the denominator is rational. So in math often roots are not desired in the denominator. Eliminating them often makes the term a bit less compact as in your case and the new symbolic seems to automatically default to this kind of simplification.

I see no way to convince the new symbolic engine in Prime 6 to display the result the way you'd like it to see.

The symbolic not even considers that m may be zero an so its result would not be correct.

 

In Prime 6 you have the option to switch back to the prior, legacy symbolic engine (muPad, not available any more in version 7 of Prime). This engine is aware of the possible m=0 problem and displays the result similar to the one you'd like to see and, on the other hand,  it seems not to be able to talk it into displaying it with a rational denominator 😉

Werner_E_0-1615658545487.png

 

Addendum:

The new symbolic IS also aware of the m=0 problem, but only if used with the modifier "fully"

Werner_E_1-1615659149818.png

 

The legacy engine still is a bit more detailled

Werner_E_0-1615659127077.png

 

 

Top Tags