Maple 14 Questions and Posts

These are Posts and Questions associated with the product, Maple 14

I wish to solve the following equations simultaneously:

 

(diff(g(t), t, t))*f(x)-(diff(f(x), x, x))*g(t) = 0

and

(diff(f(x), x))^2*g(t)-(diff(g(t), t))^2*f(x) = 0

 

I searched the help files and did the following:

 

I have tried using solve but get an error

solve({`&x`(diff(g(t), t, t), f(x))-`&x`(diff(f(x), x, x), g(t)) = 0, `&x`((diff(f(x), x))^2, g(t))-`&x`((diff(g(t), t))^2, f(x)) = 0}, [f(x), g(t)])

I really like this package:

http://www.maplesoft.com/applications/view.aspx?SID=1671

But it seems to be impossible to intersect more than two areas:

restart;
with(InequalityGraphics);
inequalityplot(sin(x)+4*y>8 and x*y>1 and y<3-x,x=-2..4,y=-2..4,feasiblepoints=30);

It works if I leave out a condition:

inequalityplot(sin(x)+4*y>8 and x*y>1,x=-2..4,y=-2..4,feasiblepoints=30);

Hi,

My data are 3 numbers that evolve in time: it makes a matrix n*3, where n is the number of occurences in time. I want to apply automaticaly a calculation (solution of a polynomial) n times on my data. How do I do that?

Thanks in advance,

Florent

Hi all,

I want to get the general solution of the Laplace equation with boundary conditions below:

sys[1] := [diff(A(r, theta), r, r)+(diff(A(r, theta), r))/r+(diff(A(r, theta), theta, theta))/r^2 =0, D[2](A)(r, theta0) = 0, D[2](A)(r, theta0+beta) = 0, D[1](A)(R1, theta) = 0, A(R2,theta)=f(theta)];

pdsolve(sys[1]); do not give me the solution

Thank you to help to obtain the general solution and how (the method) to obtain this solution with Maple

Hi all,

Is there any way with "pdsolve" or 'dsolve' to get the general solution of Laplace equation in polar coordinates with boundary onditions as :

restart:sys[1] := [diff(A(r, theta), r, r)+(diff(A(r, theta), r))/r+(diff(A(r, theta), theta, theta))/r^2 =0, D[2](A)(r, theta0) = 0, D[2](A)(r, theta0+beta) = 0, D[1](A)(R1, theta) = 0, A(R2,theta)=f(theta)];

pdsolve(sys[1]);

Thanks in advance

I've been using Maple for many years in the good-old "classic worksheet" mode. After purchasing Maple 14, I decided to use the "new" worksheet mode (I know it's not that new, but I always objected to use it) to get the most of the 64 bit program with my 64 bit Windows 7...

 

1. My first problem is that "I cannot copy any output!" either to paste to an input line or to a text file!

 

My Tools-Options-Display section is,

Input display: Maple notation

Is there a way to insert a table of content with the headers of the sections at the beginning of the document? (like in MS Word)

If I click on the link, maple should jump to the section.

It should be updated, if I create a new section or change the header.

Hi,

I am a student brand new to Maple.

How can I add a newline in a Maple Input block in Document mode?

Whenever I hit Enter, the code I've typed up to that point - which may be incomplete - is executed. Or, I may need to add a line to some code given to me, but pressing ENTER tries to execute it. (And where in the help system could I find something like that? I looked, but couldn't find it).

Thanks

There is a difference between a variable with an index and a variable name with an index in "2D Math"-Mode.

The variables look similar.

Here an example, what I type and what I get.

a (SHIFT + _) 1:=2
a (SHIFT + CTRL _) 2:=3
a (SHIFT + _) 1 * a (SHIFT + _) 2
a (SHIFT + CTRL _) 1 * a (SHIFT + CTRL _) 2
a (SHIFT + _) 1 * a (SHIFT + CTRL _) 2

And this is, what I get.

I have gotten some comments about my new avatar, including a few commenting that while my picture is clear on the blog contributors sidebar, it is "blurry" on my blog posts. I just wanted clear this up.  I am not in the witness protection program; I just really love singular values.  My new avatar, just like my old one, is a rank 4 approximation of a picture of me using the singular value decomposition.

I have the function,

f:=5000/(1+99*exp((-0.8*t)));

and I would like to find it's inverse....how can I do this?

 

I made a model in MapleSim(Fig 1).

Here is the custom element named 'FcF' among the model. Its equation is defined as Fig 2.

I analyses
the model in Maple, the part related with the equation of FcF is shown
as Fig 3.

Y was trying to plot this fuction f(x)=3x^2-2x when x= 0.1,.09,...,-.1 but i can't i'm a new user.

hello

This is what I have written out in Maple, and I have been trying to plot into a graph, but am having no luck at all.  Do you have any advice for what my next step should be. I'm using a simplified version of Brain and Cousens model.

> restart;

> with(plots);

> with(Statistics);

y := (x) -> (d+fx)/(1+h*x^b) , x > 0

b := 2; d := 1; h := 1;

This is the question: Let b = 2, d = 1 and h = 1 

I tried to run a fairly simple list of commands:

 

weight := k -> if(k = 2, 1/2, 1)

sum(weight(m+2), m = 0 .. 0)

 

the expected result should be 1/2 - which is weight(2). But Maple returns 1 for some reason.

Is this a bug in Maple or did a make a mistake in my expressions?

 

Many thanks in advance

First 27 28 29 30 31 32 33 Page 29 of 34