Skip to main content
1-Visitor
May 1, 2014
Solved

Problem with a function

  • May 1, 2014
  • 2 replies
  • 1174 views

Hi!

At the end of the attached file i have two functiion, the first seems to work fine the second is similiar but doesent return a value. The graph seem to wok tho, why?

Thanks in advance!

Best answer by MikeArmstrong

Does the attached help?

2 replies

1-Visitor
May 1, 2014

Does the attached help?

19-Tanzanite
May 1, 2014

The function Vbp(x) isn't defined when x > b-1.55, but you are trying to call it with values of x greater than this. You need to specify what the return value should be for all cases for which you call the function. If you want it to be zero for larger values of x then Mike's suggestion is the simplest way of doing this.

Alan