Weakness of the solve command
Consider the equation (2^x)*(27^(1/x)) = 24 for which we need to find the exact values ​​of its real roots. This is not difficult to solve by hand if you first take the logarithm of this equation to...
View ArticleFor which x- and y- values these two bounded 3D surfaces are positive and for...
I have two surfaces crossing the z=0 plane for some ranges of x and y values. For the first surface, x=Gamma is bounded between 0 and 10 and y=rho between -1 and +1. For the second surface, x=Gamma_1...
View ArticlePDEtools:-Solve vs. solve. RootOf form difference.
I was trying to find out why my solution was not validating for this ode. It turned out because I was using solve instead of PDEtools:-Solve. It took me sometime to find this.This made huge difference...
View ArticleCan I solve the given biquadratic equation
Can I solve the given biquadratic equation in terms of sigma. I only need real positive root, if any6125*_Z^4 + 68644*_Z^3*sigma - 219625*_Z^3 + 255712*_Z^2*sigma - 959250*_Z^2 + 238144*_Z*sigma -...
View Articlewhy Maple gives same solution for two different equations?
Maple gives same solution for two different equations. eq1 := 1/5*sqrt(-20*y + 1) - 1/5*ln(1 + sqrt(-20*y + 1)) = x + 2; eq2 := -1/5*sqrt(-20*y + 1) - 1/5*ln(1 - sqrt(-20*y + 1)) = x + 2;Solving these...
View ArticleSolve for the resultant intrinsic frequency but the solution is too complex,...
I want to solve for the intrinsic frequency of a structure by using the equation of the determinant of a matrix equal to 0. I don't know if this is the correct procedure. Also the result is too...
View ArticleMaple 2024 crash calling solve. Reproducible each time
I am getting Maple server crash each time running this solve command.Could others reproduce it? I am using windows 10. Maple 2024. Why does it happen?Will report it to Maplesoft in case it is not...
View ArticleHow to get the solution with higher order polynomial?
Hi all guys! I am doing the error analysis but now I meet one question: how to get the explict solution of eq11? If it is complex, I just wanna the real part. Welcome all guys discussion!Download...
View ArticleHow to solve a heavily nonlinear system of equations?
Hi all,I'm new to this software, I've started using it to build myself a spacemouse, and figuring out the "inverse kinematics" involved in its working. I've done a little research on how Maple works,...
View ArticlePDEtools:-Solve vs. solve. RootOf form difference.
I was trying to find out why my solution was not validating for this ode. It turned out because I was using solve instead of PDEtools:-Solve. It took me sometime to find this.This made huge difference...
View ArticleIssues in using isolating variables from constraint
I can't isolate a variable from the constraint and move it to one side of the inequality. For example, it's like having theta <= all other terms. I've tried using the isolate and eval functions, but...
View Articlefind arbitrary coieficent with condition
i am looking for special solution i want give the maple equation and give what answer i want with condition for example i just want thus solution which is A_0,A_1,B_1 not equal to zero and other...
View ArticleHow choose the case after finding parameter
when i finding parameter i want just choose a case for example a_1=a_1Â and any other case a_2=0,and remove other case how i can do in maple>Â >Â >Â (1)>Â >Â >Â >Â >Â >Â >Â >...
View Articlesolve equations with condition parameter?
before run file remove all (:) i want calculate equation but with a condition for example: when a=4 then find other parameter in my equation with respect to a=4 find otherusesol.mw
View ArticleHow to evaluate definite integral without substituting values to parameters
i am trying to solve definite integral but i want result in A,B form i dont want to assign numerical values to them can i get that in maple? i have tried evalf, eval and simplify command but it is...
View Articleinternal error (in is/internal) type does not exist
Any idea why calling solve(eqs,unknowns) gives Error, (in is/internal) type does not exist when the unknowns are in a set, but the error goes away when the unknowns are in a list? Is this expected or...
View Articlehow to force maple to give final expression
hw8.mwI am struggling to find the answer how to force maple to give finakl answer and not some expression. Actually i am trying to solve for a
View ArticleWhy doesn't solve give any indication that there can be a non-trivial...
I created the following worksheet to illustrate my question.We have two equations.  and  are parameters and we wish to solve for  and . =  =  =  Maple says the only solution is the trivial solution.If...
View ArticleHow to solve such a system ?
eq1 := x = (a^2 + b^2 - c^2)*(a^2 - b^2 + c^2)/((-a + b + c)*(a + b - c)*(a - b + c)*(a + b + c)); eq2 := y = (-a^2 + b^2 + c^2)*(a^2 + b^2 - c^2)/((-a + b + c)*(a + b - c)*(a - b + c)*(a + b + c));...
View ArticleUnable to solve for w?
I am attaching the sheet, I want to solve for w or find range of w. q1.mw
View Article