Effacer les filtres
Effacer les filtres

How do I generate a given Matrix in one command?

1 vue (au cours des 30 derniers jours)
Jacob Andréasson
Jacob Andréasson le 7 Nov 2019
I have to generate a matrix
A=[1 8 0 0 0 0;-1 2 8 0 0 0;0 -1 3 8 0 0; 0 0 -1 4 8 0;0 0 0 -1 5 8;0 0 0 0 -1 6
] writing a single command. How do i solve this exercise in best way?

Réponses (1)

Daniel M
Daniel M le 7 Nov 2019
T = toeplitz([1 -1 0 0 0 0],[1 8 0 0 0 0])+diag(0:5)
  2 commentaires
Jacob Andréasson
Jacob Andréasson le 7 Nov 2019
Thank you so much!!!!
John D'Errico
John D'Errico le 7 Nov 2019
Please try to not do homework assignments for people. Guide them to a solution if you wish. But just doing their homework teaches them nothing but that they can use answers to have their work done for them.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by