Difference between revisions of "Surface Command"

From GeoGebra Manual
Jump to: navigation, search
m
(typo example)
Line 4: Line 4:
  
 
: Yields the Cartesian parametric 3D surface for the given ''x''-expression ''a'', ''y''-expression ''b'' and ''z'' -expression ''c'', using two parameter variables within the given intervals [''Start Value'', ''End Value''].
 
: Yields the Cartesian parametric 3D surface for the given ''x''-expression ''a'', ''y''-expression ''b'' and ''z'' -expression ''c'', using two parameter variables within the given intervals [''Start Value'', ''End Value''].
:{{Example|1=<code><nowiki>Surface[[2 sin(t) * sin(v), sin(v), cos(v), t, 0, 2π, v, -π, π]]</nowiki></code> creates the related surface in Graphics View 3D.}}
+
:{{Example|1=<code><nowiki>Surface[2 sin(t) * sin(v), sin(v), cos(v), t, 0, 2π, v, -π, π]</nowiki></code> creates the related surface in Graphics View 3D.}}
 
:{{note|1=<div>
 
:{{note|1=<div>
 
:*''End Value'' must be greater than or equal to ''Start Value'' and both must be finite.
 
:*''End Value'' must be greater than or equal to ''Start Value'' and both must be finite.
 
:*''x, y'' and ''z'' are not allowed as  parameter variables.</div>}}
 
:*''x, y'' and ''z'' are not allowed as  parameter variables.</div>}}

Revision as of 18:44, 9 June 2013


Surface[ <Expression a>, <Expression b>, <Expression c>, <Parameter Variable 1>, <Start Value>, <End Value>, <Parameter Variable 2>, <Start Value>, <End Value> ]
Yields the Cartesian parametric 3D surface for the given x-expression a, y-expression b and z -expression c, using two parameter variables within the given intervals [Start Value, End Value].
Example: Surface[2 sin(t) * sin(v), sin(v), cos(v), t, 0, 2π, v, -π, π] creates the related surface in Graphics View 3D.
Note:
  • End Value must be greater than or equal to Start Value and both must be finite.
  • x, y and z are not allowed as parameter variables.
© 2024 International GeoGebra Institute