Dear statalisters,
I need to perform the division of matrices A/B, and need to solve the
matrix equation AX = B for X.
Is there a quick way to solve for X without using Mata?
For example, I have the following matrices:
matrix A = (0.5, 0.25)
matrix B = (10, 0.5 \ 0.5, 15)
and the results should be something like:
matrix C = (0.05, 0)
Thanks for your time.
Tiago
*
* 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/