Page 1 of 1
Inverting a matrix
Posted: Tue Nov 11, 2014 12:06 am
by Flustered
Can you please give me the steps to invert a matrix in Eviews. The original file is in Excel and it is a 15 by 15 matrix.
Re: Inverting a matrix
Posted: Tue Nov 11, 2014 7:39 am
by startz
Try typing "inverse" into the Help system.
Re: Inverting a matrix
Posted: Tue Nov 11, 2014 9:19 pm
by Flustered
I did but since I am new to Eviews I don't know exactly how to execute the @inverse command they are directing me to. That's why I asked for step by step instruction. I don't know what to do after I have imported the Excel file into Eviews.
Re: Inverting a matrix
Posted: Tue Nov 11, 2014 9:35 pm
by EViews Gareth
matrix a = @inverse(b)
Re: Inverting a matrix
Posted: Tue Nov 11, 2014 10:10 pm
by Flustered
When I type this command it says 'b is not defined'.
Re: Inverting a matrix
Posted: Tue Nov 11, 2014 10:27 pm
by EViews Gareth
It was an example. Change "b" to be the name of your matrix.