You need to create a matrix using the formula
Mostrar comentarios más antiguos
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 comentario
KSSV
el 29 de Oct. de 2020
Wht have you tried for this simple home work problem?
Respuestas (1)
help for
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!