Solving matrix of equations
Show older comments
Hi
Can someone help me with following problem: I got this matrix with 5 equations where a1,a2,a3,a4,a5 and b1,b2,b3,b4,b5 are known numbers (for example a1=1,a2=1.5,a3=1.3,a4=1.7,a5=0.8 and b1=2,b2=4,b3=3,b4=5,b5=2.5)
a1=C1*(b1 )^(C2 )
a2=C1*(b2 )^(C2 )
a3=C1*(b3 )^(C2 )
a4=C1*(b4 )^(C2 )
a5=C1*(b5 )^(C2 )
I need to find the best fitting numbers for C1 and C2. Is there some function in matlab I can use?
thanks in advance!
Accepted Answer
More Answers (1)
Aldin
on 15 Dec 2011
0 votes
I can solve your problem. Numerical mathematic If you are familiar with approximation newton's method you can solve it. See this: <http://www.google.com/imgres?q=Numerical+mathematical+approximations&um=1&hl=en&sa=N&biw=1280&bih=709&tbm=isch&tbnid=5WBPaYfADVwhlM:&imgrefurl=http://dmpeli.mcmaster.ca/Matlab/Math1J03/LectureNotes/Lecture3_2.htm&docid=sr12MXThpioXRM&imgurl=http://dmpeli.mcmaster.ca/Matlab/Math1J03/LectureNotes/Lecture3_2_files/image004.jpg&w=456&h=342&ei=ojrqTo66DcKL4gTo2pzoCA&zoom=1&iact=hc&vpx=870&vpy=353&dur=814&hovh=157&hovw=208&tx=102&ty=74&sig=102940788651406343855&page=6&tbnh=157&tbnw=208&start=93&ndsp=17&ved=1t:429,r:9,s:93>
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!