How do I input a row vector in Typst’s math mode?
The vec() function is a column vector, I need a row vector function.
How do I input a row vector in Typst’s math mode?
The vec() function is a column vector, I need a row vector function.
You can use Matrix Function – Typst Documentation. For example mat(1,2,3).
Alternatively, just (1,2,3).