MaplePrimes Questions

I use Maple 11 on windows (Processor Intel Centrino 1.4 Ghz and 512 Mb RAM).

I have problem with plotting of my function. Time of ploting is about 30-40 seconds. I try to use evalhf in different way for my function, but get different errors. My problem is that function in example is the most simple case in my physics model. It is ideal case, but in other not ideal case time of plotting increasing to 200 or 300 seconds. It's very dramatically for me :(

My example is:

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.

When implementing the Groebner Basis over Galois Field(2^m), I found an interesting thing: to represent and compute over GF, you have to map first.

 for example

generally the function having zero points or poles with non-integer order such as f(z) = (z-a)^(1.5+i0.3) must be dealt with on appropriate Riemann surface. In the following link I tried to extend the argument principle for such functions on a single sheet of Riemann surface and got a formula similar to that of ordinary argument principle. Using that formula the winding number of f(z) = (z-a)^(1.5+i0.3) around the origin is expressed as 1.5+i0.3.

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)

 

hey

let me put it simple: in maple if I do

However,

if i do l := list(30); l[1] := 2; l[2] := 2; l[3] := 3; l[4] := 3; l[5] := 5; l[6] := 7

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
 

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

First 2166 2167 2168 2169 2170 2171 2172 Last Page 2168 of 2434