MaplePrimes Questions

How do I graph multiple functions on the same plot, and possibly with different colors for each line. Thanks in advance.

How do I graph multiple functions on the same plot, and possibly with different colors for each line. Thanks in advance.

I have some tough maple questions if you guys think you can handle them, let me know, i could use the help but also if you like a challenge, i think you'll get a kick out of the questions.

write me a message and i will send you a link to the questions (i scanned and uploaded the image of the questions on the paper)  just a few questions but tough ones!!!

Any help would be appreciated!!

thanks guys.

Hi all,

While trying to solve the Legendre ODE, my serie (obtain by Frobenius method) was transform by Maple by the following:

 

> y1x(p);

                             /[  1    1   1  ]  [1]   2\
                    hypergeom|[- - p, - + - p], [-], x |
                             \[  2    2   2  ]  [2]    /

where y1x is my serie and p is the degree of the ODE.  But at the screen, the output is:

So my questions are

1.  What the 2 and the 1 around the F means?

2.  Is it normal that this special function is the solution of the Legendre ODE?

(in fact, I test it for different p::posint and it worked)

3.  Can someone help me to have the ratio |a(k+1)/a(k)| so I can do the ratio test for the convergence of that serie.  In fact, any additionnals informations ,other than the helps pages, would be very welcome.

Thanks in advance

Mario

 

 

 

 

 

Is there a way I can plot 5 different functions together?I only require specific sections of the graphs, like between [0,3] for the first, (3,6] for the next, etc?

Thanks!

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

Three soccer teams will finish first,second,and third in of 11 evenly matched teams, which includes 4 European teams. What are the chances of a European medal sweep?

A.0.07788

B.0.06193

C. 0.03535

D. 0.02424

 

 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?

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.

First 2177 2178 2179 2180 2181 2182 2183 Last Page 2179 of 2421