Skip to main content
1-Visitor
July 14, 2015
Question

Not sure why the position of tan(beta) definition changes the evaluation of beta

  • July 14, 2015
  • 3 replies
  • 1475 views

3 replies

19-Tanzanite
July 14, 2015

It's hard to debug a picture. I assume you have chosen to display an assignment as just "=", rather than as ":=". If so, then the problem is that you when you write tan(beta):=, you have redefined the built-in function for tan(). As it happens, since beta does not appear on the rhs of the definition, it's a function that will always return the same value.

If that's not the problem then please post the worksheet (click on "Use advanced editor" at the top right of the edit dialog)

bg61-VisitorAuthor
1-Visitor
July 14, 2015

Thanks.  Did not realize I was redefining tan() function.

1-Visitor
July 15, 2015

And also note that Mathcad works from TOP & LEFT, meaning that variable definitions must be above or left of any function(s) to operate as expected.