Changes between Initial Version and Version 1 of Ticket #30211, comment 11
- Timestamp:
- 08/04/20 17:41:08 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30211, comment 11
initial v1 1 I will try another attempt using power series only. I hope this simplifies the code significantly. Furthermore, this could improve the performance since power series compute things faster than symbolic expressions; also the use of power series is mathematically more rigorous. 1 I will try another attempt using power series only. I hope this simplifies the code significantly. Furthermore, this could improve the performance since power series compute things faster than symbolic expressions; also the use of power series is mathematically more rigorous. Finally, power series (over the symbolic ring) allow to distinct between parameters and the actual variable.