You need to create a matrix using the formula
Afficher commentaires plus anciens
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 commentaire
KSSV
le 29 Oct 2020
Wht have you tried for this simple home work problem?
Réponses (1)
help for
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!