24小时热门版块排行榜    

查看: 1670  |  回复: 8

lxc_422

新虫 (小有名气)

[求助] 求解未知矩阵中的元素和两个未知参数 已有1人参与

求解未知矩阵中的元素和两个未知参数
11组对应点坐标如下:
      xd'                          yd'                         xd                       yd
0.0652159           -1.572161316        -0.00570236        -1.603449023
-0.680626624        -1.065779492        -0.769705124        -1.106435106
-1.36061634        0.993203497        -1.365512259        1.03582211
0.807772476        -1.089514007        0.766290919        -1.109096709
1.231867919        -1.389880866        1.176930676        -1.396948586
1.233730389        -1.01252792        1.190127178        -1.025664023
-1.072034451        0.895695935        -0.95847968        0.933720757
-0.513887125        1.239563565        -0.415579937        1.271144542
-0.035274762        0.666129048        -0.068448263        0.652336125
0.90510805         0.93099805         0.924252392         0.901296746
-0.581255431        1.404273505        -0.474173542        1.447273167
回复此楼

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

全心用于科研,不能有丝毫松懈。学术是主题,创新是生命。
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zaq123321

专家顾问 (著名写手)

【答案】应助回帖

感谢参与,应助指数 +1
Write down the 11 eqs of the nonlinear system. Use some software, like Matlab, maple, mathematica to solve it. Hope it works.

This is the next stage of
http://muchong.com/bbs/viewthread.php?tid=8086054&authorid=405284

Good luck.
小木虫给我温暖,给我希望,爱就要爱小木虫。
2楼2014-11-24 23:44:16
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lxc_422

新虫 (小有名气)

引用回帖:
2楼: Originally posted by zaq123321 at 2014-11-24 23:44:16
Write down the 11 eqs of the nonlinear system. Use some software, like Matlab, maple, mathematica to solve it. Hope it works.

This is the next stage of
http://muchong.com/bbs/viewthread.php?tid=8 ...

Which function in Matlab should I use?
全心用于科研,不能有丝毫松懈。学术是主题,创新是生命。
3楼2014-11-25 08:45:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zaq123321

专家顾问 (著名写手)

【答案】应助回帖

引用回帖:
3楼: Originally posted by lxc_422 at 2014-11-25 08:45:26
Which function in Matlab should I use?...

I am not sure whether solve command can do it. Search matlab command to solve equation system. I don't have too much experience on Matlab but I know it should have command to solve this system.
小木虫给我温暖,给我希望,爱就要爱小木虫。
4楼2014-11-25 09:36:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lxc_422

新虫 (小有名气)

引用回帖:
4楼: Originally posted by zaq123321 at 2014-11-25 09:36:52
I am not sure whether solve command can do it. Search matlab command to solve equation system. I don't have too much experience on Matlab but I know it should have command to solve this system....

I used the function 'solve()' to solve it, but I did not obtain any solution of this equation system.
Matlab gave an empty solution. It is difficult to find the right method for solving it.
全心用于科研,不能有丝毫松懈。学术是主题,创新是生命。
5楼2014-11-25 09:43:40
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zaq123321

专家顾问 (著名写手)

【答案】应助回帖

Try this thing.  You first choose 11 points that satisfy a system. More specifically, suppose you know exact solution of the system. Like you make \lambda1=2, \lambda2=1 somthing like that. Set up every element in the matrix. Compute 11 points and then use matlab command to solve it. If you get you what you want, it means the system is good and matlab command is good and your input points have problem. Otherwise means solve command cannot handle this kind of system.
小木虫给我温暖,给我希望,爱就要爱小木虫。
6楼2014-11-25 10:05:24
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lxc_422

新虫 (小有名气)

引用回帖:
6楼: Originally posted by zaq123321 at 2014-11-25 10:05:24
Try this thing.  You first choose 11 points that satisfy a system. More specifically, suppose you know exact solution of the system. Like you make \lambda1=2, \lambda2=1 somthing like that. Set up ev ...

Could you recommend some references or eBooks about this problem? To my knowledge, most of existing methods need suitable initial values to solve this system of nonlinear equations.
全心用于科研,不能有丝毫松懈。学术是主题,创新是生命。
7楼2014-11-25 16:43:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

