I want to stack columns of a matrix in Maxima.
Example
b3: matrix(
[1,0,0],
[-a21,1,0],
[-a31,-a32,1]
);
I wonder how to stack the columns of this matrix. Thanks in advance for your help and time.
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.
Here is an naive way of doing it:
and here is a more general way: