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
combine/radical - combine radicals in products
Calling Sequence
combine(expr, radical)
combine(expr, radical, symbolic)
Parameters
expr
-
any expression
Description
The combine/radical function is used to combine products of radicals of the same power that appear in an expression.
The main transformation made by combine/radical is
where and are both positive, (i.e. ) and where are integers.
For example:
If the condition above is not satisfied, then let where . Then expand as so that the condition is now satisfied. If is an integer, Maple applies this transformation automatically.
For example: .
Suppose the sign of is known to be negative, i.e. . Then expand as so that the positive part can now be combined.
The new radical needs to be simplified. The new radicand is simplified by applying normal(x^m*y^n, expanded). For example: which after simplification yields
If the sign of and is not known, then combine will not combine the radicals because that is not correct for all and in general. For example for negative and . The user has two possibilities to force Maple to combine radicals of unknown sign. The first is to use assume to tell Maple the sign of the radicands. The second is to specify the optional argument symbolic which will assume all radicands of unknown sign are real and positive.
If the sign of one radicand is unknown -- for example, suppose that and is unknown -- then combine will still combine the radicands and because is known to be positive.
Examples
See Also
assume, normal/expanded, signum, simplify[radical], sqrt
Download Help Document