Determining When One Expression Exceeds Another Under Positivity Assumptions
Suppose we have two equations, and all parameters involved are assumed to be positive. Is there a systematic way or syntax to determine whether C1>C2 or vice versa? Additionally, can we derive...
View ArticleDifficulty Verifying Maple's Solution to a Nonlinear System
Hello,I am working with the following overdetermined system of nonlinear equations in Maple and attempting to solve it for the unknowns xi[3] and xi[8].Maple returns the following solution:However,...
View Articleshould solve(x^n=0,x) give zero?
Should maple have given solution to x as zero in the following? solve(x^n=0,x)What if n is zero? what if n is negative? Another program I tried this on givesMaple 2025
View Articlesolve failing on second time called.
I've been debugging this for 20 hrs and finally able to make an example.I noticed that solve() suddenly no longer works and times out.First time calling solve() works. Second time it I see message...
View ArticleIsolate variable?
How can I rearrange the inequality to isolate p1 on one side? I'm currently using the 'isolate' function, but it's returning expressions with the signum function.Q_isolate.mw
View Article