Maple 16 Questions and Posts

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

The school computer labs use Maple 15. As it is a considerable drive for me to come in and use the lab during the hours I am not on campus, I picked up Maple 16. This has worked fine for me until today. I am trying to use the "polarplot" command to plot two equations r=8*cos(3θ) and r=4-2.5cos(θ). Doing so on the computer lab Maple 15 plots fine. When I do so on Maple 16 on my computer I get something different. If I switch the order of the equations on 16 I get...



webmath.exponenta.ru

Maple Russian site: 7.000.000 visits, 12,000 visitors per day.

In February, I will place a new package - DeMapler.

Several thousands of solutions of standard problems. Step by Step.

From first order differential equations to systems of DEs.

I have a set of equations

Hi,

how can i install the DirectSearch optimization package for mac version (MAPLE 16)? i

i have the files from maple 15.

Gil

Regards,

I am trying to solve a problem in theoretical applied mechanics in which I need to find the solution for 5 unknown but I have 6 equations. None of the equations is redundant and I need the solution of the variable to satisfy each of the equations.

These are the equations 

24-52*L^4*m[0]*Omega^2*(R+1/2)/EI[0]-168*beta[1]-52*F*L^2/EI[0]+104*beta[2]+(120+72*beta[1]+104*L^4*m[0]*Omega^2*R/EI[0]-504*beta[2]+312*beta[3]+84*L^4*m[0]*Omega^2*(R+1/2)/EI[0...

I am trying to solve two differential equations numericaly:

Hi,

 

r:=[3,3,3,3,4,4,4,3,3,3,3,3,3,3,3,2,4,3,1];

 

What's the shortest way to create a frequency table from it?

 

Ie, tells me elements are 1,2,3,4

the corresponding counts are: 1,1,13 and 4

and then if it can return the number with highest counts: 3

Many thanks!

Casper

Hi, I am trying to plot a solution curve on a vector field with an initial condition of y(0)=0 and I keep getting error messages. This is what I have so far:

 

with(DEtools); dfieldplot(diff(y(x), x) = x^2+y(x)^2-1, y(x), x = 0 .. 5, y = -1 .. 5, arrows = line, title = 'Slope*Field');

 

Thank you. 

Dear Maple users

We are using Maple at our school. Usually activation with the Activation code works well if the computer has a good connection to the Internet. Our data instructor have however experienced a problem with two computers he cannot seem to solve. He is not able to activate Maple 16 on those computers. After a failure in activation he even reset the license.dat file. Maybe someone have an idea to how we can get those computers activated and what the problem...

Dear experts, I have problems about "subs", see below
> restart:
> assume(A>0): interface(showassumed=0):
> f:= A^2-2*sqrt(A^2+1)+1;
Now I want to replace A^2+1 to M^2, so idealy, what I want to see is
M^2 + M
 
When I do:
> f2:= subs(A^2+1 = M^2,  f);
Maple shows 
A^2-2*sqrt(M^2)+1
Maple cannot replace A^2+1
 

Hello everyone,

I am trying to execute a procedure but its not giving me the desired output.

Please have a look.

Ad_proc.mw

Thanks

Hi,

After upgrading to Maple 16.02, the Maple code:

eqn3:=diff(y(x),x)=x+sin(y(x));
IC3:=[y(0)=2,y(3)=0];
DEplot(eqn3,[y(x)],x=-5..5,IC3,y=-5..5,arrows=comet,linecolor=BLACK);

produces the directions field but fails to produce the solution curves.

I have tried the same code on two different machines running Maple 16.02 with identical results.  I have also tried the code on Maple 16.01.  In this case the solution curves are produced.

A plot command with the only argument of

sqrt(75-3*x^2)

used to work (up through version 15).  With 16.02 Maple produces nothing but axes.  It is still smart enough to use its default range for the x-axix and to figure out an appropriate range for the y-axis, but it cannot (will not) draw the curve.

If I were a student wanting to...

Dear friends

I solve a rectangular system of equations AX=B   where A from order 3m+1x2m      X from order 2mx1       B from order (3m+1)x1   where  m=400, by LeastSquare or by multiply by A^T  

A^T*A*X=A^T*X

let M=A^T*A

then     M*X=A^T*X                 finally               X=M^-1 * A^T*X

First 23 24 25 26 27 28 29 Last Page 25 of 40