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

2 vues (au cours des 30 derniers jours)
SHWETABH
SHWETABH le 20 Avr 2014
Commenté : Azzi Abdelmalek le 20 Avr 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..

Réponses (1)

Azzi Abdelmalek
Azzi Abdelmalek le 20 Avr 2014
Modifié(e) : Azzi Abdelmalek le 20 Avr 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 commentaires
SHWETABH
SHWETABH le 20 Avr 2014
Modifié(e) : SHWETABH le 20 Avr 2014
But how to take input if no of variable are more like x,y,z....
Thanx..
Azzi Abdelmalek
Azzi Abdelmalek le 20 Avr 2014
Post an example

Connectez-vous pour commenter.

Catégories

En savoir plus sur Polynomials dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by