Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.2K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

Make a graph with a base surface plot and a rectangular region?

Posted 9 years ago

Objective: I am trying to make a a graph consisting of two graphs 1) a base surface plot 2) a rectangular region that represents the Quadratic Approximation at a specific point(x0,y0)

Here is the Code:

Manipulate[
 Show[basePlot, 
  Plot3D[coEfficientOne + (coEfficientTwo*(y - 
        y0)) + (coEfficientThree*(x - x0)*(y - 
        y0)) + (coEfficientFour*(x - x0)^2) + (coEfficientFive*(y - 
         y0)^2) + (coEfficientSix*(x - x0)), {x, x0 - \[Pi]/4, 
    x0 + \[Pi]/4}, {y, y0 - \[Pi]/4, y0 + \[Pi]/4}, PlotStyle -> Blue,
    PlotRange -> All]], {x0, -2 Pi, 2 Pi}, {y0, -2 Pi, 2 Pi}]

NOTES: All the Coefficient variables are the coefficient terms of the Quadratic approximation of a function of two variables. The coefficients are made up of elements of x0 and y0 only

Please Help Thanks!

POSTED BY: Anders Khaykin
3 Replies
Anonymous User
Anonymous User
Posted 8 years ago
Attachments:
POSTED BY: Anonymous User
POSTED BY: Michael Rogers
POSTED BY: Michiel van Mens
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard