Solving Normal Equations With Matlab
13 次查看(过去 30 天)
显示 更早的评论
I have 9 values for s and So.How can i find the parameters a0,a1 a2 of the following normal equations using Matlab?
(1) a0*n+a1*Sum(So)+a2*Sum(So^2)=Sum(s)
(2) a0*Sum(So)+a1*Sum(So^2)+a2*Sum(So^3)=Sum(s*So)
(3) a0*Sum(So^2)+a1*Sum(So^3)+ a2*Sum(So^4)=Sum(s*So*So^2)
*The Sums are for i=1 to n=9
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!