Skip to main content
1-Visitor
October 27, 2018
Question

explicit ...is it possible only short numbers ?

  • October 27, 2018
  • 4 replies
  • 2705 views

is it possible that explicit shows only numbers and short numbers like 2-3 digits

4 replies

25-Diamond I
October 28, 2018

You may consider using "explicit" in conjunction with "float,3" or the like but you have to be aware of the fact that this also affects the precision  of the whole calculation.

24-Ruby IV
October 28, 2018

Attach please the sheet or its short variant.

23-Emerald IV
October 28, 2018

Sometimes it helps if you work with ONLY exact numbers. That means prevent using reals, use integers instead, change your 0.12 to 12/100, 1.8 to 18/10 etcetera.

 

Success!
Luc

24-Ruby IV
October 28, 2018

I do like this - and no problems:

Explicit.png

mortenx1-VisitorAuthor
1-Visitor
October 28, 2018

and my other question, that is it possible that explicit shows only numbers not units ?

23-Emerald I
October 28, 2018

explicit is a symbolic command.  Symbolics doesn't understand units, they get treated as variables