Skip to content

osamaa-mustafa/Object-Oriented-Programming---C-Program-Matrix-Algebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Object-Oriented-Programming---C-Program-Matrix-Algebra

Applied concept of Object Oriented Programming in C++ through Matrix Algebra application.

Problem Statement

Write an object oriented C++ program for Matrix Algebra. The program should have the following features: Create a Matrix of size NxN (where N is specified by the user). Initialize an NxN Matrix with random numbers in the range 1-9. Print an NxN Matrix in tabular form using << operator. Sum the diagonal elements of an NxN Matrix. Transpose an NxN Matrix, using ! operator overloading. Add two NxN Matrices, using + operator overloading. Multiply two NxN Matrices, using * operator overloading. Write an interactive, menu-driven driver program to test the above features.

About

Applied concept of Object Oriented Programming in C++ through Matrix Algebra application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published