MaplePrimes Questions

I want to solve the following equation

1+{(25.*phi^3-297.*phi^2+1162.*phi-1500.))*(840.+332.*theta+29.*theta^2)/((phi^4-16.*phi^3+89.*phi^2-201.*phi+150.)*(3.+theta)*(28.+11.*theta+theta^2))}

in terms of theta.

i.e theta=[f(phi)].

The equation 

solve(surd(-2*x+4,3)+surd(x+2,3)+surd(x -6> ,3)=0);

has three different integer solutions.

I want to choose the integer number a, b, c, d, e, f to the equation 

(a*x + b)^(1/3) + (c*x + d)^(1/3) + (e*x + f)^(1/3) =0 

has three different integer solutions.

I tried

restart:

L:=[]:

for a from -10 to -1  do

Is there an in-built function in maple that gives the Nodes and weights for a Gauss-Hermite numerical integration procedure? I was not able to find one in my initial search.

 

Thank you!

Dear All, 

I am doing a simple optimization and I am getting an answer at the end. I want the output of the optimization problem to be assigned to a number instead of a list. Could anyone please suggest a resolution for this?

Following is the code

with(Statistics);

dummy1 := sqrt(1/(1+y*e));

R := RandomVariable(Normal(y*e*z/(1+y*e), dummy1));

 y := 1; b := .3; a := 1.25;  z := 1; e := .2:

with(Optimization):

Hi every one

I'm new to maple programming so my question might be boring. I'm trying to solve the higher order kernel generation function which appears in B. Hansen (Econometric Theory, 2005). The quation is

I'm running Maple 12 on my Windows 7 machine, 64-bit.  I never had this issue before when running in on XP (32-bit) for a couple years before I got a new machine.

Basically, whenever I go to Save or Save-As, Maple just closes.  It doesn't freeze or anything, just closes.  This problem is sporadic - sometimes it happens and sometimes it doesn't.  At first it was only doing it with Save and I overcame the problem by just making multiple versions of...

Just a simple question.

If you have 10 objects and you choose 6 and order doesn't matter,

binomial(10,6)

                      210

binomial(n,r);

                         /  n    \
  ...

How to calculate mul(sqrt(3)+tan((1/180)*Pi*j), j = 1 .. 29) exactly?
The command
simplify(mul(sqrt(3)+tan((1/180)*Pi*j), j = 1 .. 29), trig)
is spinning.

https://en.wikipedia.org/wiki/Coproduct

would like to do a sheaf which is a mapping from subset of prime ideal to coproduct of ring Ap where p belong to Prime ideal of A

I want to write g as a function of sigma^2.

but

g := unapply(1/sqrt(1+3*q^2*sigma^2/Pi^2), sigma^2);

yields an error. how to do?

hi please let me know how to write the required values of U(0,0), U(1,0),...,U(M,0) in vector column matrix

h := 1/4;

k := 1/4;

r := k/h^2;

m := 4; n := 4:

for i from 0 to m do

U[i, 0] := evalf(cos(Pi*i*h))

od;

Hi,

I have two general 4x4 matrices S and R subject to the given contraints (eq1, eq2, respectively). First of all, I was trying

to see if there are any specific matrices T such that the equation S.R=T (subject to the constraints of eq1 and eq2)

does NOT exist (i.e. there are no matrices S and R such that the equation holds). I tried many examples but couldn't find

any so now I suspect that any possible T has a solution.

So firstly, I...

Hi,

Previously I got some great help from Markiyan Hirnyk who introduced me to the DirectSearch package. I am having a little trouble implementing it for this function:

y := proc (E) options operator, arrow; -_C4*MathieuS(-a, -q, E)*(Int(MathieuC(-a, -q, E)*(-a+2*q*cos(2*E)), E))+_C4*(Int(MathieuS(-a, -q, E)*(-a+2*q*cos(2*E)), E))*MathieuC(-a, -q, E)-_C2*MathieuC(-a, -q, E)-_C3*MathieuS(-a, -q, E)-_C4*MathieuS(-a, -q, E)*MathieuCPrime(-a, -q, E)+_C4*MathieuSPrime(-a, -q, E...

Today I have received this e-mail:

A MaplePrimes member has sent you a message on MaplePrimes.


Hi Mark,

You very kindly helped me out with an optimization type problem I had a few weeks back. Thanks for that! (http://www.mapleprimes.com/questions/146802...

First 1587 1588 1589 1590 1591 1592 1593 Last Page 1589 of 2433