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
I - root of x^2 = -1
Description
Maple uses I to represent one of the square roots of -1, with -I representing the other, for computations over the complex numbers.
Arithmetic expressions involving I and other numeric constants are automatically evaluated.
The evalc function can be used to symbolically manipulate complex-valued expressions.
The evalf function can be used to numerically evaluate complex-valued expressions.
The evalhf function can be used to numerically evaluate complex-valued expressions using the floating-point hardware of the underlying system.
I is implemented as Complex(1), and therefore, unlike many other Maple constants, type(I, name) returns false.
Since the literal expressions "sqrt(-1)" or "(-1)^(1/2)" do not appear in the representation of I, or any complex number in Maple, type(I, radical) returns false.
If you want to see this complex constant displayed as another letter (for example j), use interface(imaginaryunit=j). See interface for more information.
Examples
See Also
complex, evalc, evalf, evalhf, interface, solve, type/complex, type/complexcons, type/constant
Download Help Document