MaplePrimes Questions

I have a symbolic expression of the form:

I have Maple 13 which I was running successfully on a machine running Fedora 14 Linux.   I have the 64 bit version of Maple, but built into is it the license manager, which is a 32 bit program provided to Maplesoft by a third party vendor.

 

When I run xmaple, it starts up but brings up an activation page.  Activation won't work because the liccense manager doesn't work, and it can't recognize my order number.

 

I have been...

Hi, I was trying to carry out a Sybolic integration "u1" as below:


> assume(0 < ct, ct < cl);

> u1 := int(int(sin(omega*(ts+ys/ct))*Heaviside(t-ts-ys/ct), ys = H-cl*ts .. ct*ts), ts = H/(cl+ct) .. (H+cl*tau[l])/(cl+ct));

and I use a special case "u1test" to test if u1 is correct:

> u1test := int(int(sin(omega*(ts+(1/3140)*ys))*Heaviside(t-ts-(1/3140)*ys), ys = H-6300*ts .. 3140*ts), ts = H/(6300+3140) .. (H+6300*tau[l])/(6300+3140));

Hi, I have quite a long worksheet. When i press enter one by one, the calculation comes out alright. But when I press the "!!!" sign which means execute entire worksheet, not all the equations run properly, is this a problem in Maple15 or am I using the command wrongly? Please advice. Thanks.

(a colored band on a torus)

Hi, sometimes when i multiply matrix, some of the values turn out to be "Float(undefined)". How do I set all of these "Float(undefined)" to the value zero? Please help. Thanks

Hi, I have a diagonal matrix "B", which is for example [[2,0,0],[0,8,0],[0,0,4]]

I would like to have 1.5 to the power of each position in the diagonal matrix.

For example [[1.5^2,0,0],[0,1.5^8,0],[0,0,1.5^4]].

I try to write it as follows but fail :

Test 1
theta:=Matrix(3):
for j from 1 to 3 do
theta:=zip(`^`,(DiagonalMatrix(Vector(3,1.5))(j,j)),(B(j,j)))
end do:

Test 2
zip(`^`,1.5,B)

Please help. Thanks.

hi

I have a problem when i want to write some data on a file.

the main program is work,but when it wants to write,this error is shown:

Error,invalid input: writedata expects its 2th argument, data, to be type of {set,hfarray,list,matrix,array(1),list(list)}, but received HFloat(-0.08716693)

the program is:

restart

fd:=fopen("e:/teta.txt",read)

fg:=fopen("e:/c.txt",write)

g:=readdata(fd,3)

with(linalg)

I am using maple 14, and am trying to solve the time derivative of the funtion below

X[3]=L1costheta1+L2cos(theta1+theta2)+L3cos(theta1+theta2+theta3)

 

wrt theta

Mapletrighelp.mw

Hi all,

I am calculating the following :

Fa:=(Fa1*cos(wt))*cos(theta)

Fb:=(Fa1*cos(wt-120))*cos(theta-120)

Fc:=(Fa1*cos(wt-240))*cos(theta-240)

Ftotal:=Fa+Fb+Fc

Ftotal:= Fa1*1/2(3*cos(wt-theta)+cos(wt+theta)+cos(wt+theta-240)+cos(wt+theta-480))

Problem:

The exact solution I am looking for is: Ftotal:=3/2*Fa1*cos(wt-theta...

when i try to solve the equation given below the following problem occured. pleae tell me how can i solve this boundary value problem.

> ode := diff(y(eta), eta, eta, eta)-(diff(y(eta), eta))*(diff(y(eta), eta))+y(eta)*(diff(y(eta), eta, eta)) = 0;
                                    ...

Hi, I am new to maple.  Is it possible to use desolve to obtain a numerical solution that gives both the solution y(x) and its derivative.

 

I am OK with sol:=dsolve({eq,ic}, numeric).  This will give me y(x), but I also need y'(x).

 

Thanks

 

Chris

I want to find coordinates M of the bisector of the interior angle at the vertex A of the triangle ABC.

with(LinearAlgebra):

A:=<1,-1,-3>:

B:=<2,1,-2>:

C:=<-5,2,-6>:

CrossProduct(B-A,C-B);

M:=<x,y,z>:

AB:=Norm(B-A,2):

AC:=Norm(C-A,2):

k:=AB/AC:

I want to write the equation of the plane which equidistant the two the planes P and Q. This is my code

restart:

with(geom3d):

plane(P,2*x+3*y-6*z+1=0,[x,y,z]):

plane(Q,x -4*y-8*z+1=0,[x,y,z]):

point(M,x,y,z):

E:=distance(M,P)- distance(M,Q);

simplify(%);

but, i can simplify(E). Please help me.

Dear All

Hi

 

I want to solve a non-homogeneous ordinary differential equation by Maple 15.

 

 

I tried solving that by issuing the following commands; however I could not.

 

 

> Digits:=40:

 

First 1700 1701 1702 1703 1704 1705 1706 Last Page 1702 of 2430