# Vectors quickstart Mixed numeric input can enter the exact-rational vector surface without converting through floats. After exact arithmetic, choose a native or numpy view when a numerical presentation is needed. ```{literalinclude} ../../examples/vectors_quickstart.py :language: python :lines: 6- ```