QR factorization & backsubstitution



>>>>> "Ether" == Ether Jones <maxima at etherjones.us> writes:

    Ether> Hi.
    Ether> load("minpack") works, but load("lapack") just hangs up my computer.
    Ether> I'm at Maxima 5.27.0 on XP Pro SP3; should load("lapack") be in there?

load(lapack) takes quite a long time to compile.  Be patient.  I don't
know how it works on Windows, but on my linux box, load(lapack) prints
out lots of stuff as it compiles the code.

Ray