Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
MTM[coeffs] - extract all coefficients of a multivariate polynomial
Calling Sequence
coeffs(P)
coeffs(P, x)
c, t := coeffs(P, x)
Parameters
P
-
multivariate polynomial
x
variable
c
t
Description
coeffs(P) returns the coefficients of the polynomial P with respect to all the indeterminates of P.
coeffs(P,x) returns the coefficients of the polynomial P with respect to x.
[c, t] = coeffs(P,x) also returns an array of the terms of P. The terms of P line up such that add(i,i=zip(`*`,a,b)); gives back the original polynomial, P.
Examples
See Also
MTM[expand], MTM[log], MTM[sin]
Download Help Document