logo

Study resource

Vectors common mistakes

Study Vectors with curriculum-aligned Common Mistakes resources, practice links, and exam-focused support.

At a glance

common mistakes

Resource type

Topic

Vectors

AqaA LevelComputer ScienceFundamentals of data structures

Common mistakes

  • Accepting mixed entry types in a vector

    Treating a list containing numbers and a non-number, such as a Boolean or string, as a valid vector over ℝ.

    Fix itCheck that every entry is drawn from the same field. For a vector over ℝ, every entry must be a real number.

Related topics

Study nearby topics next