MaplePrimes Questions

 

I have been looking at integrals of various summations of cos(m*pi) for m = 1, 2, 3, .....a specific n with limits -1 and 1.  Currently, when maple provides an answer it contains numerous terms of the form sin (m*pi) for some m.  Clearly all these terms should = 0 which would simplify the answer greatly, but maple does not seem to recognise this.  Is there a way of forcing maple to recognise that all these terms should be 0.  I have tried the eval, evalf and value functions but none of these seemed to help.

Hi guys. This is kinda tricky to explain, but this is what I've tried that doesn't work: U := add(lambda^n, n=1..8)-lambda^2; f[0,1]:=1: Q := collect(f[1,0]*lambda+add(add(f[m-k,k]*(lambda^(m-k))*U^k, k=0..m), m=2..3)+U, lambda); R := {coeffs(Q, lambda)}; solve(R);
I want a continous anti-derivate (cos(2*u*m)-alpha*u*sin(2*u*m))/(4*u^2+1)
w.r.t. u, for alpha and m Reals, 0 < u.

What I get with Maple in terms of Ci and Si jumps in m=0 (and for m=0 it
is not defined, due to Ci).

The best I got was

  Si(-conjugate(v))-Si(v); eval(%, v=m*(2*u+I));
  psi:= unapply(%, u,m);
  chi:= (u,m) -> piecewise(0 <= m, -Ci((2*u-I)*m)+Ci(m*(2*u+I)), 

I'm working with a PDE system, I want to bring it from the conservative(or divergent) to not-conservative form. So I have to do some derivatives. I'm working in vectorial form.

I have this expression:

(a*x^2+b*x*sin(y)+c*sin(y))^2+(a*sin(x)^2+b*x)^3

I have to rewrite this as a multipolynomial in the variables x and sin(y).

I'm trying this:

expand((a*x^2+b*x*sin(y)+c*sin(y))^2+(a*sin(x)^2+b*x)^3, x,sin(y));

but i get the same result as expand without the 2 variables at the end.

am i doing it right?

Thanks in advance!

When I integrate the partial derivative of v(x,y) with respect to y from y = 0 to y = Y using

 

int(diff(v(x,y),y), y=0..Y)

 

Maple simple echos the integral in typeset format. I expected to get

 

v(x,Y) - v(x,0)

 

What am I missing here? This integral comes from integrating the 2D continuity equation in boundary layer. Any help would be greatly appreciated.

 

Thanks,

 

Neill Smith

Here I show the results of the statistical calculation of the quartile, by several methods. All show different results for the same input data.

Hi guys. I'm trying to do something like this: add(add(f[m-k,k], k=0..m), m=1..d); and I want to get Maple to print the coefficients i.e. f[1,0]+f[0,1]+f[2,0]+f[1,1]+f[0,2] etc. I guess what I'm stuck on is how the Array for f should be defined? Any ideas? Thanks, Tom

I need help solving the following integral with Maple

int(erfc((R+3*t)/(6*t^1/2)),t=0..1)

I have a new one :) I need to find the critical points and tell their nature of a 3 variable function. It's a new thing for me and i'm not sure if i did it ok, here's what i have tried:

g := 1-2*x+3*x^2-x*y+x*z-z^2+4*z+y^2+2*y*z;

ex := extrema(g, {}, {x, y, z}, 't'); - stores the extreme value of f in ex

evalf(ex); - displays the extreme value in decimal

t; - contains the critical points of f

evalf(t); - displays the critical points in decimal

Here's what i have to do. i have a system formed of 3 equations, and i have to find the solutions ( there may be only one ), and the make sinus out of it evaluating it with 5 digits.

I am finding problems with plot first:

I am trying to find out all the real solutions of a system of 2 eqns and i just can't figure it out. Here's what i'm trying:

>eqn1:=x+y=9;

eqn2:=x+y-sin(x*y)=7;

solve({eqn1,eqn2})

 

After i hit enter, i get this warning:

 

Warning, solutions may have been lost

 

I'm completely lost !:(

 

Dear all:

   I assume this is an easy question, but I simply couldn't find an answer: How to sample from a multivariate normal distribution give a mean M and covariance matrix Ccov? The statistics package seems to only contain 1-d distributions.

Thanks a lot,

Peter

In the most recent release of Matlab I read in the what's new that it's symbolic toolbox is now based on MuPad instead of Maple (the Advanced Symbolic Toolbox no longer exists)

That makes me think the Matlab is cutting ties with Maple.  Anyone have any thoughts on this?

First 2173 2174 2175 2176 2177 2178 2179 Last Page 2175 of 2433