↧
Answer by user64494 for How can I compute the maximum value of a...
The InputForm of the output isConditionalExpression[EuclideanDistance[X, Y], (Indexed[X, {1}] - Indexed[Y, {1}])^2 + (Indexed[X, {2}] - Indexed[Y, {2}])^2 == EuclideanDistance[X, Y]^2 &&...
View ArticleHow can I compute the maximum value of a ConditionalExpression?
If we use GeometricSolveValues in version 14.0, we can use this code to get a ConditionalExpression expr:RandomInstance[ sence = GeometricScene[{{P -> {0, 0}, X, Y, Z}, {p -> 3, q -> 2}},...
View Article