矩陣計算習(xí)題及答案_第1頁
矩陣計算習(xí)題及答案_第2頁
矩陣計算習(xí)題及答案_第3頁
矩陣計算習(xí)題及答案_第4頁
矩陣計算習(xí)題及答案_第5頁
已閱讀5頁,還剩14頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、1、選擇題1) 下列變量中A. Char_1,i,j2) 下列_9A. 3e10 B. 1e5003) x=uint8(1.2e10)A. 1A是合法的。B.x*y,a.1 C. Xy, a1234 D. end, 1bcd 是合法的常量。C. -1.85e-56 D. 10-2B. 24) 已知 x=0: 10,A. 95) 產(chǎn)生對角線元素全為A. On es(2,3)B. 10,則x所占的字節(jié)是D 個。C. 4 D. 8則x有_B個元素。C.11 D.121其余為0的2X 3矩陣的命令是 _CB. On es(3,2) C. Eye(2,3) D. Eye(3,2)16) a= 436,貝

2、U a(:,end)是指 _C9A.所有元素B.第一行元素C.第三列元素 D.第三行元素17) a= 4,則運(yùn)行a(:,1)= 命令后 C 。A.a變成行向量18) a= 4B. a 數(shù)組成2行2列C. a 數(shù)組成3行2列D. a數(shù)組沒有元素36,則運(yùn)行命令mean(a)是B9B. rou ndC. ceil D. floora=0: 4, b=1: 5,下面的運(yùn)算表達(dá)式出錯的是B. a./b C. a*b D. a*b a=4, b= 4 下面說法錯誤的是B.D.12)A.C.13)A. 12 B. 9 C. 7D. 1814) 運(yùn)行字符串函數(shù) strncmp(s1,s2,2)A. 1 B.

3、 0 C. true D. fales15) 命令 day (now)是指 C 。變量a比變量b占用的空間大 變量a、b數(shù)據(jù)類型相同已知s=顯示“ hello ”B. 9 C. 7,則s元素的個數(shù)是 A 。,則結(jié)果為_BA.計算a的平均值B.C.計算a每行的平均值 D.a9) 已知x是一個向量,計算ln(x)A. l n(x)B. log(x) C. L n(x)10) 當(dāng)a=2.4時,使用取整函數(shù)得到A.fix11) 已知A. a+b已知計算a每列的平均值數(shù)組增加一列平均值的命令是 B 。D. lg10(x)3,則該函數(shù)名是_o變量a、b可以進(jìn)行加減乘除運(yùn)算變量b可以用eval計算A.按日期

4、字符串格式提取當(dāng)前時間C.提取當(dāng)前時間的日期D.B.提取當(dāng)前時間按日期字符串格式提取當(dāng)前日期16) 有一個2行2列的元胞數(shù)組A.第1行第2列元素內(nèi)容B.C.第1行第2列元素 D .17) 以下運(yùn)算中哪個運(yùn)算級別最高A. * B. A C. =18) 運(yùn)行命令 bitand ( 20,A. 15 B. 20c ,則c (2)是指_D_第2行第1列元素內(nèi)容第2行第1列元素BC. 4D. /15)D. 5(15)的結(jié)果是_B。D. fales的結(jié)果是 C19) 使用檢測函數(shù)isin tegerA. 1 B. 020) 計算三個多項(xiàng)式s1、s2和s3的乘積,則算式為 C 。A. con v(s1,s2

5、,s3) B. s1*s2*s3 C. conv(con v(s1,s2),s3) D. con v(s1*s2*s3)C. true以下寫出MATLAB命令序列,并給出結(jié)果2.復(fù)數(shù)向量 a=2+3i,b=3-4i ,計算 a+b,a-b,c=a*b,d=a/b 和相角。的方式和x2。,并計算變量c的實(shí)部、虛部、模imag(c),vlans =1 abs(c) % by wlans =160278 angle(c) %by wl ans =0 0E5604 n步長為 0.4 n的變量 x1, 04a =2+3i;b=3*4i;毗ywla+b %bywlans =5.0000-tOOODi a-

6、b %bywlans =-10000 + 7,.0000i3.用 from:step:ton分成10個點(diǎn)的變量 c=a*b % by wlc =18.0000 + I.OOOOi d=a/b %by wld =-0,2400 + 0.6800i real(c) % by wl ans =18lin space 函數(shù)分別得到 x1 =0:04*pii:4*pi %by wlx1 =Columns 1 through 301.2566 2,5133Columns 4 through 63.7699 5.0265 6.2832Columns 7 through 97.5398 8.7965 10.0

7、531Columns 10 through 1111.3097 12.56642 =Columns 1 through 301,3963 2.7925Columns 4 through 64.18885.53516.9813Columns 7 through 98,3776 97738 111701Column 1012.566412 34.輸入矩陣a= 4 5 6,使用全下標(biāo)方式提取元素3,使用單下標(biāo)方式提取元素8,取7 8 9出后兩行子矩陣塊,使用邏輯矩陣提取 a=1 2 3;4 5 6;7 8 9 bywl a =1234567 89 3(1,3) %by wl自ns =3 8(6) %

