avatar
请教一个小问题# Computation - 科学计算
b*i
1
是找关系的,有个如下系统:
input: 12; output: 6
input: 6; output: 3
input: 14; output:8
现在问,input=22的时候,output是多少?
另,这属于哪一类问题呢?一般思路又是怎样?
预谢
avatar
j*u
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是多少?
: 另,这属于哪一类问题呢?一般思路又是怎样?
: 预谢

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。