Ahmad Kamal on Thu, 05 Jul 2012 13:12:56 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Hello


thanks first for your reply
 what i mean is i want to create multiple functions like that:

f1(x)=(25*x^m)+ (315*x^(m-1))+.....etc
f2(x)=(33*x^m)+ (14*x^(m-1))+.....etc
.
.
.
fn(x)=(16*x^m)+ (19*x^(m-1))+.....etc

and the coefficients (25,33,16,315,14,19) to be random.

On 5 July 2012 12:54, Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr> wrote:
On Thu, Jul 05, 2012 at 12:30:13PM +0300, Ahmad Kamal wrote:
> Hi
>
> if i want to create n functions with m variables in pari gp and the
> coefficients are random ,does anybody know how ?

Please give an explicit example of what you want to do.

Cheers,
Bill.