R
Rimantas Liubertas
c = Matrix[[Rational(0)],[Rational(12)]]
Copied from the wrong place, these of course should be:
Regards,
Rimantas
=> Matrix[[Rational(0, 1)], [Rational(12, 1)]]
Copied from the wrong place, these of course should be:
=> Matrix[[Rational(0, 1)], [Rational(-12, 1)]]c = Matrix[[Rational(0)],[Rational(-12)]]
Regards,
Rimantas