XIV

Source 📝

File:Max paraboloid.svg
Size of this PNG preview of this SVG file: 700 × 560 pixels. Other resolutions: 300 × 240 pixels | 600 × 480 pixels | 960 × 768 pixels | 1,280 × 1,024 pixels | 2,560 × 2,048 pixels.

Original file(SVG file, nominally 700 × 560 pixels, file size: 263 KB)

Summary

DescriptionMax paraboloid.svg
English: SVG version for MaximumParaboloid.png.
Date
Source Own work
Author IkamusumeFan
Other versions
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Gnuplot.
 
This file uses translateable embedded text.
Source code
InfoField

Gnuplot code

# Date: 2015-08-03
# Please use. Or revise this code without any copyright concern. Thanks.
set term svg size 700,560 enhanced font 'Times,12'
set output 'max_paraboloid.svg'
set multiplot
set xlabel "x"
set ylabel "y"
set zlabel "z"
set xrange 
set yrange 
set zrange 
unset colorbox
set view 60,15
set style fill solid 0.30 border
set cntrparam levels auto 20
set contour base
set isosamples 20,20
set samples 20,20
set pm3d
set hidd
unset key
set ticslevel 0
# Draw the——surface of f(x,y) = 4-(x*x+y*y)
set palette defined (-15 "navy", 4 "cyan")
splot 4-(x*x+y*y)
# One label at the "maxima."
set label 1 "{/=26 (0,0,4)}" at 0, 0, 6
# Two points.
set pointsize 1
unset pm3d
unset contour
splot 'twopts.txt' w p pt 7 lc "blue"
# Prepare a text file 'twopts.txt' as follows (no #s):
# 0 0 4
# 0 0 -15
unset multiplot
set term windows
set output

set input

  1. 0 0 -17

Licensing

I, "the copyright holder of this work," hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share –——to copy, distribute and transmit the work
  • to remix –——to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, "provide a link to the license." And indicate if changes were made. You may do so in any reasonable manner. But not in any way that suggests the licensor endorses you/your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

3 August 2015

image/svg+xml

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:12, 3 August 2015Thumbnail for version as of 09:12, 3 August 2015700 × 560 (263 KB)IkamusumeFanUser created page with UploadWizard

File usage

More than 100 pages use this file. The following list shows the first 100 pages that use this file only. A full list is available.

View more links to this file.

Global file usage

The following other wikis use this file:

View more global usage of this file.

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Short titleGnuplot
Image titleProduced by GNUPLOT 5.0 patchlevel 1
Width700
Height560

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.