Blockmatrix
|
09-26-2016, 06:12 PM
(This post was last modified: 09-26-2016 06:18 PM by toshk.)
Post: #3
|
|||
|
|||
RE: Blockmatrix
if matrix A= [1 2; 3 4] and B =[5 6; 7 8]
to block A and B into 2*1 is C=[A;B]=[1 2; 3 4;5 6;7 8] list2mat will block it to C=[[A],[B]]=[[1 2; 3 4];[5 6; 7 8]] with extra brackets if you have matrices A,B,C,D to be block into 2*2 matrix A,B need to augmented, C ,D need to augmented---> CONCAT in hp prime then the first has to stack on the later---> no STACK in hp prime; that's what my code does... |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Blockmatrix - toshk - 09-26-2016, 07:27 AM
RE: Blockmatrix - Han - 09-26-2016, 04:33 PM
RE: Blockmatrix - toshk - 09-26-2016 06:12 PM
RE: Blockmatrix - Han - 09-28-2016, 05:55 PM
|
User(s) browsing this thread: 2 Guest(s)