Problem with rootof
hey gauys,I have a problem with solving an equation. How can i obtain an analytical solution for that ?rootof.mwThanks Â
View ArticleSolving systems of equations with maple
Hello guys,I have three equations with three unknowns that I can not solve but my friend solved it with Mathematica, but I do not know how to get answers with Maple. Thankssolutions.mw
View Articleextracting coefficients of exponential functions
 Consider for instance the following equation:Eq:=(a-4)*exp(4*x)+(b+1)*exp(2*x)+(c-2)=0How can I list the coefficients of the exponential functions and also solve the equation for the constant...
View ArticleHow do I choose two coordinates points over four points? In maple
Hello everyone! I am currently solving on a basic coordinates points for my final year project. This is a part of my coding in maple. ans := solve({eq5, eq6}, {P2, Q2});Â Â Â Â Â Â Â {P2 = 3.222860033,...
View ArticleSolve a system of algebraic equations
I want to solve the following algebraic equation system using solve command. But, it gives only the trivial solution. I want to find a,b and c in terms of k. k is a constant here. Thanks in...
View ArticleHow to distinguish between real and complex solutions in solve?
solve_V_alfa.mws I'm trying to solve two simultaneous equations for velocity, V, and angle of inclination, alfa, given the range, ranj and maximum height, H. The solve part works fine, but gives me...
View ArticleHow many roots are there in this equation?
I want to find all complex numbers such that abs(z)*(z-4-I)+2*I = (5-I)*z. I tried solve(abs(z)*(z-4-I)+2*I = (5-I)*z, z) and got the answer is z = -1. This is a question in a test with multiple...
View ArticleHow to solve system of BIG equations?
Hello everyone!how to solve system of 5 equations like as in attachment, but much more faster?I tried to do this on my computer (CPU 8 Core 3,4 GHz, RAM DDR3 2x8 GB, SSD) but after 12 hour my computer...
View Articleconvert Root Of to conventional form
How I can convert Root Of to conventional form?Thanksroot_of.mw > (1) Download root_of.mwÂ
View ArticleMaple's solution does not reflect its plot
I am trying to solve an equation with respect to the variable w. However, although Maple seems to have solution, when I evaluate it, the answer (Maple gives 0) does not reflect the plot:...
View ArticleCalculating dimensionality of a solution space using solve
Hi I'm using solve,and i want to quantify the dimensions of the solution spaces of the output. For examplesolve([a+b, c+b])produces a singular 1 dimensional objectsolve([a+b, -b^2+d^2])produces 2...
View ArticleRearrange and aggregate inequalities
Hi, I am very new to Maple and do therefore probably propose a very simple question, so I would kindly ask you to excuse me in advance.Basically I want so solve a simple and discrete game by comparing...
View Articlehow to solve complex equations?
aab := int(exp(-a*x)*cos(b*x), x=0..infinity); simplify(eval(aab)); why above equation is not equal to a/(a^2+b^2) ? and how to solve below equationz assuming complex; solve(z^n - z = 0, z);it only...
View Articleinternal symbol _Z1 causes Error, (in SolveTools:-Inequality:-Piecewise)...
When I run a proc, I get an errorError, (in SolveTools:-Inequality:-Piecewise) piecewise takes at least 2 parameters But when I do restart; and then run the same command where the error was generated...
View ArticleError in evalc(Im(..)) call. It happens on some functions
I was trying the solution given in https://www.mapleprimes.com/questions/225083-Maple-Command-To-Find-Domain-Of-FunctionWhich works fine for some functions, but fail for some reason for other...
View ArticleWhy doesn't solve work when specifying variables?
Hello,     I've found that, occasionally, solve won't work if the solving variables are specified---but it will work if the variables aren't specified. For instance: eqns:= [x=1,...
View Articleusing timelimit in procedures that call procedures
I've made a worksheet (updated)in which I'm timing a program (GTS2) because it sometimes takes a long time to run, and I am not interested in timing the cases where it takes an exceptionally long time...
View ArticleErrors using solve with Inequalities
Are these errors to be expected? Why do they happen?restart; solve({x<>10, -infinity<x , x<infinity, -infinity<y , y<infinity},{x,y});Error, (in solver) invalid input:...
View Articlestrange result from solve vs. RealDomain:-solve
Why are the following 2 commands produce different result?restart; RealDomain:-solve({y=y,y<>0},y); solve({y=y,y<>0},y);              [y = 0]              {y...
View ArticleHow to plot solutions of a system of equations numerically ?
hi guys,i having trouble solving 3 equations with 3 unknowns. in fact i have 3 independent unknowns p,v,w and 1 dependent unknown t, i want to plot p(t)! actually in a simple system of equations one...
View Article