How to make a program in C++ for this task?
Task 2
1. Create a program that calculates the inner product of a vector, and the data is input from the keyboard.
2. Create a program that calculates and shows the product of 3x3 matrices.
hint:
-refer to the program that calculates the sum of matrices.
-it becomes a triple loop.
How to create a program that calculates inner product vector and 3x3 matrices?
Started by aruwin, Nov 06 2011 11:28 PM
2 replies to this topic
#1
Posted 06 November 2011 - 11:28 PM
|
|
|
#2
Posted 07 November 2011 - 09:38 AM
What part of these are you having an issue with? The algorithms are pretty straight-forward. What code do you have so far?
#3
Posted 07 November 2011 - 09:44 AM
WingedPanther said:
What part of these are you having an issue with? The algorithms are pretty straight-forward. What code do you have so far?
Thanks for the reply but I have solved it :)
Now I am trying to solve the problem which I have written in the other thread,about making a program to calculate the inner product of 2 vectors.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









