Suppose I have the following matrix (8x4) matrix
[123410020 145401010 223410130 1−12−10000]
I want to create a table in adding the following vector above
[x1x2x3x4ϵ1ϵ2ϵ3b ]
which will be invariant
and the following column vector on its right
[ϵ1 ϵ2 ϵ3 b ] $
In the following question Concatenation of symbolic vectors.
I have two answers that help me to construct the line vector wihc is a concatenation of two vectors. But I cannot use the answer in the table()
mechanism simply because it doesn't work as expected that is
table(name of the matrix, header_row = name of the line vector)
Is there a way to obtain what I expect. And I have observed that html.table()
doesn't work.
PS I do not understand why the formating doesn't work for the matrix.