How to do Linearization for Non-linear least squares?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
artiny
Messages
6
Reaction score
0
Hy
I want to know how to make linearization for some function,...what should by in Non-linear least squares problems.
In my book I have only this example how to do:

http://i.imgur.com/MUFiHkr.pngSomeone could me help how to do, some receipt of method what I need to do?

Non-linear least squares problems was in Matlab:
x = [ 1 2 3 4 5]
y = [ 3.5 2 4 8]

u = log(y)
v = [ones(5,1), x']
btr = x\u'
beta0
...
...
fminsearch
 
on Phys.org