hello
i am trying to find the maximum value of a function and where it occur.
i.e there is an array
x |y
=============
|
|
|
|
|
|
and i want to find where the maximum occurs and at what value of x.
i tried fabs but it isnt quite right.
thanks
i am trying to find the maximum value of a function and where it occur.
i.e there is an array
x |y
=============
|
|
|
|
|
|
and i want to find where the maximum occurs and at what value of x.
i tried fabs but it isnt quite right.
thanks
Comment