zaq123321

专家顾问 (著名写手)

【答案】应助回帖

★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
lxc_422: 金币+10, 有帮助, Now, I still do not find the method for sloving this problem while the initial values are unknown. 2014-11-28 10:16:40
lxc_422: 金币+30, ★★★★★最佳答案, 问题解决了。谢谢! 2014-12-19 17:36:57
I remember this system is of 3 order nonliearity. Analytic solution is possible. Generally nonlinear system needs iterative method to get numerical solution. See the book
Iterative Solution of Nonlinear Equations in Several Variables
Book by James M. Ortega

[ 发自手机版 http://muchong.com/3g ]
小木虫给我温暖,给我希望,爱就要爱小木虫。
8楼2014-11-25 19:22:26
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

lxc_422

新虫 (小有名气)

Who can give me an answer?
How to solve this equation system while we did not known the initial values of variables?
Thank U very much!
全心用于科研,不能有丝毫松懈。学术是主题,创新是生命。
9楼2014-11-28 10:20:47
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 lxc_422 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[找工作] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +3 Ocx3OKOzGU4q 2026-08-03 6/300 2026-08-04 11:36 by MWRYsWbJw4DE
[考研] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 Ocx3OKOzGU4q 2026-08-03 6/300 2026-08-04 11:34 by MWRYsWbJw4DE
[教师之家] 售SCI一区文章,我:8.O.55.1.O.54,科目齐全,可伽急 +3 Ocx3OKOzGU4q 2026-08-03 7/350 2026-08-04 11:31 by MWRYsWbJw4DE
[博后之家] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +3 Ocx3OKOzGU4q 2026-08-03 4/200 2026-08-04 11:26 by MWRYsWbJw4DE
[基金申请] 娱乐 +3 Tide man 2026-08-03 3/150 2026-08-04 09:58 by gltch
[基金申请] 面上提前没消息,有中的吗 +14 archvillain 2026-08-02 17/850 2026-08-04 09:46 by archvillain
[硕博家园] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +3 f1dmPx051StA 2026-08-03 7/350 2026-08-04 09:31 by v1TJC4qJauAB
[博后之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +3 jRl3mE6ddZGq 2026-08-03 5/250 2026-08-04 09:27 by v1TJC4qJauAB
[博后之家] 售SCI一区文章,我:8O5.5.1.O5.4,科目全,可伽急 +4 cu9Nq1xK233Z 2026-08-03 9/450 2026-08-04 09:17 by v1TJC4qJauAB
[基金申请] 系统今天又提示维护了,估计离放榜不远了 +12 winnerche 2026-07-29 16/800 2026-08-04 08:18 by Equinoxhua
[有机交流] 一个有机合成实验室都需要哪些设备? 50+3 kf2781974 2026-07-31 10/500 2026-08-04 08:05 by 88817753
[找工作] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 cu9Nq1xK233Z 2026-08-03 9/450 2026-08-04 07:37 by k7OM8YghWbkC
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 jRl3mE6ddZGq 2026-08-03 6/300 2026-08-04 04:47 by k7OM8YghWbkC
[基金申请] 什么时候能放榜呀? +3 Jacob678 2026-08-03 3/150 2026-08-03 16:14 by gltch
[高分子] UV压敏胶开发 +3 ichall 2026-07-30 5/250 2026-08-03 14:40 by Sunrisepay
[基金申请] 面上再次挂了,太难了,躺也躺不了,倦也卷不过,小学校之殇! +19 低垂的野花 2026-07-31 25/1250 2026-08-03 09:25 by gy116024
[基金申请] 2026年国自然面上资助率 +16 布布和一二 2026-07-30 22/1100 2026-08-03 09:20 by gy116024
[考博] 2027年申博 50+3 射雕英雄胜 2026-07-30 3/150 2026-08-02 09:36 by lfy8008
[高分子] HXDI做水性聚氨酯乳液,是不是特别容易出渣 15+3 yuyusuv 2026-07-29 3/150 2026-07-31 09:21 by huizingga
[基金申请] 你们的时间戳变了吗 +3 archvillain 2026-07-30 4/200 2026-07-30 18:53 by levinzhwen
信息提示
请填处理意见