Skip to main content
10-Marble
May 30, 2017
Question

Why the variable remains undefined?

  • May 30, 2017
  • 3 replies
  • 2798 views

I defined a user-defined function: However the variable after the equal remain undefined.

Undefined.PNG

Already I created similar functions. But, this one is giving me a hard time. Could someone help me please.

MathCAD Prime 4.0

3 replies

24-Ruby IV
May 30, 2017

Do not use = operatorat the end of a function creating!

23-Emerald I
May 30, 2017

If you define w and AB above your function it will evaluate using those value.  As Val demonstrated, using the function with other values will evaluate with those values.

24-Ruby III
June 1, 2017

Something like this?

Pic_1.png