Community Profile

photo

Jennifer Wail


California State Polytechnic University, Pomona

Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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 ...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer