Robert Dodier a écrit : > row(M, i) => returns a matrix > M[i] => returns a list
> So these are a little bit different. (In Maxima, lists and matrices are > distinct > -- a list is not a 1-row matrix.) The representation of a matrix in Maxima is > very > naive -- a matrix is just a list of lists (i.e., a list of rows). This makes > M[i] > => row very easy, but there is no equally simple notation to obtain a column. > We > have discussed matrix representation on the Maxima mailing list, so something > might be changed in the not-too-distant future. Thanks for your comments. Donc, si je comprends bien, la variable 'scalarmatrixp', si true, ne provoque pas une conversion automatique d'une liste à 1 élément vers un scalaire. Il serait peut-être judicieux de préciser ce fait dans la doc ? Peut-être est-ce un comportement à modifier ? Ou bien prévoir une autre variable similaire, permettant de convertir (ou non) automatiquement une liste à 1 élément en scalaire ? Je n'ai pas trouvé dans la doc. Mais, encore une fois, je n'ai certainement pas tous les éléments en main... Et, surtout, maintenant, je suis informé de ce fait. > All the best, and my apologies for not writing in the official language of the > list. You're welcome ! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Maxima-lang-fr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr
