MaplePrimes Questions

My professor wants us to verify the following

(p \/ q) V r = p V (q \/ r)

using the following Maple equivalent statement

with(Logic):

Equivalent(a &and (a &or b),a);

 

The issue I have is I really do not know that the statement is asking for and where it would go. 

Thanks in advance for any help.

Int(exp(-1/100+1/1000*I*u)/(4*u^2+1)*exp(1/2*I*u),u = 0 .. 1)

The integrand has positive real and imaginary parts over the
range (just use plot it) and numerical evaluation gives it as
0.53434219089626 + 0.98249392969436e-1 * I (using Digits:=14).

A symbolic integration and using evalf gives the same.

Now writes this as

  tstData:=[a=0, b=1, m=1/2, b0 = -1/100, b1 = 1/1000];

  J:=Int(exp(b0+b1*u*I)/(4*u^2+1)*exp(u*m*I),u = a .. b);
  eval(J,tstData...

I'm student from Malaysia.

I prefer to study about prime factorization.

Can I know the two latest prime factorization algorithm which are widely use?

pleqse help te toprogram the pade approximant of a function with maple

Can anyone tell me how to work out correlation coefficients!!! I need it in very simple terms as I just dont get it ie if 2 variables has a correlation coefficient of .690 what does it mean?  Can someone explain it to me?  With thanks

I want to plot in 3D line segment (with 2 point) intersecting triangle(3 d with 3 points).

need help

Hello

I am a french student and I want to now if maple can transform a picture to a matrix.
thank you 

Does anyone know how to step-by-step set up a Gaussian Copula in Maple? 

I know how to simulate cross correlated random variables by using the Cholesky Decomposition but the requirement that the

correlation matrix must be positive define (all eigenvalues +) is such a pain! 

I know that copulas can easily be estimated in MATLAB but I have not seen one in Maple. Any ideas?

when using maple in the worksheet mode, the cursor has the following form
As you can see, cursor shows a vertical line or bracket, to join the group calculations.
I've seen in examples, the cursor has the following configuration.

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);
First 2196 2197 2198 2199 2200 2201 2202 Last Page 2198 of 2457