Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emanuelhuber/rconics

Solve some conic related problems (intersection of conics with lines and conics, arc length of an ellipse, polar lines, etc.).
https://github.com/emanuelhuber/rconics

conics ellipse elliptic geometry intersection r

Last synced: 3 days ago
JSON representation

Solve some conic related problems (intersection of conics with lines and conics, arc length of an ellipse, polar lines, etc.).

Awesome Lists containing this project

README

        

# RConics: a free and open-source package for computations on conics and much more

Based on projective geometry.

**This is an ongoing project.**

**If you have any questions, comments or suggestions, feel free to contact me (in english, french or german):**
**[email protected]**

Thank you!

## Chek the companion website

[https://emanuelhuber.github.io/RConics/](https://emanuelhuber.github.io/RConics/)

## How to install

You must first install [R](https://cran.r-project.org/). Then, in R console, enter the following:

```r
if(!require("devtools")) install.packages("devtools")
devtools::install_github("emanuelhuber/RConics")
library(RConics)
```

Alternatively, you can download the package as a zip file and install it in R
following these instructions:

https://riptutorial.com/r/example/5556/install-package-from-local-source