Feeds
提问
Finding the gradient and the hessian of the same function
If I have the function fv = @(x) x(1)^2 + x(1)*x(2) + (3/2)*x(2)^2 - 2*log(x(1)) - log(x(2)); What would be the best way to f...
3 years 前 | 1 个回答 | 0
1
个回答提问
Making a proper integral equation
Hello I'm having trouble computing this function I've tried doing it in this format but I'm struggling on actually making...
3 years 前 | 1 个回答 | 0
1
个回答提问
Finding the minimizer using fminunc.
If I have function: fv = @(x) x(1)^2 + x(1)*x(2) + (3/2)*x(2)^2 - 2*log(x(1)) - log(x(2)); How would I use the function fminun...
3 years 前 | 2 个回答 | 0
2
个回答提问
Computing a differential equation using a bessel function.
How do we use the bessel function of : y = besselj(0,x) to compute the differntial equation of ?
3 years 前 | 1 个回答 | 0
1
个回答提问
Bessel function with differential equations
How do we use the matlab command besselj(0,x) for differential functions?
3 years 前 | 0 个回答 | 0
