Skip to main content
1-Visitor
April 22, 2020
Question

rkfixed error Mathcad Prime 5

  • April 22, 2020
  • 2 replies
  • 2367 views

I think every formula is right and rkfixed is giving me a problem, see atached

2 replies

24-Ruby III
April 22, 2020

There is no attachment in your message.

AlexMaldo1-VisitorAuthor
1-Visitor
April 22, 2020

Attachment

25-Diamond I
April 23, 2020

The first error is that you forgot the function arguments when you defined rt. That way you defined a simple variable, not a function (thats what the error message tries to tell us).

The second error is that you tried to access the columns of S by typing S^(0), etc. You have to use the column selector (either from the menu or by typing Ctrl-Shift-C).

A third problem occurred due to Prime infamous auto labelling. I had to manually label the highlighted variables in the plot to be "variable".

Werner_E_0-1587605871650.png