Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Hi, I have the following problem: Input: positive integer n, real number y (1) a:=1, b:=1 (2) for i =1 to n do (3) a:= (a*y)/i, (4) b:=b+a (5) end do (6) output: b I am struggling to find the number of assignments in terms of n. I understand for (2), I will need (n-1) assignments. For (3), will I need the sum of (i+1)? Not sure what to do with the rest of it... Any help would be appreciated. thanx. antonio
I am trying to solve the differential equation below using the following code. deq := diff(c(x), x, x) = c(x)*exp(gamma*beta*(1-c(x))/(1+beta*(1-c(x)))) ic := (D(c))(1) = 0, c(0) = lambda dsol := dsolve({deq, ic}, numeric, output=array([0,0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1.0]), continuation = lambda)

The question is in the subject. Please help. Thanks

Every now and then someone will post here on Mapleprimes and the code will use an older package such as linalg or stats. Quite often it is clear that the poster is new to Maple. Yet these packages have been superceded with new ones, eg. LinearAlgebra and Statistics.

One obvious question that then arises is: how did this user decide to use the older package?

I just did a google search on

 A RSA with the modulus n = 119 and the exponent e = 7, with the 95-character
alphabet consisting of the printable ASCII characters to encrypt the word “Yes”.
so that Y=58, e=70, s=84. Give your encryption as a list of three numbers.

Then use the same set (that is the modulus n = 119 and the exponent e = 7) to decrypy the list of number  [42,59,4,59,27,59]

Here is my code, what's wrong with it. Please help. Thanks

I would like to compile a Maple procedure to compute a large matrix.  However, I cannot find a way to send it back from the procedure.  Does any feasible way exist?

Thanks!

Hi,

anyone have any extra documentation for the Physics Package? Something more systematic then the example worksheet and docs in the help file perhaps...

The idea is so very good, but I can't use it for a lack of a detailed description of the commands, specially in the Feynmann Diagrams command (I really didn't even get what is the output of this command...).

 

Rafael

My actual problem is more complicated, but how do I get

     subs((x+1)^2 = a, (x+1)^6+2)

to look for transformations of the expression for which I'd like to substitute--

or

    subs((x+1)^2 = a, (x^2+2x+1)^3+2)

 

Perhaps this is just too much to expect.  Maple already blows my mind.  8-)

My teacher gave us an assignment where we have to plot two polar equations on the same graph using the display command, to find the points of intersection.  I thought i was doing it right but apparently not. the equations are: r=1/1-cos(t), and 3/1+cos(t). Could you please help?

Some time ago, I had a blog post about a compendium of inequalities,  Some people took a look and found problems in that paper.  So I took the time to track down the author and point him to the mapleprimes page.

He got back to me some time later, thanking me for pointing out the errors.  But in the same email, he pointed me to 2 other papers, http://xxx.lanl.gov/abs/0707.2098 and http://xxx.lanl.gov/abs/0707.2584 which contain (interesting?) conjectures which seem amenable to Maple exploration. I meant to look at these myself, but it has now become clear that I won't for quite some time yet. Perhaps these will pique the curiosity of some MaplePrimes member.

When a system of symbolic equations of order five or greater is solved by Maple, the function RootOf compares in the solutions. In order to get an explicit form of all the possibles solutions I set the option of the solve command:

_EnvExplicit:=true;

The problem is that sometimes the solutions are very complex, involving atan with uge arguments.

My problem is to simplify these kind of solutions.

The only method that gave me some results was:

Expand->"one of the specific simplifying commands as 'factor' "->simplify.

I can't make logplot or semilogplot, what is wrong? When I write "plot(x -> 10^x)" I get a nice plot in linear paper, but when I write "logplot(x -> 10^x)" or "semilogplot(x -> 10^x)" nothing happens. What do I do wrong? - Uffe

My question is really naive but i need help...

Is there a way with Maple 12 to determine if your PDE is elliptic,parabolic or hyperbolic type?? And more important, which numeric method is best suited for each one??

Thanx!!

Hi,

I have a problem with code generation to matlab. I have a model in maple that I have sampled for som values and I now want to import these matrices.  The problem is that I want to name the matrises "A(:,:,1)","A(:,:,2)",... i.e. "A(:,:,i)", 3d matrices in matlab.

hi all.

I have calculated an integral. the answer is a polynomial containing large power of  parameters ( i.g. x).

how could I reasonably simplify the polynomial? it has a long function too. ( 5 pages)

thanks.

First 1995 1996 1997 1998 1999 2000 2001 Last Page 1997 of 2229