Maple 13 Questions and Posts

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

I have two system of differential equations, the first one is implicit differential equations and the second one is BVP problem.

Maple can't give answers for both of them.

Can you help me ,Numerical approach is very appreciated.

thank you in advance.

unsolved_problems.mw

=

I have to make following substitutions in a ODE:

alpha = x - 2

y(alpha) =  y(x) - 1

 

[Maple code starts]

The ode is 

ODE := diff(y(x), x) = (y(x)+1)/(x+2)-exp((y(x)+1)/(x+2));

 

I have used the following commands:

Rhsa := eval(rhs(ODE), {x = alpha-2, y(x) = y(alpha)-1});
lhsa:=subs({x = alpha, y(x) = y(alpha)}, lhs(ODE));

 

Sub_ODE:=lhsa = Rhsa;

I use gnuplot to generate graphs in C++.Now we all know that in C++,we  just pass a text file to gnuplot,tell it to plot the text file.

Now,in Maple I want to do the similar thing,like this:

Suppose I have some single variable function/procedure,say of x

then I can write a loop say,

for 0 to 100 by 0.01 do

x,f(x)

od;

With this I can see the output.Now if I want the plot of f(x) vs x,then how can I say it to Maple?

As title

I need help in finding the maximum point of each curve (please see maple file link attached), or if possible display each maximum point (under different "ga") on the 3Dplot

Your help is appreciated

 

Correction.mw

Maplesoft uses deprecated power pc compatibility not supportred by mac osx lion. lmutil crashes and forces me to quit the application.Unable to get host ID

I am working with two multivariate functions A and B, with coefficients over a finite field. The x-degree of A is greater than or equal to B, which is greater than or equal to 1, and thus I want to find q and r such that:

A = q*B + r, where q, r are elements of K(y,z)[x], where K is my finite field. Obviously, I would like the x-degree of r to be less than that of B, and r not equal to 0.

My problem is this: the Rem and Quo commands, which will deal with my...

When I use the differential geometry package and setup a spherecial metric with greek letters using the palette it protects the variables displaying the actual greek symbol but it protects the basis elements (vectors and forms)  using the spelled versions i.e. dphi, dtheta.  In all subsequent calculations for other tensors like connection and curvature it displays the spelled names dphi dtheta whereas i would like to have the actual greek synbols displayed which it does in for example sin(φ...

Let's consider the following functions:

1/x,1/(exp(x)-1),1/sqrt(x)-all have a singularity at x=0.All got almost similar plot.Now,making the decision if the integration blows up or not at x=0,just by looking at the plot could be misleading.So after integration from 0 to a finite value,say 1, Maple provides the answer-the first two diverge,the last one converges to 2.Now how can I be certain that Maple just simply didn't make a mistake about the first two?Is there any...

Hello, thanks for reading this:

I have a bunch of points (x,y). I turned the points into a graph and then asked maple to give me the equation to the line.

It's mostly accurate however,..it's not close enough.

When I test the equation I can see some deviation from where it should be.

In some places the deviation is rather significant.

Does anyone know what I can do to get this more accurate??

 

Thank you!!!

What I mean is for example, the series

# 1-t+t^2-t^3+...;         -----------------------(1)

equals to

1/(1+t); # modulus of t < 1 --------------(2)

so given the terms in (1) above could maple deduce (2)  ?

 

Document Blocks

I have been trying to follow the steps in the help page for Document Blocks. The instruction to select all the lines and then select View->Inline Document Output. Problem is, that it simply refuses to work at this point. Any clues, please ?

Hello mathematicians :)

I have a problem finding the inverse of the following 12x12 matrix:

C:=Matrix([

[ 1, x1, y1,    x1^2, x1*y1, y1^2,      x1^3,    x1^2*y1, x1*y1^2,   y1^3,      x1^3*y1,   x1*y1^3],
[ 0,  0,  1,       0,    x1, 2*y1,         0,      ...

In the following worksheet I want the plot, but Maple can't generate it . I tried two ways-the first one took almost 40 minutes and gave an empty plot, the second one took almost 10 minutes and generate an incomplete plot.Also the integration is very slow,but still,it can do it.

So,can anybody help me with a better way to do things-using other numerical schemes/advanced plotting options-whatever it takes?    Or at least explain what is going on?

By...

I'm using maple 13.

The expression that I paste below is quite large and subsequent expressions are also swelling. This is causing maple to slow down and in some instances I get a message saying the kernel has disconnected (maple just times out) I want a way to programmatically reduce the size of the output. I have tried simplify(expr,size) and this has helped some. I don't want to use simplify(expr,symbolic) because of the presence of the square roots. Is there...

There have been many times when I want to see what the graph a function looks like, but don't have numbers to put in there. Sure, I could just plug in numbers, but that often affects the graph - such as slope. Is there any way for Maple to show me the shape of a graph with a symbolic function?

First 36 37 38 39 40 41 42 Last Page 38 of 54