MaplePrimes Questions

Questions about Fourier series use in Maple/Or even which commands should I use in Maple to solve these questions as I didn’t find the commands in Maple in general; Here are some questions:

My Maple14 program occasionally needs to skip to Pari-GP to do some algebraic number theory calculations.

The code for WindowsXP is as follows (the code for Windows7 is a little different):

   readstat("In a Pari window enter \\r p When done enter ; at the end of this line.");

Thus I need to put Pari in the foreground, and when done, bring my Maple program back to the

foreground. My program has already set p in the Pari directory to the appropriate Pari script.

I suppose this should belong in a blog or a post but it's more of a question because I don't present anything, but I merely pose an interesting question and wondered if anyone was up to the challenge.  This is also related to Deconstructiong a wave http://www.mapleprimes.com/questions/124373-Deconstruct-A-Waveform-Into-Its-Fundamental

Recently I read an interesting...

What is the equivalent command from the MATLAB conv in Maple?

Convolution and polynomial multiplication

convolves vectors...

Maple 14:

1, i can't "tab" anymore.

my tab key is turned on(otherwise when i press tab, the curser goes to the next "section"), when i press tab, the curser simply moves over a tab but the words don't! and sometimes when i press tab, nothing happens, and often times, things start to get really buggy and weird.

2, i have to "enter" my module twice before it will work...here is what happens:...

Hi everybody,
I have these two (three) animations (a single animation and a array with two other animations) and I would like to plot the three animations such that when I click on the play button of one of them, all the three animations starts at the same time.. I don't know how to get this, please help me if you can!
This is the code of my animations that I'd want to run at the same time:

The first:


display([mech||(2..nstep+2)],insequence=true,gridlines=true,title="Mechanism...

s:= int((1/4)*sqrt(2)*exp(-(1/2)*(x+k*sin(-theta+phi))^2/sigma^2)*(1/(2*Pi)+Q*cos(k*phi))/(Pi^(3/2)*sigma), phi = -Pi .. Pi);

how to use reduce command to get prime ideal?

i find PrimeDecomposition and PrimaryDecomposition in package with(polynomialideal):

is the primedecomposition for prime ideal?

 

This is related to my previous question regarding int versus Int.

In the process of trying to answer my own question I tried the following:

> q := exp(-x1*log(x1)-x2*log(x2));
                         exp(-x1 ln(x1) - x2 ln(x2))
>
> evalf(subs(r = 1, int(int(Dirac(x1+x2-r)*q, x1 = 0 .. 1), x2 = 0 .. 1)));
0.
> evalf(subs(r = 1, int(simplify(int(Dirac(x1+x2-r)*q, x1 = 0 .. 1)), x2 = 0 .. 1)));

Can anyone explain why I get a different answer if I use int instead of Int in the following evaluation:

> evalf(subs(r = 1, Int(Int(Dirac(x1+x2-r)*q, x1 = 0 .. 1), x2 = 0 .. 1)));
1.676209155
> evalf(subs(r = 1, int(int(Dirac(x1+x2-r)*q, x1 = 0 .. 1), x2 = 0 .. 1)));
0.

hi, i have a function in seri's with one unknown parameter and i want to solve it for this boundary condition : f(infinity)=1

I use pade approximation but in my case it doesnt work. i want to know is there exist other  method in maple for this problem. for example other rational function.

 

thx

 

for simple case 2*2,  A = matrix([[0,-1],[1,0]]);

using A, i understand f(x,y) = f(-y,x)

where do other case f(-x,-y) and f(y,-x) come from?

any command to list all cases with input a matrix A?

if A has more dimensions, what will the cases be ?

Hi , how do I get the binomial expansion of  1/sqrt(9+4*x^2) .  I am using expand(expression,binomial) . But Maple just

returns the expression.  Thanks .

how to x1, x2 ... with xi in procedure?

b := 1;

for i = 1 to 3 do

     b := b*1/(1-xi);

od;

but xi can not represent x1, x2, x3, which commands can present x1 x2 x3 ?

First 1832 1833 1834 1835 1836 1837 1838 Last Page 1834 of 2429