How we can take polynomial of n variable as input.?

How we can take polynomial of n variable as input.?I want to take input from command window by user.The polynomial should be of n-Dimensional and n-variable ,n-degree. Thanx in Advance..

Answers (1)

The polynomial is represented by its coefficients, just ask for a vector of polynomial coefficients
c=input('input the vector c representing the polynomial coefficients in descending order')

2 Comments

But how to take input if no of variable are more like x,y,z....
Thanx..

Sign in to comment.

Categories

Asked:

on 20 Apr 2014

Commented:

on 20 Apr 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!