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: 6 months ago
JSON representation
Solve some conic related problems (intersection of conics with lines and conics, arc length of an ellipse, polar lines, etc.).
- Host: GitHub
- URL: https://github.com/emanuelhuber/rconics
- Owner: emanuelhuber
- Created: 2021-11-05T09:17:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T21:34:01.000Z (about 1 year ago)
- Last Synced: 2025-08-03T19:41:12.131Z (7 months ago)
- Topics: conics, ellipse, elliptic, geometry, intersection, r
- Language: R
- Homepage: https://emanuelhuber.github.io/RConics/
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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):**
**emanuel.huber@pm.me**
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