Fractions Toolbox
create and manipulate fractions (K+N/D) using exact arithmetic
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Citation pour cette source
Ben Petschel (2026). Fractions Toolbox (https://fr.mathworks.com/matlabcentral/fileexchange/24878-fractions-toolbox), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Variable Precision Integer Arithmetic
A inspiré : The Computation of Pi by Archimedes
Informations générales
- Version (60,5 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.9.1 | Updated power (^) to allow negative exponents and added functions max, min, num2str. |
||
| 1.9.0 | Updated to work with recent versions of MATLAB and tidied up some of the code. |
||
| 1.8.0 | Improved performance of fr.m (thanks to Richard Zapor); bugfix in freduce.m affecting objects that do not have mrdivide defined (thanks to Nathan Thern); bugfix in frinv.m to allow rdivide with fraction arrays. |
||
| 1.4.0 | added rank function; bugfix for frinv handling non-double arrays |
||
| 1.3.0 | Improved performance of times and other operations; added functions for dealing with continued fractions |
||
| 1.2.0 | added functions mldivide (\), rref, lsq |
||
| 1.1.0 | fixed bug that can occur when users do not have the VPI toolbox. |
||
| 1.0.0 |