Maple 2017.3 problems with complex numbers, solve, and aliases
Hi, Maple 2017.3 has these problems which hamper my work with it. I shown three examples. Example 1: Maple cannot recognize automatically that two complex numbers are equal:...
View ArticleThe solution of the system of symbolic equations
I have problem with usage of solve for the solution of the system of six and eight symbolic equations. I need to get expressions for variables: R__xl, R__xs, R__xsi, R__zl, R__zs, R__zsi, dbeta__l(t),...
View ArticleSolving Equations Involving Radicals
Hi,I'm only getting one Answer instead of two (see below).Thanks in Advance Example 4: Solving Equations Involving Radicals (1.1) (1.2)(1.3)(1.4)(1.5)(1.6)(1.7)(1.8) Download Radicals.mw
View ArticleEasier way to solving an Equation Involving an Absolute Value?
Hi,I was wondering is there an easier way for me to solve an Equation Involving an Absolute Value? Example: Solving an Equation Involving an Absolute Value (1.1)(1.2)(1.3)(1.4)(1.5)  Download...
View ArticleSolving a Double Inequality?
Hi,I'm trying to solve for Double Inequality. (1.1) and (1.3) combined.Thanks in Advance Example: Solving a Double Inequality (1.1)(1.2)(1.3)(1.4) (1.5)(1.6) Download Double_Inequality.mw
View ArticleHow to solve a set equations in a matrix form?
Hello there, When I tried to solve a set of equations, represented in a matrix form, Maple complained. After the matrix form was decomposed to row by row and solve was attempted, Maple became happy. I...
View ArticleEquating a value to single root within all values of RootOf
I have a variable that can take multiple values since it is the RootOf solution of a polynomial. Based on the setup of the problem, the variable should be between 0 and 1, and therefore should be only...
View ArticleChange RootOf solutions
How I can change this solution or remove the RootOf, because i have to show variables and params in this solutions. > > > > > > (1)>  Download titikkesetimbangan.mw
View Articlehow to obtain all roots for positive integer and not just principal root?
sqrt(4) gives 2 in CAS systems, since the principal root is returned by default. Is there an option to have Maple return all roots? Which in this case 2,-2?I'll explain the context why I need this.When...
View ArticleSolving inequality involving fatorials
Hello,I tried to solve an inequality involving factorials using solve, but I failed. The code is solve(1/(n+1)!<0.0001,n)n should be 7.Maple returns me "Warning, solutions may have been lost"...
View ArticleRE: how to calculate arctan from the resultf from 'solve' command
Hello All, Would please tell me how to get the result from 'arctan()' function by using a part of the results from 'solve' command?Here is an example: > restart; with(plots):> R_circ :=...
View ArticleHow to check the general solution of equation ?
 I try to solve the general solutions of sin(x^2)=1/2. And then I would like to check the solution,but failed. How to do?s:=solve(sin(x^2)=1/2,allsolutions);about(_Z1);  #Originally _Z1, renamed...
View Articlewhy Maple gives duplicate solutions from solve sometimes?
Whenever I call solve, I now make sure to convert the solution to a set first to get rid of duplicate solutions which could be generated.Is there a way to tell solve to return unique solution only by...
View Articlecould Maple find a symbolic solution?
 I want to find all real roots of  equationx^2 + floor(x) - 10=0restart: solve(x^2+floor(x)-10,x) assuming x::real maple tells me:  RootOf(_Z^2 + floor(_Z) - 10)allvalues(%) RootOf(_Z^2 + floor(_Z) -...
View ArticleError, (in SolveTools:-CancelInverses) assertion failed, simplify should not...
I see this error once in a whileError, (in SolveTools:-CancelInverses) assertion failed, simplify should not leak _Z variables out from RootOfs When I run a long script. Unfortunately, I have not been...
View ArticleHow to solve system of equations under the condition
How to find all solutions [xi,yi] to the following system of equations  x3y=1y-sin(12x)=0which satisfies condition 1,2<x<2 Â
View ArticleHow to extract rhs (right hand side)
Hello all, When I tried to extract the RHS of the answer from 'solve()' command, the attempt failed.  > restart;> sys := U__s^2 = ((1+sigma)*U__T2N - u__rN * U__T2N/(1+sigma))^2+(u__xN *...
View Articleon obtaining solutions of equations as list
This is a programming question.The goal is to solve an equation such as eq:=x^2+2*x-1=0; and obtain the solution as list with x= on each solution, like this            sol := [x = sqrt(2) -...
View ArticleHow to resolve: Warning, solutions may have been lost
doubt_1.mwHi, I am trying to solve two simultaneous equations (for t1) they are as follows-eq 1i__m2(0) = (-(-b*`#msub(mi("θ",fontstyle = "normal"),mi("m"))`+`#msub(mi("θ",fontstyle...
View ArticleSolve an equation
Hi,I want to solve an equation(see the attached file) numerically, find  values of M that satisfy this equation and then plot the curve of M versus sigmai for those values of M that satisfy the...
View Article