Solving a Matrix Equation
显示 更早的评论
Dear Can anybody please guide me how to solve the following matrix equation in Matlab A*B^-1*C=0 Where A,B,C and 0 are matrices and one needs to solve for C
回答(1 个)
Walter Roberson
2013-11-6
0 个投票
You mean like finding the null space of A*B^(-1) ? See null() and see the "\" operator.
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!