vector=
3
4
8
5
2
1
6
the matrix i want to create is
3 0 0
4 3 0
8 4 3
5 8 4
2 5 8
1 2 5
6 1 2
vector= 3 4 8 5 2 1 6 the matrix i want to create
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This was already covered in one of your previous questions. Although you aren’t trying to create a square matrix in this example, you can still use the TOEPLITZ function like in Jonas’ answer: