Feb 12, 2006 #1 Smartcookie Electrical Joined Feb 11, 2006 Messages 6 Location CA Hello , I need to solve a system of equation Ax=B, but A is a matrix of(51000,51000),but matlab can create a matrix this size,I thought to partition A and solve it? any suggestions ?
Hello , I need to solve a system of equation Ax=B, but A is a matrix of(51000,51000),but matlab can create a matrix this size,I thought to partition A and solve it? any suggestions ?
Mar 21, 2006 #2 GaTechTheron Mechanical Joined Jan 26, 2006 Messages 110 Location US best way to do it is to partition it. Should still work correct? Write some type of iteration Upvote 0 Downvote