Skip to main content
1-Visitor
December 25, 2023
Solved

The Variabe is undefined when ploting a graph of a function

  • December 25, 2023
  • 1 reply
  • 791 views

KO_10903471_0-1703540527350.png

Im very new to mathcad and Im not sure what to do here, the function itself works just fine but when I try to put it into a graph it just doesnt work

Best answer by LucMeekes

Welcome to this forum

1. You should attach your Prime worksheet, not just a picture. And if possible state what version of Prime you are using.

2. Prime reads ìts worksheets from left to right, top to bottom. The plot's upper left corner is above the definition of t(r), so the plot doesn't 'know' the definition of t(r) yet...

Move the plot down (to the right and/or below the definition of t(r) ), so that Prime reads the definition before the plot.

 

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
December 25, 2023

Welcome to this forum

1. You should attach your Prime worksheet, not just a picture. And if possible state what version of Prime you are using.

2. Prime reads ìts worksheets from left to right, top to bottom. The plot's upper left corner is above the definition of t(r), so the plot doesn't 'know' the definition of t(r) yet...

Move the plot down (to the right and/or below the definition of t(r) ), so that Prime reads the definition before the plot.

 

Success!
Luc