MaplePrimes Questions

I am very inexperienced with Maple. I have v.12. I was wondering if there was a way to represent diff(int(abs(x), x = cos(t) .. sin(t)), t) in an animation, showing the area under the abs function with the bounds changing in a loop.

Hi,

I am totally new to Maple and need to solve 2 non linear (algebraic) equations with 2 unknowns simultaneously. Can someone please help and tell me how to do this???

Thanks

i have rotated a point on the sphere with rotate command. i found the new points coordinates but I can not use them. How can I use the new coordinates?
thanks..

 

I'm pretty new to Maple. I've been using MATLAB for quite a while but it isn't very convenient for this problem. My first question is if it's possible for Maple to do partial derivatives for a function with two variables. Here's an example of what I am doing.

W = Q*qA - P(qA - (qA-qE)/2) - (1/2)*k1*(qA - (qA-qE)/3)^2 - (1/2)*k2*(qA - 2(qA-qE)/3)^2;

(Maple cleans that up quite nicely)

Now I want to take the partial of W with respect to qA as well as the partial of W with respect to qE. So I should get something like this:

dW = Q*dqA - P(dqA - dqE)/2 - ...

Hay dere. I've come across a nonlinear equation system which i've tried solving in maple through matrices. Maple's own solve function for systems didn't work out (just threw back gibberish at me which i wasn't able to simplify (root of Z etc)) and i really don't know how to approach the problem. Any suggestion on how to solve it would be appreciated.

The problem is as follows:

0 = 22 - 44t + 216t - 66u - 450u + 362u
0 = 150 - 300t + 185t - 450u + 795u - 495u

Hi ,everyone.I have the following eqations I need to solve.However when I tried to run it in Maple it give out the message as shown in title.could any one see this and give some suggestions pls.

eq1 := (q/a)^2+2*q1*f*cosh(-3*p*q2/(2*a))-1-q1^2*f^2 = 0;

eq2 :=  q=a*q1*f*sinh((3/2)*p*q2/a)*q2;

p:=174e6;q:=199e6;f:=0.25;a:=150e6;

solve({eq1, eq2}, {q1,q2});

 

What is the sum of the central angles of a circle?

  Hello,

 

Hello, this is kind of a newb problem, and isn't even terribly important cause it's just an irritant, but I'd love to know how to get around it. The problem s that Maple occasionally pulls constants out of fractional equations and puts them separately at the front. This might sound confusing so here's an example of what I mean. Take the following two equations: sigma[1] := (sqrt(T^2+1))/(4*(K+sqrt(T^2+1))); sigma[2] := (sqrt(T^2+1))/(4*K*(1+sqrt(T^2+1)));

I'm trying to plot the following simple procedure with conditional check.

> t := proc (x) if 1 < x then x else x+1 end if end proc;
print(`output redirected...`); # input placeholder
proc(x) ... end;
> plot(f(x), x = -1 .. 4);
%;
Error, (in t) cannot determine if this expression is true or false: 1 < x

I get this error. Any thoughts?

 

Hello,

Is there any way to plot complex numbers in polar form in maple 11? I have looked around the help section as well as these forums (where I found one post on the subject), but I have still not gotten any closer to it.

Any help would be greatly appreciated!

Thanks 

 

-Evan

I use Maple 11 on windows (Processor Intel Centrino 1.4 Ghz and 512 Mb RAM).

I have problem with plotting of my function. Time of ploting is about 30-40 seconds. I try to use evalhf in different way for my function, but get different errors. My problem is that function in example is the most simple case in my physics model. It is ideal case, but in other not ideal case time of plotting increasing to 200 or 300 seconds. It's very dramatically for me :(

My example is:

hey,

 

I've got weird problems with maple 12 that often does not evaluate things, even when using eval() or simplify():

 

http://img209.imageshack.us/my.php?image=zwischenablage02kl2.jpg

http://img209.imageshack.us/my.php?image=zwischenablage03pa4.jpg

http://img209.imageshack.us/my.php?image=zwischenablage025nx4.jpg

 

Can you help me figuring htat out?

Thanks a lot!

I try to calculate integral from complicated function (contain sqrt from complex varianles, Imaganary and real part, Matrix and so on).

When I exec command

evalf(Int(f(z), z=0.0..0.1));

it works correct

When i try to increase limits on integral, i have error

evalf(Int(f(z), z=0.0..0.2));

Error, (in signum/main) too many levels of recursion

 

I use Maple on Windows, May be it hardware limit?

command kernelopts returns

First 2146 2147 2148 2149 2150 2151 2152 Last Page 2148 of 2415