geo_plane_fun | R Documentation |
Function returning a cas function of a plane defined by position vector p
and the normal vector n
of a plane.
geo_plane_fun(p, n)
p |
position vector |
n |
normal vector of the plane |
The calculation is done by Ryacas (yacas) and uses symbolic math. The package Ryacas and the software YACAS needs to be installed.
Yacas function
Florian Wagner florian.wagner@wagnius.ch
library(Ryacas)
geo_plane_fun(c(2,3,4), c(12,5,1)|>math_unit_vector())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.