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
Matlab[det] - compute the determinant of a MapleMatrix or MatlabMatrix in MATLAB(R)
Calling Sequence
det(X)
Parameters
X
-
MapleMatrix, or MatlabMatrix
Description
The Matlab[det] command computes the determinant of a matrix using MATLAB.
Since constants are considered one-by-one matrices, the determinant of a constant returns the constant.
Executing the Matlab[det] command returns a float.
Examples
Define the Maple matrix
The determinant of this MapleMatrix is computed as
112.
A matrix is set in MATLAB, manipulated, and the new matrix's determinant is computed
12544.
See Also
LinearAlgebra[Determinant], Matlab, Matlab[evalM], Matlab[getvar], Matlab[setvar], MatlabMatrix
Download Help Document