ecu2mat

De ecuaciones a matrices
418 Downloads
Updated 19 Nov 2007

No License

Sea ex='2x - y + 3z = 1, 5x + 2y = 3, 4y - 7z = 0';

>> ecu2mat(ex,'asociada')
ans =
2 1 3
5 2 0
0 4 -7

>> ecu2mat(ex,'ampliada')
ans =
2 1 3 1
5 2 0 3
0 4 -7 0

Cite As

Alejandro Laorden Arnao (2024). ecu2mat (https://www.mathworks.com/matlabcentral/fileexchange/17574-ecu2mat), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0