0

write function(method) definition of method given above keep it simple because I am beginner.

void set()

void set(int)

void set(int ,int)

void set(int ,int ,int)

void set(const Matrix &)
    
void print()const
        
int isSqrMatrix()const

int isNullMatrix()const

int isUnitMatrix()const

int isIdentityMatrix()const

int isSymeticMatrix()const

int Equals(const Matrix)const   

enter image description here

write function(method) definition of method given above keep it simple because I am beginner.

Jason
  • 36,170
  • 5
  • 26
  • 60
Mohit
  • 1
  • **Stack Overflow is not a coding service for ordering code.** Refer to [how to ask](https://stackoverflow.com/help/how-to-ask) and take a [SO tour](https://stackoverflow.com/tour). Show us what you've tried so far and what problem you're facing with that so that we can find out the problem and suggest a correction(if any) and maybe even provide a better solution. – Jason Sep 01 '22 at 04:42
  • A [good C++ book](https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) might help. Also see [C++ Matrix Class](https://stackoverflow.com/questions/2076624/c-matrix-class) – Jason Sep 01 '22 at 04:43
  • How do you get to Carnegie Hall? – WhozCraig Sep 01 '22 at 04:45

0 Answers0