C程序交换给定矩阵中的对角线元素
问题
我们需要编写代码来交换主对角线元素和次对角线元素。矩阵的大小在运行时给出。
如果矩阵m和n值的大小不相等,则打印给定矩阵不是正方形。
只有方阵可以互换主对角元素,也可以和次对角元素互换。
解决方案
编写C程序来交换给定矩阵中的对角元素的解决方案如下-
交换对角线元素的逻辑解释如下-
for (i=0;i示例
以下是用于交换给定矩阵中对角元素的C程序-
#includemain (){ int i,j,m,n,a; static int ma[10][10]; printf ("Enter the order of the matrix m and n\n"); scanf ("%dx%d",&m,&n); if (m==n){ printf ("Enter the co-efficients of the matrix\n"); for (i=0;i 输出结果 执行上述程序时,会产生以下结果-
Run 1: Enter the order of the matrix m and n 3x3 Enter the co-efficient of the matrix 1 2 3 4 5 6 7 8 9 The given matrix is 1 2 3 4 5 6 7 8 9 Matrix after changing the Main & secondary diagonal 3 2 1 4 5 6 9 8 7 Run 2: Enter the order of the matrix m and n 4x3 The given order is not square matrix
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短