Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.1 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

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
Report an issue
<< pdiv Polynômes polfact >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu Oct 02 13:54:32 CEST 2014