TestFunctionsMatyas Method |
Plate-shaped Matyas function.
Global minimum of all zeros with f(0,0) = 0.
Common range: [-10, 10].
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Matyas(
double x,
double y
)
Parameters
- x Double
- The first coordinate.
- y Double
- The second coordinate.
Return Value
DoubleThe Matyas function value.
Remarks
http://www.sfu.ca/~ssurjano/matya.html
See Also