MaplePrimes Questions

Maple carries out the following solving task without any problems:

restart;
with(Statistics):
X1 := RandomVariable(Geometric(q)):
s1:=solve({mu=Mean(X1)},{q});

 

Anyway, when I add common assumptions (0<q, q<1), then Maple will not carry out the task:

restart;
with(Statistics):
X1 := RandomVariable(Geometric(q)) assuming 0<q, q<1:
s1:=solve({mu=Mean(X1)},{q});

 

Why is that the case?

Hello 

Here are the commands, I can't understand why this error comes out

http://i1.ambrybox.com/070710/1278460271555.JPG

It comes out when I want to do this: display(Lines,A)

P:=<1,2,3>

P1:=<-1,-1,0>

P2:=<-1,-1,0>

P3:=<0,-1,-1>

Plane:=x+2*y+3*z

L1:=P+t*(P1-P)

L2:=P+t*(P2-P)

L3:=P+t*(P3-P)

Lines:=spacecurve([L1,L2,L3],t=-2..2)

A:=implicitplot3d(Plane=0,x=-2..2,y=-2..2,z=-2..2)...

I have an equation that I'm solving, but I'm not quite sure how to properly use the solve function.

Here is the equation: w X v / ((w X v) * (w X v)), where X signifies a cross product and * signifies a dot product.

I'm trying to solve for the variable w.  How can I properly use the solve function to help me isolate this variable?

 

Thank you

I made a program that spits out and alpha and beta at the end of each procedure. What I need to do is assign each alpha and beta a unique name. IE, when it runs the procedure 1, I need it to name them alpha1 and beta1, then for proc2, alpha 2 and beta2. For as many times it needs to run through this process because it may go through proc1 more than once.

It seems I can't find the resource I need, just that one little tidbit in the help files. Any help would be...

dsys := {1/2*diff(theta(t),`$`(t,2))*cos(phi(t))+5/4*diff(theta(t),`$`(t,2))+5/4*diff(phi(t),`$`(t,2))+1/2*sin(phi(t))*diff(theta(t),t)^2, -1/2*mu(t)*sin(phi(t))*diff(theta(t),`$`(t,2))-diff(phi(t),`$`(t,2))+1/2*mu(t)*cos(phi(t))*diff(theta(t),t)^2+5/4*diff(mu(t),`$`(t,2))-150000000000/(1+exp(27.0-15*sin(theta(t))-15*sin(theta(t)+phi(t))))^2*cos(theta(t)+phi(t))*exp(27.0-15*sin(theta(t))-15*sin(theta(t)+phi(t))), (-1-mu(t)*sin(phi(t)))*diff(theta(t),`$`(t,2))-1/2*mu(t...

Hello,

I am new to Maple and I am interested to know what programming language Maple is written in - I mean the maths part of Maple of course and not the interface which appears to be in Java.

Thanks in advance,

Julien.

What is the Problem? Do not use SingularValues (A, output = ['list'])?
Some care in handling this command?



Hello,

I am tying to compute the wronskian of a set of functions. I loaded the LinearAlgebra package and still Maple won't recognize the following command:

wronskian(x, x^2, x^3)

Can anyone please help?

Thanks in advance,

Julien.

Hello,

I am new to Maple and would like to know how to recall the last expression in maple. Say I write "x^2 +2", then press enter and I then want to recall "x^2 +2" without retyping it. How do I do that? (I think I am in math mode using "xmaple".)

Thanks in advance,

Julien.

When integrating 1/x as int(1/x,x) the answer is ln(x) while it should be ln(abs(x)). How does one fixes this mistake?

@epostma Thank you , that really worked. My next question is, if the raw data is in a text file, other than data pasted into excel, how can i import the the two columns of data and do the similar calculation?

The text file is attached.

[0, 0, 0]
Voltage_1 (1) Current_1 (1)
+2.084844E-03 -1.539501E-11
+1.008272E+00 +7.418045E-11

Consider the following expression:

sCARA4 := -ln(-(mu/sigma^2)^(mu^2/(mu-sigma^2))*(sigma^2/mu)^(mu^2/(mu-sigma^2))+(sigma^2/mu)^(mu^2/(mu-sigma^2))*((exp(phi)*sigma^2+mu-sigma^2)*exp(-phi)/sigma^2)^(mu^2/(mu-sigma^2))+1)/phi;

Now try to find out whether the first derivative to mu is positive for all positive mu, phi and sigma, except for some rare exceptions (e.g. sigma^2=mu).

diff(%,mu);

Since 'is' is not a satisfying option, I used 'Explore'...

hi

please help me to solve this error.

Error.pdf 

Hello,

 

I have Tetrahedron and I know all it's points I need to compute it's volume.

I have computed the square of the triangle and all I need is the hight.

Please give me an answer including vectors.

 

Thanks a lot.

Hey everyone.  I'm having problems solving a set of complicated PDEs.  I found a question before that helped me a bit, but the answer was less than ideal.

Here is what I have so far.

pde := [-1/4*Gamma*(Gamma-2)/r^2*G(v,r)+1/r^3*j[v](v,r)*Gamma-1/r*diff(h[vv](v,r),r)-1/r^2*h[vv](v,r)+1/2*1/r^2*diff(j[v](v,r),r)*Gamma = 0, 1/4*f(r)*Gamma*(Gamma-2)*G(v,r)/r^2+1/r*f(r)*diff(h[vv](v,r),r)+1/r*diff(h[vv](v,r),v)-1/r^2*f(r)*diff(j[v](v,r),r)*Gamma-1/r^2*diff(j[v...

First 1977 1978 1979 1980 1981 1982 1983 Last Page 1979 of 2431