Question: Create a method TransMat ( ) to find the transpose of a square matrix. Place this in a package called pTrans. Let this package be

Create a method TransMat() to find the transpose of a square matrix. Place this in a package called
pTrans. Let this package be present in a folder called myPackages, which is a folder in your present
working directory (eg:- D\OOP\mypackages\ pTrans). Write a main method in package pCheck to read a
matrix. Using the methods TransMat() from package pTrans check if the entered matrix is symmetric or
not. [Hint : a matrix A is symmetric if A=AT ]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!