Student[LinearAlgebra]
DeterminantSteps
show steps in finding the determinant of a square matrix
Calling Sequence
Parameters
Description
Package Usage
Examples
Compatibility
Student[LinearAlgebra][DeterminantSteps](m, opts)
m
-
square matrix to find the determinant of
opts
options of the form keyword=value
The DeterminantSteps command is used to show the steps of finding the determinant of a square matrix.
The DeterminantSteps supports square matrices up to 5 by 5 in size.
The displaystyle and output options can be used to change the output format. See OutputStepsRecord for details.
This function is part of the Student[LinearAlgebra] package, so it can be used in the short form DeterminantSteps(..) only after executing the command with(Student[LinearAlgebra]). However, it can always be accessed through the long form of the command by using Student[LinearAlgebra][DeterminantSteps](..).
• Let's find the determinant Matrix(2, 2, [[7,5],[2,3]]) • Find the determinant of the 2 by 2 matrix by multiplying the diagonals -2*5+3*7 • Evaluate 11
The Student[LinearAlgebra][DeterminantSteps] command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Student:-Basics:-OutputStepsRecord
Student:-Calculus1:-ShowSolution
Student:-Calculus1:-ShowSteps
Student:-LinearAlgebra
Download Help Document