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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Sym. Man. in 2.0, cancel like values & excessive precision

dsochor
10-Marble

Sym. Man. in 2.0, cancel like values & excessive precision

I'm having issues in Prime 2.0 when calculating equations that have undefined variables. As seen in the attached, the results of the symbolic manipulation show excessive precision and many like variables and units are not canceling each other out. Is there anyway to make these results more concise?

2 REPLIES 2

The symbolic operator doesn't recognize units, it just treats them as undefined variables.

Mike

rag
12-Amethyst
12-Amethyst
(To:dsochor)

As Mike already pointed out, units are treated as variables. In case of Your worksheet the "ft" don't cancel because one of them is taken the absolute value from. This can be treated with the "assume" statement.

To avoid those annoying decimals in symboliv results, you have to take care, that all numbers in the expression you evaluate are integers (most of the times hard to accomplish). You can make this in your worksheet by separation of assignment and numeric evaluation, e.g. using "a:=2/3 a=" instead of "a:=2/3=".

If its only the number of digits which disturb you, you can control them using the "float" modifier.

See attached modified sheet

WR

Announcements

Top Tags