Solving over determined algebraic system in MATALB
古いコメントを表示
Hi I am trying to solve over determined system which is algebraic. Below is the over determined system explained.
u=linspace(0,2,30)
for i=1:30
v(i,:)=2+tan(u(i)/(1+u(i).^2))
end
f=((a-b+c+d)*(a-b-c+d)*(u^2)*(v^2))+((a+b-c+d)*(a+b+c+d)*(u^2))+((a+b-c-d)*(a+b-c-d)*(a+b+c-d)*(v^2))-(8*a*b*u*v)+((a-b+c-d)*(a-b-c-d))
there are 30 values of u and 30 values of v but how I will be able to find a,b and c if we put d as 1
5 件のコメント
Abdullah Nasir
2018 年 4 月 13 日
編集済み: Abdullah Nasir
2018 年 4 月 14 日
Walter Roberson
2018 年 4 月 14 日
Do you have the curve fitting toolbox?
Abdullah Nasir
2018 年 4 月 14 日
Walter Roberson
2018 年 4 月 14 日
What are your inputs? Do you have one known f value for each u value?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interpolation of 2-D Selections in 3-D Grids についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!