Ahmad Kamal on Sun, 15 Jul 2012 10:27:08 +0200


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

Re: Hello


I have got it , sorry for disturbing you.

Regards

Ahmad

On 14 July 2012 15:28, Ahmad Kamal <drkamal.mtc@gmail.com> wrote:
please i want to ask how can i do the following i know it may be a silly question but i failed to do it:

 if i have a vector of random polynomials and i want to evaluate all of them with different variables and put the result in a matrix. to make myself clear :

consider i have a vector of polynomials called "players"

 f(x, A = 5) = (1 + random(A-1)) * x^(m-1) + random(A*x^(m-2));
players=vector(n, i, f(x));

and i want to evaluate these polynomials with several variables

x=[1,2,3,4]

and i want to put the result in a matrix