文件名称:problem9

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2015-12-14
  • 文件大小:
  • 1kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • min****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Descr iption





给定n个输入输出对,用给定的m次多项式拟合输入输出关系。当n大于多项式阶数m时,化为超定方程求解问题。这里采用最小二乘方法求解。问题建模如下:



1



化为矩阵形式:



2



其中



3



对上式求导,易得



4



利用对X的QR分解可以有效地降低上述运算的复杂度,并提高精度。请完成推导,并据此设计算法计算参数a*。



Input Descr iption



第一行输入n和m。此后每行依次输入一组 。均为浮点数。



Output Descr iption



将计算得到的多项式参数 由低阶到高阶逐行输出。只需保留整数部分。-Descr iption Given n input-output pairs, with a given m-order polynomial fitting the input-output relationship. When n is greater than the polynomial order m, into overdetermined equations to solve the problem. Using the least squares method to solve here. MODELING as follows: 1 into a matrix form: 2 wherein Formula seek three pairs of the guide, and easy to get 4 X' s use of QR decomposition can effectively reduce the arithmetic complexity, and improve accuracy. Please complete derivation, and accordingly design algorithm parameters a*. Input Descr iption The first line of input n and m. Then every line in turn enter a group. They are floating point numbers. Output Descr iption The polynomial parameters calculated by the low-level to high-end progressive output. Simply reserved integer part.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





源.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org