powered by
Surface of a triangle.
surface_triangle(v1, v2, v3)
The surface of the triangle with vertices v1, v2, v3.
v1
v2
v3
vertices of the triangle
surface_triangle(c(0,0), c(0,1), c(1,0))
Run the code above in your browser using DataLab