Items tagged with rational rational Tagged Items Feed

if the tolerance can only accept gamma function, rational function

How to convert Kummer expression into other simple formula?

i have calculated a generating function, but the actual answer is much simpler than this

Gen := {p(z) = exp(-I*z/sqrt(c))*KummerM(-(-(1/2)*sqrt(c)*beta+(1/2*I)*beta*c+I*(-1/2+c)*x)/sqrt(c),
beta,
(2*I)*z/sqrt(c))*(-KummerU(-(1/2)*(-sqrt(c)*beta+I*beta*c-I*x+(2*I)*c*x)/sqrt(c),
beta, 0)*_C1+1)+exp(-I*z/sqrt(c))*KummerU(-(-(1/2...

match rational function

November 30 2011 by icegood 255

s:=1/(y+a)^2;

s2:=1/(y+a)^(2/3);

type(s, smth rational)  should return true and type(s2, smth rational) -false. How to do that?

I have a solution containing many exponentail terms, some of which are in the denominators of rational terms. I would like to be able to have the solution given to me in a manner where there are no exponentials in denominators but only in the numerators. The simplify command in maple does it, however for the shear number of terms (just shy of 400,000 terms and maple saying it's million plus) i am looking at, that particular command is just taking too long (15 hours!). Is there...

Hi,

I am new to Maple, so sorry for asking this TRIVIAL question but I got quite frustrated after so much time unsuccessfully trying to figure out how to perform integer computations.

Lets take the simple example below:

3k - 5 = 0

I wanna get k=1 not 5/3

Isolve doesn’t work  for this as I would like. Introduced assumptions re ignored:

Solve(3*k -5=0, k, useassumptions) assuming k :: nonnegint

 

I would like to solve x1v for funcF1(funcr(x),x)). I did similar computations before. 

I think Maple can deal with rational functions very well. It's having a trouble to

use the common denominator the simplify x1v. 

> denom(Wx1v);
2 2 2
-barv + funca(x) D(funcP)(funcr(x)) funcr(x) ...

Given a square of unit side in the plane, is it possible to find a point in the plane whose distances to the cube's vertices are all RATIONAL? This is a very difficult problem, so maybe some of you geniuses out there would be able to answer it by writing down a program???

Like when I type

1/2^2;

it gives

1/4

but if I type

0.5^2;

it gives

0.25

I want it to consider 0.5 as 1/2, because sometimes I make computations on large equations and I want to have access to the symbolic output, not the numeric output.

Rational difference equation

March 17 2011 by Eshames 0 Maple 12

dear community

I have  problems 1): in solving "rational difference equations" in Maple.

what is the code for solving this kind?

2): plotting difference equations

3):openf and printf command" how I make my results in the same folder as a table?"

Thanks

solution of difference equations

February 11 2011 by zainab 0 Maple 12

 

hi i want to know how to use maple to solve rational differece equations by using differential transform method DTM for example:=

{y(x+1)=(x+2)/(x-1), y(0)=1}

 

 The best definition for the MRB constant that I know of is found at

http://mathworld.wolfram.com/MRBConstant.html.

 

Up until...

Page 1 of 1