Definition of 2D Biquadratic Surface - 65 Characters

  • Context: Graduate 
  • Thread starter Thread starter Shaddyab
  • Start date Start date
  • Tags Tags
    Surface
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
Shaddyab
Messages
19
Reaction score
0
What is the definition of 2D biquardatic surface?

is it:
ax^2 + by^2 +cx^2y + dxy^2 +exy +fx +gy +h + ix^2y^2

or is it simpler than this.
 
Physics news on Phys.org
What you have is part of a definition.

A parametric representation of a biquadratic surface looks like:

x=x(u,v)
y=y(u,v)
z=z(u,v)

Where the three functions of u and v have the form you described.
 
I think I am more confused right now.
I am trying to fit a biquardatic surface to my data and I would like to know what is the definition of such a surface

Thanks
 
Shaddyab said:
I think I am more confused right now.
I am trying to fit a biquardatic surface to my data and I would like to know what is the definition of such a surface

Thanks

Do you know how to define a surface? There is the parametric approach, where (x,y,z) are defined as functions of two parameters. Alternatively on can describe a surface in the form f(x,y,z)=0.

Example - sphere: x2 + y2 +z2 - r2 = 0.

or
x=rcosucosv
y=rcosusinv
z=rsinu

where -π/2 ≤ u ≤ π/2 and 0 ≤ v < 2π.