this is probably completely obvious, but suppose I want a 3x2 matrix with all "1"s in the 1st column and numbers like 2,3,4 in the second column. I thought I could just type (1,(2 \ 3\ 4)), but that throws a conformability error, I could do this using the J() function for the first column, but because we do this kind of thing all the time, I thought there might be a much quicker way. is there? - P
-
Login or Register
- Log in with
Comment