Exact (symbolic) determinant of a matrix without MATLAB inbuilt function

MATLAB code to find EXACT determinant of a Matrix using recursion (Symbolic Math Toolbox required).
292 Downloads
Updated 22 Jun 2015

View License

Function 'exactdet' return exact (symbolic) determinant of the input matrix by calling
itself and accompanying function 'cofact' recursively.

Cite As

Ankit Digarsey (2024). Exact (symbolic) determinant of a matrix without MATLAB inbuilt function (https://www.mathworks.com/matlabcentral/fileexchange/49755-exact-symbolic-determinant-of-a-matrix-without-matlab-inbuilt-function), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Symbolic Math Toolbox in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Changed 'simple' command to 'simplify' since it has been removed from newer versions of MATLAB.
Comments added.

1.0.0.0