Borrar filtros
Borrar filtros

Symbolic matrix in MATLAB

1 visualización (últimos 30 días)
Sunday Aloke
Sunday Aloke el 2 de Nov. de 2022
Respondida: Walter Roberson el 2 de Nov. de 2022
My MATLAB has no symbolic toolbox as in to run the determinants of the matrices in the document attached, please can someone help me get the determinants of the matrices in the document?? Thanks

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Nov. de 2022
If your MATLAB does not have the Symbolic Toolbox at all, then you are out of luck (unless you get a license for Maple and install the Maple "connector" service.)
If your MATLAB does have the Symbolic Toolbox, then no matter whether you are using the newer MuPAD based symbolic toolbox or the older Maple based Symbolic Mathematics Toolbox, then you would use det()
What old enough version of MATLAB do not have is the syntax
syms NAME [rows, cols]
but in those old versions, you can
NAME = sym('NAME', [rows,cols])

Etiquetas

Productos


Versión

R2007b

Community Treasure Hunt

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

Start Hunting!

Translated by