MaplePrimes Questions

Good Afternoon,

Would anybody be kind to help me trouble shoot the attached file. My goal is to solve two equations and then substitute the results into other equations to check for equilibrum. My problem is I cannot get MathCAD to evaluate Rpile[i in I[pile]. Please I need some help.

 

Regards,

 

Moses

How do I create and solve a solve block in Maple like you would in Mathcad?

Hello, for some reason this simple equation is not solving, i get the error 'warning , solutions may have been lost ' but I cant figure out why because the equation is so simple. the maple file is attached.View 11295_1.mw on MapleNet or Download 11295_1.mw
View file details

Thank you,

I'm at the very beginning of Goebner bases, so sorry if my question is too elementary or I don't use the correct terminology.

I have polynomials, p1(x1,...,x9), ..., p8(x1,...,x9), and q(x1,...,x9).

I need an algebraic representation of q by p1,....  . Since the answer can be long, it would be useful to obtain the "coefficients" separately also.  One (a bit stupid) example is:

p1(x1,x2):= x1 + x2,  p2:= x1^2 + x2^2,  q(x1,x2):= x1^3 + x2^3.

Let F(x, y) = 4x + 5ye i + 5y cos y + 5xe j.

> P := (x, y)− > 4 ∗ x^2 + 5 ∗ y ∗ exp(x ∗ y);

> Q := (x, y)− > 5 ∗ y ∗ cos(y) + 5 ∗ x ∗ exp(x ∗ y);

> diff(Q(x, y), x) − diff(P(x, y), y);



Is the vector field F conservative? (YES or NO)

 

Hi everyone!

  I have something I would like maple to compute for me, but I am not sure how to enter it.  Here is the situation:

 

I have 4 equations with 5 unknowns.  I would like maple to solve for 4 of the unknowns.  Eventually I need 1 unknown in terms of just one other unknown.  An example would be

 

0=a0+a1+2a2                     eq(1)

Specifically, the summation, product and limit expressions aren't displaying their indicies/limits correctly. Instead of sitting on to and directly below the symbol, they are mashed in the center. No idea why.

Maple gave the following answer

x=RootOf( _Z^2*a+1, label=_L1)*b

Does it mean that

(x/b)^2*a+1=0 ?

Thanks.

 

I tried to use the Statistics package to compute an expected utility, which is the mean of the product of a utility function u and a random variable f.

E.g. I have a random variable, which is binomial distributed and a utility function: u:=t->-exp(-a*t);

How do I tell Maple to compute the Mean of that product of a random variable and a utility function (i.e. to compute the expected utility)?

Anyhow, if someone knows a more efficient way, I´d also be glad to hear your suggestions.

Thanks for helping.

 

 

I tried solving a system of PDEs in composite domain (see the attached image below), but couldn't get pdsolve to work for some reason. The error I got is: "Error, (in pdsolve/numeric) initial/boundary conditions must be defined at one or two points for each independent variable."

Would someone please let me know what I did wrong?

Hi

I want to simplify sin(x)/cos(x) to tan(x).

i have tried command simplify(sin(x)/cos(x),trig);

and

trigsubs(tan(x))[4] = sin(x)/cos(x)

(wrong way round)

rgds

I tried the following:

u1:=t->-exp(-a*t);
h1:=t->piecewise(t < 0, 0, binomial(n, t)*p^t*(1-p)^(n-t));
k1:=t->piecewise(type(h1(t), And(realcons,Not(infinity) ) ), h1(t), 0);
 

add(k1(t)*u1(t),t=-infinity..infinity);  [didn´t work. maybe 'add' kann only compute a finite number.]

First question: => How am I going to compute an EV, i.e. the sum from -infinity to infinity?

 

Next I tried:

Hi.

I have a problem with sketching the surface with maple.

The question is Let S be the union of the two smooth surfaces S1 and S2, where S1={(x,y,z) I x^2+y^2=1, 0<=z<=3-sqrt(3)} (I just want to make sure z is bigger than or equal to 0 and smaller than or equal to 3-sqrt(3)) and S2={(x,y,z)l x^2+y^2+(z-3)^2=4, z >= 3-sqrt(3)} (z is bigger than or equal to 3-sqrt(3)).

Use symbolic algebra software to sketch the surface S.

Hey guys i am currently attempting to do some modelling with maple, i need to solve a PDE system, i am using the following code and am confused with the error i'm getting. restart: M[Star]:=2*10^30: M[planet]:=2*10^27: q:=(M[planet])/(M[Star]): g:=sqrt((R-a)^(2)): H:=0.0333*R^(1): Delta[p]:=H: Alpha := unapply(piecewise(R <> a, 6.67*q^2*10^(-11)*M[Star]*(a/Delta[p])^4/(2*R), R = a, 1), R, a)

Hi.

I defined the following functions:

 

First 2019 2020 2021 2022 2023 2024 2025 Last Page 2021 of 2434