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

2 visualizzazioni (ultimi 30 giorni)
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..

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 20 Apr 2014
Modificato: Azzi Abdelmalek il 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 Commenti
SHWETABH
SHWETABH il 20 Apr 2014
Modificato: SHWETABH il 20 Apr 2014
But how to take input if no of variable are more like x,y,z....
Thanx..

Accedi per commentare.

Categorie

Scopri di più su Polynomials in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by