Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hey,

 

I've got weird problems with maple 12 that often does not evaluate things, even when using eval() or simplify():

 

http://img209.imageshack.us/my.php?image=zwischenablage02kl2.jpg

http://img209.imageshack.us/my.php?image=zwischenablage03pa4.jpg

http://img209.imageshack.us/my.php?image=zwischenablage025nx4.jpg

 

Can you help me figuring htat out?

Thanks a lot!

I try to calculate integral from complicated function (contain sqrt from complex varianles, Imaganary and real part, Matrix and so on).

When I exec command

evalf(Int(f(z), z=0.0..0.1));

it works correct

When i try to increase limits on integral, i have error

evalf(Int(f(z), z=0.0..0.2));

Error, (in signum/main) too many levels of recursion

 

I use Maple on Windows, May be it hardware limit?

command kernelopts returns

How do I keep it from reverting to text mode every time I press enter. It gets annoying having to switch it back constantly. Search wasn't helpful -_- Thanks in advance.

Hi,

I would like to find the date 6 months from a given date and also how many days are elapsed between two dates ? Are there any date functions defined in maple to perform above tasks ?

Thanks
Kiran
 

I have a matrix;   

                1   -4  1

A4:           0    7  5     

                 0    0   0

After writing a code I was given an output from Maple in the following form: {n=1,x=4,lplp=6,lpsp=8}. I need to use these values separately. How to I get them out of the brackets? When I type n on the next line it just shows "n" not n=1. Any ideas?

I need to specify some boundary conditions and I am unsure how to write it. My conditions are

F[m,n](1)=1,F[m,n](-1)=-1 if m=n=0 else F[m,n](1)=F[m,n](-1)=0  and F'[m,n](1)=0 and F'[m,n](-1)=0 for all m and n

how do i specify this?

Thanks

 

 

 (2x-a/x+a)-(x+3a/a-x)-(a^2/a^2-x^2)

 

I have following program and get error

>f := (x,y) -> `if`(x>1, x+y, x-y);

>f(1.1,0.1);#function without int evaluated correctly
                                     1.2
>ff := (y) -> int(f(x,y), x=-2.0..2.0);

>evalf(ff(1.2));

Error, (in eval/if) cannot determine if this expression is true or false: 1 < x
 

Why does Maple fail to respond to

solve( {(560/243)*(x+1)^(-13/3)},{x});

 

 

I have the differential equation below

de1:=diff(F(eta,alpha,R),eta$4)+alpha*eta*diff(F(eta,alpha,R),eta$3)+2*alpha*diff(F(eta,alpha,R),eta$2)-R*(diff(F(eta,alpha,R),eta)*diff(F(eta,alpha,R),eta$2)-F(eta,alpha,R)*diff(F(eta,alpha,R),eta$3));

How do I evaluated it with a series representationtation of F like the one below

F(eta,R,alpha)=add(add(F[n,k](eta)*R^n*alpha^k,k=0..10),n=0..10);

i tried using the subs command to substitute it in but just got back what i started with

thanks

Dear OpenMaple users,

we try to tackle the following problem (unfortunately with limited success):

We would like to use OpenMaple (Maple 12) to call a maple procedure from C (C++ with only C features used). We have the void-function myfunction which gets two n x d arrays (d<=20, called inputmatrix and outputmatrix), a double parameter myparameter, a MKernelVector kv, and an ALGEB r.

Hello! My question is how I can decompose, for example, sin(x) to infinite product. Something like this: Pi*z*Product(1-z^2/n^2,n = 1 .. infinity) = sin(Pi*z) Thanks

hi I want to write a program that convert a polygon to triangle, that is if we have polygon with 6 edges, how we can get triangle from it using edges or vertices??

I am biginner,

First 1967 1968 1969 1970 1971 1972 1973 Last Page 1969 of 2224