help-octave
[Top][All Lists]
Advanced

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

invertable matrix - result as integer matrix


From: orzech
Subject: invertable matrix - result as integer matrix
Date: Sat, 16 Jan 2010 16:47:32 -0800 (PST)

Hi,
I would like to get an invertible matrix in Octave but as integers matrix,
so:

x = [9,15;19,2];
inv(x)

and the result is:

[-0.0074906, 0.0561798; 0.0711610, -0.0337079]

but I would like to get [22,17;25,21] anyone knows how to convert this
result? Many thanks.

-- 
View this message in context: 
http://old.nabble.com/invertable-matrix---result-as-integer-matrix-tp27195272p27195272.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]