MaplePrimes Questions

 

Please help!.

How to do the following with Maple:

1. Create two power series:

  p1 = e + c1 e^2 + c2 e^3 + c4 e^4+ ....

  p2 = p1 + 1

2. Find division of power series

p1/p2

Hey there,

 

let say I have an equation like that:

2.5665*x+3.79094*x^2+3.52723*x^3+2.1137*x^4+.76839*x^5+0.0911*x^6-0.076*x^7 = x*(a[0]*x+a[1]*x+a[2]*x^2+a[3]*x^3)^(13/9)/(c[0]+c[1]*x+c[2]*x^2+c[3]*x^3+c[4]*x^4)

 

what Maple iteration utility that I can use to solve for a[0], a[1], a[2], a[3], c[0], c[1],c[2],c[3] and c[4] when x--> 1.14?

 

Thanks



 

This is my very first time using Maple or any program like it, so bare with me. I need to generate 50 random 4x4 matrices with entries in R and 50 more in Z. I also need to find out how many of them have the determinate of 0. Could anyone assist me in how I would go about doing this? Any and all help is appreciated. Thank you very much. Thank you, James D.
how do u type 8 to the second power

Suppose that you have simple algebra, and you want to numerically solve the equation ok you press "numerically solve"; but, my question is how you do it if you want to see

how maple get the result step, by step?

Implement the Virasoro Algebra and it's representations. The Virasoro Algebra is an infinite dimensional Lie algebra with generators L_n, n::integer satisfying [L_m,L_n]=(m-n)*L_(m+n)+c/12*m*(m^2-1)*KroneckerDelta[m,-n] This is quite easy to implement with the "Physics" package: with(Physics); Setup(quantumop={L},algebrarule={ %Commutator=(m-n)*L[m+n]+c/12*m*(m^2-1)*KroneckerDelta[m,-n]});

I use two different maple commands but I get the same graph. I am not sure why. I am new to Maple. Thanks in advance. The two commands are:

 

plot( {2-x^2,x^2},x=-1..1)    and,

 

plot( [2-x^2,x^2],x=-1..1)

 

 

Please let me know.

I have a sequence of numbers including only 0,1,2,3,4,5,6,7's and I want to create a file that will play music according to the sequence of numbers.  For a 0 play middle C. For 1 play D, For 2 play E, etc.

Is there a simple way to do this.  I know very little about sound, .WAV files, etc.

First of all, sorry for my bad english!

 

I am so lucky to live in denmark, and in denmark we use degrees instead of radians in math. So therefor my problem is, how do i make maple 12 use degrees?

 

Thanks!

Dear Sir,

I want to know how we can convert a Maple worksheet directly in eps so that we get a figure of the sheet in Latex. Otherwise please suggest  other ways to include the worksheet in Latex.

Best Regards,

Diyashvir Babajee

 

i need a procedure for converting a *binar tree implemented as a maple graph* in a *tree implemented recursively* I hope my spelling is right I'm not very good at english thx

G'day wizards of Maple

Hey there,

Here the problem that I'm facing:

I have an equation that as follow:

B0+B1*x+B2*x^2+B3*x^3+B4*x^4+B5*x^5+B6*x^6+B7*x^7= (a0+a1*x+a2*x^2+a3*x^3+a4*x^4)^powerN / (c0+c1*x+c2*x^2+c3*x^3)

with all the B's are known coefficients; what I'm trying to do here is to determine the coefficients for a's and c's, as well as the powerN (may and may not be an integer). Is there any way that I can solve that?

Thanks!!!

How can i use dot notation in time derivation equations?

I want to write a variable with a dot on top, but I can't.

any idea?

thanks

Hi! I want to know whether it is possible to convert a Mapleworksheet into an eps format directly so that we get a figure in Latex? Thanking you in anticipation. Best Regards, Rajiv Babajee
First 2167 2168 2169 2170 2171 2172 2173 Last Page 2169 of 2430