Skip to main content
1-Visitor
August 31, 2012
Question

Given Find function

  • August 31, 2012
  • 2 replies
  • 1287 views

Hello guys,

I am trying to solve a function with given find.

The point is, it works for a single value but not for an array of values.

I have attached the file. As you can see when defining a fix value than it will iterate to the new value. But if I want to find an array of solutions as function of RP and n than it won't start.

Is there a solution for this?

Kind regards,

Alex

2 replies

24-Ruby IV
August 31, 2012

The solution is to create user function on the base the Given-Find Block.

23-Emerald V
August 31, 2012

Alex Capel wrote:

Hello guys,

I am trying to solve a function with given find.

The point is, it works for a single value but not for an array of values.

I have attached the file. As you can see when defining a fix value than it will iterate to the new value. But if I want to find an array of solutions as function of RP and n than it won't start.

Is there a solution for this?

Kind regards,

Alex

Something along the lines of the attached?

Stuart