Trilinear and triquadratic functions

  • Context: Undergrad 
  • Thread starter Thread starter svishal03
  • Start date Start date
  • Tags Tags
    Functions
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
svishal03
Messages
124
Reaction score
1
Can anyone tell me what are trilinear functions and triquadratic functions with an example?but I think they are extensions of linear and quad functions to 3 dimensions, please help
 
Mathematics news on Phys.org
Yes, that's exactly what they are. An example of a "tri-linear function" would be
[tex]f(x,y,z)= 3x- 2y+ 4z[/tex]

An example of a "tri-quadratic" function would be
[tex]g(x,y,z)= x^2+ y^2+ z^2[/tex]
and another would be
[tex]h(x,y,z)= xy+ yz+ xz[/tex]