MaplePrimes Questions

Hi guys,

I would be ever so grateful if someone could asssist me with the following matter.

I am trying to integrate the following expression but maple does not seem to be able to do it directly

 

Int((1/(2*Pi) + Q* cos(k*phi))^2/ (1+ beta^2*((1/(2*Pi)) + Q* cos(k*phi) )^2),phi=-Pi..Pi);

 

So I convert the expression to an exponential form as follows and evaluate that

 numerator:=(1/2/Pi+Q*(1/2*exp(I*k*phi...

HW_6.5.mw

I just want to know how i could label the expressions that are generated by executing the loop,

like A1 = .....

A2= .....

If you see the file above , the for loop gives out several expressions in terms of c and t , the equations generated are correct but i want to give each expression a label like A1,A2,A3 when the output is generated

I am trying to make substitutions into a matrix using the subs() command, but it does not work.

for example

with(linalg):
A:= matrix([[a,b,c],[d,e,f]]):
B:=subs[inplace](a=1/L,b=-1/L,c=1,d=-1/L,e=L,f=1,A);

                                         ...

Hello

I tried to modelise the move of a pendulum. I have this equation:

eq := (1/2)*m*((l+r)^2+(1/5)*r^2)*(diff(theta(t), t))^2-m*g*(l+r)*(cos(theta(t))+cos(angleInitial)) = 0;

 

I tried this programme:

pend := proc (a0, l, r, m,nbpoints)
local eq, sol, valeurstheta, x, y, plotseq, g;
g := 9.81;
eq := (1/2)*m*((l+r)^2+(1/5)*r^2)*(diff(theta(t), t))^2-m*g*(l+r)*(cos(theta(t))+cos(angleInitial)) = 0;
sol := dsolve({theta(0...

can any one please help me to know the no.of default iterations in isprime() function.

 

Thanks in advance.

GANESH.

Everyone knows what a French curve is. Heck, some of us even have a set kicking around. But I have run into a brick wall in trying to find out how a french curve is actually made, or defined. Over several sessions, I can find nothing on the net that even hints at the answer.

French curves have been in use for ages, and they must have an origin. Either they are generated using some kind of function, or they were perhaps...

Maple 15 will soon be released (looks like sometime in April based on the last two relese dates).  It also looks like Maplesoft, recently, has settled into a happy release date schedule of April and October where we can most likely expect a major release or update to be available. 

It seems ironic that the even releases of Maple seem to be the most successful.  Maple 10 was more so than Maple 11 but probably due to it's long 2 year stay before...



Dear all,

I've got a Vector,

>V:=<xt[1, 1]*xt[1, 2]*alpha>;

and what I want to get is the elements in V which has xt[2,2]. In this case, <NULL> is what I am looking for.

I tried the following line:
> select(has,V,xt[2,2]);
     The result is Vector(1, {(1) = NULL});
when I tried
> select(has,V[1],xt[2,2]);
     The result is 1.
I have no idea where this

When I use pdsolve to solve a system of PDEs, and tell it to use HINT='*', does the solution I get ONLY contain those obtainable by separation of variables, or does it use separation of variables as a starting point and deliver the general solution? And how can I tell?

Check out most of the active conversations.

Hello,

I make an simple animation as the figure illustrated, which the key codes were learned from Mr. Robert Israel a few days ago in one thread. Now I want to let the rectangle motionless when the circle rotating in the rectangle for a special use. Is there any way to achieve it? 

Good Night.

I have problem when i am using ODE, because i have an error : (in plots/odeplot) curve is not fully specified in terms of the ODE solution, found additional unknowns {x3(t)}

I do not know how I can 

Hello everyone,

I need to create a 3d plot, but color the surface depending on the function's sign, say red for positive values, green for negative. How can I do that?


Thank you,

Ozgur

Hi,
I want to call Maplets from Flash, 

First 1888 1889 1890 1891 1892 1893 1894 Last Page 1890 of 2434