Skip to main content
7-Bedrock
May 5, 2022
Question

Subcripts in Mathcad prime

  • May 5, 2022
  • 1 reply
  • 2487 views

Is it possible to use colan (:) symbol in literal subscripts for defining variable in Mathcad Prime directly ?

 

OM_10154742_0-1651759535647.png

 

1 reply

23-Emerald V
May 5, 2022

@OM_10154742 wrote:

Is it possible to use colan (:) symbol in literal subscripts for defining variable in Mathcad Prime directly ?

 

OM_10154742_0-1651759535647.png

 


Not directly, as far as I'm aware.  I've tried a few workarounds, such as using a Unicode subscript colon, but there isn't a subscript colon.   However, one possible workaround uses a variant of the colon character.

 

2022 05 05 e.png

 

The text string is: (@ID g (@SUB l꞉k))

 

Modify it as needed.

 

Stuart

 

25-Diamond I
May 5, 2022

You can use the usual colon character if you put the subscript text into double quotes

Werner_E_0-1651762963990.png

 

A somewhat startling observation: If only part of the subscript text is set in double quotes, the order is changed

Werner_E_1-1651763074352.png

 

 

23-Emerald V
May 5, 2022

Interesting. It further seems to strip spaces outside of quotes and possibly use the space as some form of grouping break.

 

2022 05 05 g.png

 

Stuart