Write a program to accept numbers in N XN matrix and display the mirror image of the matrix.
Also check whether the matrix is a symmetric matrix or not. Write the algorithm and variable
description for the program.
Answers
Answered by
5
☺️☺️☺️☺️❤️
MATLAB has many functions that create different kinds of matrices. .A column vector is an m-by-1 matrix, a row vector is a 1-by-n matrix, and a ... In the case of a scalar (1-by-1 matrix), the brackets are not required.
Similar questions