MaplePrimes Questions

when i calculate the equation as:

solve({g*(w-c)+(1/4)*(a-g*w+g*r)^2/(b*(p-k))-(a-g*w+2*g*r)(a-g*w+g*r)/(2*b*(p-k)) = 0}, {r})

i got the message "Warning, solutions may have been lost" without any feedback,

does the equ too complex to calculate in Maple? or i make some mistakes?

how should i do to solve this equation~

ths

 

Hello Odd question, I have a vector and I'm wondering if theres a easy way to get bit level access (to specific bits) on the elements. I guess I could have a vectors inside of vectors but it seems wasteful since I also have other operations that arnt at the bit level. Thanks
hi, if i run the below statements, the last 2 cause Maple 12 Student Edition to chug along for a minute then generate a very long answer, like a page worth. it's like it can't figure out the answer and dumps a bunch of garbage. all i am trying to do is a 2nd derivative. restart; dist := t-> sqrt((-27-(60+23*sin(t))*t/sqrt(2))^2+(-11*t+(60+23*sin(t))*t/sqrt(2))^2); 'dist(t)' = dist(t); Ddist := D(dist); 'Ddist(23/60)' = evalf(Ddist(23/60)); tmax := fsolve((D(Ddist))(t), t = 0 .. 1); 'Ddist(tmax)' = evalf(Ddist(tmax));

After updating my PC to Windows XP SP3 Maple no longer runs. A box with the message: "

Invalid or missing license file

License server does not support this feature

Feature: Maple 11

License path: c:\Program Files\Maple 11\License\license.dat

FLEXlm error:-18,147

appears and Maple does not start. Maple worked fine before SP3 update.

Does anybody have the same problem? Any idea about how to fix this?.

I work with multivariable polynomials, and the Maple answer is very long. When I want to print the worksheet (document mode), the long formulas are truncated. How can I force Maple to do a linebreak? For example at the 72nd position.

Sandor

My login is rejected and I need a new password, again, and again.

I tried it under

Windows Xp- Firefox2.16, Firefox3, IE7, Opera9

Linux(Ubuntu)-Firefox2.14, Opera9

Since it is very uncomfortable I ask help, idea, suggestion.

Many thanks in advance and sorry a little bit off-topic.

Sandor

To all,

I am trying to plot a procedure phi(beta, x) which uses dimensional units (length).  The code listed below returns an error message regarding "invalid units".  I have redefined the standard units to report length in inches, but I don't see why this should prevent me from plotting the procedure over a range of x (the procedure works when the arguments are specified discretely.  Thank you for your assistance.

Define constant beta:

how can i use maple without the interface?

i mean.. i have to use maple in a remote pc and the connection is a problem it become slow

thanks matteo

I need mentorship and material that is going to assist me in how to use maple.

Greetings to all,

hi, i'm using an existing Maple mws that was created by some unknow version of Maple. the Maple text is show below, and the old result is the last line (0.28031703) restart; T := ->(1/8)*sqrt(x^2+225)+(1/3)*sqrt((20-x)^2+625); dT := D(T); solve(dT(x) = 0, x); evalf(%); Sols := %; Xbest := Sols[1]; solve(25/(20-x) = 15./x, x); T(%)-T(Xbest) 0.28031703 when i run in with Maple 12 Student Edition, the result I get is 11.41326364-(1/8)*sqrt(13.51659367[1]^2+225)-(1/3)*sqrt(1025-40*13.51659367[1]+13.51659367[1]^2)

I've just installed Maple 12 on my machine running Suse 10.0, under which Maple 10 ran with no problems.  But I have two problems here: even on a newly opened worksheet, in a newly opened Maple, a simple command, such as

f:=x/(x^7+1);

takes several seconds to "evaluate", while the screen goes completely blank.  The problem is even worse if the evaluation is a difficult problem.

 

What seems to make it worse is if I've read in some Maple files before with

read("myfile.mpl");

I'm a primer in Maple, My problem is that I want to solve this PDE system.

PDE:= [diff(u(x,t),t)= diff(v(x,t),t,t) + u(x,t) - 1/3*u(x,t)^3 -v(x,t), diff(v(x,t),t)=u(x,t)-v(x,t)];

IBC :=  {u(x, 0) = tanh(x), v(x, 0) = 0};

pds := pdsolve(PDE,IBC,[u,v],numeric);

This gives me this error.

Error, (in pdsolve/numeric) initial/boundary conditions must be defined at one or two points for each independent variable.

 

I'm trying to create a football-shaped object by rotating an arc of a circle about a line.  Is there a way to define an arc in Maple?  I've been using the 3D Geometry package but I can switch to another if I need to.  I know I can calculate the arc length, but is there a way to define the arc itself as an object?  Eventually, I'd like to have the rotation of the arc and find the intersection between the rotation and another line.

Thanks for your help,

Michael

To all,

I am trying to carry the units through an engineering calculation; however, after loading the Units package and specifying the 'FPS' system I am not getting the results I expected.  Most likely I am at fault - syntax, format, etc. - so I have attached the worksheet in the hope that someone can diagnose the mistake (it starts in the Example 1 section).  Thank you for your assistance.

First 2217 2218 2219 2220 2221 2222 2223 Last Page 2219 of 2429