Skip to main content
1-Visitor
January 25, 2014
Solved

Is it possible to use the explicit keyword on functions?

  • January 25, 2014
  • 1 reply
  • 1926 views

Hello,

I’ve got Mathcad v15.

With the explicit keywords it’s easy to see your equation with the inserted variables.

But what about functions? I can’t do that.

For example: I want to calculate new yield stregthes according to different diameters with factors, which are received from a function.

example.png

Then I just have to replace d1 with d2 and so on.

The explicit operator don’t work:

sol.png

sincerly,

Robin

Best answer by Werner_E

The explicit modifier is far away from being perfect, but what you demand can be done. Nevertheless there is a drawback as "float" is used which affects overall calculation precision. See my remarks in the file.

25.01.png

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
January 25, 2014

The explicit modifier is far away from being perfect, but what you demand can be done. Nevertheless there is a drawback as "float" is used which affects overall calculation precision. See my remarks in the file.

25.01.png

1-Visitor
January 25, 2014

Thank you for your explanation about float. I will use it with caution.