CDR
New member
- Jun 27, 2001
- 6
I was wondering if there was a way to place a Given sove block within a while loop or for loop. For instance, I would like to solve:
For x = 1-9
Given
f(x,a) = h(x,a)
Find(a)
Typically, I would just enter in x as a vector of numbers, however the system of equations I want to solve for is quite complex and does not permit vectors of data to be inputted. Thus I am restricted to having x = a constant. This means I have to vary x by hand and record the results of a by hand. This is not very robust, and I know there has to be an alternative way. Any help would be great.
CDR
For x = 1-9
Given
f(x,a) = h(x,a)
Find(a)
Typically, I would just enter in x as a vector of numbers, however the system of equations I want to solve for is quite complex and does not permit vectors of data to be inputted. Thus I am restricted to having x = a constant. This means I have to vary x by hand and record the results of a by hand. This is not very robust, and I know there has to be an alternative way. Any help would be great.
CDR