24小时热门版块排行榜    

查看: 1543  |  回复: 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 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 求材料,环境专业调剂 +3 18567500178 2026-03-18 3/150 2026-03-23 23:50 by 热情沙漠
[考研] 一志愿河北工业大学0817化工278分求调剂 +7 jhybd 2026-03-23 11/550 2026-03-23 23:29 by 呆呆师姐
[考研] 一志愿国科过程所081700,274求调剂 +3 三水研0水立方 2026-03-23 3/150 2026-03-23 23:11 by MajorWen
[考研] 350求调剂 +6 weudhdk 2026-03-19 6/300 2026-03-23 15:47 by tangyuan0840221
[考研] 280分求调剂 一志愿085802 +4 PUMPT 2026-03-22 7/350 2026-03-22 22:13 by 星空星月
[考研] 石河子大学(211、双一流)硕博研究生长期招生公告 +3 李子目 2026-03-22 3/150 2026-03-22 21:01 by 怎么释怀
[考研] 一志愿华中农业071010,总分320求调剂 +5 困困困困坤坤 2026-03-20 6/300 2026-03-22 17:41 by hxsm
[考研] 寻找调剂 +4 倔强芒? 2026-03-21 4/200 2026-03-22 16:14 by 木托莫露露
[考研] 319求调剂 +4 小力气珂珂 2026-03-20 4/200 2026-03-22 15:53 by ColorlessPI
[考研] 305分求调剂(食品工程) +4 Sxy112 2026-03-21 6/300 2026-03-22 15:26 by 无懈可击111
[考研] 286求调剂 +10 Faune 2026-03-21 10/500 2026-03-21 23:34 by 314126402
[考研] 0805 316求调剂 +3 大雪深藏 2026-03-18 3/150 2026-03-21 18:55 by 学员8dgXkO
[考研] 299求调剂 +6 △小透明* 2026-03-17 6/300 2026-03-21 02:42 by JourneyLucky
[考研] 083200学硕321分一志愿暨南大学求调剂 +3 innocenceF 2026-03-17 3/150 2026-03-21 02:35 by JourneyLucky
[考研] 一志愿 西北大学 ,070300化学学硕,总分287,双非一本,求调剂。 +3 晨昏线与星海 2026-03-18 3/150 2026-03-21 00:46 by JourneyLucky
[考研] 一志愿重庆大学085700资源与环境专硕,总分308求调剂 +3 墨墨漠 2026-03-18 3/150 2026-03-21 00:39 by JourneyLucky
[考研] 308求调剂 +3 阿姐阿姐家啊 2026-03-18 3/150 2026-03-20 23:24 by JourneyLucky
[考研] 321求调剂 +9 何润采123 2026-03-18 11/550 2026-03-20 23:19 by JourneyLucky
[考研] 材料学硕297已过四六级求调剂推荐 +11 adaie 2026-03-19 11/550 2026-03-20 21:30 by laoshidan
[考研] 0703化学调剂 +3 妮妮ninicgb 2026-03-17 3/150 2026-03-18 10:29 by macy2011
信息提示
请填处理意见