[Haskell-cafe] BLAS Solve Example

Darrin Thompson darrinth at gmail.com
Wed Jul 23 09:42:24 EDT 2008


On Wed, Jul 23, 2008 at 2:12 AM, Alberto Ruiz <aruiz at um.es> wrote:
> $ ghci solve.hs
> *Main> sol
> 3 |> [-5.555555555555511e-2,0.11111111111111113,0.2777777777777776]
>

I was hoping for rational solutions. If I were a true jedi master I'd
write my own solver, which might be the right thing to do. All I know
so far is gauss' method. Probably I'd learn something implementing the
back substitution. hmm....

Thanks.

--
Darrin


More information about the Haskell-Cafe mailing list