Perform the conjugate gradient algorithm for two iterations as the initial solutions (2, 4, 10) to find the variable val
Posted: Sun Jul 03, 2022 12:10 pm
Perform the conjugate gradient algorithm for two iterations as the initial solutions (2, 4, 10) to find the variable values that will make the following trivariate function minimum.
2x2x3 f(x₁x₂x3) = x₁² + 2x₂² + 2x3² + 2x₁×₂ + 2×₂×3
2x2x3 f(x₁x₂x3) = x₁² + 2x₂² + 2x3² + 2x₁×₂ + 2×₂×3