GeoGebra CAS Matrizenmultiplikation mit Geogebra 8 Nov 201422 Feb 2015 Maxima Programmcode: A:matrix([1,2,3],[3,-2,4],[2,1,5]); B:invert(A); C:A.B; Mit dem YAMWI-Server schaut das sehr schön aus! Inverse_Matrix
Lineare Algebra… Teilebedarfsrechnung 8 Feb 2014 Aufgabe: Grafische Darstellung: Methode 1: A: matrix( [1,0,2], [4,0,3], [0,5,0] ); B: matrix( [6,3], [2,4], [0,5] ); Output: matrix( [100], [200] ); C:A.B; Input:C.Output; Abarbeitung mit Maxima Online: http://maxima-online.org/?inc=r948162503 Methode…