Community Profile

photo

WeiShan Ng


Last seen: 26 days ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


create a matrix using a vector such that each row is one offset of the previous row
Let say I have a vector v = [v1, v2, v3, v4, ..., vn], I would like to create a matrix using the vector such that each row is on...

4 years ago | 1 answer | 0

1

answer

Question


Create a matrix using offset elements of a vector
Let say I have a vector v = [v1, v2, v3], I would like to create a non-square matrix putting the vector v as tridiagonal element...

4 years ago | 1 answer | 0

1

answer