You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,3 +30,16 @@ using SymbolicNumericIntegration
30
30
julia>integrate(3x^3+2x -5)
31
31
(x^2+ (3//4)*(x^4) - (5x), 0, 0)
32
32
```
33
+
34
+
# Citation
35
+
If you use SymbolicNumericIntegration.jl in your research, please cite [this paper](https://arxiv.org/abs/2201.12468):
36
+
```
37
+
@article{Iravanian2022,
38
+
author = {Shahriar Iravanian and Carl Julius Martensen and Alessandro Cheli and Shashi Gowda and Anand Jain and Julia Computing and Yingbo Ma and Chris Rackauckas},
39
+
doi = {10.48550/arxiv.2201.12468},
40
+
month = {1},
41
+
title = {Symbolic-Numeric Integration of Univariate Expressions based on Sparse Regression},
0 commit comments