Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: dividing each column by the diagonal elements


From   Scott Merryman <[email protected]>
To   [email protected]
Subject   Re: st: dividing each column by the diagonal elements
Date   Thu, 29 Dec 2011 10:00:39 -0600

mataa = runiform(9,9)ab = a:/(diagonal(a))'bend

Scott


On Thu, Dec 29, 2011 at 9:45 AM, Jason Park <[email protected]> wrote:
> Given a n-by-n matrix, N, I'd like to divide each column N(:,i) by the
> diagonal elements D(i) where D is such that mat D = diag(vecdiag(N)).
> How can this be done?
> Many thanks in advance.
>
> Regards,
> Jason
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index