Calculating deteminant of block matrix
Hello everybody! I have a problem; please help me to solve it.
I have an array defined as M=zeros(m,m,n,n), where m<n and they are
positive integers;
I need to construct a matrix D with dimensions nxn consists of
determinants of matrices 3x3. For example. Element D(2,2) of matrix D
must be derived from element M(:,:,2,2) as follows:
D(2,2)=det(M(:,:,2,2))
How to produce this operation without using operator 'for'?Thank you!
.
Relevant Pages
- Re: Looking for speed performance to draw line.
... each item in an array, that being the next and/or previous indexes. ... and it's next pointer to the previous item's original next pointer. ... Next -1, Prev 0 ... shapes up into shape classes that implemented the required commands ... (microsoft.public.vb.winapi.graphics) - Re: Multiple Condition Sumif Formula
... Andy. ... > revenue column. ... > & I've tried to enter the formula as an array by doing ... Prev by Date: ... (microsoft.public.excel.worksheet.functions) - Re: Row Compression
... Otherwise, use Jim's suggestion ... > And want to remove rows with a blank in column 1 and collapse the whole ... > array to get: ... Prev by Date: ... (microsoft.public.excel.misc) - scroll select
... arr = getMultiple; ... var keep_array = new Array; ... Prev by Date: ... (comp.lang.javascript) - Re: Variable Drop Down
... >my php script to recognize the value in "who" when potentially there ... >are 4 different values stored in the "who" array? ... >Can someone shead some knowledge? ... Prev by Date: ... (alt.php) |
|