Skip to content

Commit c695af3

Browse files
authored
Update README.md
1 parent a1c5084 commit c695af3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,16 @@ using SymbolicNumericIntegration
3030
julia> integrate(3x^3 + 2x - 5)
3131
(x^2 + (3//4)*(x^4) - (5x), 0, 0)
3232
```
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},
42+
url = {https://arxiv.org/abs/2201.12468v2},
43+
year = {2022},
44+
}
45+
```

0 commit comments

Comments
 (0)