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

2 Ansichten (letzte 30 Tage)
SHWETABH
SHWETABH am 20 Apr. 2014
Kommentiert: Azzi Abdelmalek am 20 Apr. 2014
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..

Antworten (1)

Azzi Abdelmalek
Azzi Abdelmalek am 20 Apr. 2014
Bearbeitet: Azzi Abdelmalek am 20 Apr. 2014
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 Kommentare
SHWETABH
SHWETABH am 20 Apr. 2014
Bearbeitet: SHWETABH am 20 Apr. 2014
But how to take input if no of variable are more like x,y,z....
Thanx..
Azzi Abdelmalek
Azzi Abdelmalek am 20 Apr. 2014
Post an example

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Polynomials finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by