Question: using c++ for cygwin softeware Give user choices 1-7. If the user input other than 1-7, keep asking. Choices: 1. Transpose a 3x3 matrix Input

using c++ for cygwin softeware
Give user choices 1-7. If the user input other than 1-7, keep asking. Choices: 1. Transpose a 3x3 matrix Input :a 3x3 matrix Output print the 3x3 matrix and the transpose matrix Dot product of two 3x3 matrices Input two 1x3 vectors Output print the dot product (a number) Addition of two 3x3 matrices Input two 3x3 matrices Output print the input matrices and the result Subtraction of two 3x3 matrices Input two 3x3 matrices Output: print the input matrices and the result Multiplication of two 3x3 matrices Input two 3x3 matrices Output print the input matrices and the result Determinant of a 3x3 matrix Input :a 3x3 matrix Output print the input matrix and the result 2. 3. 4. 5. 6. 7. Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
