Skip to main content
12-Amethyst
March 27, 2020
Solved

Why is my solved unit came out weird?

  • March 27, 2020
  • 2 replies
  • 2886 views

Annotation 2020-03-26 231855.png

Why is it like this and is there a way to just keep it as "kip"?

 

Thank you!

Best answer by Werner_E

In case of your example it helps if you go to "Calculation" ribbon and turn ON "Units and constants in symbolic math" in the Options dropdown.

Werner_E_0-1585347583601.png

 

2 replies

23-Emerald IV
March 27, 2020

1.st

Attach your worksheet, or at least a worksheet that shows the problem you have. NOT just a picture.

 

2.

You're doing symbiolic evaluation. The symbolic processor does not handle units the way you might expect. It does not 'know' units, and treats them as unknown variables.

 

From the picture it seems that you've defined at least two variables, one with a unit 'ft' (blue, bold, italic), the other with a variable 'ft' (black, italic). If you relabel that variable ft to a unit ft, the symbolic processor will be smart enough to cancel the ft in denominator with the ft in the numerator of the result.

 

Success!
Luc

yoohooos12-AmethystAuthor
12-Amethyst
March 27, 2020

This can be found in the following pages: 6,7,9,10

23-Emerald IV
March 27, 2020

As stated the symbolic processor does not know about units. Sometimes it makes a wrong choice, apparently. I've modified the first occurence of this in your sheet on page 6.

You do the rest.

 

Success!
Luc

Werner_E25-Diamond IAnswer
25-Diamond I
March 27, 2020

In case of your example it helps if you go to "Calculation" ribbon and turn ON "Units and constants in symbolic math" in the Options dropdown.

Werner_E_0-1585347583601.png

 

yoohooos12-AmethystAuthor
12-Amethyst
March 27, 2020

Thank you very much! Solved!

25-Diamond I
March 27, 2020

Nonetheless you may consider using numerical methods (solve block or the root command) for numerical results.
Here as an example the root command with its two flavours:

Werner_E_0-1585351975603.png