由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请教一个小问题
相关主题
急问一个面试题,不知该如何回答?请高人给个思路!谢谢!再贴一下关于matlab中polynomial fitting 的问题
prove: deg(gcd(p,q))=nullity(sylvester(p,q))Mathematica下面做function fit
C package for solving polynomial equations?谁的学校有苏联的journal...
求计算associated legendre polynomial的子程序解方程x=sin(x) (转载)
又一个菜鸟问题请教个低级计算问题 (转载)
这样数值积分怎么搞定?Re: help on interface for Matlab and For
a beautiful polynomial equality problem问大侠Matlab编译成C的问题
建立方程Simulink M file based S-function 多个输入输出的问题
相关话题的讨论汇总
话题: output话题: input话题: 问题话题: fit话题: 预谢
进入Computation版参与讨论
1 (共1页)
b****i
发帖数: 619
1
是找关系的,有个如下系统:
input: 12; output: 6
input: 6; output: 3
input: 14; output:8
现在问,input=22的时候,output是多少?
另,这属于哪一类问题呢?一般思路又是怎样?
预谢
j**u
发帖数: 6059
2
Something like finding a function
f(12)=6, f(6)=3, f(14)=8.
It has three data points, and the second order polynomial fit gives
f(x)=0.0625x^2-0.625x+4.5
and normr=3.2e-15, a pretty good fit
Not sure about this, just have an idea and it works anyway

【在 b****i 的大作中提到】
: 是找关系的,有个如下系统:
: input: 12; output: 6
: input: 6; output: 3
: input: 14; output:8
: 现在问,input=22的时候,output是多少?
: 另,这属于哪一类问题呢?一般思路又是怎样?
: 预谢

1 (共1页)
进入Computation版参与讨论
相关主题
Simulink M file based S-function 多个输入输出的问题又一个菜鸟问题
C++ output format problem这样数值积分怎么搞定?
idb problema beautiful polynomial equality problem
what's the standard ouput of gaussian建立方程
急问一个面试题,不知该如何回答?请高人给个思路!谢谢!再贴一下关于matlab中polynomial fitting 的问题
prove: deg(gcd(p,q))=nullity(sylvester(p,q))Mathematica下面做function fit
C package for solving polynomial equations?谁的学校有苏联的journal...
求计算associated legendre polynomial的子程序解方程x=sin(x) (转载)
相关话题的讨论汇总
话题: output话题: input话题: 问题话题: fit话题: 预谢