[solved] – Question 99882
you need to generate a suite of simple matrix and vector operations including:
vector + vector
vector * vector (dot product)
vector x vector (cross product)
scalar * vector
matrix * vec (matvec)
matrix * matrix (matmat)
choose the operation from a menu
ask the user for a size n (for vectors ) and n,m for matrices
generate as test small doubles -10 to 10 for the originals vecs/matrices
then compute the solution, display
Expert Answer
OR

