Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I am having some troubles solving the following equation. I have some trouble understanding the answer and what i need to do, to get a valid result?
Solved! Go to Solution.
You should attach your worksheet, not just a pic.
I guess you recognize the symbols for AND and OR. Mathcad has to consider all possibilities it has to cope with the event of two variables being the same and so we are not allowed to devide by their difference. Furthermore some variables may be complex and so can't be "ordered" (you can't decide which one is greater).
So the solution you probably have expected, the expression in front of the second line of Mathcads solution, is not valid in every case and thats what Mathcad is telling you.
Do you really need a full symbolic solution? You may try the symbolic solve coupled with a series of assumes, telling MC that certain or all variables are real, are positive, a certain difference never will be zero, and whatever assumptions you may make implicitely if you solve by hand.
Best thing would be to delete that additional constraint as its irrelevant anyway without knowing anything about the other variables. Guess you will get the desired result that way.
You should attach your worksheet, not just a pic.
I guess you recognize the symbols for AND and OR. Mathcad has to consider all possibilities it has to cope with the event of two variables being the same and so we are not allowed to devide by their difference. Furthermore some variables may be complex and so can't be "ordered" (you can't decide which one is greater).
So the solution you probably have expected, the expression in front of the second line of Mathcads solution, is not valid in every case and thats what Mathcad is telling you.
Do you really need a full symbolic solution? You may try the symbolic solve coupled with a series of assumes, telling MC that certain or all variables are real, are positive, a certain difference never will be zero, and whatever assumptions you may make implicitely if you solve by hand.
Best thing would be to delete that additional constraint as its irrelevant anyway without knowing anything about the other variables. Guess you will get the desired result that way.