Re: [R] Need help with reduced row echelon form

2009-10-25 Thread Ben Bolker



Kanchana Srinivasan wrote:
 
 Hello
 
 I have a 3x3 matrix (A), which I would have to reduce to Reduced Row
 echelon form.  Besides, at every iteration k, the elementary row matrix Ek
 has to be printed and also print the product of sum Ei (i=1 to k) and A.
 
 

Can you convince us that this isn't a homework problem (e.g. tell us what
your
application/context is)?


-- 
View this message in context: 
http://www.nabble.com/Need-help-with-reduced-row-echelon-form-tp26051929p26051965.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Need help with reduced row echelon form

2009-10-25 Thread John Fox
Dear KS,

Some time ago, I posted a solution to this problem (minus the ERO matrices)
to the r-help list. You'll find the relevant functions at
http://socserv.socsci.mcmaster.ca/jfox/Courses/R-programming/matrixDemos.R
.

Regards,
 John


 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On
 Behalf Of Kanchana Srinivasan
 Sent: October-25-09 5:19 PM
 To: r-help@r-project.org
 Subject: [R] Need help with reduced row echelon form
 
 Hello
 
 I have a 3x3 matrix (A), which I would have to reduce to Reduced Row
echelon
 form.  Besides, at every iteration k, the elementary row matrix Ek has to
be
 printed and also print the product of sum Ei (i=1 to k) and A.
 
 Any ideas how to go about doing this.
 
 KS.
 
 
 
 
   [[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.