Skip to main content
18-Opal
September 23, 2021
Solved

WRAPPING

  • September 23, 2021
  • 1 reply
  • 2300 views

I know there is a wrap feature like:

muser_0-1632372160415.png

 

But is there a feature to get the answer at the bottom of the equation - like:

muser_1-1632372292771.png

Thank you.

 

Best answer by ttokoro

ttokoro_0-1632375045065.png

 

1 reply

ttokoro
21-Topaz I
ttokoro21-Topaz IAnswer
21-Topaz I
September 23, 2021

ttokoro_0-1632375045065.png

 

t.t.
13-Aquamarine
August 30, 2023

I cannot seem to get this technique to work.  I've attached a MathCAD PTC 9 file with my attempt.

 

25-Diamond I
August 30, 2023

It looks to me that @ttokoro  was just cheating and his approach is no real solution to the problem.

I guess he was just copying two separate math regions (salmon pink) in a text region and combined them by a text equal sign (yellow).

You also see that he defined I and V as both being 1 (probably to avoid an error when using the assignment equal := instead of the fat boolean one) which sure would not yield the shown result for Z.
So in my opinion this is not a solution to the problem at all.It just looks like the feature demanded for but actually isn't!

Werner_E_0-1693431933468.png

Only benefit is that definition and copied(!) result ride along in one single text region but its no live calculation.

 

@ttokoro  If my assumptions are wrong, please attach your prime file here. This is generally a better way than just posting pictures, which also often show only part of the game.

 

The feature asked for simply is not available in Prime and I can't think of a suitable workaround.

 

BTW, its generally better not to use inline evaluation (evaluation a variable immediately after defining it in the same region)

Werner_E_1-1693430738235.png

but rather separate definition and evaluation in two distinct regions:

Werner_E_0-1693430695758.png

 

Additional remark: When you define variable b, you don't have to type 1i*5 but you may simply type 5i (without a space or multiplication in-between!)

Werner_E_1-1693432062258.png