2023年全國碩士研究生考試考研英語一試題真題(含答案詳解+作文范文)_第1頁
已閱讀1頁,還剩11頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

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

文檔簡介

1、《數(shù)值計(jì)算方法》實(shí)驗(yàn)報(bào)告1什么是數(shù)值計(jì)算方法及應(yīng)用與誤差計(jì)算什么是數(shù)值計(jì)算方法及應(yīng)用與誤差計(jì)算1什么是數(shù)值計(jì)算方法及應(yīng)用什么是數(shù)值計(jì)算方法及應(yīng)用計(jì)算數(shù)學(xué)也叫做數(shù)值計(jì)算方法或數(shù)值分析。主要內(nèi)容包括代數(shù)方程、線性代數(shù)方程組、微分方程的數(shù)值解法,函數(shù)的數(shù)值逼近問題,矩陣特征值的求法,最優(yōu)化計(jì)算問題,概率統(tǒng)計(jì)計(jì)算問題等等,還包括解的存在性、唯一性、收斂性和誤差分析等理論問題。數(shù)值計(jì)算方法是一種研究并解決數(shù)學(xué)問題的數(shù)值近似解方法是在計(jì)算機(jī)上使用的

2、解數(shù)學(xué)問題的方法,簡稱計(jì)算方法。在科學(xué)研究和工程技術(shù)中都要用到各種計(jì)算方法。例如,在航天航空、地質(zhì)勘探、汽車制造、橋梁設(shè)計(jì)、天氣預(yù)報(bào)和漢字字樣設(shè)計(jì)中都有計(jì)算方法的蹤影.Numericalanalysisinvolvesthestudyofmethodsofcomputingnumericaldata.Inmanyproblemsthisimpliesproducingasequenceofapproximationsbyrepeatin

3、gtheprocedureagainagain.Peoplewhoemploynumericalmethodsfsolvingproblemshavetowryaboutthefollowingissues:therateofconvergence(howlongdoesittakefthemethodtofindtheanswer)theaccuracy(evenvalidity)oftheanswerthecompletenesso

4、ftheresponse(doothersolutionsinadditiontotheonefoundexist).Numericalmethodsprovideapproximationstotheproblemsinquestion.Nomatterhowaccuratetheyare,theydonotinmostcasesprovidetheexactanswer.Insomeinstanceswkingouttheexact

5、answerbyadifferentapproachmaynotbepossiblemaybetootimeconsumingitisinthesecaseswherenumericalmethodsaremostoftenused.Theeverincreasingadvancesincomputertechnologyhasenabledmanyinscienceengineeringtoapplynumericalmethodst

6、osimulatephysicalphenomena.Numericalmethodsareoftendividedintoelementaryonessuchasfindingtherootofanequationintegratingafunctionsolvingalinearsystemofequationstointensiveoneslikethefiniteelementmethod.Intensivemethodsare

7、oftenneededfthesolutionofpracticalproblemstheyoftenrequirethesystematicapplicationofarangeofelementarymethodsoftenthoussmillionsoftimesover.Inthedevelopmentofnumericalmethodssimplificationsneedtobemadetoprogresstowardsas

8、olution:fexamplegeneralfunctionsmayneedtobeapproximatedbypolynomialscomputerscannotgenerallyrepresentnumbersexactlyanyway.Asaresultnumericalmethodsdonotusuallygivetheexactanswertoagivenproblemtheycanonlytendtowardsasolut

9、iongettingclosercloserwitheachiteration.Numericalmethodsaregenerallyonlyusefulwhentheyareimplementedoncomputerusingacomputerprogramminglanguage.Inthestudyofnumericalmethodswecanmakeageneraldistinctionbetweenasetofmethods

10、suchassolvinglinearsystemsofequationssolvingmatrixeigenvalueproblemsinterpolationnumericalintegrationfindingtherootszerosofequationswhichcanbesomewhat《數(shù)值計(jì)算方法》實(shí)驗(yàn)報(bào)告31.實(shí)驗(yàn)描述實(shí)驗(yàn)描述1根據(jù)習(xí)題12和習(xí)題13構(gòu)造算法和MATLAB程序,以便精確計(jì)算所有情況下的二次方程的根,包括

11、的情況。24bbac??2參照1.25對3個(gè)差分方程計(jì)算出前十個(gè)數(shù)值的近似值,構(gòu)造列表和圖形。誤差算法分別為.nnxr?nnxp?nnxq?2.2.實(shí)驗(yàn)內(nèi)容實(shí)驗(yàn)內(nèi)容1設(shè),,且有方程。通過如下二次根公式可解出方程的根:0a?24ac0b2=0axbxc(1)2244x1=2=22bbacbbacxaa????這些根還可通過下列等價(jià)公式解出:(2)22221=2=44ccxxbbacbbac??2對下列三個(gè)差分方程計(jì)算出前10個(gè)數(shù)值近似值。

12、在每種情況下引入一個(gè)小的初始誤差。如果沒有初始誤差,則每個(gè)差分方程將生成序列。用MATLAB構(gòu)造生成圖表。=112nn???????(a)其中n=12…011=0.994=2nnrrr(b),其中n=23…011231=1=0.497=22nnnppppp(c)其中n=23…01125=1=0.497=2nnnqqqqq3.3.實(shí)驗(yàn)結(jié)果及分析實(shí)驗(yàn)結(jié)果及分析1.二次方程的的求根根據(jù)習(xí)題12所述,若b0兩個(gè)根為==若b0兩個(gè)根為1x224c

溫馨提示

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

評論

0/150

提交評論