拉個(gè)朗日插值公式是把Pn(X)的構(gòu)造問題轉(zhuǎn)化為n+1插值基函數(shù)問題的構(gòu)造!此軟件就是拉哥郎日插值的原程序VB版
標(biāo)簽: 插值 函數(shù) 轉(zhuǎn)化 程序
上傳時(shí)間: 2015-05-29
上傳用戶:lanhuaying
* 用拉格朗日插值法依據(jù)N個(gè)已知數(shù)據(jù)點(diǎn)即使函數(shù)值 * 輸入: n--已知數(shù)據(jù)點(diǎn)的個(gè)數(shù)N-1 * x--已知數(shù)據(jù)點(diǎn)第一坐標(biāo)的N維列向量 * y--已知數(shù)據(jù)點(diǎn)第二坐標(biāo)的N維列向量 * xx-插值點(diǎn)第一坐標(biāo) * 輸出: 函數(shù)返回值所求插值點(diǎn)的第二坐標(biāo)
標(biāo)簽: 數(shù)據(jù) 向量 xx 插值
上傳時(shí)間: 2013-11-28
上傳用戶:fhzm5658
* 用埃特金插值法依據(jù)N個(gè)已知數(shù)據(jù)點(diǎn)計(jì)算函數(shù)值 * 輸入: n--已知數(shù)據(jù)點(diǎn)的個(gè)數(shù)N-1 * x--已知數(shù)據(jù)點(diǎn)第一坐標(biāo)的N維列向量 * y--已知數(shù)據(jù)點(diǎn)第二坐標(biāo)的N維列向量 * xx-插值點(diǎn)第一坐標(biāo) * eps--求解精度 * 輸出: 函數(shù)返回值所求插值點(diǎn)的第二坐標(biāo)
標(biāo)簽: 數(shù)據(jù) 向量 xx 插值
上傳時(shí)間: 2014-01-20
上傳用戶:maizezhen
* 用牛頓插值法依據(jù)N個(gè)已知數(shù)據(jù)點(diǎn)即使函數(shù)值 * 輸入: n--已知數(shù)據(jù)點(diǎn)的個(gè)數(shù)N-1 * x--已知數(shù)據(jù)點(diǎn)第一坐標(biāo)的N維列向量 * y--已知數(shù)據(jù)點(diǎn)第二坐標(biāo)的N維列向量 * xx-插值點(diǎn)第一坐標(biāo) * 輸出: 函數(shù)返回值所求插值點(diǎn)的第二坐標(biāo)
標(biāo)簽: 數(shù)據(jù) 向量 xx 牛頓
上傳時(shí)間: 2014-01-09
上傳用戶:亞亞娟娟123
在matlab中生成單邊指數(shù)調(diào)幅信號(hào). y=amexpols(N,t0)N生成信號(hào)的點(diǎn)數(shù),t0函數(shù)的起始點(diǎn),y返回信號(hào).
標(biāo)簽: amexpols matlab 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2014-11-27
上傳用戶:ikemada
生成以t0為中心的雙指數(shù)調(diào)幅信號(hào) y=amexpo2s(N,t0),N產(chǎn)生信號(hào)的點(diǎn)數(shù),t0時(shí)間中心,y返回產(chǎn)生的信號(hào).
標(biāo)簽: amexpo 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2015-09-19
上傳用戶:lindor
生成以t0為中心的高斯調(diào)幅信號(hào). y=AMGAUSS(N,t0),N產(chǎn)生信號(hào)的點(diǎn)數(shù),t0時(shí)間中心,y返回信號(hào)產(chǎn)生的信號(hào).
標(biāo)簽: AMGAUSS 高斯 調(diào)幅信號(hào) 信號(hào)
上傳時(shí)間: 2015-09-19
上傳用戶:xuanjie
Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004-12-31 FRI 23:59:59 Set Alarm Time at 2005-01-01 00:00:01 ... RTC Alarm Interrupt O.K. ... Current Time is 2005-01-01 SAT 00:00:01 RTC Working now. To set date(Y/N)? y Current date is (2005,01,01, SAT). input new date (yy-mm-dd w): 5-2-23 3 Current date is: 2005-02-23 WED RTC Working now. To set time(Y/N)? y Current time is (00:00:21). To set time(hh:mm:ss): 19:32:5 Current Time is 2005-02-23 WED 19:32:
標(biāo)簽: Evaluation RTC S3C44B0X Default
上傳時(shí)間: 2014-01-03
上傳用戶:baiom
使用最小二乘法的一次性計(jì)算公式來估計(jì)y(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n中b0, b1, ..., bn的值,并顯示你和的曲線.
上傳時(shí)間: 2015-10-15
上傳用戶:jing911003
對(duì)于多項(xiàng)式y(tǒng)(i) = b0 + b1 * x + b2 * x^2 + b3 * x^3 + ...... bn * x^n 用遞推最小二乘法來估計(jì)上式中的b0, b1, ..., bn
上傳時(shí)間: 2013-12-24
上傳用戶:13517191407
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1