Answer to the following points:
古いコメントを表示
1. Set two random matrix A and B of dimension 2×3 and 3×4. 2. Set a matrix C as a product of the two previos matrix. 3. Set D as the transpose of C. 4. Define a column vector with the following elements: 5 2 3 10 and a row vector with the following elements: 3 2 4 5.
1 件のコメント
Steven Lord
2020 年 10 月 10 日
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
回答 (1 件)
madhan ravi
2020 年 10 月 10 日
doc colon
doc transpose
Start with MATLAB Onramp course.
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!