MaplePrimes Questions

I am getting this error for pretty much everything now, i am using maple 16, and there literally is no way i will be able to buy a newer version considering

restart

latex(alpha, beta)

Error, (in latex) permission denied: no write access (C:\Users\the_r\Desktop\MAPLE_DOCS\NUMBER_THEORY\IDENTITY_INVESTIGATION_ARCHIVE_SYSTEM\beta)

 

``


 

Download mapleHELP.mw

Hi, I wrote the following code 

p := 4*N/(Pi*d^2)
y := (1/2)*b

x := (1/2)*B

And I am trying to expand the following double integral 

M := 4*u*p*(int(sqrt(x^2+y^2), [y, x]))

 

But I keep getting the error:

Error, (in int) integration range or variable must be specified in the second argument .

 

When I define B and b just as B and b, the error is gone and it works, but as soon as I add 1/2 to the values, the error occurs. Please help me out here :(

Hi i wanted to see how this function is generated so i entered:

numtheory:-ithrational := proc(i::nonnegint)
   1   if i = 0 then
   2     return 0
       end if;
   3   return numtheory:-ithratB(i-1)/numtheory:-ithratB(i)
end proc

showstat(ithratb)  returns the error that this function is not in the number theory package, which is the complete opposite of what is implied by the above.

I have the following equation:

eqn := m*`ℓ`^2*(diff(q[1](t), t, t))+k[t]*`ℓ`^2*q[1]+5*k[r]*q[1]-4*k[r]*q[2]+k[r]*q[3]-5*P*`ℓ`*q[1]+2*`ℓ`*P*q[2]+2*`ℓ`*T*q[1]-`ℓ`*T*q[2] = 0;

And I want to execute the following substitutions:

k[r]/(k[t]*`ℓ`^2) = alpha;
P/(k[t]*`ℓ`) = sigma
T/(k[t]*`ℓ`) = theta

For that, I have tried:

expand(eqn/(k[t]*`ℓ`^2));
eqn1:= algsubs({k[r]/(k[t]*`ℓ`^2) = alpha, P/(k[t]*`ℓ`) = sigma, T/(k[t]*`ℓ`) = theta}, %);

And:

eqn1:= algsubs(k[r]/(k[t]*`ℓ`^2) = alpha, %);
eqn2:= algsubs(P/(k[t]*`ℓ`) = sigma, %);
eqn3:= algsubs(T/(k[t]*`ℓ`) = theta, %);

But none of these have worked. Does anyone know how to solve this?

Thanks in advance.

Can we use this euler lagrange command for the system of pde's?

If we have a system without lagrangian then euler opertor is applied corresponding to three dependent variables.

so we have three equations but in this euler lagrange command no dependent variable is mentioned.   

Hello people in mapleprimes,

I am writing this question, hoping you to teach me about the meanig of the Array in a plot3d object.

c:=plot3d(x*y,x=0..2,y=0..1,coords=cylindrical,grid=[3,2]);
lprint(c);

makes 

PLOT3D(MESH(Array(1 .. 3, 1 .. 2, 1 .. 3, {(1, 2, 3) = HFloat(2.), (2, 2, 1) = HFloat(1.08060461173627953), (2, 2, 2) = HFloat(1.68294196961579301), (2, 2, 3) = HFloat(2.), (3, 2, 1) = HFloat(-1.66458734618856963), (3, 2, 2) = HFloat(3.63718970730272684), (3, 2, 3) = HFloat(2.)}, datatype = float[8])))

I thought I had known the cylindrical coords.
And, I think that (1, 2, 3) in  (1, 2, 3) = HFloat(2.) means the value of x*y when x, the angle, =0, y, the hight, =1, z, distance from the origin, =3. And, it should become 0, as the value of x, times 1, the value of y, equals 0. But, it takes HFloat(2.) as
shown in (1, 2, 3) = HFloat(2.).

And, as for (3, 2, 1) = HFloat(-1.66458734618856963), which means x=2 and y=1, I think the value of x*y=2. But, 
it is wrong as seen in  (3, 2, 1) = HFloat(-1.66458734618856963). 

I hope you will teach me how to consider about sample points in the cylindrical plot.

Thank you advance.

 

 

 

 

I have a code that is built on a module which in turn contains records, procs etc. to model certain electronic devices.

The main program first instantiates the various circuits I am using. These are mostly Maple records. It then enters a loop that iterates over a number of cycles this system executes in order to build up statistics.

My problem is that somewhere the code has a memory leak, and Maple eats up rather vast amounts of memory, that increase with the number of cycles in the loop. I suspect that some of the methods I am calling allocate a new instance on each cycle, which is not the intended behaviour. What I am looking for is a way to diagnose e.g. which record, or which proc, gets allocated anew every time. I know about usage but that prints out only the amount of memory allocated; that does not help; I know the number is large. I am looking for a tool that e.g. tells me that record xx is allocated 1000 times etc.

Thanks,

M.D.

Dear users! I want to define y-axes like Re^(1/2)*C[f] in the following expression

restart; plot([sin, cos], -Pi .. Pi, title = "Simple Trig Functions", legend = ["Sine Plot", "Cosine Plot"], titlefont = ["ARIAL", 15], labels = ["x values", typeset("Re", C__f)], labeldirections = ["horizontal", "vertical"], labelfont = ["HELVETICA", 16], linestyle = [solid, longdash], axesfont = ["HELVETICA", "ROMAN", 16], legendstyle = [font = ["HELVETICA", 9], location = right], tickmarks = [[-Pi = -180^o, -2*Pi*(1/3) = -120^o, -(1/3)*Pi = -60^o, 0 = `0`^o, (1/3)*Pi = 60^o, 2*Pi*(1/3) = 120^o, Pi = 180^o], default]);

I have noticed that sometimes maple decides to spontaeous stop writing particular symbols in itallic or begin doing so for numerical symbols.

 

How can i stop this before I hurt my computer? I've just put up with it for around 2 years now and it's getting pretty close to danger zone material.

 

And sometimes the font colour changes from black to red, and its not in a block, and no i am not pressing anything or anything. It's like someone is intentionally trying to make things hard for me to not get angry in a really subtle way which i can totally appreciate the art of but like, ok it's obviously a bug in the software so if someone can run me through where to download a patch or whatever so this doesnt escalate to the point of concern about skynet initiating mutually assured destruction id really appreciate it.

like just now a particular bullet point i mada was in red where as all the others remain black as per the settings, so yeah laugh all you want it's just a slight uncomfortable feeling if i were to low ball it

Hi All,

I need to generate WienerProcess(), but I want to get result as function Z(t).

Then I want to use this function in solving ODE. How is it possible to do?

I have a spike train which is a series of time points, for example saved as a vector of floats. Could someone tell me how I can plot this spike train as a series of vertical bars at each of these time points ?

I would also like to know how to plot a series of spike trains one above the other[i.e. the raster plot] if I start with a 2-D matrix of floats where each row correspond to one spike train.

Thanks in advance.

  

I am trying to solve a factorial inequality.

solve(1/(n+1)! * exp(0.1)<=0.00001)

I get no result and a warning, "some solutions may have been lost".

Also same problem with the simpler inequality

solve(1/(n+1)! <=0.00001)

Wolfram has no problem solving it.

Am I entering it wrong? I attached a copy of my worksheet.

factorialinequality.mw

 

The problem came up when solving this problem: What degree of the maclaurin polynomial  is required so that the error in the approximation of e0.1 is less than 0.00001

When I right-click on a Matrix, the cursor rotates, but the context menu does not open at all (in Maple 2017, in document mode, in Win 10).
Any suggestions - Anyone else with this problem?

Hi all,

I have an differential equation in terms of the D-operator and am trying to convert it to diff form. Using convert/Diff works fine as long as partially evaluated functions don't appear in the equation. However, I can't figure out how to get the two to cooperate.

For instance, running

D[2](eta)(t,x)+D[2](phi)(t,x,0)+D[2](phi)(t,x,0):
convert(%, Diff);

returns

D[2](eta)(t,x) + Diff(phi(t,x,0),x)

Why is the eta term not converted to diff(eta(t,x),x)?

Thanks a lot!

First 825 826 827 828 829 830 831 Last Page 827 of 2429