Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I want to solve the inequality log[3](5*x+1)/(log[3](7*x-1)^2) <=0. I did

A:=log[3](5*x+1)/(log[3](7*x-1)^2):

solve(A<=0,x);

I got solution is x = 0. But this is a wrong anserw. Please help me. 

Another way, if i solve  the inequality log[3](5*x+1)/(log[3](7*x-1)^2) <=1, i got Warning, solutions may have been lost. Please help me.

hello all,

I work on an equation that represents the profit on a given horizon (L), according to three parameters (P, W, theta), and i want to find the triplet that minimizes this function. I even try to make a loop on the three parameter to find the minimum, but Maple does not give me a numerical result. Below is the function that I want to minimize (Prof(P,W,theta)):

restart;

beta:=1.2;

L:=2;

Q := t -> 50000/(2+23*exp(-120000*(W+1/10)^(1/10)*t/P^2)); ...

Hi dear friends

 

I want to solve this equation with the foloowing boundary conditions with maple. please help me to solve it

 

The nonlinear equation is:

 F' ' ' +27*F*F' '=0

And boundary conditions are:

 F' (6)=0.148

 F' (-6)=0

 F (-6)=0

 

thanks for your attention in advance

hi

when i copy my results in excell or notepad, they are in the following format

                   HFloat(-2.372591966940632)
          ...

Question 1:

Once using Phyics, i copy to notepad become the following, how to make it become normal syntax such as a+b*c

with(Physics):

Physics[`*`](Physics[`*`](Physics[`*`](Physics[`^`](v(t), 2)

ex := {v*t...

Question 2:
forget how to make some patterns in terms of x1, x2

for example would like to make repeated x/(x+1) to be replaced by x1

I have been unable to get Maple Player to perform as I thought it would.  Actually I can only get it to work with the default functions.  Anytime I type in a function I get the following error message: "There was an error trying to generate the plot." or "There was an error during the differentiation of the input function." or "The input value "x

2

+4x+2" should be an algebraic expression." or "There was an error during the execution of finding the root."

similar to

http://www.singular.uni-kl.de/Manual/html/sing_951.htm
http://www.singular.uni-kl.de/Manual/html/sing_753.htm


i would like to find all modules in the complex
for example

0 -> A -> B -> C -> 0

would like to find B and C if know A

 

which book describe this algorithm for polynomial system

I am just a Newbie. Today I calculated a double integral using Maple 14 for linux amd64, but the results are  so strange that I think there must be something wrong.  I using two methods, the first is by using int(int(Integrand, inner variable), outer variable), the second is by calculating the inner integral first, then calculating the outer integral step by step.  But the two result are different.  Here is my codes: 
restart;
assume(a>0):
Int(Int(rho^2,rho=0..a*csc(theta...

Hi dear friends

 

I want to solve this equation with the foloowing boyndary conditions with maple. please help me to solve it

 

The nonlinear equation is:

 F' ' ' +27*F*F' '=0

And boundary conditions are:

 F' (infinity)=1

 F' (-infinity)=0

 F (-infinity)=0

 

thanks for your attention in advance

 

 

 

Many of us know that issuing plotting commands produces various kinds of plot data structure, the details of which are documented on the plot,structure help-page. That page covers most of the details, and a thorough read can reveal that the numeric data of a plot is often stored within such structures as either Array or Matrix.

But what about the result of a call to

Mapleprimes.mwHi all,

I am trying to use Matrix values in the equation,  I am trying to pick each value from matrix C1 and C2 add them and use them in equation to find B2x.  I am attaching my file for your kind consideration.

Looking forward to kind replies

Regards

A.Q

I am trying to run Maple using a shell script that run from the terminal. 
I used the command: "maple -q -w0" but it does not work and I get the message "maple: Command not found."

I think Maple is not known to the shell that i am running. What should I do to make it work?  

Dear All

Hi

I have a question about Maple 16.

Does Maple 16 is able to use several cores in multi-cores system?

Does Maple 16 is able to execute some common commands such as int, diff, dsolve and solve with capabilities of a multi-cores system?

Dear All

Hi

I want to solve a set of two ordinary differential equations by means of Maple. I can not unfortunately perform it as a non-numeric method. It is worth mentioning that by the following commands, Maple returns a solution presented as a DESol form, which is not useful for me. Note that functions C2_U0[i](theta) and C2_V0[i](theta) are obtained in terms of  C1_U0[i](theta) and C1_V0[i](theta) by using boundary conditions bc1_U0[i] and bc1_V0[i...

How to find the volume of the intersection of the sphere {(x, y, z): x^2+y^2+z^2 <= R^2 } and
the set {(x, y, z): |x| <= a, |y| <= a } under the assumptions R > a*sqrt(2) and a > 0?

First 1567 1568 1569 1570 1571 1572 1573 Last Page 1569 of 2224