You need to create a matrix using the formula
Ältere Kommentare anzeigen
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 Kommentar
KSSV
am 29 Okt. 2020
Wht have you tried for this simple home work problem?
Antworten (1)
help for
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!