File:Monkey Saddle Surface (Mesh).png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,250 × 1,120 pixels, file size: 218 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description

A monkey saddle surface, with the equation

Date 11/04/0206
Source Self-made, done in MuPad
Author Inductiveload
Other versions Shaded Version

MuPAD Code[edit]

This code is more complicated than necessary, because is is a slightly altered version of code for a shaded mesh graph.


f := x^3-3*x*y^2:

  conts := 16:
  projectionlevel:=-1.5:

colourfunc := zip(RGB::Red, RGB::CornflowerBlue,
                  (a, b) -> (f(x,y)+1)/(2)*a
                           -(f(x,y)-1)/(2)*b):

funcplot := plot::Function3d(f(x,y),
                             x = -1..1,
                             y = -1..1,
                             Mesh = [24, 24],
                             Submesh=[8,8],
                             LineColor = RGB::Black.[0.99],
                             LineWidth = 0.1,
                             Filled = FALSE,
                             FillColorFunction = colourfunc,                             
                             AxesTitleFont = ["Courier New", 14],                       
                             ViewingBoxZRange = -1.5..1
                            ):
                             
camera := plot::Camera([16, -24, 30],
                       [0, 0, -0.25],
                       0.08
                      ):
                             
ploteverything := plot::Canvas(funcplot,
                               Width = 200*unit::mm, 
                               Height = 150*unit::mm, 
                               Axes = Frame,
                               TicksVisible = FALSE ,
                               TicksLabelsVisible = FALSE,
                               AxesTitles = ["", "", ""],                                                
                               camera
                              ): 

Licensing[edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:27, 11 April 2007Thumbnail for version as of 22:27, 11 April 20071,250 × 1,120 (218 KB)Inductiveload (talk | contribs){{Information |Description=A monkey saddle surface, with the equation<br> <math>z=x^3-3xy^2 \,</math> |Source=Self-made, done in MuPad |Date=11/04/0206 |Author=User:Inductiveload |other_versions=[[:image:Monkey_Saddle_Surface_(Shaded).png|Shaded Vers

The following page uses this file:

File usage on other wikis

The following other wikis use this file: