Solving Normal Equations With Matlab
조회 수: 14 (최근 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!