solve equations issue (15equations with 16 varibles)
dear all,  I am trying to use the solve to get symbolic answer.to be simple, here is issue:I have 15equations with 16 varibles.the 15 equation as follows:first 4 equation set equList_Ya :=[ Va1 Ya11...
View Articlesolve equations issue (15equations with 16 varibles)
dear all,I am trying to use the solve to get symbolic answer.to be simple, here is issue:I have 15equations with 16 varibles.the 15 equation as follows:first 4 equation set equList_Ya :=[ Va1 Ya11 +...
View ArticleMulti-variable
 {[[b/(sin(x-y-z))=a/(sin(z)),],[(a^(2)+b^(2)+2 abcos(x-y))cos(m(y+z)+n)=acos(mx+n)+bcos(my+n),]];Why cannot this group of equations be solved in Maple software?
View Articlehow to obtain this simplification in Maple
I want to solve for y in  exp(sqrt(y))= tanh(x) and get y=ln( tanh(x)^2). But unable to figure what options or assumptions Maple needs.For reference, here is Mathematica solution that I'd like to...
View Articlesolve equations issue (15equations with 16 varibles)
dear all,I am trying to use the solve to get symbolic answer.to be simple, here is issue:I have 15equations with 16 varibles.the 15 equation as follows:first 4 equation set equList_Ya := [ Va1 Ya11 +...
View ArticleSolve a system of nonlinear algebraic equations
How can these eight equations q[0]...q[7] be solved for the eight unknowns a1[0]...a1[7] and with the lowest CPU time11.mw
View ArticleHow to simplify this simple expression (best)?
is a typical example of Maple output (in this case the natural frequency of a harmonic oscillator with m>0) where further simplification to text book notation is desired. To getthe context menu did...
View ArticleAnimation of a trapeze
restart; with(plots): _local(D):EQ := proc(M, N) local eq; eq := (y - M[2])/(x - M[1]) = (N[2] - M[2])/(N[1] - M[1]); end proc;Â Â Â EQ := proc (M, N) local eq; eq := (y-M[2])/(x-M[1]) =...
View ArticleOutput issues with solutions
Hi,So I have two issues currently. One is involved with units, and the other is involved in this preculiar issue I have with a solve.The units issue is probably pretty simple. I tried converting the...
View Articlecan maple find solution to an equation which is +- infinity?
in the context of solving an ode, sometimes the constant of integration that will satisfy an initial condition is +infinity or -infinity.But Maple's solve does not find such solutions to the constant...
View ArticleIf f(x)=sin(x)/x and we use solve(f(x)=0) why does Maple give no result?
Consider the function . If we plot it we obtainIf we try to solve the equation  we get no result back from Maple. Now consider the function If we plot g we obtainThe weird thing here is that the graph...
View ArticleHow do I programatically simplify the output from using Maple's pade function
Hello all,I am fairly new to Maple and would like to programatically simplify the output form using Maple's pade function on an arbitrary function:Â Y := 1/(R__s + 1/(s*C__dl + 1/(R__ct +...
View ArticleWhy the expression is too large?
Why the expression of lambda[1] is too large? One of the possible values of lambda[1] should be "sqrt(1/(4*omega^2 - 4))*a[-1]". JCN.mwÂ
View Article'solve' does not solve the equation and returns RootOf(...). remove_RootOf...
Dear Sir or Madam, I cannot get a solution from this equation. Can someone show me how to find (a) solution(s) for it? This is what I look for: The 'height' of a parabola expressed in terms of its arc...
View ArticleAnimation of a trapeze
restart; with(plots): _local(D):EQ := proc(M, N) local eq; eq := (y - M[2])/(x - M[1]) = (N[2] - M[2])/(N[1] - M[1]); end proc;Â Â Â EQ := proc (M, N) local eq; eq := (y-M[2])/(x-M[1]) =...
View ArticleA common occurrence when executing commands in the context-panel.
I was just going through Chapter 4 - Basic Computations from the User Manual. I have a worksheet in Documenet mode where I put in the commands I see as I go through the Chapter.I reached the part about...
View ArticleWarning, solutions may have been lost
I make the equations p0 and p1 equal to find y, and use the solve function, but always remind me of the following errors. How can I figure out y? Q in the formula is equivalent to a constant. Thank you...
View ArticleHow does Maple obtain this particular expression for the solution of the...
Consider the system of two equations x+y=2x*y=4Let's try to solve this using Maple's solve command.This seems at first glance like one solution, but actually it is two, which I see if I use...
View ArticleHow do I Characterize these equations in terms of solutions?
How do I characterize this equation set? I think it has 6 solutions, equal in pairs, or 3 distinct solutions.restart;eq1 := x =...
View Articleusing different timeout values makes solve hangs. Unable to close.
Maple 2022.2 on windows 10. I found another serious problem with timelimit. When changing the timelimit value, solve hangs.i.e. timelimit do not timeout. But that is not all. Unable to terminate the...
View Article