Bebokkos
Chemical
- Nov 9, 2010
- 9
Hi
I am trying to iterate a solution from a solve block, but nothing seems to work. My block contains a simple matrix equation yielding a solution for the vector v (of two elements only), i.e.,
Solve
(v-b)'(X'X)(v-b)=G
Find(v)
Now, v consists of v0 and v1 elements. I want to use different input values for v0 (a range of values) and obtain a range of corresponding values for v1. Possible?
I am trying to iterate a solution from a solve block, but nothing seems to work. My block contains a simple matrix equation yielding a solution for the vector v (of two elements only), i.e.,
Solve
(v-b)'(X'X)(v-b)=G
Find(v)
Now, v consists of v0 and v1 elements. I want to use different input values for v0 (a range of values) and obtain a range of corresponding values for v1. Possible?