Message Boards Message Boards

0
|
4706 Views
|
1 Reply
|
3 Total Likes
View groups...
Share
Share this post:

Determine the absolute extrema of this function and plot its surface?

Posted 5 years ago

How do you solve these problems using mathematica?

Attachment

POSTED BY: Kailey Mihalik
Through[{Minimize, Maximize}[{2 x^3 + y^4, Norm[{x, y}] <= 1}, {x, y}]]

to visualize

 Plot3D[2 x^3 + y^4, {x, -1.4, 1.4}, {y, -1.4, 1.4}, 
  RegionFunction -> ({x, y} \[Function] x^2 + y^2 < 1), 
  MeshFunctions -> {#3 &}]

For Question 2

 RegionNearest[ImplicitRegion[x^2 + y^2 == z, {x, y, z}], {5, 5, 0}]
POSTED BY: Seth Chandler
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract