正在加载图片...
8.2 MATLAB Functions Used 163 >A=Amatrix(A,Qbar3,z3,z4) A= 50.7068 9.9674 0.0000 9.9674 7.6300 0.0000 0.0000 0.0000 19.2010 >A Amatrix(A,Qbar4,z4,z5) A= 74.0690 10.4197 0.0000 10.4197 9.4537 0.0000 0.0000 0.0000 19.8610 >A Amatrix(A,Qbar5,z5,z6) A= 87.7413 15.1772-14.2977 15.1772 12.3568 -4.3551 -7.1488 -2.1776 29.1315 >A Amatrix(A,Qbar6,z6,z7) A= 101.4136 19.9348 0.0000 19.9348 15.2599 0.0000 0.0000 0.000038.4020 Next,the [B]matrix is calculated using six calls to the MATLAB function Bmatrir as follows (make sure to divide the final result by 2 since this step is not performed by the Bmatrir function): >>B=zeros(3,3) B= 0 0 0 0 0 0 0 0 0 >>B Bmatrix(B,Qbar1,z1,z2) B= -10.2542 -3.5682-10.7233 -3.5682 -2.1773 -3.2663 -5.3616 -1.6332 -6.95298.2 MATLAB Functions Used 163 >> A = Amatrix(A,Qbar3,z3,z4) A = 50.7068 9.9674 0.0000 9.9674 7.6300 0.0000 0.0000 0.0000 19.2010 >> A = Amatrix(A,Qbar4,z4,z5) A = 74.0690 10.4197 0.0000 10.4197 9.4537 0.0000 0.0000 0.0000 19.8610 >> A = Amatrix(A,Qbar5,z5,z6) A = 87.7413 15.1772 -14.2977 15.1772 12.3568 -4.3551 -7.1488 -2.1776 29.1315 >> A = Amatrix(A,Qbar6,z6,z7) A = 101.4136 19.9348 0.0000 19.9348 15.2599 0.0000 0.0000 0.0000 38.4020 Next, the [B] matrix is calculated using six calls to the MATLAB function Bmatrix as follows (make sure to divide the final result by 2 since this step is not performed by the Bmatrix function): >> B = zeros(3,3) B = 000 000 000 >> B = Bmatrix(B,Qbar1,z1,z2) B = -10.2542 -3.5682 -10.7233 -3.5682 -2.1773 -3.2663 -5.3616 -1.6332 -6.9529
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有