Re: Crout's Algorithm
From: Bob Wheeler (bwheeler_at_echip.com)
Date: 01/14/05
- Next message: Danny Rich: "Re: Data Smoothing"
- Previous message: george ghiata: "Re: FERMAT LAST THEOREM:ANOTHER PROOF"
- In reply to: Jakub Rabiega: "Re: Crout's Algorithm"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 17:59:56 -0500
Jakub Rabiega wrote:
> Dear Sir or Madam,
> I am a student of Technical University in Poland. I am doing a project
> about Crouts Algorithm. I am looking for a examples of Crout's
> algorithm used in real life. Do You know any?If yes I would be
> gratefull for Your reply.
> Yours sincerely
> Jakub Rabiega
>
I doubt if there are any "real life" examples of its use today. It was
devised by Crout in 1941 for solving linear equations using desk
calculators. It is basically Gaussian elimination restructured so that
one could calculate sums of products (a*b+c*d+e*f+..) using the
accumulator display and thus avoiding the re-entry of values. It has no
particular advantage as a computer algorithm nowadays.
-- Bob Wheeler --- http://www.bobwheeler.com/ ECHIP, Inc. --- Randomness comes in bunches.
- Next message: Danny Rich: "Re: Data Smoothing"
- Previous message: george ghiata: "Re: FERMAT LAST THEOREM:ANOTHER PROOF"
- In reply to: Jakub Rabiega: "Re: Crout's Algorithm"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|