Skip to main content
17-Peridot
November 21, 2019
Solved

Substitute/Explicit issue in MathCad 15

  • November 21, 2019
  • 1 reply
  • 1617 views

Hello All,

I have this issue with the substitute function when in conjunction with Explicit. It doesn't display all components of an equation no matter what I do; see attached sheet. Any suggestions?

Raiko

p.S.

MathCad 15 on a Win7, 64 bit machine

Best answer by Werner_E

The problem is the substitute command per se.

This command seems to immediately evaluate the expression and unfortunately the order does not matter

B.PNG

So I guess you'll have to do without "substitute" and use clumsy assignments on worksheet level like this:

B2.PNG

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
November 21, 2019

The problem is the substitute command per se.

This command seems to immediately evaluate the expression and unfortunately the order does not matter

B.PNG

So I guess you'll have to do without "substitute" and use clumsy assignments on worksheet level like this:

B2.PNG

 

Raiko17-PeridotAuthor
17-Peridot
November 22, 2019

Hello Werner,

 

it seems you're right and I have to use the not very elegant method of re-assigning variables in a hidden area 😞

 

Raiko