Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

How do I plot a elliptical cross section with equation (((x-x[0])^2/1.75^2)+(y-y[0])^2/1.35^2))=1? The ellipse is centred at x[0], y[0].

Hi,

I would like to find the optimal values of the parameters  [ w,  a ,  b ]  in a GARCH(1,1)

I however have some problems specifying the Maximize function in the Optimization package

due to all the individual loops.....Any suggestions?

 

I have attached the workshet and the data

 

Download 8342_GARCH-Yen Data Hull.xls
View file details

 

Hi There,

Here's the problem: I'm trying to tiple-integrate rst e with the limits...
t=r-s...r+s
s=r...∞
r=0...∞

This is a straighforward integral with the use of the gamma function

0 xe dr = Γ(n+1)/a

and my copy of Maple v11 crashes before it yields the answer.

 

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:

First 1969 1970 1971 1972 1973 1974 1975 Last Page 1971 of 2219