Q: solving ax=0 with regularization?
4 次查看(过去 30 天)
显示 更早的评论
hi all,
I would like to solve a system of equations of the following form:
A_{nx9} X_{9x1} = 0_{nx1}
Where A is a matrix (known) obtained from a set of observation, and X (unknown) is a vector derived from some state variables. In fact, X is the Kronecker project of 2 unit vectors:
X = kron( a_{1x3},b_{1x3} )'
where |a| = |b| = 1.
Since A is constructed from a set of observations, each rows are not exactly independent of each other. In general, n>>9, and if I attempt to solve X by solving the null-space, I end up with basis functions that satisfies the equation, but not a particular solution.
From my limited knowledge of linear algebra (still reading upon it), I understand AX=0 could be solve using some iterative solver with regularization. My question is:
How can I solve AX=0 in matlab while using |a| = |b| =1 as a regularization term?
any help is very much appreciated,
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Mathematics and Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!