Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I am trying to solve this equation using iteration and a solve block for Q without previously defining Q as for my application I would not have the value for Q. Am I on the right track here and if not could somebody point out my mistakes? All of my other variables are previously defined and the only thing I don't have defined is Q. I want to be able to spit out a value for Q given all the other variables definitions. Thanks in advance! Below is an attachment of the solve block, I can provide SS for the other variables as needed.
Solved! Go to Solution.
For refrence, this is my other attempt that I know is in the wrong direction but if it helps anyone:
Third attempt is getting closer to what I want but unsure if it is exactly what I want...sorry for the spam but this problem is urgent for me.
You should attach your worksheet, not just pictures.
And also state which version of Prime you are using.
In your first attempt using a numerical solve block you might have forgotten that you need to define a first guess value for Q.
In the second attempt using the symbolic solve it might be a problem with Primes infamous auto-label feature. Can tell by just seeing the picture, though.
EDIT: Haven't seen Fred's response at first. If Q is not real valued, the solve block does not find an answer if the guess value is real. So you would have to use a guess like Q:=1i
We don't need no stinking solve block!