axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [numerical linear algebra] (new)


From: anonymous
Subject: [Axiom-developer] [numerical linear algebra] (new)
Date: Sun, 06 Feb 2005 13:17:19 -0600

I'm new to Axiom, so maybe I'm doing things in a stupid way.

I want to get (estimates of) the eigenvalues of a 10x10 matrix of floats:

\begin{axiom}
m := matrix([[random()$Integer for i in 1..10] for j in 1..10]); sm := m + 
transpose(m); smf:Matrix Float := sm
\end{axiom}

The problem is: If I now call eigenvalues(smf) on the symmetric float matrix 
smf Axiom 3.0 Beta (February 2005) runs for a very long time (uncomment code if 
you want to try it):
\begin{axiom}
)set messages time on
-- eigenvalues(smf)
\end{axiom}

--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]