matlab的矩阵基本运算问题
题目
matlab的矩阵基本运算问题
已知A=[a,b,c;d,e,f;h,I,j],B=[l,m,n;x,y,z;q,o,p],请写出SUM(A),DIAG(A)的值.(4分)
2、已知A=[a,b,c;d,e,f;h,I,j],B=[l,m,n;x,y,z;q,o,p],请写出A*B,A.*B,AB,A/B,A.B,A.^B的值.(4分)
答案
clear all;clc;syms a b c d e f h l j m n x y z o p qA=[a,b,c;d,e,f;h,l,j];B=[l,m,n;x,y,z;q,o,p];aa=sum(A);bb=diag(A);cc=A*B;dd=A.*B;ee=AB;ff=A/B;gg=A.B;hh=A.^B;-----------------ee和ff太长了,没写>> ...
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点