Feeds
提问
getting error while trying to write a code to solve general case diagonal Ax=b matrix
I am trying to write code for solve Ax=b function [x]=solveDiag(A,b,n) %A = nxn diagonal matrix %b=1x3 column vector %n=numb...
6 years 前 | 1 个回答 | 0
1
个回答提问
Diagonal matrix, wishing to solve Ax=b
I am not getting any errors, but I am certainly doing something wrong. I wish to get output that is the result of x for x=b/A...
6 years 前 | 1 个回答 | 0
