Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi Everyone,
In my MATHCAD Solveblock, I have four implicit equations, with four independent variables, whereby I need to find a solution to those variables.
The four independent variables are as follows:
1. Angle, β
2. Angle, Φ
3. Length, a
4, Length, b
In addition to that I have a couple of constraints for these values as well.
The PROBLEM that I am facing currently is the fact that the 4 variables above do not converge to single final values, as it is highly dependent on the guess values that I initially enter into the SolveBlock. In other words, if I change any one of the guess values for any of the 4 variables, the final value for the variables are change drastically.
I have attached my file in this post for review. Hoping someone could help me with this!
Solved! Go to Solution.
You should check the first two equations of the solve block.
I've set them apart to investigate and found that most (guess) values I enter for the four variables result in the left and right hand segments of these equation being equal. This means that the first two equations do not help to control the result.
Incidentally: You should be aware that the gravitation constant is a predefined value:
Success!
Luc
You should check the first two equations of the solve block.
I've set them apart to investigate and found that most (guess) values I enter for the four variables result in the left and right hand segments of these equation being equal. This means that the first two equations do not help to control the result.
Incidentally: You should be aware that the gravitation constant is a predefined value:
Success!
Luc
Thank you so much for that! I have a clear idea about it now.