Solution to BVP , pls help
Am trying to valid a research work done by kuiken(1968)Kuiken_(1968).pdfwhere we have this two eauations:restart; Digits := 35; with(ODETools); with(student); with(plots); inf := 4; equ1 :=...
View Articlehow to configure maple to show every steps it run when solve a equation or...
how to configure maple to show every steps it run when solve a equation or system?if so,can i run the steps again and return the same result as a solve function do?
View Articlesystem of equations
hi there,this is my first post here, and first time using mapleI do have trigonometric system of equations, and I like to solve for thetas(1-5).please help me out( how do I inpu them in maple) and how...
View Articlesystem of linear equations
Hi,I want to solve 2 linear equations in p[1] and p[2] eq3 =...
View ArticleCritical bug in solve
Up to http://www.maplesoft.com/support/help/Maple/view.aspx?path=solve&term=solve• If the solve command does not find any solutions, then if the second argument is a name or set of names, then the...
View Articlesolve does not answer for equation???
hi...why solve for this equation dos not answer?thanks4.mw (1)(2)(3)(4)(5)(6)(7)(8)(9) Download 4.mw
View ArticleRepeated solutions using solve
Part of my research involves finding solutions to polynomial equations in several variables. Presently, I'm using Maple to both generate and solve these systems. With what I'll call a particular type...
View ArticleSolving 5 equations 5 variables > no answer.
Hello!I am trying to solve several equations for some mechanics problem. I made the following lines with variables: Az, Bz, Dz, Dx, Ma. The equations are showed in the image below. I can use either Md...
View ArticleHow to solve this equation with allsolutions
Hi all,I have this equation that I can not get all solutions symbolically:restart:eq1 := cos(lambda*ln(r1))*cos(lambda*ln(r2))+sin(lambda*ln(r1))*sin(lambda*ln(r2))-1 = 0:solve(eq1, lambda,...
View ArticleWhy maple can not solve this integral?
I'm trying to solve this integral, but maple does not show any result.f := GAMMA(phi)*y^(mu*phi-1)*(1-y)^((1-mu)*phi-1)/(GAMMA(mu*phi)*GAMMA((1-mu)*phi))int(log(1-y)*f, y = 0 .. 1) assuming phi >0...
View Articlehow i can solve or fsolve this equations?
hi.how i can solve or fsolve this equations?i can not with fsolve?thanks alotSOLVE.mwMaple Worksheet - Error Failed to load the worksheet /maplenet/convert/SOLVE.mw . Download SOLVE.mw
View ArticleWant for execution
Can somebody execute this code on a powerful comp and report the result in MaplePrimes? That would be kind of her/him. RealDomain:-solve(a^2+b^2+c^2+a*b+a*c+b*c-...
View ArticleHow to symbolically solve the parametric equations of two circles in 3d space ?
I want to calculate the ratio of the length of day and night for every latitude on earth ? but i confused on using Maple in a wise way for finding the formula ! this is my demonstration :shekofte000.mw...
View ArticleSolve... well it depends
Here is one that the students generated which caused confusion. a := 0.76; eq1 := 2*cot(a*sqrt(2*E)) = (2*E-5.4)/(sqrt(E*(5.4-E)); solve(eq1, E)And the results are: 0., 4.411954070, 2.423743792The...
View ArticleWhy maple could not solve this expression?
I solved this (aq1) equation and got a set of answers, but when I want to solve another equation (aq) that is like (aq1) it took a long time and I stopped progressing.aq1 :=...
View ArticleHow do I solve a system in two unknown vectors?
I'm trying to solve the really simple system u+v = <-2,4> and u-v = <-3,6> for u and v using Maple. My attempt attached. Error, invalid input: solve expects its 1st argument, eqs, to be of...
View ArticleNew to maple. How to simplify result?
Hello,I've just started to use Maple 16, and I can't seem to get a neat result, when I use the solve function to solve 4 equations with 4 unknown constants.I've posted my calculations. How can I get a...
View ArticleI can't get solve to work
i have these commands:restart; with(plots); with(VectorCalculus); with(LinearAlgebra); f := A-B+x^y/y;g := x^y-y; Solve({f = 0, g = 0}, {x, y}); / / y \ \...
View ArticleHow do i strip my solve() result for the values only?
I will try to explain with an example, lets say i have to solve 2 equations with 2 unknowns P := solve({3*y+x, 2*x+3+y})I would then like to do P[1] and P[2] to get the values, but instead it gives me...
View ArticleError, (in MTM:-solve)
Hello, I want to determine the unknown out of the equation, and I do not know why I have such an error. Error, (in MTM:-solve) {5*x-3 = 19} is not valid equation or...
View Article