You need to create a matrix using the formula
Show older comments
You need to write a function to create a matrix using the formula
Create (i - row index, j-column index) N-th order matrix D according to the formula
D (i, j) = N * x * i + j * x^N, N=3
1 Comment
KSSV
on 29 Oct 2020
Wht have you tried for this simple home work problem?
Answers (1)
help for
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!