24小时热门版块排行榜    

查看: 1557  |  回复: 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 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 0856求调剂 +5 zhn03 2026-03-25 6/300 2026-03-25 22:58 by peike
[考研] 332求调剂 +6 032500 2026-03-25 6/300 2026-03-25 22:45 by 418490947
[考研] 312求调剂 +5 上岸吧ZJY 2026-03-22 7/350 2026-03-25 22:20 by 544594351
[考研] 招08考数学 +8 laoshidan 2026-03-20 17/850 2026-03-25 17:52 by 一个红太阳
[考研] 081700 调剂 267分 +10 迷人的哈哈 2026-03-23 10/500 2026-03-25 12:12 by userper
[考研] 考研化学308分求调剂 +10 你好明天你好 2026-03-23 11/550 2026-03-25 10:23 by userper
[考研] 07化学280分求调剂 +7 722865 2026-03-23 7/350 2026-03-25 09:29 by aa331100
[考研] 化学调剂 +6 yzysaa 2026-03-21 6/300 2026-03-25 09:27 by aa331100
[考研] 311求调剂 +3 冬十三 2026-03-24 3/150 2026-03-24 21:31 by peike
[考研] 一志愿重庆大学085700资源与环境,总分308求调剂 +7 墨墨漠 2026-03-23 8/400 2026-03-23 20:36 by Creta
[考研] 一志愿武理材料工程348求调剂 +6  ̄^ ̄゜汗 2026-03-19 9/450 2026-03-23 19:53 by pswait
[考研] 求老师收我 +3 zzh16938784 2026-03-23 3/150 2026-03-23 12:56 by ztnimte
[考研] 一志愿东华大学化学070300,求调剂 +7 2117205181 2026-03-21 8/400 2026-03-22 22:55 by chixmc
[考研] 298求调剂一志愿211 +3 上岸6666@ 2026-03-20 3/150 2026-03-22 15:50 by ColorlessPI
[考研] 269专硕求调剂 +6 金恩贝 2026-03-21 6/300 2026-03-22 14:31 by ColorlessPI
[考研] 求调剂 +5 Zhangbod 2026-03-21 7/350 2026-03-22 13:13 by Zhangbod
[考研] 一志愿深大,0703化学,总分302,求调剂 +4 七月-七七 2026-03-21 4/200 2026-03-21 18:20 by 学员8dgXkO
[考研] 296求调剂 +4 www_q 2026-03-20 4/200 2026-03-21 17:26 by 学员8dgXkO
[考研] 266求调剂 +3 哇呼哼呼哼 2026-03-20 3/150 2026-03-21 16:46 by barlinike
[考研] 288求调剂 +16 于海海海海 2026-03-19 16/800 2026-03-20 22:28 by JourneyLucky
信息提示
请填处理意见