Jennifer Wail
California State Polytechnic University, Pomona
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Find minimizer and the corresponding minima,
I want to find the minimizer and corresponding minima for the function f(x,y) = 3cos(x)sin((1/2)+((xy)/4)) subject to 0<=x<=5, 0...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to parameterise a function?
I was trying to use a multi-variable function in commands that take functions as inputs but kept getting errors and was told to ...
10 years 前 | 2 个回答 | 0
2
个回答提问
How to use multi-variable functions as inputs.
This is what I am trying to do f = @(x1,x2,x3)x.^2+3.*x2.^2+4.*x3.^2-2.*x1.*x2+5.*x1+3.*x2+2.*x3; ezplot(f) fminsearch(f...
10 years 前 | 1 个回答 | 0
1
个回答提问
How can I make a multi-variable function?
I want to turn f(x,y,z) = x^2 + 3y ^2 + 4z^2 – 2xy + 5x – 3y + 2z into an anonymous function
10 years 前 | 1 个回答 | 0
