Hello,I have one task in school, i dont have idea how to perform it. Iam tierd, and need some sleep, maybe some on can hel me.
The task: Define the matrix main diagonal elements of the sum.(7x7)
C or C++ leanguage.
Please hlp
Help I have Problems with my programm
Started by Prova1ver, Nov 08 2009 08:46 AM
2 replies to this topic
#1
Posted 08 November 2009 - 08:46 AM
|
|
|
#2
Posted 08 November 2009 - 10:50 AM
Well, how are you modeling your matrix? Do you know how to get the main diagonal by hand?
#3
Posted 08 November 2009 - 11:09 AM
#include <stdio.h>
#define NR_ROW 7
#define NR_COL 7
int main(void) {
int i, j;
This is funny :D I think my brins blow up. I have no Idea how to commplate that programm and I need it tommarow.
:cursing:
#define NR_ROW 7
#define NR_COL 7
int main(void) {
int i, j;
This is funny :D I think my brins blow up. I have no Idea how to commplate that programm and I need it tommarow.
:cursing:


Sign In
Create Account

Back to top









