From: Simon Ruderich Date: Sun, 20 Jan 2013 16:27:32 +0000 (+0100) Subject: maxima/maxima-init.mac: Add notes how to solve Ax = b. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=45d332c2e396d06564e8fbdcd8c51462bad6cbb1 maxima/maxima-init.mac: Add notes how to solve Ax = b. --- diff --git a/maxima/maxima-init.mac b/maxima/maxima-init.mac index 1be7218..1dedac1 100644 --- a/maxima/maxima-init.mac +++ b/maxima/maxima-init.mac @@ -2,6 +2,14 @@ * Maxima (computer algebra system) configuration file, Maxima part. * * Also have a look at maxima/maxima-init.lisp. + * + * Notes: + * + * Solve Ax = b, thanks to Florian. + * + * A : matrix([1,2,0],[0,2,3],[0,0,4])$ + * b : matrix([1],[3],[5])$ + * linsolve_by_lu(A,b); */ /*