Maple 12 Questions and Posts

These are Posts and Questions associated with the product, Maple 12

I am currently doing a project for mass transfer class. Here is a differential equation that I need to solve:

For the solution, and plug in the value of C_AS and C_A0, I finally got the concentration profile of:

Then I write the commands and Maple won't give me a plot (no warnings appeared). Can someone help me with this situation?

I'm using Maple to come up with equations, and then I'm substituting in variable names for functions which I can then output to Matlab.

I haven't had any problems until I ran into partial derivates described by the D[] operator.  For example, if i have a function f described by f(x(t),y(t)) and I differentiate it wrt t, I get 

D[1](f)(x(t),y(t))*(x(t)_dot) + D[2](f)(x(t),y(t))*(y(t)_dot)

I want to make a substitution for D[1](f)(x(t),y(t)) and D[2...

I want to solve the following equation

1+{(25.*phi^3-297.*phi^2+1162.*phi-1500.))*(840.+332.*theta+29.*theta^2)/((phi^4-16.*phi^3+89.*phi^2-201.*phi+150.)*(3.+theta)*(28.+11.*theta+theta^2))}

in terms of theta.

i.e theta=[f(phi)].

I'm running Maple 12 on my Windows 7 machine, 64-bit.  I never had this issue before when running in on XP (32-bit) for a couple years before I got a new machine.

Basically, whenever I go to Save or Save-As, Maple just closes.  It doesn't freeze or anything, just closes.  This problem is sporadic - sometimes it happens and sometimes it doesn't.  At first it was only doing it with Save and I overcame the problem by just making multiple versions of...

I have the following equation, I want to solve it for b keeping a and c fixed.

5*b^5+(60-5a)*b^4+(125+50c-80a)*b^3+(594c-445a-775)*b^2+(2324c-1005a-3270)*b+3000c-750a-3000=0.

How to solve it in maple?

 

 

 

I am currently studing mass transfer (chemical engineering major), there is an equation that we need to plot to solve the problem. The equation is attached below.

When I use maple to plot this equation, it always come up "Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct". Does anyone know how to plot this equation? Thank you very much for your help.

After viewing the table in print preview I realized that the table goes into the second page. I want to reduce the height of the table so that it fits in one page. How is that possible?

By moving the cursor to the edges of the table, I realized that it would allow to me to adjust the width of the table but not the height. The table has about 12 rows. 9 of them fit in one page, but 3 of them go into the next page. I want to shorten the height of the table so that the...

I sometimes like to work with worksheets in classic mode. However, I have just discovered that I cannot simply type "restart;" in the beginning of a worksheet in classic mode because it causes the worksheet window to freeze. However, if I click the "restart" button, then things go as normal. I really want to have each of my worksheets begin with the "restart;"  command. Need your assistant on a way out.

I use 64-bit windows 7 CORE i3 Dell Inspiron N4050.

Hello, I'm currently trying to approximate the solution of a PDE with Maple, but I'm having troubles with the boundarie conditions .
For instance, when I set : (dT/dr)(r=3,t) = 0 , everything works fine .

With (dT/dr)(r=3,t) = -T(r=3,t), it's still okay .
But if I set (dT/dr)(r=3) = -T(r=3,t)^4, Maple just ignores the second member and works as if it was 0 . There is no error notification, but I don't get a satisfying solution ..

 Hi,

I have the following set of equations and boundary conditions. The problem is I cannot be able to make accurate guesses with the shooting method. I request your assistance. 

> k1 := diff(X[1](t), t) = X[2](t);
> k2 := diff(X[2](t), t) = M*(X[1](t)-1)-(2*(eta+b))*X[2](t);
> k3 := diff(X[3](t), t) = X[4](t);
> k4 := diff(X[4](t), t) = (2*Sc*Du*(eta+b)*X[6](t)-Du*lambda*X[5](t)-2*Pr*(eta+b)*X[4](t)-Pr*Ec*X[2](t)^2-Pr*Ec*M*(X[1](t)-1)^2)/(1-Du*Sr);

I had MAPLE 12 on WINDOWS VISTA machine and the harddrive crashed.  Now I have a newer WINDOWS 7 machine & would lke to put my individually licensed MAPLE 12 on this machine.  I do not have a DVD because the original installation occurred via MAPLESOFT website if I recall correctly.

Can anyone direct me as to what I need to do?

 

THANKS

assuming the skier is projected at an angle theta with respect to the horizontal over a landing incline sloped with an arbitrary angle phi :

xf = (vi*cos(theta)*t=d*cos(phi)

yf=(vi*sin(theta)*t-1/2*g*t^2=-d*sin(phi)

 

By eliminating the time t between these two equations and using differentiation to maximize d in terms of theta,

we should arrive at the following equation for the angle theta that gives the maximum value of d :

 

theta = 45° -phi/2  (Answer from a text book)

 

How can I handle that problem about ski jump with MAPLE  ?

I purchased Maple 12 some years ago and I never used it. I want to download it to this new laptop and don't know how

Having a little trouble getting Remove to work properly in Maple 12

 

a := "Just try to remove a letter using Maple 12's StringTools[Remove]";
                                     a := "Just try to remove a letter using Maple 12's StringTools[Remove]"
with(StringTools);

How to plot           f(n)=1/6                          if n=0

                                 =f(0).(1-a).a^{n-1}   if n=1,2,...  where 'a' is a given constant...

First 20 21 22 23 24 25 26 Last Page 22 of 32