RootFinding[Isolate] vs solve
For solving polynomial systems I used RootFinding[Isolate]. But after discussing the question http://www.mapleprimes.com/questions/211774-Roots-Of--Expz--1I decided to compare Isolate and evalf(solve...
View ArticleHow to get the boundary of RealRange
I used SOLVE to solve an inequality. The result shows things like this: How can I read the upper bound to a variable? THanks!
View ArticleHow to solve a variable amount of variables?
Hey all, The title is probably very poorly explained and doesn't make much sense at all, but here goes nothing:I define at the start of my .mw file that M:=1, but I need to be able to change it in...
View ArticleError, (in fsolve) Can't handle expressions with typed procedures and...
I am trying to find the root of an equation. The problem is, I keep getting the error"Error, (in fsolve) Can't handle expressions with typed procedures"and Warning, solutions may have been lostwhenever...
View ArticleProblem with solving ODE system
i have attcahed my ode with complex bvpcan anyone solved mine> > > > > (1)> > > > > (2)> > > Error, (in dsolve/numeric/bvp) singularity encountered > >...
View ArticleProblem with solving system
hi deari wright this formula for solving by two variable but it dont solve and i recicive this message (warning solutions may have been lost)please help mythanks
View ArticleSolving nonlinear recurrence equation
How to solve following recurrence equation: a(0)=2;a(n+1)=a(n)+a(n)^2 I tried,but it doesn't work.How to find the sequence an ?Maple_worsheet.mwMariusz Iwaniuk
View ArticleHow to assign letters as constants
Hi all,I seem to be quite stuck on figuring out how to leave certain letters (e.g. planck's constant h) inside the equation without having to assign it as some particular number. What I am trying to do...
View Articlehow to avoid "singularity encountered"
Hi All,i want to run ode bvpsystem in lubricating disk flowthe bcs in power law non newtonian lubrica > > > > > (1)> > > > > (2)> > > Error, (in...
View ArticleHow to solve a variable amount of variables?
Hey all, The title is probably very poorly explained and doesn't make much sense at all, but here goes nothing:I define at the start of my .mw file that M:=1, but I need to be able to change it in...
View ArticleSimplification of RootOf
hi...how i can gain result for solve three equations,in which term '' Root of'' dont appear?thanksroot.mw(1)(2) (3)(4)(5) Download root.mw
View ArticleInteger solution of system
Dear all,I wold like to find the solution of the next system of two equations with three unknowns but we assume that the unknows are positive integers. How the following code can work. Many thanks...
View Articlelinear system with parameterized coefficients: how to get all solutions?
Hi, I am trying to solve a simple system of the form AX=0, where A is a N*N matrix, X is an N*1 vector (and the right-hand side of the equation is an N*1 vector of zeros, I apologize for the inexact...
View ArticleHow to solve polynomial system?
how i can solve equations and gain{p1,p2,q1,q2}?thankssolve.mw(1)(2)(3)(4)Error, (in PolynomialSystemSolvers:-PseudoResultant) numeric exception: division by zero Warning, computation interrupted...
View ArticleLabeling solutions
I have used solve to find the solution to an equation that has two solutions, and I want to give each solution a label so that I can use each individually in subsequent manipulations. How do I label...
View ArticleProblem with solution of linear algebraic system
Hello dear!Hope everyone fine, I am facing to solve the attached problem please find and fix it. I am waiting your kind response. naveed.mw
View ArticleParametric solution of polynomial system
hi.how i can solve two equation with respect to parameter sigma1SOLL.mw> > > > > Warning, computation interrupted > Download SOLL.mw
View ArticleAlgebraic equation over reals
I have problem to get real answer in a simple equation. maple just give me complex answer.how i can get parametric real answer? Ihave trid this two way but not applicaple.with(RealDomain);...
View Article