basic question about matrices
12 次查看(过去 30 天)
显示 更早的评论
Given a Matrix A,
- Create a row vector of 1's that has same number of elements as A has rows.
- Create a column vector of 1's that has the same number of elements as A has columns.
- Using matrix multiplication, assign the product of the row vector, the matrix A, and the column vector (in this order) to the variable result.
Think about what the result represents...
explain the step of solving
0 个评论
采纳的回答
Philippe Lebel
2019-11-25
编辑:Philippe Lebel
2019-11-25
As i think this is an homework i'd suggest reading:
and
2 个评论
Guillaume
2019-11-25
And I'd recommend going through the free matlab onramp course, and reading the getting started tutorial in the doc because, frankly, this is extremely basic homework that anybody who's doing a matlab course should be able to do on their own if they put a modicum of effort.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!