Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
convert/Heaviside - Convert a piecewise function to a Heaviside expression
Calling Sequence
convert( expr, Heaviside )
convert( expr, Heaviside, positive )
convert( expr, Heaviside, positive(var) )
Parameters
expr
-
expression containing piecewise
positive
literal keyword
var
variable for Heaviside sign
Description
Converts a piecewise function to an expression with Heaviside functions.
If the optional third argument 'positive' is given, then the expression must only depend on one variable, and on output all Heaviside functions with an argument that is linear in that variable will be written so that the sign of the coefficient of that variable, if it can be detected, will be positive.
When the input depends on more than one variable, the form positive(var) must be used to specify the variable.
If the expression contains an abs or a signum, these are also converted to Heaviside expressions.
Note that conversion to Heaviside can result in a function which differs from the original in finitely many points. For this reason, conversion to Heaviside should generally be done prior to definite integration.
Examples
See Also
convert[piecewise], piecewise
Download Help Document