8、by wlans =8 曰(23,:)456789 a(2:3,:) %by wl ans =456789 a(1.3141,3) %by wl ans =13795輸入a為3X 3的魔方陣,b為3X 3的單位陣,將他們生成 3X 6的大矩陣c、6X 3的大 矩陣d,將d的最后一行提取生成小矩陣e。1236.矩陣a= 456 用 flipud789、fliplr 、rot90、diag、triu a =magic(3) %bywl8 1 63 574 92 b=eye(3) %by wl c=a.b %by wl c =Columns 1 through 56 16 103 57014 920

9、Column 600 d=a;b %by wld 二816357492100010001 d(end,:) % by wl亦5 =0 0 1和tril進(jìn)行操作。并求其轉(zhuǎn)置、秩、逆矩陣、矩陣的行列式值及三次冪。 a=reshape(1:9,3,3);%by wl fliplr(a)% by wl a=ahans =a =3211236 S4456967789 rot90(a)% by wl a=reshape(1%by wlaa a=ab %by wlans =a =369250123147456789aa diag(a)%by wla a triu(a) %by wllans =123OS60

10、09 tril(a) %by wl ns =100450789aa a=1 3:5 8; % by wl a %by wlam h wais 二1 472 533 C9 ntiHri) 0cm* 2AAimvfsi - ctvWsminy f/latrix is ;Iose to singular cr badly scaledRes-jlts fray be ina x=inv(Afb %by wri2.53531.2D336.8299-O.U59 輸入字符串變量a為 hello 將其每個字符后移 4個,如 h變?yōu)門然后再逆序 存入變量bo a= helloF; %by wl b=char(

11、fliplr(double(a)+4) %by wlb =sppil10計算函數(shù)f(t) 10e2t sin(4t),其中t范圍為0到20,步長為0.2 , g (t )為f (t )大于0的部分,計算g (t )的值。 t =0:0.2:20; %by wl f=10*exp(2*t)-sin(4*t) %by wl1.0e+018*Columns 1 through 60.0000 0.0000 0.0000Columns 7 through 120.0000 0.0000 0.0000Columns 13 through 180.0000 0.0000 0.00000.00000.000

12、00.00000.00000.00000.00000.00000.00000.0000Columns 19 through 240.0000 0.0000 0.0000 0.0000 0.0000 0.0000Columns 25 through 300.0000 0.0000 0.0000Columns 31 through 360.0000 0.0000 0.0000Columns 37 through 420.0000 0.0000 0.0000Columns 43 through 480.0000 0.0000 0.0000Columns 49 through 540.00000.00

13、000.00000.00000.00000.00000.00000.00000.00000.00000.00000.00000.0000 0.0000 0.0000 0.0000 0.0000 0.0000Columns 55 through 600.0000 0.0000 0.0000Columns 61 through 660.0000 0.0000 0.0000Columns 67 through 720.0000 0.0000 0.0000Columns 73 through 780.0000 0.0000 0.0001Columns 79 through 840.00000.0000

14、0.00000.00000.00000.00000.00000.00000.00000.00010.00020.00020.0004 0.0005 0.0008 0.0012 0.0018 0.0026Columns 85 through 900.0039 0.0058 0.00870.01300.01940.0289Columns 91 through 960.04310.0643 0.09590.14310.21350.3186Columns 97 through 1010.4752 0.7090 1.05771.57782.3539 f1=f(f=0) %by wlf1 =1.0e+01

15、8 *Columns 1 through 60.0000 0.0000 0.00000.00000.00000.0000Columns 7 through 120.0000 0.0000 0.0000Columns 13 through 180.0000 0.0000 0.0000Columns 19 through 240.0000 0.0000 0.0000Columns 25 through 300.0000 0.0000 0.0000Columns 31 through 360.00000.00000.00000.00000.00000.00000.00000.00000.00000.

16、00000.00000.00000.0000 0.0000 0.0000 0.0000 0.0000 0.0000Columns 37 through 420.0000 0.0000 0.0000Columns 43 through 480.0000 0.0000 0.0000Columns 49 through 540.0000 0.0000 0.0000Columns 55 through 600.0000 0.0000 0.0000Columns 61 through 660.0000 0.0000 0.0000Columns 67 through 720.00000.00000.000

17、00.00000.00000.00000.00000.00000.00000.00000.00000.00000.00000.00000.00000,0000 0.0000 0.00000,00000,00000.0000Columns 73 through 780.0000 0.0000 0.00010.00010.00020.0002Columns 79 through 840.0004 0.0005 0.00030.00120.00180.0026Columns 85 through 900,0039 0.0053 0.00870.01300,01940.0289Columns 91 through

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論