Computational cost for Cramer's rule

Version 1.1 (70,2 ko) par Zoltán Csáti
Demonstrate the huge cost of Cramer's rule on a system of linear equations.
468 téléchargements
Mise à jour 19 avr. 2015

Afficher la licence

COST4CRAMER Operation cost for Cramer's rule.
[M A] = COST4CRAMER(N,METHOD) returns the number of multiplicative (M)
and additive (A) operations required for solving a system of linear
equations with N unknowns. The computational cost is determined by
METHOD, being either 'recursive' or 'explicit'.
See also CRAMERDEMO

Citation pour cette source

Zoltán Csáti (2024). Computational cost for Cramer's rule (https://www.mathworks.com/matlabcentral/fileexchange/50556-computational-cost-for-cramer-s-rule), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Linear Algebra dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1

Removed unneeded comments

1.0.0.0