answersLogoWhite

0

The abstraction are the same. However, the array may be of any objects, while a vector, in narrowed definition, each element is a scalar value (e.g, int, float, double, etc), to fulfill the abs(vector) = aScalarValue property of a vector. An array with the same data type would look exactly the same. But an array of Persons will be difficult to be a vector!

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are difference between scalars and vectors?

What are difference between scalars and vectors


Why is the difference between scalars and vectors important?

Without the difference between scalars and vectors the Universe doesn't work !


How do you find the difference between two arrays in Java?

for arrays you can list the different arrays and what attributes that you give to them.


One difference between vectors and scalars?

Vectors have a direction associated with them, scalars do not.


What is the difference between coplanar and non-coplanar vectors?

Coplanar :The vectors are in the same plane.Non coplanar :The vectors are not in the same plane.


Can the magnitude of the difference between two vectors ever be greater than the magnitude of either vector?

Yes, the magnitude of the difference between two vectors can be greater than the magnitude of either vector. This can occur when the vectors are in opposite directions or have different magnitudes such that the resulting difference vector is longer than either of the original vectors.


What is the difference between orthogonal and orthonormal vectors?

All vectors that are perpendicular (their dot product is zero) are orthogonal vectors.Orthonormal vectors are orthogonal unit vectors. Vectors are only orthonormal if they are both perpendicular have have a length of 1.


What is the resultant of two vectors in the opposite direction?

When two vectors are in opposite directions, their resultant is the difference between their magnitudes, with the direction of the larger vector. This means the resultant vector points in the direction of the larger vector and its magnitude is the difference between the magnitudes of the two vectors.


What is the linear data structures?

Linear data structures are 1-dimensional arrays, as in: vectors.


Difference between vector and array list?

Vectors are thread safe but array lists are not. Hence array lists are faster than Vectors.


The sum of two vectors is a minimum when the angle between them is what?

180 degrees. Then the sum of the two vectors has a magnitude equal to the difference of their individual magnitudes.


What is the Difference between arrays in c and c plus plus?

Nothing whatsoever. They are exactly the same.