Skip to main content
16-Pearl
September 7, 2023
Solved

Boolean branching using ASCII

  • September 7, 2023
  • 2 replies
  • 1084 views

Could not find this in a search, which surprises me.  Is the following not possible in Mathcad 15?

 

regcurry_0-1694061652130.png

Thanks for any help.  I can make it work if I use mathematical tests, But, I like to learn new things.

Reg

 

 

Best answer by Werner_E

Which error message do you get?

Pls attach your worksheet as its hard to debug just a picture!

As far as i can see the if is on the right hand side of the assignment for Kpuj, but the otherwise is NOT!
So you would need to type the "Kpuj <---" on the line containing the "otherwise" as well.

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
September 7, 2023

Which error message do you get?

Pls attach your worksheet as its hard to debug just a picture!

As far as i can see the if is on the right hand side of the assignment for Kpuj, but the otherwise is NOT!
So you would need to type the "Kpuj <---" on the line containing the "otherwise" as well.

23-Emerald IV
September 7, 2023

Your value THICKTAMP is undefined.

You used a Boolean equals (bold =  instead of assignment  :=  ) in your attempt to give it the value "y".

 

Success!

Luc