Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Polynômes > pol2str

pol2str

conversion polynôme => texte

Séquence d'appel

strs = pol2str(p)

Paramètres

p

matrice ou hypermatrice de polynômes à coefficients réels ou complexes

str

matrice ou hypermatrice texte

Description

convertit les polynômes p en textes les représentant (fonction utilitaire).

Le format de sortie des coefficients est fixé par format(..).

Exemples

pol2str(%z)

p = poly ([1, 2, 3], "x","coeff");
pol2str(p)

p = (1+%i+%z)^(1:4)
pol2str(p)

Voir aussi

  • string — conversion en chaîne de caractères
  • prettyprint — From any Scilab datatype and provide a representation to the TeX, LaTeX or MathML formats
  • sci2exp — converts an expression to a string

Historique

VersionDescription
5.5.0 Extension aux polynômes à coefficients complexes et aux hypermatrices. Vectorisation du traitement du tableau de polynômes
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:03 CEST 2016