I'm studying for my algebra exam and I'm having problem solving these two simple True or False problems. It is a practice exam and I'm using Octave to solve them.
For the second exercise I think I need to use the command dot(r, s) in octave and to be 'true' the result must be 0 I guess, but I'm having problems with the 'r' equation.
$r=[ ? ]$
$s=[1, -1, 3]$ i guess? My though "$s:(x, y, z)= (2, 1, 2) + t(1, -1, 3), t∈R$"
dot(r, s) = ?
for the first question I have no idea what to do.
Thanks in advance!

I'm not very familiar with the syntax of Octave, but I suppose you'll be able to use Octave if you know what to do (mathematically).
For the first question:
For the second question: the lines are concurrent if they intersect in exactly one point. One way of checking this would be to substitute the parametric equations of line $s$ into the system of line $r$ and verify if this has a unique solution (for the parameter $t$).