MaplePrimes Questions

Hello,

Sorry if the question is too naïve: I'm new to Maple.

I want to find the solutions, both in the real line and in the complex plane, of the following transcendental equation:

x+s*exp(x * sigma)-mu-s=0

mu is positive (say mu=6) and I am interested in the case in which s is both positive and negative (say, s=1 and s=-1).
By plotting s*exp(x * sigma) vs. mu+s-x (x real), and also using fsolve, I can see that there are two solutions when s=1 ...

Im just on my last two questions and was wondering if you could help me again =D

So as a background to my question:

Show that dV/dt = -k * V^(2/3) given that k = 0.4836 and t is measured in minutes if the original volume of the capsule is 300 ml, how long will it take the capsule to lose half its volume?

Im doing this on maple right now and see you if guys can spot my problem or my syntax:
1. eq1 := diff(y(t), t) = -k*y(t)^(2/3)
2. dsolve(eq1, y(t)) which gives me an equation

Hi maplers

I am using maple 14 on windows 7 and every time maple have to evaluate anything a progressbar pops up. It frezes at about 60%. I have read other post that suggest to turn off my firewall, but without any luck.

Then i tried to manually upgrade to the newest verion(14.01). I then get a "Invalid Purchase Code" msg. with the argument: "system clock has been set back". i then re-activate and maple pulls the same stunt after a restart(it askes for a restart after activasion).

 of the equation x-(floor(sqrt(x)))^2-2011 = 0  with Maple? This is a problem from Lviv School Mathematical Olimpiad of the current year.

Are there any plans to introduce a maple android app?

wouldn't be fun running maple on the android smartphone?

cart.msim

Hello,

I use maplesim to construct a cart, which is controlled by a DC magnet. As the model in the document illustrated, the cart is drived by a prismatic, and there is a rigid body frame between the cart and the prismatic. This rigid body frame is used to sustain the cart....

Howcum the first of the following two statements does what the "help" says it will do, but the second statement doesn't?

 

Better yet, how can I make the second statement worK?

Thank you.

 

> convert(hypergeom([a, b],[e,f],1),Sum);
> convert(hypergeom([a, b, c],[e, f],1),Sum);

         infinity
          -----
  ...

Hi! so im working on the next problems now:

Show that dV/dt = -k * V^(2/3) given that k = 0.4836 and t is measured in minutes if the original volume of the capsule is 300 ml, how long will it take the capsule to lose half its volume?

Im doing this on maple right now and see you if guys can spot my problem or my syntax:

1. eq1 := diff(y(t), t) = -k*y(t)^(2/3)

2. dsolve(eq1, y(t)) which gives me an equation

3. dsolve({eq1, y(0...

i follow

http://www.maplesoft.com/applications/view.aspx?SID=4706

and edit existing code to solve a equation and got some questions and error, How to solve pde with finite difference in maple?

r := 0.03;
K := 20;
Smax := 20;
T := 1;
ex1 := diff(y(x,t), t) + r*x*diff(y(x,t), x) + 1/2*sigma^2*x^2*diff(y(x,t), x$2) + x*diff(y(x,t), x)*diff(y(x,t), t) = r*y(x,t);

bc1 := y(0,0)=K*exp(-r), y(Smax,0)=0;
a := 0;
b := 1;
N := 10;

Does anyone know how to control the placement of the directional arrows for a digraph?

Here's an example:

with(GraphTheory):

G := Digraph(Trail(4,2,1,3,4,5),Trail(6,8,9,7,6,5));

SetVertexPositions(G,[[0,1],[1,1],[0,0],[1,0],[2,0],[3,0],[4,0],[3,1],[4,1]]);

DrawGraph(G);

produces:

The...

Hi there,

I've got a weird error which kept me busy for two hours now:

I'm doing computations outside Maple and successfully read in a string, e.g.

s := "T(3)^5*T(5)^35";

Then I parse s by performing

t:=parse(s)

Then

u := subs({seq(T(i) = S[i], i = 1 .. 5)}, parse(t))

gives me

S[3]^5 * S[5]^35

Now the weird part: This works all fine if I put those command right in a Maple10-sheet.

If I however use this in a function fun(...

 Hello,

I am trying to use a worksheet developed by Professor Batista [ritz06.mws] for calculating plate vibration frequencies using the Ritz method, which is available from the Applications directory - Mechanical Engineering folder.  The worksheet was developed using Maple 12 and I am using Maple 11; a careful reading of the file didn't show any commands that were incompatible across the two versions and yet I am not able to solve the worksheet using the default inputs provided in the worksheet.  I have attached a PDF output of the file with the error message.  Any assistance that could be offered would be greatly appreciated.

Please send your response to wayne.bell@fpl.com.

Kind regards,

Symbolic_integral.mw

Thanks in advance

K, im on this question right now:

Show that dV/dt = -k * V^(2/3) given that k = 0.4836 and t is measured in minutes if the original volume of the capsule is 300 ml, how long will it take the capsule to lose half its volume?

Im doing this on maple right now and see you if guys can spot my problem or my syntax:

1. eq1 := diff(y(t), t) = -k*y(t)^(2/3)

2. dsolve(eq1, y(t)) which gives me an equation

3. dsolve({eq1, y(0) = 300}, y(t...

How do I plot the numeric solution for both x(t) and y(t) on one graph to the differential system:

x'(t) = 2*x(t)-x(t)*y(t),   y'(t) = -y(t) + 0.4*x(t)*y(t)

x(0) = 5 and y(0) = 1

Thanks

First 1901 1902 1903 1904 1905 1906 1907 Last Page 1903 of 2434