Searching...
Monday, January 27, 2014

Calculate The Optimum Value of A Quadratic Function

Hello everybody, I'm sure most of you already know about function and its optimum value, that's the maximum/minimum y possible at specified x. Today I'm going to share a program to calculate the optimum value of a function. This program was written by me, in C++ programming language, surely it's console application, but don't worry I made it as ergonomic and usable as I can.


The file name is 'Iterasi', taken from the method name used to calculate the optimum value. This program support up to 1000 ordes. Note that this is still BETA version, but there is no error found until now. If you find error, you can write a comment below.

Last, I almost forget to give you download link, here it is:  DOWNLOAD

1 comments:

 
Back to top!