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...
거의 11년 전 | 답변 수: 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 ...
거의 11년 전 | 답변 수: 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...
거의 11년 전 | 답변 수: 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
거의 11년 전 | 답변 수: 1 | 0
