Problem 1 Input: Minimize[x + (1/x), {x, 0, 2}] Output: Minimize[1601/40, {40, 0, 2}] Issue : online showing right result but in software showing wrong result.
Please give your valuable suggestions. Is there any syntax error in the format.
Problem 1 Input: Minimize[x + (1/x), {x, 0, 2}] Output: Minimize[1601/40, {40, 0, 2}] Issue : online showing right result but in software showing wrong result.
Please give your valuable suggestions. Is there any syntax error in the format.
Clear[x]and try again – Carl Woll Oct 25 '17 at 05:17