They did, linear algebra and vector calculus are a thing, but complex numbers have certain properties that you don’t get with vectors and that are quite useful and worth studying.
For various math reasons you only get consistent systems with 2^n dimensions, so after complex you get quaternions with 4, then the next one that works is 8, then 16, etc. They become less useful because you lose various useful features, like you lose commutabiliy with quaternions (eg ab != ba), and every time you double you lose more things.
I never got why they didn’t just introduce tuples in maths
They did, linear algebra and vector calculus are a thing, but complex numbers have certain properties that you don’t get with vectors and that are quite useful and worth studying.
For various math reasons you only get consistent systems with 2^n dimensions, so after complex you get quaternions with 4, then the next one that works is 8, then 16, etc. They become less useful because you lose various useful features, like you lose commutabiliy with quaternions (eg ab != ba), and every time you double you lose more things.