Skip to main content
1-Visitor
October 7, 2014
Question

Undefined variable MATHCAD HOMEWORK

  • October 7, 2014
  • 3 replies
  • 1219 views

Could you graph this eq. ? Always says undefined variable

3 replies

23-Emerald V
October 7, 2014

You need to move your function definition after your definition of t1.    Mathcad evaluates a worksheet from left to right and then top to bottom.   You have defined the function before t1 so Mathcad hasn't yet evaluated t1, hence the error.  

Stuart

PS, you should have asked your question as a "Discussion". By asking it as a "Document", other users can't post worksheets in response to your question.

25-Diamond I
October 7, 2014

Apart from what Stuart already said you should either assign L a value or make L a second argument of your function.

Otherwise L is taken as the volume unit liter, which sure is not what you intended.

24-Ruby III
October 8, 2014

For the future - you can create a new discussion by using: http://communities.ptc.com/community/post!input.jspa?containerType=14&container=2003