photo

Leonardo


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to write a diagonal rectangular matrix
I have to insert on matlab this matrix: n = 100; A = diag(21*ones(n,1)) + diag(-4*ones(n-1,1),-1)... + diag(-20*ones(n-1,...

11 months ago | 1 answer | 0

1

answer