MaplePrimes Questions

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

...to extract the installer to. <sic>.

I get this error when attempting to upgrade from MAPLE 10 to 12. I went to the Maple site, made the credit card purchase/entered my serial number, downloaded installer, and voila - zip.

Running XP Home 2002, SP3. 8800 GT, 3.4 GHz Pentium, 2G RAM.

No location I select seems to work. I did check out the FAQ before posting, and have an email in to Support.

 

Eric

The font I get in Maple 12 when I use it on Windows XP is, for lack of a better word, thin. Can I make the font a bit more readeable? Thanks in advance.

I want to solve the following set of ODEs numerically using shooting techniques

they are:

de := diff(x(t), t)+2*(diff(x(t), t))^2-y(t)-.1*z(t) = 0, diff(y(t), `$`(t, 2))-x(t)*(diff(y(t), t)) = 0, .2*(diff(z(t), `$`(t, 2)))-x(t)*(diff(z(t), t)) = 0; bc := y(0) = 1, z(0) = 1, x(0) = 0, x(infinity) = 0, y(infinity) = 0, z(infinity) = 0; gn := desolveSH({bc, de}, t = 0 .. 20, info = 1, numeric)

Any help

 

I have got a discrete power law distribution from which I would like to sample.
I tried to define a new distribution, but didn't succeed so far.
The probability p(k) = C(gamma)*k^(-gamma),

With ProbabilityTable I've got the problem that my distribution is not limited to a certain range. It starts from a lower limit kmin, but goes to infinity.

Why does the evalb function return 'false' for the following function test?

evalb(sin(2*beta/2)=2*sin(beta/2)*cos(beta/2));

This function should return true, but does not.  Any comments/corrections would be appreciated.  Thank you for your help.

Wayne

 

I am able to get the matrices entered and they are assigned line numbers in the worksheet.  I am trying to add two matrices and having no luck.  I have tried (1)+(2)  [those are the line numbers assigned by Maple] but I am only getting an answer of 3 for the line numbered (3).

I hope I am making sense.   Perhaps as I think it through, I am not entering the matrices correctly?  I am using the matrix maker on the left side.  If anyone has any help I would really appreciate it.

Thanks!

> T1:=convert(series(f,x=infinity,5),polynom);
             1. ln(x)   1.   0.5000000000   0.3333333333
       T1 := -------- + -- - ------------ + ------------

First 2171 2172 2173 2174 2175 2176 2177 Last Page 2173 of 2433